Age | Commit message (Expand) | Author |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-07-02 | mesa: fix issues around multisample enable | Roland Scheidegger |
2008-06-09 | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul |
2008-06-09 | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram... | Brian Paul |
2008-06-09 | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul |
2008-06-09 | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul |
2008-01-09 | fix bug 13978: glDrawBuffersARB() didn't set all necessary state | Brian |
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian |
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian |
2008-01-02 | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) | Brian |
2008-01-01 | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) | Brian |
2007-10-30 | Set _NEW_BUFFERS in glRead/DrawBuffer(). | Brian |
2007-10-17 | Add some FLUSH_CURRENT() calls. | Brian |
2007-10-17 | Don't call the driver clear hook when the effective scissor rectangle is empty. | Michel Dänzer |
2007-08-18 | remove dead code left over after fixing GL_READ/DRAW_BUFFER state issues | Brian |
2007-08-16 | Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl... | Brian |
2007-08-16 | update comments, etc related to Read/DrawBuffer state | Brian |
2007-08-02 | remove st_draw.h include | Brian |
2007-08-02 | Reroute some clear functionality. | Keith Whitwell |
2007-08-01 | Checkpoint: glClear changes - working, bug very rough. | Brian |
2007-07-20 | fix bogus recently introduced function param comments | Roland Scheidegger |
2007-07-19 | fix mesa's handling of fbo's / window fb (again) | Roland Scheidegger |
2007-07-19 | more fixes for mesa's fbo handling (fixes tests/fbotest1/2) | Roland Scheidegger |
2007-06-08 | In supported_buffer_bitmask(), use framebuffer's visual, not context's visual | Brian |
2007-03-15 | no-op clear if buffer width or height is zero (bug 7205) | Brian |
2006-11-02 | minor change in _mesa_ResizeBuffersMESA() | Brian Paul |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul |
2006-10-17 | check if ctx->Driver.GetBufferSize==NULL and no-op | Brian Paul |
2006-10-15 | updated comments, mark GetBufferSize() and ResizeBuffers() as obsolete | Brian Paul |
2006-09-22 | resize buffers in MakeCurrent | Keith Whitwell |
2006-06-02 | set per-context GL_DRAW_BUFFER state regardless of currently bound FBO | Brian Paul |
2006-04-05 | Silence minor compiler warnings (-Wextra). | Brian Paul |
2006-03-29 | minor clean-up | Brian Paul |
2006-03-25 | check for incomplete FBO in _mesa_Clear() | Brian Paul |
2006-03-20 | slightly improved error message | Brian Paul |
2005-12-30 | properly notify driver on scissor change in MakeCurrent | Keith Whitwell |
2005-09-23 | Replace gl_framebuffer's _ColorReadBufferMask with _ColorReadBufferIndex, | Brian Paul |
2005-09-19 | updated comment | Brian Paul |
2005-09-15 | Replace GLuint with GLbitfield where appropriate. Also replace GLuint | Brian Paul |
2005-09-07 | minor tweaks to _mesa_ResizeBuffersMESA() | Brian Paul |
2005-09-06 | just changes/updates to comments | Brian Paul |
2005-08-31 | Just additional comments. | Brian Paul |
2005-08-31 | remove dead code, update comments | Brian Paul |
2005-07-01 | remove OLD_RENDERBUFFER stuff | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-02-26 | Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and do | Brian Paul |
2005-02-09 | initial support for GL_EXT_framebuffer_object | Brian Paul |
2004-12-03 | silence a variety of warnings found with g++ 3.4.2 | Brian Paul |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-06-11 | s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/ | Brian Paul |