summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_blit.c
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-16/+16
* swrast: add check for conditional renderingBrian Paul2009-12-311-0/+4
* swrast: replace GLenum, GLint with GLbitfield for buffer varsBrian Paul2009-08-081-3/+3
* mesa: make _mesa_clip_blit() a shared functionBrian Paul2009-08-051-180/+3
* swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul2009-01-301-3/+2
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-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