summaryrefslogtreecommitdiff
path: root/src/glx/x11/indirect.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28mesa: regenerated API files for GL_EXT_provoking_vertexBrian Paul1-60/+0
2009-03-31Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedJeremy Huddleston1-0/+60
2009-03-12regenerate glapiRoland Scheidegger1-0/+40
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-6/+4
2008-12-14GLX: Change resulting from previous commitIan Romanick1-6/+4
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul1-139/+15
2008-11-10GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul1-139/+15
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-40/+0
2008-08-08glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston1-16/+64
2008-06-12revert the DRI2 commitsAlan Hourihane1-336/+17
2008-06-11Bring in DRI2 changesAlan Hourihane1-17/+336
2008-05-18Regenerated API dispatch filesBrian Paul1-114/+0
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg1-16/+16
2008-02-19Regenerated (raise GL_INVALID_VALUE if counter param is negative)Brian1-0/+180
2007-11-09recreate from changed gl_API.xmlRoland Scheidegger1-74/+0
2007-10-30Fix some build warnings, mostly with XCB.Michel Dänzer1-1/+100
2007-01-30regeneratedBrian1-25/+25
2006-11-02Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul1-1/+1
2006-10-13include glapi.h to fix broken buildBrian Paul1-0/+1
2006-10-11Fix bug #4681.Ian Romanick1-134/+468
2006-10-09Updates for XCB. Bug 8560.Brian Paul1-1/+1
2006-10-04Changes to generated code caused by the previous commits.Ian Romanick1-3022/+4577
2006-09-26Update to use the new XCB naming convention.Jeremy Kolb1-171/+171
2006-08-31Fix problems with vertex program protocolIan Romanick1-48/+48
2006-08-25Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick1-0/+13
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick1-0/+55
2006-08-24Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick1-1246/+1246
2006-03-14Set always_array=true for glGenProgramsNV (Dave Reveman)Brian Paul1-1/+1
2005-10-20restore FASTCALL stuffBrian Paul1-1/+5
2005-10-20Disable the FASTCALL optimization because it still breaks server-side GLX.Brian Paul1-5/+1
2005-08-26/dri/msgAdam Jackson1-1/+1
2005-06-24Fix non-x86 specific builds. The changes from glTexImage3DEXT toIan Romanick1-10/+10
2005-06-24Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...Jeremy Kolb1-4/+4
2005-06-22Mark GenQueriesARB at 'always_array="true"'. This eliminates the needIan Romanick1-2/+2
2005-06-22Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...Jeremy Kolb1-3/+0
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick1-99/+364
2005-06-20ran "make" after update to glX_proto_send.py.Jeremy Kolb1-68/+68
2005-05-25Commit the changes propagated from Jeremy Kolb's changes to the PythonIan Romanick1-0/+486
2005-03-17Fix the handling of zero-sized output parameters (i.e., those with typeIan Romanick1-1/+14
2005-03-11Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocolIan Romanick1-0/+154
2005-03-06Actually *use* the count_scale value associated with a parameter.Ian Romanick1-24/+24
2005-03-03Fix some errors in the parameter descriptions in serveral vertex / fragmentIan Romanick1-67/+89
2005-02-25Accidentally committed wrong version with the previous commit set.Ian Romanick1-31/+31
2005-02-25Add GLX protocol support for ARB_fragement_program,Ian Romanick1-0/+1698
2005-02-25Convert the static functions read_pixel_reply, read_reply,Ian Romanick1-98/+98
2005-02-23Corrected the value for X_GLrop_SecondaryColor3svEXT.Ian Romanick1-2/+2
2005-02-09Generate GLX protocol for pixel single commands.Ian Romanick1-0/+191
2005-02-05Fix some mixed spaces / tabs issues in generated code. Commit generatedIan Romanick1-13/+13
2005-01-27Mark a couple more function parameters as counters.Ian Romanick1-3/+3
2005-01-07Pixel oriented render functions are now generated by theIan Romanick1-2/+515