summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_blit.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2009-12-31swrast: add check for conditional renderingBrian Paul
2009-08-08swrast: replace GLenum, GLint with GLbitfield for buffer varsBrian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian
2006-03-02implementation of _swrast_BlitFramebuffer()Brian Paul
2006-03-01_swrast_blit_framebuffer() functionBrian Paul