aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* glapi: Do not use backtrace on MinGW.Vinson Lee2013-01-311-1/+1
* mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-303-0/+27
* scons: Fix dependencies of generated headers.José Fonseca2013-01-213-31/+24
* Fix mapi code generator for out-of-tree buildJon TURNEY2013-01-161-1/+1
* glapi: Remove duplicate ARB_base_instance from gl_API.xmlIan Romanick2013-01-151-2/+0
* mesa: Add dispatch and extension XML for GL_ARB_internalformat_queryIan Romanick2013-01-153-2/+26
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-131-3/+3
* glapi/gen: remove an obsolete comment from Makefile.amAndreas Boll2013-01-131-5/+0
* Remove hacks for static MakefilesMatt Turner2013-01-133-18/+5
* glapi: Emit dispatch for {ARB,OES}_get_program_binaryIan Romanick2013-01-111-6/+3
* glapi: Remove spurious space from end of extension nameIan Romanick2013-01-111-1/+1
* glapi: Reorder and clean up some of the includes and commentsIan Romanick2013-01-111-7/+3
* build: mapi/glapi/gen: Use BUILT_SOURCESMatt Turner2013-01-101-4/+6
* Clean up .gitignore filesMatt Turner2013-01-108-8/+0
* mesa: Rename and wire-up GetInteger64i_vMatt Turner2013-01-101-1/+1
* glapi: Move ARB_base_instance to the correct locationMatt Turner2013-01-101-3/+5
* glapi: Add enums for ARB_ES3_compatibilityMatt Turner2013-01-103-0/+31
* mesa: assert if driver did not compute the versionJordan Justen2012-12-161-0/+1
* mesa: separate exec allocation from initializationJordan Justen2012-12-161-12/+8
* build: Fix GLES linkage without libglapiAndreas Boll2012-12-072-2/+10
* 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