summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
Commit message (Expand)AuthorAgeFilesLines
* glapi: Add es2="3.0" attributes to XML.Matt Turner2012-10-1613-103/+103
* glapi: Delete gles_api.py, since it is no longer used.Paul Berry2012-10-162-472/+0
* glapi: Use GLES information from XML rather than gles_api.py.Paul Berry2012-10-162-16/+2
* glapi: Read GLES information from XML.Paul Berry2012-10-161-0/+48
* glapi: Add es1 and es2 attributes to XML.Paul Berry2012-10-169-334/+502
* glapi: use new-style Python classes.Paul Berry2012-10-164-10/+10
* mesa/es: Enable GL_EXT_map_buffer_rangeFredrik Höglund2012-10-162-0/+30
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-1021-5698/+5698
* glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension sectionImre Deak2012-10-101-1/+2
* glx: Remove the last user of -DUSE_XCB.Eric Anholt2012-10-091-2/+0
* glapi: Do not use backtrace on Cygwin.Vinson Lee2012-10-041-1/+1
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-014-10/+10
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-011-1/+2
* intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden2012-10-011-0/+6
* scons: Disable build of assembly sources on Cygwin.Vinson Lee2012-09-281-1/+1
* glx: Fix compile warnings since 99fee476a102be898a1a093c037e06382f90a5b9Eric Anholt2012-09-281-1/+1
* gles2: Alias glReadBufferNV with desktop glReadBufferIan Romanick2012-09-281-1/+1
* glapi/glx: rename 'table' variable to 'disp_table'Brian Paul2012-09-061-2/+2
* glX_proto_send.py: Don't cast the return value of mallocMatt Turner2012-09-051-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* glX_proto_send.py: Remove deprecated Xmalloc/Xfree callsMatt Turner2012-09-051-3/+3
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-053-3/+3
* mesa/es: Enable GL_OES_vertex_array_objectIan Romanick2012-08-292-0/+31
* glapi/glx: call __glEmptyImage if USE_XCB, not memcpy directlyJulien Cristau2012-08-271-10/+25
* build: Only generate dispatch assembly code that will be builtMatt Turner2012-08-241-4/+12
* automake: convert es2apiMatt Turner2012-08-231-4/+0
* glapi: Add GL_ARB_invalidate_subdataIan Romanick2012-08-142-0/+50
* build/mapi: More killing of TOP in favour of top_srcdirChristopher James Halse Rogers2012-08-131-7/+7
* build/glapi: fix includes for generated filesChristopher James Halse Rogers2012-08-131-0/+1
* build: fix out of tree generation of glapi_mapi_tmp.hChristopher James Halse Rogers2012-08-131-1/+1
* mesa/tests: Fix trivial typos in src/mapi/glapi testsIan Romanick2012-08-081-4/+4
* glapi: Prevent accidental use of lies w/shared-glapiIan Romanick2012-08-081-0/+6
* glx: Don't use glapitable.h at allIan Romanick2012-08-081-1/+4
* glx: Don't rely on struct _glapi_tableIan Romanick2012-08-081-14/+21
* mesa/tests: Don't build glapi tests with shared-glapiIan Romanick2012-08-081-0/+2
* automake: convert libglapiJon TURNEY2012-07-134-78/+70
* Rename X86-64_API -> X86_64_APIJon TURNEY2012-07-131-1/+1
* glapi: add ARB_transform_feedback_instancedMarek Olšák2012-07-121-1/+18
* glapi: add ARB_transform_feedback3Marek Olšák2012-07-121-1/+30
* mapi: Move GL_NV_draw_buffers extension to es_EXT.xmlKristian Høgsberg2012-07-112-63/+63
* glapi: Apply Xorg indent rules to all files generated for the xserverIan Romanick2012-07-111-15/+39
* glapi: add ARB_timer_queryMarek Olšák2012-07-101-1/+21
* mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne2012-07-041-0/+8
* GLES2: upgrade gl2ext.h to version 18099Kristian Høgsberg2012-07-041-10/+0
* Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."Marek Olšák2012-07-041-8/+0
* mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne2012-07-031-0/+8
* glapi/gen: fix out of tree buildDylan Noblesmith2012-07-021-23/+29
* mesa: more const qualifiers to match the latest glext.hBrian Paul2012-06-275-5/+5
* glapi: add const qualifier to glShaderSourceARB() parameterBrian Paul2012-06-271-1/+1
* glapi: Add uniform buffer object APIVincent Lejeune2012-06-213-1/+101