Joe Groff
|
a2fe9f1952
|
[ [ ... ] bi@ <=> ] sort => [ ... ] sort-with
|
2009-08-02 20:13:59 -05:00 |
Joe Groff
|
f0f20708cd
|
gpu.render: remove gpu-data-ptr slot specialization on index-elements. it prevents using specialized-arrays or other byte-array wrappers with index-elements
|
2009-08-02 19:52:33 -05:00 |
Joe Groff
|
918b95dfc7
|
fix some lousy docs in gpu.textures
|
2009-07-31 15:34:29 -05:00 |
Joe Groff
|
9c9132297f
|
no need to call set-gpu-state* directly
|
2009-07-30 20:57:22 -05:00 |
Joe Groff
|
c7dde45c2a
|
hyphens>underscores in VERTEX-FORMAT for consistency with UNIFORM-TUPLE
|
2009-07-30 10:58:34 -05:00 |
Joe Groff
|
1e389c921d
|
remove some leftover debug code from bunny shader
|
2009-07-29 20:06:28 -05:00 |
Joe Groff
|
90985ea362
|
verify transform feedback format matches requested format after linking program-instances
|
2009-07-27 13:16:41 -05:00 |
Joe Groff
|
b99b686194
|
update gpu docs
|
2009-07-26 23:00:35 -05:00 |
Joe Groff
|
bfcb95edaf
|
accept transform-feedback-output target from render
|
2009-07-26 22:24:33 -05:00 |
Joe Groff
|
eeb02815bc
|
set transform feedback format at program link
|
2009-07-25 21:19:56 -05:00 |
Joe Groff
|
01f172b5be
|
add a buffer-range tuple to represent a subset of a buffer. add support for specifying a transform feedback format to GLSL-PROGRAM: syntax
|
2009-07-25 15:50:38 -05:00 |
Joe Groff
|
33395eeabd
|
move vertex-formats and vertex-arrays to gpu.shaders so we can use them for transform feedback formats
|
2009-07-25 11:30:59 -05:00 |
Joe Groff
|
3759cd7efc
|
update gpu.util.wasd to match uniform tuple changes
|
2009-07-23 14:58:45 -05:00 |
Joe Groff
|
733c208f8c
|
doc updates for uniform-tuple changes
|
2009-07-23 13:39:28 -05:00 |
Joe Groff
|
2a194ea780
|
bind textures out of uniform structs and arrays
|
2009-07-23 13:01:21 -05:00 |
Joe Groff
|
bba46d2b30
|
improve uniform-tuple interface in gpu.render. uniform-tuples can now contain other uniform-tuples to represent struct uniforms. use glUniform*v to blast uniform arrays in one shot. s/-/_/ in slot names so they look more factorish on the CPU side
|
2009-07-22 22:32:02 -05:00 |
Joe Groff
|
3bbc9835fc
|
add a new "make-tuple" combinator for cleaving values into tuple slots by name. make render-set read-only and update gpu demos to use make-tuple
|
2009-07-22 12:43:44 -05:00 |
Slava Pestov
|
dbf04ff2ca
|
opengl is for chumps
|
2009-07-19 14:34:24 -05:00 |