aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-282-2/+1
* mesa: Fix build with older gcc since update of glext.hTom Stellard2013-06-281-4/+0
* scons: Add dependencies to all .xml files.José Fonseca2013-06-271-4/+10
* mesa: add const qualifier to glMultiDrawElementsEXT() indices paramBrian Paul2013-06-261-1/+1
* mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul2013-06-261-1/+1
* mesa: update glext.h to version 20130624Brian Paul2013-06-261-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0525-25/+0
* glapi: Add some missing static_dispatch="false" annotations to es_EXT.xmlAndreas Boll2013-05-311-9/+14
* scons: Don't force stabs debug format for Mingw.José Fonseca2013-05-211-5/+0
* mesa: simplify dispatch for glDraw* functionsBrian Paul2013-05-021-0/+3
* mesa: add names of geometry shader prims in gl_enums.pyBrian Paul2013-05-021-1/+5
* mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul2013-05-021-1/+0
* mesa: implement glFramebufferTextureJordan Justen2013-05-011-1/+1
* Mapi: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV2013-04-291-1/+1
* linux: Don't emit a .note.ABI-tag section anymore (#26663)Adam Jackson2013-04-254-52/+0
* scons: Support clang.José Fonseca2013-04-251-1/+2
* mesa: Fix up some final license word wrapping issues by hand.Kenneth Graunke2013-04-231-3/+4
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-239-27/+36
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2310-10/+10
* 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