summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-19mesa: Mark GetBufferParameteri64v as implemented.Kenneth Graunke1-2/+1
2012-11-12glapi: Stop handling XML annotation exec="{es,check,loopback}".Paul Berry1-3/+0
2012-11-12glapi: Remove handling of mesa_name XML attribute.Paul Berry3-53/+4
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry24-1428/+1345
2012-11-09glapi: add ARB_texture_cube_map_array.Dave Airlie2-1/+19
2012-11-06dispatch: Code generate api_exec.c.Paul Berry1-0/+4
2012-11-06glapi/gen: Add code generation script for _mesa_create_exec_table().Paul Berry1-0/+222
2012-11-06glapi/gen: handle new XML attributes.Paul Berry1-2/+63
2012-11-06glapi/gen: Gather API version info across aliased functions.Paul Berry1-1/+13
2012-11-06glapi/gen: Comment fix.Paul Berry1-1/+1
2012-11-06glapi: Annotate XML with function name suffix anomalies.Paul Berry14-147/+191
2012-11-06glapi: Annotate XML with desktop="false" for GLES-only functions.Paul Berry5-57/+60
2012-11-06glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.Paul Berry3-48/+49
2012-11-06glapi: Annotate XML with exec="loopback" for loopback functions.Paul Berry2-208/+271
2012-11-06glapi: Annotate XML with exec="dynamic" for dynamic functions.Paul Berry8-132/+208
2012-11-06glapi: Annotate XML with exec="skip" for unimplemented functions.Paul Berry6-273/+310
2012-11-06glapi: Annotate XML with deprecated="3.1" for deprecated functions.Paul Berry7-548/+710
2012-11-06glapi: Mark GLX extensions as window_system="glX".Paul Berry1-3/+3
2012-11-06glapi: Use GL_ or GLX_ prefix for all category names.Paul Berry1-2/+2
2012-11-03glapi: alias ProgramParameteriARB to ProgramParameteriJordan Justen1-1/+1
2012-11-03glapi: move include for ARB_get_program_binary.xml to gl_API.xmlJordan Justen2-1/+3
2012-11-03glapi: alias FramebufferTextureARB to FramebufferTextureJordan Justen1-1/+1
2012-11-01dispatch: Include GLES1-only functions in dispatch table.Paul Berry3-23/+24
2012-11-01dispatch: properly handle parameter name mismatches in glapitemp.h.Paul Berry2-3/+6
2012-11-01dispatch: Include glheader.h in dispatch-related files.Paul Berry3-3/+3
2012-11-01dispatch: Update check_table.cpp to reflect recent aliasing changes.Paul Berry1-2/+0
2012-10-31mesa: implement ARB_map_buffer_alignmentMarek Olšák1-1/+7
2012-10-25shared-glapi: implement _glapi_get_proc_name().Paul Berry3-2/+27
2012-10-23glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.Paul Berry1-1/+2
2012-10-23glapi: Alias ClampColor and ClampColorARB.Paul Berry1-1/+1
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