summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/indirect.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-211-1/+2
* Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith2010-01-191-1/+1
* ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXTIan Romanick2009-11-171-0/+20
* ARB_fbo: Regenerate files from previous commits.Ian Romanick2009-11-171-0/+46
* Thank you git for doing the right thing.Ian Romanick2009-06-031-94/+1
* Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedIan Romanick2009-06-031-0/+138
* glapi: regenerated files for GL_ARB_copy_bufferBrian Paul2009-06-021-60/+0
* Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedJeremy Huddleston2009-03-311-0/+60
* regenerate glapiRoland Scheidegger2009-03-121-0/+40
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-151-6/+4
|\
| * GLX: Change resulting from previous commitIan Romanick2008-12-141-6/+4
* | 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