summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/indirect.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the handling of zero-sized output parameters (i.e., those with typeIan Romanick2005-03-171-1/+14
* Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick2005-03-111-0/+154
* Actually *use* the count_scale value associated with a parameter.Ian Romanick2005-03-061-24/+24
* Fix some errors in the parameter descriptions in serveral vertex / fragmentIan Romanick2005-03-031-67/+89
* Accidentally committed wrong version with the previous commit set.Ian Romanick2005-02-251-31/+31
* Add GLX protocol support for ARB_fragement_program,Ian Romanick2005-02-251-0/+1698
* Convert the static functions read_pixel_reply, read_reply,Ian Romanick2005-02-251-98/+98
* Corrected the value for X_GLrop_SecondaryColor3svEXT.Ian Romanick2005-02-231-2/+2
* Generate GLX protocol for pixel single commands.Ian Romanick2005-02-091-0/+191
* Fix some mixed spaces / tabs issues in generated code. Commit generatedIan Romanick2005-02-051-13/+13
* Mark a couple more function parameters as counters.Ian Romanick2005-01-271-3/+3
* Pixel oriented render functions are now generated by theIan Romanick2005-01-071-2/+515
* The generic_*_byte functions did not rount the command size to aIan Romanick2005-01-071-4/+4
* The opcode and command length fields of RenderLarge commands wereIan Romanick2005-01-031-8/+8
* 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-1049/+486
* Use GLX protocol code generated by glX_proto_send.py.Ian Romanick2004-12-201-0/+5696