summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* glapi: comment-out TIMEOUT_IGNOREDBrian Paul2010-01-041-1/+3
* ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXTIan Romanick2009-11-171-0/+1
* Add missing XML files to API_XMLIan Romanick2009-11-171-2/+5
* ARB_fbo: Regenerate files from previous commits.Ian Romanick2009-11-172-98/+106
* ARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xmlIan Romanick2009-11-172-24/+24
* ARB_fbo: Add GL_EXT_framebuffer_multisampleIan Romanick2009-11-172-0/+17
* EXT_pds: Add GL_EXT_packed_depth_stencilIan Romanick2009-11-172-0/+20
* EXT_fbo_blit: Add missing GLX protocol render opcodeIan Romanick2009-11-171-0/+1
* ARB_fbo: Add missing protocol "Get" informationIan Romanick2009-11-171-2/+7
* ARB_fbo: Remove _EXT from enum namesIan Romanick2009-11-171-12/+12
* glapi: Always build libglapi.a.Chia-I Wu2009-10-236-9/+22
* glapi: Move dispatch marcos to glapidispatch.h.Chia-I Wu2009-10-234-3983/+4014
* mesa/dri: Remove extension_helper.h.Chia-I Wu2009-10-231-5/+0
* mesa/main: Add support for remap table.Chia-I Wu2009-10-232-0/+223
* windows: replace old ColorTable, Convolution functions with newBrian Paul2009-09-191-4/+4
* glapi: replace old TexCopy functions w/ newBrian Paul2009-09-191-5/+5
* glapi: regenerated filesBrian Paul2009-09-192-0/+8
* glapi: added tokens, function for GL_ARB_provoking_vertexBrian Paul2009-09-191-0/+13
* glapi: Add ARB_draw_elements_base_vertexEric Anholt2009-09-087-1330/+1426
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-083-0/+15
* glapi: fix incorrect/missing return types for glFenceSync(), glClientWaitSync()Brian Paul2009-09-034-8/+9
* Eliminate trailing whitespace in extension_helper.cIan Romanick2009-09-031-1/+1
* ARB sync: Regenerate files from previous commitIan Romanick2009-09-035-1354/+1480
* ARB sync: Add base infrastructure for GL_ARB_syncIan Romanick2009-09-033-0/+84
* Put 'extern' first on the line to silence GCC warnings.Ian Romanick2009-08-281-2/+2
* Revert "glapi: Fix a possible race in getting current context/dispatch."Brian Paul2009-08-253-41/+41
* glapi: Fix a possible race in getting current context/dispatch.Chia-I Wu2009-08-243-41/+41
* glapi: Static mutex does not work on WIN32_THREADS.Chia-I Wu2009-08-241-2/+11
* glapi: Fix a race in accessing context/dispatch TSD.Chia-I Wu2009-08-241-0/+4
* glapi: Protect _glapi_check_multithread by a mutex.Chia-I Wu2009-08-241-14/+15
* Infrastructure for GL_ARB_seamless_cube_mapIan Romanick2009-08-143-0/+15
* Regenerate files for GL_APPLE_flush_buffer_rangeIan Romanick2009-08-145-349/+437
* typo fixRobert Ellison2009-08-031-1/+1
* mesa: fix up some GLAPI XMLRobert Ellison2009-08-033-38/+100
* glapi: remove XTHREADS supportRALOVICH, Kristóf2009-07-274-96/+3
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-0/+23
|\
| * glapi: ensure _mesa_lookup_prim_by_nr() is not clobbered on regenerationKeith Whitwell2009-07-021-0/+23
* | mesa: regenerated files related to GL_ARB_vertex_array_objectBrian Paul2009-06-195-1292/+1344
* | glapi: add new information for GL_ARB_vertex_array_objectBrian Paul2009-06-193-0/+37
* | Merge branch 'ext-provoking-vertex'Brian Paul2009-06-198-336/+379
|\ \
| * | mesa: GL API changes for GL_EXT_provoking_vertexBrian Paul2009-05-287-336/+357
| |/
* | mesa: regenerated files for GL_ARB_map_buffer_rangeBrian Paul2009-06-085-1287/+1323
* | glapi: hook in ARB_map_buffer_range.xmlBrian Paul2009-06-082-0/+3
* | glapi: spec/xml file for GL_ARB_map_buffer_rangeBrian Paul2009-06-081-0/+34
* | Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedIan Romanick2009-06-031-1/+5
* | glapi: regenerated files for GL_ARB_copy_bufferBrian Paul2009-06-025-1271/+1289
* | glapi: include ARB_copy_buffer.xmlBrian Paul2009-06-022-0/+3
* | glapi: GL_ARB_copy_buffer xml infoBrian Paul2009-06-021-0/+24
|/
* mesa: Correct the gl_dispatch_stub_xxx prototypes.José Fonseca2009-04-202-49/+47
* glapi: remove a couple accidental GL_ prefixesRoland Scheidegger2009-03-281-24/+24