summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glX_proto_send.py
AgeCommit message (Expand)Author
2009-06-03Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedIan Romanick
2008-12-14GLX: Fix protocol for glTexSubImage#DIan Romanick
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg
2008-02-19If parameter is a 'counter', raise GL_INVALID_VALUE if value is negativeBrian
2007-10-30Fix some build warnings, mostly with XCB.Michel Dänzer
2006-10-13include glapi.h to fix broken buildBrian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-10-09Updates for XCB. Bug 8560.Ian Romanick
2006-10-04Keep indentation consistent with indent.Ian Romanick
2006-10-04Divide categories into four groups as they are processed from the XML. AddIan Romanick
2006-09-26Added function convertStringForXCB. Deals with the recent XCB naming convent...Jeremy Kolb
2006-03-06Later versions of Python handle formats like '% 5u' differently. ForIan Romanick
2005-06-24Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb
2005-06-22Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick
2005-06-22Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-06-20Fixed some issues where XCB replies were being freed and data was not being c...Jeremy Kolb
2005-05-16another GLX / XCB patch (Jeremy Kolb)Brian Paul
2005-05-07Patches for XCB (Jeremy Kolb)Brian Paul
2005-04-18Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick
2005-04-18Convert all Python scripts to use XML namespaces.Ian Romanick
2005-03-17Fix the handling of zero-sized output parameters (i.e., those with typeIan Romanick
2005-02-25Convert the static functions read_pixel_reply, read_reply,Ian Romanick
2005-02-09Generate GLX protocol for pixel single commands.Ian Romanick
2005-02-05Fix some mixed spaces / tabs issues in generated code. Commit generatedIan Romanick
2005-02-02Small refactor. Add glXFunctionIterator, which derrives fromIan Romanick
2005-02-01Small refactor. Move several utility functions from glX_XML.py toIan Romanick
2005-01-28Refactor the code to emit multiple-inclusion protection toIan Romanick
2005-01-28Properly annotate variable-length output parameters. Make sure that theIan Romanick
2005-01-28Add an option to emit extra debug code in the generated protocol functions.Ian Romanick
2005-01-24Move all the code for generating "size" related functions to its ownIan Romanick
2005-01-24Since only one of the places that used glXFunction::command_payload_lengthIan Romanick
2005-01-24Make sure that functions added to gl_API.xml that do not have any GLXIan Romanick
2005-01-07Pixel oriented render functions are now generated by theIan Romanick
2005-01-07The generic_*_byte functions did not rount the command size to aIan Romanick
2005-01-03The opcode and command length fields of RenderLarge commands wereIan Romanick
2004-12-27Fixed two problems with the handling of GLX protocol replies. The logicIan Romanick
2004-12-21Used GCC's __builtin_expect when available. Change the way code isIan Romanick
2004-12-21Added some comments and fixed typeos. Slightly refactored the wayIan Romanick
2004-12-03Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.pyIan Romanick
2004-12-03Fix a minor bug in glXEnumFunction::PrintUsingTable. Add some comments.Ian Romanick
2004-12-01Slightly tweak the format of the size prototypes.Ian Romanick
2004-12-01Python script to generate various bits of client-side GLX protocol code.Ian Romanick