summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul1-1/+1
2009-03-12mesa: fix glRead/DrawBuffer(GL_AUXn) error valueBrian Paul1-0/+8
2009-03-02mesa: remove unused AUX buffersBrian Paul1-12/+0
2009-02-12glDrawBuffers(n==0) is validRobert Ellison1-3/+8
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-1/+2
2009-02-04mesa: more info in error messagesBrian Paul1-2/+3
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-4/+0
2008-09-21mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul1-38/+0
2008-09-21mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul1-79/+0
2008-09-21mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul1-148/+1
2008-09-21mesa: refactor: move scissor functions into new scissor.c fileBrian Paul1-75/+0
2008-09-21Add some FLUSH_CURRENT() calls.Brian1-0/+2
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-339/+3
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger1-1/+1
2008-06-09mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul1-38/+0
2008-06-09mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul1-79/+0
2008-06-09mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul1-143/+1
2008-06-09mesa: refactor: move scissor functions into new scissor.c fileBrian Paul1-75/+0
2008-01-09fix bug 13978: glDrawBuffersARB() didn't set all necessary stateBrian1-0/+2
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian1-45/+44
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian1-2/+3
2008-01-02additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)Brian1-0/+8
2008-01-01additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)Brian1-0/+8
2007-10-30Set _NEW_BUFFERS in glRead/DrawBuffer().Brian1-2/+2
2007-10-17Add some FLUSH_CURRENT() calls.Brian1-0/+2
2007-10-17Don't call the driver clear hook when the effective scissor rectangle is empty.Michel Dänzer1-1/+3
2007-08-18remove dead code left over after fixing GL_READ/DRAW_BUFFER state issuesBrian1-47/+0
2007-08-16Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl...Brian1-5/+81
2007-08-16update comments, etc related to Read/DrawBuffer stateBrian1-2/+5
2007-08-02remove st_draw.h includeBrian1-2/+0
2007-08-02Reroute some clear functionality.Keith Whitwell1-8/+0
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian1-0/+10
2007-07-20fix bogus recently introduced function param commentsRoland Scheidegger1-2/+0
2007-07-19fix mesa's handling of fbo's / window fb (again)Roland Scheidegger1-23/+49
2007-07-19more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger1-3/+2
2007-06-08In supported_buffer_bitmask(), use framebuffer's visual, not context's visualBrian1-28/+23
2007-03-15no-op clear if buffer width or height is zero (bug 7205)Brian1-0/+3
2006-11-02minor change in _mesa_ResizeBuffersMESA()Brian Paul1-1/+2
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-6/+1
2006-10-17check if ctx->Driver.GetBufferSize==NULL and no-opBrian Paul1-0/+4
2006-10-15updated comments, mark GetBufferSize() and ResizeBuffers() as obsoleteBrian Paul1-6/+15
2006-09-22resize buffers in MakeCurrentKeith Whitwell1-4/+10
2006-06-02set per-context GL_DRAW_BUFFER state regardless of currently bound FBOBrian Paul1-6/+4
2006-04-05Silence minor compiler warnings (-Wextra).Brian Paul1-3/+4
2006-03-29minor clean-upBrian Paul1-2/+3
2006-03-25check for incomplete FBO in _mesa_Clear()Brian Paul1-1/+7
2006-03-20slightly improved error messageBrian Paul1-2/+2
2005-12-30properly notify driver on scissor change in MakeCurrentKeith Whitwell1-13/+20
2005-09-23Replace gl_framebuffer's _ColorReadBufferMask with _ColorReadBufferIndex,Brian Paul1-29/+31
2005-09-19updated commentBrian Paul1-2/+2