| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ / |
|
* | | mesa: fix issues around multisample enable | Roland Scheidegger | 2008-07-02 | 1 | -1/+1 |
* | | fix bug 13978: glDrawBuffersARB() didn't set all necessary state | Brian | 2008-01-09 | 1 | -0/+2 |
* | | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -45/+44 |
* | | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -2/+3 |
* | | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) | Brian | 2008-01-02 | 1 | -0/+8 |
* | | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) | Brian | 2008-01-01 | 1 | -0/+8 |
* | | Don't call the driver clear hook when the effective scissor rectangle is empty. | Michel Dänzer | 2007-10-17 | 1 | -1/+3 |
* | | remove dead code left over after fixing GL_READ/DRAW_BUFFER state issues | Brian | 2007-08-18 | 1 | -47/+0 |
* | | Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl... | Brian | 2007-08-16 | 1 | -5/+81 |
* | | update comments, etc related to Read/DrawBuffer state | Brian | 2007-08-16 | 1 | -2/+5 |
|/ |
|
* | fix bogus recently introduced function param comments | Roland Scheidegger | 2007-07-20 | 1 | -2/+0 |
* | fix mesa's handling of fbo's / window fb (again) | Roland Scheidegger | 2007-07-19 | 1 | -23/+49 |
* | more fixes for mesa's fbo handling (fixes tests/fbotest1/2) | Roland Scheidegger | 2007-07-19 | 1 | -3/+2 |