Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | |
2009-12-31 | swrast: add check for conditional rendering | Brian Paul | |
2009-08-08 | swrast: replace GLenum, GLint with GLbitfield for buffer vars | Brian Paul | |
2009-08-05 | mesa: make _mesa_clip_blit() a shared function | Brian Paul | |
2009-01-30 | swrast: replace RENDER_START/FINISH macros with inline functions | Brian Paul | |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | |
This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code... | |||
2008-01-22 | Fix some issues with glDrawBuffer(GL_NONE), bug 14198 | Brian | |
Set _ColorDrawBuffers[0] = NULL if no renderbuffers enabled. Check that _ColorDrawBuffers[0] is non-null before dereferencing in a few places. | |||
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | |
These fields are no longer indexed by shader output. Now, we just have a simple array of renderbuffer pointers. If the shader writes to gl_FragData[i], send those colors to the N _ColorDrawBuffers. Otherwise, replicate the single gl_FragColor (or the fixed-function color) to the N _ColorDrawBuffers. A few more changes and simplifications can follow from this... | |||
2006-03-02 | implementation of _swrast_BlitFramebuffer() | Brian Paul | |
2006-03-01 | _swrast_blit_framebuffer() function | Brian Paul | |