summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_blit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-2/+2
|\
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-2/+2
* | Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian2008-01-221-0/+3
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-3/+3
|/
* implementation of _swrast_BlitFramebuffer()Brian Paul2006-03-021-4/+754
* _swrast_blit_framebuffer() functionBrian Paul2006-03-011-0/+40