Generate server-side GLX protocol decode functions using the 'make server'
[mesa.git] / src / mesa / glapi / glX_XML.py
2005-10-03 Ian RomanickChange the 'count' for COMPRESSED_TEXTURE_FORMATS from...
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-04-18 Ian RomanickRefactor a bunch of common code from the "leaf" scripts...
2005-04-18 Ian RomanickConvert all Python scripts to use XML namespaces.
2005-04-14 Ian RomanickRefactor the handling of the '(true | false)' enumerate...
2005-03-17 Ian RomanickEnable the generation of server-side __glGetBooleanv_si...
2005-03-17 Ian RomanickMinor refactoring and code tweaking. The only notable...
2005-02-09 Ian RomanickGenerate GLX protocol for pixel single commands.
2005-02-02 Ian RomanickSmall refactor. Add glXFunctionIterator, which derrive...
2005-02-01 Ian RomanickSmall refactor. Move several utility functions from...
2005-02-01 Ian RomanickAdd GlxProto::createEnumFunction and add a 'context...
2005-01-28 Ian RomanickProperly annotate variable-length output parameters...
2005-01-28 Ian RomanickSlightly modify the meaning of the 'handcode' attribute...
2005-01-27 Ian RomanickAdd numerous 'get'-type functions to most of the enums...
2005-01-27 Ian RomanickThe 'mode' setting of a function within an 'enum' eleme...
2005-01-25 Ian RomanickAdd a "count" attribute to "enums" elements to set...
2005-01-24 Ian RomanickRemove glEnum::startElement, but refactor out some...
2005-01-24 Ian RomanickSince only one of the places that used glXFunction...
2005-01-24 Ian RomanickMake sure that functions added to gl_API.xml that do...
2005-01-07 Ian RomanickPixel oriented render functions are now generated by the
2004-12-21 Ian RomanickAdded some comments and fixed typeos. Slightly refacto...
2004-12-03 Ian RomanickMove common GLX code to glX_XML.py. This will make...