index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
x11
/
indirect_vertex_array.c
Age
Commit message (
Expand
)
Author
2007-05-14
in __glXGetArrayType() return type, not enabled (bug 10938)
Bruce Merry
2007-01-04
s/unsigned/size_t/ (Matthias Hopf)
Brian
2006-11-02
Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.
Brian Paul
2006-05-11
In __glXPushArrayState() we weren't pushing the index field.
Brian Paul
2006-05-09
When error-checking 'unit' against num_texture_units, need to use >=, not >.
Brian Paul
2006-02-15
remove stray 'foo' line
Brian Paul
2006-02-14
replace size_t * w/ unsigned int * (Jurg Billeter)
Brian Paul
2005-08-19
Fix a realloc problem with indirect vertex arrays. The actual head pointer
Ian Romanick
2005-03-17
Minor vertex array support tweaks. These are in preparation for the
Ian Romanick
2005-03-17
Minor vertex array support tweaks. Most of these are in preparation for the
Ian Romanick
2005-02-28
Clean-up some warnings caused by the addition of vertex / fragment program
Ian Romanick
2005-02-25
Add GLX protocol support for ARB_fragement_program,
Ian Romanick
2005-02-22
Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This
Ian Romanick