aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke2012-11-191-2/+1
* glapi: Stop handling XML annotation exec="{es,check,loopback}".Paul Berry2012-11-121-3/+0
* glapi: Remove handling of mesa_name XML attribute.Paul Berry2012-11-123-53/+4
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-1224-1428/+1345
* glapi: add ARB_texture_cube_map_array.Dave Airlie2012-11-092-1/+19
* dispatch: Code generate api_exec.c.Paul Berry2012-11-061-0/+4
* glapi/gen: Add code generation script for _mesa_create_exec_table().Paul Berry2012-11-061-0/+222
* glapi/gen: handle new XML attributes.Paul Berry2012-11-061-2/+63
* glapi/gen: Gather API version info across aliased functions.Paul Berry2012-11-061-1/+13
* glapi/gen: Comment fix.Paul Berry2012-11-061-1/+1
* glapi: Annotate XML with function name suffix anomalies.Paul Berry2012-11-0614-147/+191
* glapi: Annotate XML with desktop="false" for GLES-only functions.Paul Berry2012-11-065-57/+60
* glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.Paul Berry2012-11-063-48/+49
* glapi: Annotate XML with exec="loopback" for loopback functions.Paul Berry2012-11-062-208/+271
* glapi: Annotate XML with exec="dynamic" for dynamic functions.Paul Berry2012-11-068-132/+208
* glapi: Annotate XML with exec="skip" for unimplemented functions.Paul Berry2012-11-066-273/+310
* glapi: Annotate XML with deprecated="3.1" for deprecated functions.Paul Berry2012-11-067-548/+710
* glapi: Mark GLX extensions as window_system="glX".Paul Berry2012-11-061-3/+3
* glapi: Use GL_ or GLX_ prefix for all category names.Paul Berry2012-11-061-2/+2
* glapi: alias ProgramParameteriARB to ProgramParameteriJordan Justen2012-11-031-1/+1
* glapi: move include for ARB_get_program_binary.xml to gl_API.xmlJordan Justen2012-11-032-1/+3
* glapi: alias FramebufferTextureARB to FramebufferTextureJordan Justen2012-11-031-1/+1
* 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