summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2013-01-20tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr1-3/+3
2013-01-20build: Fix GLES linkage without libglapiAndreas Boll2-2/+10
2012-10-10glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension sectionImre Deak1-1/+2
2012-10-03build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner6-15/+15
2012-10-03build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2-2/+4
2012-09-28build: Link libglapi with pthreadsMatt Turner1-0/+2
2012-09-28gles2: Alias glReadBufferNV with desktop glReadBufferIan Romanick1-1/+1
2012-09-12glapi/glx: rename 'table' variable to 'disp_table'Brian Paul1-2/+2
2012-08-29mesa/es: Enable GL_OES_vertex_array_objectIan Romanick2-0/+31
2012-08-27glapi/glx: call __glEmptyImage if USE_XCB, not memcpy directlyJulien Cristau1-10/+25
2012-08-24automake: convert vgapiMatt Turner4-100/+69
2012-08-24build: Only generate dispatch assembly code that will be builtMatt Turner1-4/+12
2012-08-23build: Fix installation of GLES2 headersMatt Turner1-6/+5
2012-08-23build: Fix GLES linkage with libglapiMatt Turner2-2/+2
2012-08-23automake: convert es1apiMatt Turner4-143/+67
2012-08-23automake: convert es2apiMatt Turner5-16/+67
2012-08-14glapi: Add GL_ARB_invalidate_subdataIan Romanick2-0/+50
2012-08-13build/mapi: More killing of TOP in favour of top_srcdirChristopher James Halse Rogers2-7/+11
2012-08-13build/glapi: fix includes for generated filesChristopher James Halse Rogers1-0/+1
2012-08-13build: fix out of tree generation of glapi_mapi_tmp.hChristopher James Halse Rogers1-1/+1
2012-08-08mesa/tests: Fix trivial typos in src/mapi/glapi testsIan Romanick1-4/+4
2012-08-08mesa/tests: Add tests for the generated shared-glapi dispatch tableIan Romanick3-0/+490
2012-08-08glapi: Prevent accidental use of lies w/shared-glapiIan Romanick1-0/+6
2012-08-08glx: Don't use glapitable.h at allIan Romanick1-1/+4
2012-08-08glx: Don't rely on struct _glapi_tableIan Romanick1-14/+21
2012-08-08mesa/tests: Don't build glapi tests with shared-glapiIan Romanick1-0/+2
2012-07-25shared-glapi: Install libglapi.so.0.0.0 and .0 links in lib/.Kenneth Graunke1-1/+3
2012-07-13automake: convert libglapiJon TURNEY4-78/+70
2012-07-13Rename X86-64_API -> X86_64_APIJon TURNEY1-1/+1
2012-07-12glapi: add ARB_transform_feedback_instancedMarek Olšák1-1/+18
2012-07-12glapi: add ARB_transform_feedback3Marek Olšák1-1/+30
2012-07-11mapi: Move GL_NV_draw_buffers extension to es_EXT.xmlKristian Høgsberg2-63/+63
2012-07-11glapi: Apply Xorg indent rules to all files generated for the xserverIan Romanick1-15/+39
2012-07-10glapi: add ARB_timer_queryMarek Olšák1-1/+21
2012-07-04mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne1-0/+8
2012-07-04GLES2: upgrade gl2ext.h to version 18099Kristian Høgsberg1-10/+0
2012-07-04Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."Marek Olšák1-8/+0
2012-07-03mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne1-0/+8
2012-07-02glapi/gen: fix out of tree buildDylan Noblesmith1-23/+29
2012-06-27mesa: more const qualifiers to match the latest glext.hBrian Paul5-5/+5
2012-06-27glapi: add const qualifier to glShaderSourceARB() parameterBrian Paul1-1/+1
2012-06-21glapi: Add uniform buffer object APIVincent Lejeune3-1/+101
2012-06-21automake: Convert src/mapi/glapi/gen to silent build.Eric Anholt1-24/+26
2012-06-21automake: Convert src/mapi/glapi/gen/Makefile to automake.Eric Anholt2-6/+3
2012-06-19mesa: Add support for GL_ARB_base_instanceFredrik Höglund3-1/+43
2012-06-18gles2: Add GL_NV_read_buffer extensionKristian Høgsberg2-0/+9
2012-06-14glx/tests and mesa/tests: Update .gitignore files.Paul Berry1-0/+2
2012-06-13glapi: Remove GL_NV_vertex_array_range from the dispatch tableIan Romanick2-5/+6
2012-06-13glapi: Remove GL_NV_fence from the dispatch tableIan Romanick2-15/+11
2012-06-13glapi: Remove GL_NV_register_combiners from the dispatch tableIan Romanick2-27/+17