summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | mesa: No getenv on WinCE.José Fonseca2008-06-241-0/+4
| | * | | | | | | mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul2008-06-181-0/+4
| | * | | | | | | mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul2008-06-183-624/+655
| | * | | | | | | mesa: move some glapi bits aroundBrian Paul2008-06-134-3/+7
| | * | | | | | | Remove CVS keywords.José Fonseca2008-05-261-1/+0
| | * | | | | | | Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-231-4/+44
| | |\ \ \ \ \ \ \
| | | * | | | | | | mesa: Pulled in glthread from i915texJakob Bornecrantz2008-04-071-4/+44
| | * | | | | | | | mesa: fix #include path for glapioffsets.h (fixes x86 build)Brian2008-05-211-1/+1
| | * | | | | | | | Regenerated API dispatch filesBrian Paul2008-05-185-630/+590
| | * | | | | | | | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Brian Paul2008-05-181-8/+6
| | |/ / / / / / /
| | * | | | | | | Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2008-04-046-143/+130
| | * | | | | | | Finish up ATI_separate_stencilBrian2008-04-046-300/+373
| | * | | | | | | Remove files of unsupported build systems.José Fonseca2008-02-251-37/+0
| | * | | | | | | gallium: s/GLuint/unsigned/ to work with gallium when THREADS not definedBrian2008-01-261-3/+3
| | * | | | | | | Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
* | | | | | | | | mesa: add ARB_framebuffer_object.xml to API_XMLBrian Paul2009-01-221-0/+1
* | | | | | | | | mesa: regenerated GL API filesBrian Paul2009-01-225-1213/+1383
* | | | | | | | | glapi: include ARB_framebuffer_object.xmlBrian Paul2009-01-221-0/+3
* | | | | | | | | glapi: XML spec for GL_ARB_framebuffer_objectBrian Paul2009-01-221-0/+269
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | __builtin_expect is a gcc 3.x feature. define it out for gcc 2.95.Matthieu Herrb2009-01-111-0/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | GLX: Include glapi.h before glapitable.hIan Romanick2008-12-141-1/+1
* | | | | | | Return 0 as the request size when the pixels parameter is NULLNeil Roberts2008-12-141-0/+5
* | | | | | | GLX: Fix protocol for glTexSubImage#DIan Romanick2008-12-148-6/+39
| |_|_|_|_|/ |/| | | | |
* | | | | | 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