| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi: restore _glthread_GetID() function | Brian Paul | 2014-03-14 | 2 | -0/+15 |
* | automake: use MKDIR_P when possible | Emil Velikov | 2014-03-11 | 1 | -3/+3 |
* | mesa: s/GLhandleARB/GLuint/ for glGetUniform functions | Brian Paul | 2014-03-10 | 1 | -4/+4 |
* | glapi: Add KHR_debug.xml | Timothy Arceri | 2014-03-08 | 1 | -0/+150 |
* | mesa: make ARB_debug_output functions an alias of | Timothy Arceri | 2014-03-08 | 1 | -4/+4 |
* | glapi: move KHR_debug into its own file | Timothy Arceri | 2014-03-08 | 1 | -143/+1 |
* | glapi: use 'Mesa' in error messages | Brian Paul | 2014-03-07 | 1 | -3/+3 |
* | glapi: remove u_mutex wrapper code, use c99 thread mutexes directly | Brian Paul | 2014-03-06 | 5 | -24/+14 |
* | glapi: rename u_current dispatch table functions | Brian Paul | 2014-03-06 | 6 | -13/+13 |
* | glapi: replace 'user' with 'context' in u_current.[ch] code | Brian Paul | 2014-03-06 | 4 | -28/+28 |
* | mesa: remove remaining uses of _glthread_GetID() | Brian Paul | 2014-03-05 | 3 | -12/+2 |
* | mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3). | Kenneth Graunke | 2014-03-04 | 1 | -1/+1 |
* | mapi/u_thread: Use GetCurrentThreadId | José Fonseca | 2014-03-04 | 1 | -0/+18 |
* | mesa: remove unneeded glthread.c file | Brian Paul | 2014-03-03 | 3 | -9/+0 |
* | mesa: remove empty glthread.h file | Brian Paul | 2014-03-03 | 4 | -17/+1 |
* | mesa: remove unused glthread/TSD macros | Brian Paul | 2014-03-03 | 1 | -7/+0 |
* | mesa: remove unused _glthread_*MUTEX() macros | Brian Paul | 2014-03-03 | 1 | -7/+0 |
* | NV_vdpau_interop: fix IsSurfaceNV return type | Grigori Goronzy | 2014-03-03 | 1 | -0/+1 |
* | glapi: add ARB_buffer_storage | Marek Olšák | 2014-02-25 | 1 | -0/+19 |
* | mesa/sso: Change CreateShaderProgramv return type from uint to GLuint. | Vinson Lee | 2014-02-21 | 1 | -1/+1 |
* | mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects | Gregory Hainaut | 2014-02-21 | 4 | -1/+408 |
* | configure: Try pkg-config first for libselinux | Kusanagi Kouichi | 2014-02-17 | 3 | -0/+3 |
* | glapi: add definitions for ARB_gpu_shader5 | Jordan Justen | 2014-02-06 | 2 | -0/+17 |
* | mesa/cs: Add dispatch API stubs for ARB_compute_shader. | Paul Berry | 2014-02-05 | 4 | -1/+45 |
* | mesa: move glGenerateMipmap() code into new genmipmap.c file | Brian Paul | 2014-02-02 | 1 | -0/+1 |
* | mesa: move glBlitFramebuffer code into new blit.c file | Brian Paul | 2014-02-02 | 1 | -0/+1 |
* | build: Share the all-local rule for linking libraries into the build dir | Kristian Høgsberg | 2014-01-29 | 4 | -26/+4 |
* | mapi: Prevent cast from pointer to integer of different size. | José Fonseca | 2014-01-23 | 1 | -1/+1 |
* | mapi: Use C11 thread abstractions. | José Fonseca | 2014-01-23 | 1 | -152/+13 |
* | mesa: Add ARB_viewport_array plumbing | Courtney Goeltzenleuchter | 2014-01-20 | 3 | -1/+81 |
* | glapi: Update dispatch XML files for ARB_shader_image_load_store. | Francisco Jerez | 2014-01-15 | 3 | -0/+92 |
* | mesa: Implement the GL entry points defined by ARB_shader_image_load_store. | Francisco Jerez | 2014-01-15 | 1 | -0/+1 |
* | glx: Add missing null check in __glXNewIndirectAPI() | Juha-Pekka Heikkila | 2014-01-06 | 1 | -0/+2 |
* | mesa: Add infrastructure for GL_ARB_clear_buffer_object | Pi Tabred | 2013-12-18 | 2 | -1/+55 |
* | mesa: Add API definitions for ARB_texture_view | Courtney Goeltzenleuchter | 2013-12-13 | 4 | -1/+28 |
* | glapi: Do not include dlfcn.h on Windows. | Vinson Lee | 2013-12-07 | 1 | -0/+2 |
* | Fix 'make check' in src/mapi/glapi/tests when builddir != srcdir | Jon TURNEY | 2013-12-01 | 1 | -0/+1 |
* | glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirect | Chris Forbes | 2013-11-25 | 3 | -1/+49 |
* | tests: Fix make check for out of tree builds. | Rico Schüller | 2013-11-11 | 1 | -0/+1 |
* | build: Change HAVE_X86_ASM to mean x86 or x86-64 asm. | Matt Turner | 2013-11-07 | 2 | -5/+6 |
* | glapi: Add infrastructure for ARB_vertex_attrib_binding | Fredrik Höglund | 2013-11-07 | 3 | -1/+64 |
* | mesa: Add new functions and enums required by GL_ARB_sample_shading | Anuj Phogat | 2013-11-01 | 4 | -2/+47 |
* | scons: Add missing dependencies to src/mapi/glapi/gen/*.xml | José Fonseca | 2013-10-30 | 1 | -3/+4 |
* | 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 |