summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2012-10-16es2api: Add GL ES 3 headersMatt Turner1-0/+5
2012-10-16glapi: Add es2="3.0" attributes to XML.Matt Turner13-103/+103
2012-10-16glapi: Delete gles_api.py, since it is no longer used.Paul Berry2-472/+0
2012-10-16mapi_abi: Use GLES information from XML rather than gles_api.py.Paul Berry1-5/+11
2012-10-16mapi_abi: Override 'hidden' and 'handcode' attributes using polymorphism.Paul Berry1-15/+23
2012-10-16mapi_abi: Get rid of unnecessary copy.Paul Berry1-16/+3
2012-10-16mapi_abi: Remove sanity check that all GLES functions are present.Paul Berry1-5/+0
2012-10-16mapi_abi: Collect all imports at top of file.Paul Berry1-8/+5
2012-10-16glapi: Use GLES information from XML rather than gles_api.py.Paul Berry2-16/+2
2012-10-16glapi: Read GLES information from XML.Paul Berry1-0/+48
2012-10-16glapi: Add es1 and es2 attributes to XML.Paul Berry9-334/+502
2012-10-16glapi: use new-style Python classes.Paul Berry4-10/+10
2012-10-16mesa/es: Enable GL_EXT_map_buffer_rangeFredrik Höglund2-0/+30
2012-10-10glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry21-5698/+5698
2012-10-10glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension sectionImre Deak1-1/+2
2012-10-09glx: Remove the last user of -DUSE_XCB.Eric Anholt1-2/+0
2012-10-04glapi: Do not use backtrace on Cygwin.Vinson Lee1-1/+1
2012-10-01build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner6-15/+15
2012-10-01build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2-2/+4
2012-10-01intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden1-0/+6
2012-09-28scons: Disable build of assembly sources on Cygwin.Vinson Lee1-1/+1
2012-09-28glx: Fix compile warnings since 99fee476a102be898a1a093c037e06382f90a5b9Eric Anholt1-1/+1
2012-09-28gles2: Alias glReadBufferNV with desktop glReadBufferIan Romanick1-1/+1
2012-09-27build: Link libglapi with pthreadsMatt Turner1-0/+2
2012-09-06glapi/glx: rename 'table' variable to 'disp_table'Brian Paul1-2/+2
2012-09-05glX_proto_send.py: Don't cast the return value of mallocMatt Turner1-1/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-05glX_proto_send.py: Remove deprecated Xmalloc/Xfree callsMatt Turner1-3/+3
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee5-6/+6
2012-09-05mapi: Add shared-glapi-test to .gitignorePaul Berry1-0/+1
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