summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* mesa: restore glapi/ prefix on #includeBrian Paul2008-11-101-1/+1
* mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul2008-11-103-5/+13
* GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul2008-11-102-5/+2
* mesa: asst updates for VMSJouk Jansen2008-09-291-4/+6
* glapi: add DISPATCH_FUNCTION_SIZETobias Jakobi2008-09-271-0/+14
* glapi: add gl_dispatch_functions_start and endTobias Jakobi2008-09-271-0/+10
* mesa: fix main/ prefix in includeKeith Whitwell2008-09-231-1/+1
* mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul2008-09-231-0/+4
* mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul2008-09-233-624/+655
* mesa: move some glapi bits aroundBrian Paul2008-09-214-3/+7
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: fix asst path/include mistakes in prev commitsChris Rankin2008-09-181-1/+1
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+1
* mesa: #include <stdio.h>Guillaume Melquiond2008-09-131-0/+1
* mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul2008-07-091-2/+2
* Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver treePaulo Cesar Pereira de Andrade2008-07-021-0/+3
* VBO: Add missing functions related to VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARBIan Romanick2008-07-011-0/+2
* VBO: add GLX related annotationsIan Romanick2008-07-011-29/+59
* Follow along GL/glx -> glx renaming in xserverDan Nicholson2008-05-211-2/+2
* Add remaining glapi generated server headers.Kristian Høgsberg2008-05-211-12/+35
* Make the shared glapi files not include glheader.h.Kristian Høgsberg2008-05-213-6/+15
* Revert "glapi: Generate xserver glapi sources in the mesa tree"Kristian Høgsberg2008-05-211-13/+18
* Never fail `make clean'Dan Nicholson2008-05-071-2/+2
* glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-12/+0
* glcore: build from mesaGeorge Sapountzis2008-04-232-0/+8
* Move DRI context functions into dri_glx.c.Kristian Høgsberg2008-03-081-1/+1
* Added <size name="Get" mode="get"/> lines for point parameter tokens.Brian2008-02-191-0/+4
* If parameter is a 'counter', raise GL_INVALID_VALUE if value is negativeBrian2008-02-191-0/+8
* glapi: Generate xserver glapi sources in the mesa treeDan Nicholson2008-02-171-18/+13
* glapi: Correct prerequisites for gl_and_glX_API.xmlDan Nicholson2008-02-121-2/+2
* glapi: Use make automatic variables to clean up the commandsDan Nicholson2008-02-121-46/+50
* glapi: Use variable for indent and flagsDan Nicholson2008-02-121-9/+7
* added 'get' info for framebuffer object tokensBrian2008-01-012-8/+18
* add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811)Brian2008-01-011-1/+3
* recreate from changed gl_API.xmlRoland Scheidegger2007-11-095-630/+590
* alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger2007-11-091-8/+6
* Prevent loss of vectorequiv information when an alias follows the function be...Ian Romanick2007-11-081-43/+48
* Fix some build warnings, mostly with XCB.Michel Dänzer2007-10-301-5/+9
* Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2007-10-306-143/+130
* Finish up ATI_separate_stencilBrian2007-10-306-300/+373
* typoGeorge Sapountzis2007-10-141-1/+1
* Uncomment GLX_SGIX_pbuffer definition.Kristian Høgsberg2007-10-131-3/+1
* Add a few missing GL 2.0 entrypoints, regenerate related files.Brian2007-06-283-137/+196
* Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).Brian2007-06-122-12/+23
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-166-300/+356
* fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect renderingWei Wang2007-04-081-2/+6
* MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info.Brian2007-04-071-2/+2
* Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ...Brian2007-04-021-0/+1
* Merge branch 'master' of ssh+git://[email protected]/git/mesa/mesaIan Romanick2007-03-062-2/+10
|\
| * Fix GLAPIENTRYP for OS X.Ian Romanick2007-02-232-2/+10