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
/
mesa
/
glapi
/
glX_XML.py
Age
Commit message (
Expand
)
Author
2006-11-22
GLX protocol fixes for glMap* functions (bug 8899)
Brian Paul
2006-10-11
Fix bug #4681.
Ian Romanick
2006-10-04
Add utility method client_supported_for_indirect.
Ian Romanick
2005-10-03
Change the 'count' for COMPRESSED_TEXTURE_FORMATS from "?" to "-1". This
Ian Romanick
2005-06-21
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-04-18
Refactor a bunch of common code from the "leaf" scripts to a new functions,
Ian Romanick
2005-04-18
Convert all Python scripts to use XML namespaces.
Ian Romanick
2005-04-14
Refactor the handling of the '(true | false)' enumerated attributes.
Ian Romanick
2005-03-17
Enable the generation of server-side __glGetBooleanv_size and related
Ian Romanick
2005-03-17
Minor refactoring and code tweaking. The only notable chage is that
Ian Romanick
2005-02-09
Generate GLX protocol for pixel single commands.
Ian Romanick
2005-02-02
Small refactor. Add glXFunctionIterator, which derrives from
Ian Romanick
2005-02-01
Small refactor. Move several utility functions from glX_XML.py to
Ian Romanick
2005-02-01
Add GlxProto::createEnumFunction and add a 'context' parameter to the
Ian Romanick
2005-01-28
Properly annotate variable-length output parameters. Make sure that the
Ian Romanick
2005-01-28
Slightly modify the meaning of the 'handcode' attribute in a 'glx' element.
Ian Romanick
2005-01-27
Add numerous 'get'-type functions to most of the enums supported by the
Ian Romanick
2005-01-27
The 'mode' setting of a function within an 'enum' element is now used.
Ian Romanick
2005-01-25
Add a "count" attribute to "enums" elements to set the default count
Ian Romanick
2005-01-24
Remove glEnum::startElement, but refactor out some of the common code from
Ian Romanick
2005-01-24
Since only one of the places that used glXFunction::command_payload_length
Ian Romanick
2005-01-24
Make sure that functions added to gl_API.xml that do not have any GLX
Ian Romanick
2005-01-07
Pixel oriented render functions are now generated by the
Ian Romanick
2004-12-21
Added some comments and fixed typeos. Slightly refactored the way
Ian Romanick
2004-12-03
Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.py
Ian Romanick