summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/indirect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-111-139/+15
|\
| * GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul2008-11-101-139/+15
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-40/+0
|\ \ | |/ |/|
| * revert the DRI2 commitsAlan Hourihane2008-06-121-336/+17
| * Bring in DRI2 changesAlan Hourihane2008-06-111-17/+336
| * Regenerated API dispatch filesBrian Paul2008-05-181-114/+0
* | glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston2008-08-081-16/+64
* | Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-081-16/+16
* | Regenerated (raise GL_INVALID_VALUE if counter param is negative)Brian2008-02-191-0/+180
* | recreate from changed gl_API.xmlRoland Scheidegger2007-11-091-74/+0
* | Fix some build warnings, mostly with XCB.Michel Dänzer2007-10-301-1/+100
|/
* regeneratedBrian2007-01-301-25/+25
* Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul2006-11-021-1/+1
* include glapi.h to fix broken buildBrian Paul2006-10-131-0/+1
* Fix bug #4681.Ian Romanick2006-10-111-134/+468
* Updates for XCB. Bug 8560.Brian Paul2006-10-091-1/+1
* Changes to generated code caused by the previous commits.Ian Romanick2006-10-041-3022/+4577
* Update to use the new XCB naming convention.Jeremy Kolb2006-09-261-171/+171
* Fix problems with vertex program protocolIan Romanick2006-08-311-48/+48
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-251-0/+13
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-241-0/+55
* Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick2006-08-241-1246/+1246
* Set always_array=true for glGenProgramsNV (Dave Reveman)Brian Paul2006-03-141-1/+1
* restore FASTCALL stuffBrian Paul2005-10-201-1/+5
* Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul2005-10-201-5/+1
* /dri/msgAdam Jackson2005-08-261-1/+1
* Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick2005-06-241-10/+10
* Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb2005-06-241-4/+4
* Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick2005-06-221-2/+2
* Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb2005-06-221-3/+0
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-99/+364
* ran "make" after update to glX_proto_send.py.Jeremy Kolb2005-06-201-68/+68
* Commit the changes propagated from Jeremy Kolb's changes to the PythonIan Romanick2005-05-251-0/+486
* 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