summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/buffers.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove unnecessary headers from buffers.c.Vinson Lee2010-01-181-2/+0
* mesa: remove old commentBrian Paul2009-11-171-1/+0
* mesa: remove a bit of old codeBrian Paul2009-11-171-1/+0
* mesa: fix infinite loop bug in _mesa_drawbuffers()Brian Paul2009-11-051-1/+2
* mesa: clean-up formattingBrian Paul2009-11-031-1/+1
* mesa: use FLUSH_VERTICES() in _mesa_drawbuffers()Brian Paul2009-11-031-1/+1
* mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers()Brian Paul2009-11-031-9/+29
* mesa: use ffs() to shorten loop in _mesa_drawbuffers()Brian Paul2009-11-031-6/+10
* mesa: added assertion, another commentBrian Paul2009-11-031-1/+3
* mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul2009-05-011-1/+1
* mesa: fix glRead/DrawBuffer(GL_AUXn) error valueBrian Paul2009-03-121-0/+8
* mesa: remove unused AUX buffersBrian Paul2009-03-021-12/+0
* glDrawBuffers(n==0) is validRobert Ellison2009-02-121-3/+8
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-1/+2
|\
| * Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-339/+3
| |\
| | * mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul2008-06-091-38/+0
| | * mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul2008-06-091-79/+0
| | * mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul2008-06-091-143/+1
| | * mesa: refactor: move scissor functions into new scissor.c fileBrian Paul2008-06-091-75/+0
| | * Set _NEW_BUFFERS in glRead/DrawBuffer().Brian2007-10-301-2/+2
| | * Add some FLUSH_CURRENT() calls.Brian2007-10-171-0/+2
| | * remove st_draw.h includeBrian2007-08-021-2/+0
| | * Reroute some clear functionality.Keith Whitwell2007-08-021-8/+0
| | * Checkpoint: glClear changes - working, bug very rough.Brian2007-08-011-0/+10
* | | mesa: more info in error messagesBrian Paul2009-02-041-2/+3
* | | Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-4/+0
* | | mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul2008-09-211-38/+0
* | | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul2008-09-211-79/+0
* | | mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul2008-09-211-148/+1
* | | mesa: refactor: move scissor functions into new scissor.c fileBrian Paul2008-09-211-75/+0
* | | Add some FLUSH_CURRENT() calls.Brian2008-09-211-0/+2
|/ /
* | mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-1/+1
* | fix bug 13978: glDrawBuffersARB() didn't set all necessary stateBrian2008-01-091-0/+2
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-45/+44
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-2/+3
* | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)Brian2008-01-021-0/+8
* | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)Brian2008-01-011-0/+8
* | Don't call the driver clear hook when the effective scissor rectangle is empty.Michel Dänzer2007-10-171-1/+3
* | remove dead code left over after fixing GL_READ/DRAW_BUFFER state issuesBrian2007-08-181-47/+0
* | Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl...Brian2007-08-161-5/+81
* | update comments, etc related to Read/DrawBuffer stateBrian2007-08-161-2/+5
|/
* fix bogus recently introduced function param commentsRoland Scheidegger2007-07-201-2/+0
* fix mesa's handling of fbo's / window fb (again)Roland Scheidegger2007-07-191-23/+49
* more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger2007-07-191-3/+2
* In supported_buffer_bitmask(), use framebuffer's visual, not context's visualBrian2007-06-081-28/+23
* no-op clear if buffer width or height is zero (bug 7205)Brian2007-03-151-0/+3
* minor change in _mesa_ResizeBuffersMESA()Brian Paul2006-11-021-1/+2
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-6/+1
* check if ctx->Driver.GetBufferSize==NULL and no-opBrian Paul2006-10-171-0/+4
* updated comments, mark GetBufferSize() and ResizeBuffers() as obsoleteBrian Paul2006-10-151-6/+15