| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: use gl_program cast wrappers | Brian Paul | 2012-07-18 | 1 | -4/+6 |
* | mesa: fix _mesa_get_fallback_texture() to handle all texture targets | Brian Paul | 2012-02-15 | 1 | -3/+5 |
* | mesa: use new _mesa_reference_shared_state() function | Brian Paul | 2012-02-01 | 1 | -18/+30 |
* | mesa: use STATIC_ASSERT in a few more places | Brian Paul | 2012-01-10 | 1 | -1/+1 |
* | mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards. | Mathias Fröhlich | 2011-12-28 | 1 | -6/+0 |
* | mesa: add support for GL_OES_EGL_image_external | Chia-I Wu | 2011-11-03 | 1 | -0/+1 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+1 |
* | mesa: 80-column wrapping and whitespace fixes | Brian Paul | 2011-04-13 | 1 | -3/+3 |
* | mesa: alloc/free shared sampler objects | Brian Paul | 2011-04-10 | 1 | -0/+27 |
* | mesa: core support for GL_ARB_texture_buffer_object | Brian Paul | 2011-04-05 | 1 | -0/+2 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -10/+10 |
* | mesa: Less FEATURE_ARB_sync tests. | Chia-I Wu | 2010-09-14 | 1 | -6/+0 |
* | mesa: free the fallback texture object in free_shared_state() | Brian Paul | 2010-08-27 | 1 | -0/+4 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-07-29 | 1 | -1/+0 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
* | mesa: move atifragshader.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -3/+3 |
* | mesa: refactor shader api / object code | Brian Paul | 2010-06-10 | 1 | -3/+3 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | mesa: Enable true refcounting for NullBufferObj. | Michal Krol | 2010-02-09 | 1 | -6/+0 |
* | mesa: Fix null buffer object reference counting. | José Fonseca | 2010-02-09 | 1 | -6/+8 |
* | mesa: Always do proper ref counting of shared state. | José Fonseca | 2010-02-09 | 1 | -2/+29 |
* | mesa/main: Make FEATURE_dlist follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -4/+0 |
* | ARB sync: Fix delete behavior and context destruction behavior | Ian Romanick | 2009-09-03 | 1 | -1/+18 |
* | mesa: use _mesa_bufferobj_mapped() | Brian Paul | 2009-08-08 | 1 | -1/+1 |
* | mesa: move vertex array objects from shared state to per-context | Brian Paul | 2009-06-19 | 1 | -17/+0 |
* | mesa: create/destroy buffer objects via driver functions | Brian Paul | 2009-06-19 | 1 | -2/+2 |
* | mesa: use larger initial refcount for NullBufferObj | Brian Paul | 2009-06-12 | 1 | -1/+1 |
* | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul | 2009-05-07 | 1 | -0/+12 |
* | mesa: unmap buffer objects during context tear-down | Brian Paul | 2009-05-07 | 1 | -0/+4 |
* | mesa: Don't attempt to free the dummy program. | José Fonseca | 2009-04-08 | 1 | -3/+5 |
* | mesa: update/fix doxygen comments | Vinson Lee | 2009-03-17 | 1 | -1/+1 |
* | mesa: move shared context state functions to new shared.c file | Brian Paul | 2009-03-07 | 1 | -0/+356 |