include glapi.h to fix broken build
[mesa.git] / src / mesa / glapi / glX_proto_send.py
2006-10-13 Brian Paulinclude glapi.h to fix broken build
2006-10-11 Ian RomanickFix bug #4681.
2006-10-09 Ian RomanickUpdates for XCB. Bug 8560.
2006-10-04 Ian RomanickKeep indentation consistent with indent.
2006-10-04 Ian RomanickDivide categories into four groups as they are processe...
2006-09-26 Jeremy KolbAdded function convertStringForXCB. Deals with the...
2006-03-06 Ian RomanickLater versions of Python handle formats like '% 5u...
2005-06-24 Jeremy KolbFixed the XCB implementation when always_array is true...
2005-06-22 Ian RomanickMark GenQueriesARB at 'always_array="true"'. This...
2005-06-22 Jeremy KolbFixed a bug where GenQueriesARB was generating the...
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-06-20 Jeremy KolbFixed some issues where XCB replies were being freed...
2005-05-16 Brian Paulanother GLX / XCB patch (Jeremy Kolb)
2005-05-07 Brian PaulPatches for XCB (Jeremy Kolb)
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-03-17 Ian RomanickFix the handling of zero-sized output parameters (i...
2005-02-25 Ian RomanickConvert the static functions read_pixel_reply, read_reply,
2005-02-09 Ian RomanickGenerate GLX protocol for pixel single commands.
2005-02-05 Ian RomanickFix some mixed spaces / tabs issues in generated code...
2005-02-02 Ian RomanickSmall refactor. Add glXFunctionIterator, which derrive...
2005-02-01 Ian RomanickSmall refactor. Move several utility functions from...
2005-01-28 Ian RomanickRefactor the code to emit multiple-inclusion protection to
2005-01-28 Ian RomanickProperly annotate variable-length output parameters...
2005-01-28 Ian RomanickAdd an option to emit extra debug code in the generated...
2005-01-24 Ian RomanickMove all the code for generating "size" related functio...
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
2005-01-07 Ian RomanickThe generic_*_byte functions did not rount the command...
2005-01-03 Ian RomanickThe opcode and command length fields of RenderLarge...
2004-12-27 Ian RomanickFixed two problems with the handling of GLX protocol...
2004-12-21 Ian RomanickUsed GCC's __builtin_expect when available. Change...
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...
2004-12-03 Ian RomanickFix a minor bug in glXEnumFunction::PrintUsingTable...
2004-12-01 Ian RomanickSlightly tweak the format of the size prototypes.
2004-12-01 Ian RomanickPython script to generate various bits of client-side...