summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
Commit message (Expand)AuthorAgeFilesLines
* glapi: add output info to GetProgramiv's paramsEmilio Pozuelo Monfort2013-10-071-1/+1
* mesa: fix make check for ARB_texture_gatherChris Forbes2013-10-032-2/+5
* mesa: add texture gather changesMaxence Le Dore2013-10-032-1/+15
* mesa: Add core support for the GL_AMD_performance_monitor extension.Kenneth Graunke2013-09-264-0/+91
* glapi: Move declaration before code.Vinson Lee2013-09-231-4/+6
* mesa: Shrink the size of the enum string lookup struct.Eric Anholt2013-09-231-2/+4
* mesa: Remove the extra enum strings and extra lookup table.Eric Anholt2013-09-231-41/+20
* mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt2013-09-231-29/+0
* glapi: Setup autogeneration infrastructure for KHR_debugTimothy Arceri2013-09-042-1/+149
* glapi/gen: build temporary files in the build directoryMaarten Lankhorst2013-08-211-4/+4
* mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick2013-08-061-1/+1
* mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick2013-08-061-1/+1
* build: Add tests directories to SUBDIRSMatt Turner2013-07-221-0/+2
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2013-07-182-4/+6
* glapi: Do not use backtrace on OpenBSD.Vinson Lee2013-07-161-1/+1
* mesa: update glext.h to version 20130708Brian Paul2013-07-122-2/+2
* scons: Fix dependencies of enums.c and api_exec.c.José Fonseca2013-07-011-1/+15
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-282-2/+1
* 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-058-8/+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
* linux: Don't emit a .note.ABI-tag section anymore (#26663)Adam Jackson2013-04-252-26/+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-236-18/+24
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-237-7/+7
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-236-6/+6
* 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: Move src/mapi/mapi/* to src/mapi/Matt Turner2013-04-157-7/+7
* build: Rename sources.mak -> Makefile.sourcesMatt Turner2013-04-152-3/+3
* glapi: fix storage multisample build errorsDave Airlie2013-03-311-2/+2
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-312-0/+35
* 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
* 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