| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -11/+11 |
* | Revert "mesa: Add ARB_direct_state_access checks in FBO functions" | Ian Romanick | 2015-05-28 | 1 | -21/+0 |
* | mesa: Add ARB_direct_state_access checks in FBO functions | Fredrik Höglund | 2015-05-14 | 1 | -0/+21 |
* | main: Add entry point for NamedFramebufferDrawBuffers. | Laura Ekstrand | 2015-05-14 | 1 | -0/+20 |
* | main: Refactor DrawBuffers. | Laura Ekstrand | 2015-05-14 | 1 | -23/+48 |
* | main: Add entry point for NamedFramebufferReadBuffer. | Laura Ekstrand | 2015-05-14 | 1 | -0/+19 |
* | main: Refactor _mesa_ReadBuffer. | Laura Ekstrand | 2015-05-14 | 1 | -22/+25 |
* | main: Add entry point for NamedFramebufferDrawBuffer. | Laura Ekstrand | 2015-05-14 | 1 | -0/+19 |
* | main: Refactor _mesa_DrawBuffer. | Laura Ekstrand | 2015-05-14 | 1 | -17/+25 |
* | main: Refactor _mesa_drawbuffers. | Laura Ekstrand | 2015-05-14 | 1 | -14/+12 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -2/+2 |
* | mesa: Check that draw buffers are valid for glDrawBuffers on GLES3 | Eduardo Lima Mitev | 2015-02-20 | 1 | -0/+14 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -1/+1 |
* | mesa/glsl/glapi: enable GL_EXT_draw_buffers extension | Tapani Pälli | 2015-01-14 | 1 | -2/+4 |
* | mesa: trim down some #includes | Brian Paul | 2014-09-10 | 1 | -1/+0 |
* | mesa: fix NULL pointer deref bug in _mesa_drawbuffers() | Brian Paul | 2014-08-19 | 1 | -1/+1 |
* | mesa: simplify _mesa_update_draw_buffers() | Brian Paul | 2014-08-11 | 1 | -7/+2 |
* | mesa: fix assertion in _mesa_drawbuffers() | Brian Paul | 2014-08-11 | 1 | -2/+3 |
* | Use the magic behaviour of GL_BACK in GLES 1 and 2 as well as 3 | Neil Roberts | 2014-03-12 | 1 | -1/+6 |
* | mesa: Generate correct error code in glDrawBuffers() | Anuj Phogat | 2014-01-28 | 1 | -3/+5 |
* | mesa: GL_EXT_framebuffer_object is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: updated read_buffer_enum_to_index() comment | Brian Paul | 2013-04-26 | 1 | -2/+2 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove redundant _NEW_BUFFERS setting in ReadBuffer | Marek Olšák | 2013-04-24 | 1 | -1/+0 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -3/+6 |
* | mesa: Make ES3 glDrawBuffers() only accept BACK/NONE for the winsys fbo. | Kenneth Graunke | 2013-01-15 | 1 | -5/+17 |
* | mesa: Handle GL_BACK correctly for ES 3.0 in glDrawBuffers(). | Kenneth Graunke | 2013-01-15 | 1 | -4/+19 |
* | mesa: Rework crazy error code rules in glDrawBuffers(). | Kenneth Graunke | 2013-01-15 | 1 | -3/+63 |
* | mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers. | Paul Berry | 2012-12-20 | 1 | -2/+2 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -1/+1 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -2/+2 |
* | mesa: remove FEATURE_GL test from updated_drawbuffers() | Brian Paul | 2012-10-16 | 1 | -2/+0 |
* | Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ... | José Fonseca | 2012-09-15 | 1 | -0/+2 |
* | mesa: remove remaining FEATURE_* defines where protected by API check. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions | Brian Paul | 2012-01-12 | 1 | -6/+7 |
* | mesa: whitespace, 80-column wrapping in buffers.c | Brian Paul | 2012-01-12 | 1 | -2/+6 |
* | mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms | Brian Paul | 2012-01-12 | 1 | -2/+2 |
* | mesa: Also set the remaining draw buffers to GL_NONE when updating just the f... | Henri Verbeet | 2011-09-25 | 1 | -15/+14 |
* | mesa: refactor, create _mesa_update_draw_buffers() helper | Brian Paul | 2011-06-16 | 1 | -0/+21 |
* | mesa: Flush vertices before updating drawbuffer computed state. | Eric Anholt | 2011-05-26 | 1 | -7/+7 |
* | mesa: Trigger FBO validation on DrawBuffers change in non-ES2 mode. | Eric Anholt | 2011-05-26 | 1 | -10/+26 |
* | mesa: Also update the color draw buffer if it's explicitly set to GL_NONE. | Henri Verbeet | 2011-04-10 | 1 | -1/+1 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | mesa: Remove unnecessary headers from buffers.c. | Vinson Lee | 2010-01-18 | 1 | -2/+0 |
* | mesa: remove old comment | Brian Paul | 2009-11-17 | 1 | -1/+0 |
* | mesa: remove a bit of old code | Brian Paul | 2009-11-17 | 1 | -1/+0 |