summaryrefslogtreecommitdiff
path: root/src/mapi
AgeCommit message (Expand)AuthorFilesLines
2013-08-06mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctlyIan Romanick1-1/+1
2013-08-06mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctlyIan Romanick1-1/+1
2013-07-22build: Add tests directories to SUBDIRSMatt Turner2-0/+4
2013-07-18mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2-4/+6
2013-07-16glapi: Do not use backtrace on OpenBSD.Vinson Lee1-1/+1
2013-07-12mesa: update glext.h to version 20130708Brian Paul2-2/+2
2013-07-01scons: Fix dependencies of enums.c and api_exec.c.José Fonseca1-1/+15
2013-06-28mesa: Remove GL_MESA_resize_buffersIan Romanick2-2/+1
2013-06-28mesa: Fix build with older gcc since update of glext.hTom Stellard1-4/+0
2013-06-27scons: Add dependencies to all .xml files.José Fonseca1-4/+10
2013-06-26mesa: add const qualifier to glMultiDrawElementsEXT() indices paramBrian Paul1-1/+1
2013-06-26mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul1-1/+1
2013-06-26mesa: update glext.h to version 20130624Brian Paul1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller25-25/+0
2013-05-31glapi: Add some missing static_dispatch="false" annotations to es_EXT.xmlAndreas Boll1-9/+14
2013-05-21scons: Don't force stabs debug format for Mingw.José Fonseca1-5/+0
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul1-0/+3
2013-05-02mesa: add names of geometry shader prims in gl_enums.pyBrian Paul1-1/+5
2013-05-02mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul1-1/+0
2013-05-01mesa: implement glFramebufferTextureJordan Justen1-1/+1
2013-04-29Mapi: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-25linux: Don't emit a .note.ABI-tag section anymore (#26663)Adam Jackson4-52/+0
2013-04-25scons: Support clang.José Fonseca1-1/+2
2013-04-23mesa: Fix up some final license word wrapping issues by hand.Kenneth Graunke1-3/+4
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke9-27/+36
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke10-10/+10
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke9-9/+9
2013-04-19glapi: Add counter information for glBufferData(), like glBufferSubData().Eric Anholt1-2/+2
2013-04-19glapi: Add parameter count information for uniforms.Eric Anholt2-42/+42
2013-04-19glapi: skip padding in get_called_parameter_stringPaul Berry1-0/+2
2013-04-17glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul3-8/+0
2013-04-17glapi: remove FEATURE_remap_table test (it's always defined)Brian Paul1-15/+0
2013-04-15build: Get rid of CORE_DIRSMatt Turner1-0/+42
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner36-41/+41
2013-04-15build: Rename sources.mak -> Makefile.sourcesMatt Turner5-6/+6
2013-03-31glapi: fix storage multisample build errorsDave Airlie1-2/+2
2013-03-31glapi: add definition of ARB_texture_storage_multisampleChris Forbes2-0/+35
2013-03-19gles2: Add an ABI-check testMatt Turner2-0/+294
2013-03-19gles1: Add an ABI-check testMatt Turner2-0/+256
2013-03-13Properly check GLX_INDIRECT_RENDERING in glapi/tests/check_tableJon TURNEY2-1/+2
2013-03-13Fix glapi/tests/check_table.cpp for standardized OpenGL function namesJon TURNEY1-264/+264
2013-03-13Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/Jon TURNEY1-3/+3
2013-03-12mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca1-22/+4
2013-03-09glapi/gen: Remove duplicate PYTHON_FLAGSStefan Brüns1-7/+7
2013-03-02glapi: add ARB_texture_multisampleChris Forbes2-1/+71
2013-02-22glapi: mark static_dispatch false for DiscardFramebufferEXTTapani Pälli1-1/+2
2013-02-20gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli1-0/+13
2013-02-19glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns1-1/+3
2013-01-31glapi: Do not use backtrace on MinGW.Vinson Lee1-1/+1
2013-01-30mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller3-0/+27