| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi: Add support for ARB_shader_atomic_counters. | Francisco Jerez | 2013-10-29 | 3 | -0/+50 |
* | implement NV_vdpau_interop v7 | Christian König | 2013-10-26 | 4 | -0/+73 |
* | mesa: remove remnants of GL_MESA_shader_debug | Brian Paul | 2013-10-22 | 1 | -32/+0 |
* | glapi: Add missing XML files to Makefile dependencies. | Matt Turner | 2013-10-16 | 1 | -0/+8 |
* | mesa: change glTexImage[23]DMultisample() internalformat to GLenum | Brian Paul | 2013-10-16 | 1 | -2/+2 |
* | glapi: Do not use backtrace on NetBSD. | Vinson Lee | 2013-10-11 | 1 | -1/+1 |
* | glapi: add output info to GetProgramiv's params | Emilio Pozuelo Monfort | 2013-10-07 | 1 | -1/+1 |
* | mesa: fix make check for ARB_texture_gather | Chris Forbes | 2013-10-03 | 2 | -2/+5 |
* | mesa: add texture gather changes | Maxence Le Dore | 2013-10-03 | 2 | -1/+15 |
* | mesa: Add core support for the GL_AMD_performance_monitor extension. | Kenneth Graunke | 2013-09-26 | 4 | -0/+91 |
* | glapi: Move declaration before code. | Vinson Lee | 2013-09-23 | 1 | -4/+6 |
* | mesa: Shrink the size of the enum string lookup struct. | Eric Anholt | 2013-09-23 | 1 | -2/+4 |
* | mesa: Remove the extra enum strings and extra lookup table. | Eric Anholt | 2013-09-23 | 1 | -41/+20 |
* | mesa: Remove _mesa_lookup_enum_by_name(). | Eric Anholt | 2013-09-23 | 1 | -29/+0 |
* | glapi: Setup autogeneration infrastructure for KHR_debug | Timothy Arceri | 2013-09-04 | 2 | -1/+149 |
* | glapi/gen: build temporary files in the build directory | Maarten Lankhorst | 2013-08-21 | 1 | -4/+4 |
* | mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctly | Ian Romanick | 2013-08-06 | 1 | -1/+1 |
* | mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctly | Ian Romanick | 2013-08-06 | 1 | -1/+1 |
* | build: Add tests directories to SUBDIRS | Matt Turner | 2013-07-22 | 1 | -0/+2 |
* | mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpoint | Tomasz Lis | 2013-07-18 | 2 | -4/+6 |
* | glapi: Do not use backtrace on OpenBSD. | Vinson Lee | 2013-07-16 | 1 | -1/+1 |
* | mesa: update glext.h to version 20130708 | Brian Paul | 2013-07-12 | 2 | -2/+2 |
* | scons: Fix dependencies of enums.c and api_exec.c. | José Fonseca | 2013-07-01 | 1 | -1/+15 |
* | mesa: Remove GL_MESA_resize_buffers | Ian Romanick | 2013-06-28 | 2 | -2/+1 |
* | scons: Add dependencies to all .xml files. | José Fonseca | 2013-06-27 | 1 | -4/+10 |
* | mesa: add const qualifier to glMultiDrawElementsEXT() indices param | Brian Paul | 2013-06-26 | 1 | -1/+1 |
* | mesa: remove const from glDebugMessageCallbackARB() function parameter | Brian Paul | 2013-06-26 | 1 | -1/+1 |
* | mesa: update glext.h to version 20130624 | Brian Paul | 2013-06-26 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 8 | -8/+0 |
* | glapi: Add some missing static_dispatch="false" annotations to es_EXT.xml | Andreas Boll | 2013-05-31 | 1 | -9/+14 |
* | scons: Don't force stabs debug format for Mingw. | José Fonseca | 2013-05-21 | 1 | -5/+0 |
* | mesa: simplify dispatch for glDraw* functions | Brian Paul | 2013-05-02 | 1 | -0/+3 |
* | mesa: add names of geometry shader prims in gl_enums.py | Brian Paul | 2013-05-02 | 1 | -1/+5 |
* | mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant | Brian Paul | 2013-05-02 | 1 | -1/+0 |
* | mesa: implement glFramebufferTexture | Jordan Justen | 2013-05-01 | 1 | -1/+1 |
* | linux: Don't emit a .note.ABI-tag section anymore (#26663) | Adam Jackson | 2013-04-25 | 2 | -26/+0 |
* | scons: Support clang. | José Fonseca | 2013-04-25 | 1 | -1/+2 |
* | mesa: Fix up some final license word wrapping issues by hand. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 6 | -18/+24 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 7 | -7/+7 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 6 | -6/+6 |
* | glapi: Add counter information for glBufferData(), like glBufferSubData(). | Eric Anholt | 2013-04-19 | 1 | -2/+2 |
* | glapi: Add parameter count information for uniforms. | Eric Anholt | 2013-04-19 | 2 | -42/+42 |
* | glapi: skip padding in get_called_parameter_string | Paul Berry | 2013-04-19 | 1 | -0/+2 |
* | glapi: no longer emit #include "mfeatures.h" in generated files | Brian Paul | 2013-04-17 | 3 | -8/+0 |
* | glapi: remove FEATURE_remap_table test (it's always defined) | Brian Paul | 2013-04-17 | 1 | -15/+0 |
* | build: Move src/mapi/mapi/* to src/mapi/ | Matt Turner | 2013-04-15 | 7 | -7/+7 |
* | build: Rename sources.mak -> Makefile.sources | Matt Turner | 2013-04-15 | 2 | -3/+3 |
* | glapi: fix storage multisample build errors | Dave Airlie | 2013-03-31 | 1 | -2/+2 |
* | glapi: add definition of ARB_texture_storage_multisample | Chris Forbes | 2013-03-31 | 2 | -0/+35 |