summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* dispatch: Include GLES1-only functions in dispatch table.Paul Berry2012-11-013-23/+24
* dispatch: properly handle parameter name mismatches in glapitemp.h.Paul Berry2012-11-012-3/+6
* dispatch: Include glheader.h in dispatch-related files.Paul Berry2012-11-013-3/+3
* dispatch: Update check_table.cpp to reflect recent aliasing changes.Paul Berry2012-11-011-2/+0
* mesa: implement ARB_map_buffer_alignmentMarek Olšák2012-10-311-1/+7
* shared-glapi: implement _glapi_get_proc_name().Paul Berry2012-10-253-2/+27
* glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.Paul Berry2012-10-231-1/+2
* glapi: Alias ClampColor and ClampColorARB.Paul Berry2012-10-231-1/+1
* es2api: Add GL ES 3 headersMatt Turner2012-10-161-0/+5
* 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
* mapi_abi: Use GLES information from XML rather than gles_api.py.Paul Berry2012-10-161-5/+11
* mapi_abi: Override 'hidden' and 'handcode' attributes using polymorphism.Paul Berry2012-10-161-15/+23
* mapi_abi: Get rid of unnecessary copy.Paul Berry2012-10-161-16/+3
* mapi_abi: Remove sanity check that all GLES functions are present.Paul Berry2012-10-161-5/+0
* mapi_abi: Collect all imports at top of file.Paul Berry2012-10-161-8/+5
* 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-016-15/+15
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-012-2/+4
* 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
* build: Link libglapi with pthreadsMatt Turner2012-09-271-0/+2
* 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-055-6/+6
* mapi: Add shared-glapi-test to .gitignorePaul Berry2012-09-051-0/+1
* 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
* automake: convert vgapiMatt Turner2012-08-244-100/+69
* build: Only generate dispatch assembly code that will be builtMatt Turner2012-08-241-4/+12
* build: Fix installation of GLES2 headersMatt Turner2012-08-231-6/+5
* build: Fix GLES linkage with libglapiMatt Turner2012-08-232-2/+2
* automake: convert es1apiMatt Turner2012-08-234-143/+67
* automake: convert es2apiMatt Turner2012-08-235-16/+67
* 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-132-7/+11
* 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