| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mesa: fix infinite loop bug in _mesa_drawbuffers() | Brian Paul | 2009-11-05 | 1 | -1/+2 |
* | mesa: clean-up formatting | Brian Paul | 2009-11-03 | 1 | -1/+1 |
* | mesa: use FLUSH_VERTICES() in _mesa_drawbuffers() | Brian Paul | 2009-11-03 | 1 | -1/+1 |
* | mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers() | Brian Paul | 2009-11-03 | 1 | -9/+29 |
* | mesa: use ffs() to shorten loop in _mesa_drawbuffers() | Brian Paul | 2009-11-03 | 1 | -6/+10 |
* | mesa: added assertion, another comment | Brian Paul | 2009-11-03 | 1 | -1/+3 |
* | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL | Brian Paul | 2009-05-01 | 1 | -1/+1 |
* | mesa: fix glRead/DrawBuffer(GL_AUXn) error value | Brian Paul | 2009-03-12 | 1 | -0/+8 |
* | mesa: remove unused AUX buffers | Brian Paul | 2009-03-02 | 1 | -12/+0 |
* | glDrawBuffers(n==0) is valid | Robert Ellison | 2009-02-12 | 1 | -3/+8 |
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 1 | -1/+2 |
|\ |
|
| * | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -339/+3 |
| |\ |
|
| | * | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-06-09 | 1 | -38/+0 |
| | * | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram... | Brian Paul | 2008-06-09 | 1 | -79/+0 |
| | * | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-06-09 | 1 | -143/+1 |
| | * | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-06-09 | 1 | -75/+0 |
| | * | Set _NEW_BUFFERS in glRead/DrawBuffer(). | Brian | 2007-10-30 | 1 | -2/+2 |
| | * | Add some FLUSH_CURRENT() calls. | Brian | 2007-10-17 | 1 | -0/+2 |
| | * | remove st_draw.h include | Brian | 2007-08-02 | 1 | -2/+0 |
| | * | Reroute some clear functionality. | Keith Whitwell | 2007-08-02 | 1 | -8/+0 |
| | * | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 1 | -0/+10 |
* | | | mesa: more info in error messages | Brian Paul | 2009-02-04 | 1 | -2/+3 |
* | | | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 1 | -4/+0 |
* | | | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-09-21 | 1 | -38/+0 |
* | | | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram... | Brian Paul | 2008-09-21 | 1 | -79/+0 |
* | | | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-09-21 | 1 | -148/+1 |
* | | | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-09-21 | 1 | -75/+0 |
* | | | Add some FLUSH_CURRENT() calls. | Brian | 2008-09-21 | 1 | -0/+2 |
|/ / |
|