summaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-239-9/+9
* glapi: Add counter information for glBufferData(), like glBufferSubData().Eric Anholt2013-04-191-2/+2
* glapi: Add parameter count information for uniforms.Eric Anholt2013-04-192-42/+42
* glapi: skip padding in get_called_parameter_stringPaul Berry2013-04-191-0/+2
* glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul2013-04-173-8/+0
* glapi: remove FEATURE_remap_table test (it's always defined)Brian Paul2013-04-171-15/+0
* build: Get rid of CORE_DIRSMatt Turner2013-04-151-0/+42
* build: Move src/mapi/mapi/* to src/mapi/Matt Turner2013-04-1536-41/+41
* build: Rename sources.mak -> Makefile.sourcesMatt Turner2013-04-155-6/+6
* glapi: fix storage multisample build errorsDave Airlie2013-03-311-2/+2
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-312-0/+35
* gles2: Add an ABI-check testMatt Turner2013-03-192-0/+294
* gles1: Add an ABI-check testMatt Turner2013-03-192-0/+256
* Properly check GLX_INDIRECT_RENDERING in glapi/tests/check_tableJon TURNEY2013-03-132-1/+2
* Fix glapi/tests/check_table.cpp for standardized OpenGL function namesJon TURNEY2013-03-131-264/+264
* Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/Jon TURNEY2013-03-131-3/+3
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-121-22/+4
* glapi/gen: Remove duplicate PYTHON_FLAGSStefan Brüns2013-03-091-7/+7
* glapi: add ARB_texture_multisampleChris Forbes2013-03-022-1/+71
* glapi: mark static_dispatch false for DiscardFramebufferEXTTapani Pälli2013-02-221-1/+2
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-201-0/+13
* glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns2013-02-191-1/+3
* 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