summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)AuthorFilesLines
2009-09-03glapi: fix incorrect/missing return types for glFenceSync(), glClientWaitSync()Brian Paul4-8/+9
2009-09-03Eliminate trailing whitespace in extension_helper.cIan Romanick1-1/+1
2009-09-03ARB sync: Regenerate files from previous commitIan Romanick5-1354/+1480
2009-09-03ARB sync: Add base infrastructure for GL_ARB_syncIan Romanick3-0/+84
2009-08-28Put 'extern' first on the line to silence GCC warnings.Ian Romanick1-2/+2
2009-08-25Revert "glapi: Fix a possible race in getting current context/dispatch."Brian Paul3-41/+41
2009-08-24glapi: Fix a possible race in getting current context/dispatch.Chia-I Wu3-41/+41
2009-08-24glapi: Static mutex does not work on WIN32_THREADS.Chia-I Wu1-2/+11
2009-08-24glapi: Fix a race in accessing context/dispatch TSD.Chia-I Wu1-0/+4
2009-08-24glapi: Protect _glapi_check_multithread by a mutex.Chia-I Wu1-14/+15
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick3-0/+15
2009-08-14Regenerate files for GL_APPLE_flush_buffer_rangeIan Romanick5-349/+437
2009-08-03typo fixRobert Ellison1-1/+1
2009-08-03mesa: fix up some GLAPI XMLRobert Ellison3-38/+100
2009-07-27glapi: remove XTHREADS supportRALOVICH, Kristóf4-96/+3
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-0/+23
2009-07-02glapi: ensure _mesa_lookup_prim_by_nr() is not clobbered on regenerationKeith Whitwell1-0/+23
2009-06-19mesa: regenerated files related to GL_ARB_vertex_array_objectBrian Paul5-1292/+1344
2009-06-19glapi: add new information for GL_ARB_vertex_array_objectBrian Paul3-0/+37
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul8-336/+379
2009-06-08mesa: regenerated files for GL_ARB_map_buffer_rangeBrian Paul5-1287/+1323
2009-06-08glapi: hook in ARB_map_buffer_range.xmlBrian Paul2-0/+3
2009-06-08glapi: spec/xml file for GL_ARB_map_buffer_rangeBrian Paul1-0/+34
2009-06-03Fix compiling indirect.c when GLX_DIRECT_RENDERING is not definedIan Romanick1-1/+5
2009-06-02glapi: regenerated files for GL_ARB_copy_bufferBrian Paul5-1271/+1289
2009-06-02glapi: include ARB_copy_buffer.xmlBrian Paul2-0/+3
2009-06-02glapi: GL_ARB_copy_buffer xml infoBrian Paul1-0/+24
2009-05-28mesa: GL API changes for GL_EXT_provoking_vertexBrian Paul7-336/+357
2009-04-20mesa: Correct the gl_dispatch_stub_xxx prototypes.José Fonseca2-49/+47
2009-03-28glapi: remove a couple accidental GL_ prefixesRoland Scheidegger1-24/+24
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-0/+6
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-03-12regenerate glapiRoland Scheidegger5-569/+641
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+50
2009-02-26mesa: Resurrect SPARC asm code.David S. Miller3-109/+328
2009-02-26Fix "cast to pointer from integer of different size"Tomas Carnecky1-1/+1
2009-02-23mesa: fixes for building on HaikuTomas Wilhelmsson1-0/+12
2009-02-23mesa: Fix windows build.José Fonseca1-3/+3
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul4-3/+5
2009-02-21glapi: update find_entry() for mangled namesBrian Paul1-1/+7
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul4-47/+50
2009-01-22mesa: add ARB_framebuffer_object.xml to API_XMLBrian Paul1-0/+1
2009-01-22mesa: regenerated GL API filesBrian Paul5-1213/+1383
2009-01-22glapi: include ARB_framebuffer_object.xmlBrian Paul1-0/+3
2009-01-22glapi: XML spec for GL_ARB_framebuffer_objectBrian Paul1-0/+269
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+4
2009-01-11__builtin_expect is a gcc 3.x feature. define it out for gcc 2.95.Matthieu Herrb1-0/+4
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane9-7/+45
2008-12-14GLX: Include glapi.h before glapitable.hIan Romanick1-1/+1
2008-12-14Return 0 as the request size when the pixels parameter is NULLNeil Roberts1-0/+5