summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glX_proto_send.py
Commit message (Expand)AuthorAgeFilesLines
* Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedIan Romanick2009-06-031-1/+5
* GLX: Fix protocol for glTexSubImage#DIan Romanick2008-12-141-2/+12
* Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-081-1/+1
* If parameter is a 'counter', raise GL_INVALID_VALUE if value is negativeBrian2008-02-191-0/+8
* Fix some build warnings, mostly with XCB.Michel Dänzer2007-10-301-5/+9
* include glapi.h to fix broken buildBrian Paul2006-10-131-0/+1
* Fix bug #4681.Ian Romanick2006-10-111-22/+53
* Updates for XCB. Bug 8560.Ian Romanick2006-10-091-1/+1
* Keep indentation consistent with indent.Ian Romanick2006-10-041-62/+55
* Divide categories into four groups as they are processed from the XML. AddIan Romanick2006-10-041-78/+9
* Added function convertStringForXCB. Deals with the recent XCB naming convent...Jeremy Kolb2006-09-261-9/+25
* Later versions of Python handle formats like '% 5u' differently. ForIan Romanick2006-03-061-1/+1
* Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb2005-06-241-1/+2
* Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick2005-06-221-1/+1
* Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb2005-06-221-1/+1
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-342/+442
* Fixed some issues where XCB replies were being freed and data was not being c...Jeremy Kolb2005-06-201-4/+2
* another GLX / XCB patch (Jeremy Kolb)Brian Paul2005-05-161-4/+4
* Patches for XCB (Jeremy Kolb)Brian Paul2005-05-071-5/+60
* Refactor a bunch of common code from the "leaf" scripts to a new functions,Ian Romanick2005-04-181-12/+1
* Convert all Python scripts to use XML namespaces.Ian Romanick2005-04-181-1/+1
* Fix the handling of zero-sized output parameters (i.e., those with typeIan Romanick2005-03-171-1/+5
* Convert the static functions read_pixel_reply, read_reply,Ian Romanick2005-02-251-13/+33
* Generate GLX protocol for pixel single commands.Ian Romanick2005-02-091-16/+80
* Fix some mixed spaces / tabs issues in generated code. Commit generatedIan Romanick2005-02-051-13/+13
* Small refactor. Add glXFunctionIterator, which derrives fromIan Romanick2005-02-021-16/+6
* Small refactor. Move several utility functions from glX_XML.py toIan Romanick2005-02-011-7/+3
* Refactor the code to emit multiple-inclusion protection toIan Romanick2005-01-281-8/+3
* Properly annotate variable-length output parameters. Make sure that theIan Romanick2005-01-281-1/+1
* Add an option to emit extra debug code in the generated protocol functions.Ian Romanick2005-01-281-4/+29
* Move all the code for generating "size" related functions to its ownIan Romanick2005-01-241-100/+0
* Since only one of the places that used glXFunction::command_payload_lengthIan Romanick2005-01-241-15/+5
* Make sure that functions added to gl_API.xml that do not have any GLXIan Romanick2005-01-241-0/+2
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-10/+338
* The generic_*_byte functions did not rount the command size to aIan Romanick2005-01-071-1/+2
* The opcode and command length fields of RenderLarge commands wereIan Romanick2005-01-031-5/+11
* Fixed two problems with the handling of GLX protocol replies. The logicIan Romanick2004-12-271-2/+2
* Used GCC's __builtin_expect when available. Change the way code isIan Romanick2004-12-211-34/+57
* Added some comments and fixed typeos. Slightly refactored the wayIan Romanick2004-12-211-15/+6
* Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.pyIan Romanick2004-12-031-451/+20
* Fix a minor bug in glXEnumFunction::PrintUsingTable. Add some comments.Ian Romanick2004-12-031-1/+17
* Slightly tweak the format of the size prototypes.Ian Romanick2004-12-011-1/+1
* Python script to generate various bits of client-side GLX protocol code.Ian Romanick2004-12-011-0/+981