summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_blit.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-16mesa/swrast: Move memory allocation outside the blit loopIan Romanick1-23/+20
2013-04-16mesa/swrast: Move free calls outside the attachment loopIan Romanick1-4/+5
2013-04-16mesa/swrast: Refactor no-memory error checking in blit_linearIan Romanick1-29/+11
2013-03-25swrast: init vars to silence warningsBrian Paul1-4/+4
2013-01-22swrast: fix blit code's nearest/linear coordinate arithmeticBrian Paul1-15/+8
2013-01-22swrast: fix incorrect width for direct/nearest blitBrian Paul1-1/+1
2013-01-22swrast: move resampleRow setup code in blit_nearest()Brian Paul1-23/+23
2013-01-17swrast: fix assorted bugs in software blit codeBrian Paul1-10/+20
2013-01-15mesa: Add support to allow blitting to multiple color draw buffersAnuj Phogat1-261/+300
2012-04-02swrast: Fix memory leaks in blit_linear.Vinson Lee1-0/+9
2012-01-09swrast: convert blit_linear() to Map/UnmapRenderbuffer()Brian Paul1-25/+158
2012-01-06swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer().Eric Anholt1-39/+150
2012-01-06swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().Eric Anholt1-133/+34
2011-12-14swrast: Add a note about overlapping support for framebuffer blit.Eric Anholt1-1/+9
2011-12-13swrast: add missing state validation calls for Blit, ClearBrian Paul1-0/+3
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-07-10swrast: fix depth/stencil blits when there's no colorbufferMarek Olšák1-3/+0
2011-05-30swrast: BlitFramebuffer should not be killed by conditional renderingMarek Olšák1-3/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-16/+16
2009-12-31swrast: add check for conditional renderingBrian Paul1-0/+4
2009-08-08swrast: replace GLenum, GLint with GLbitfield for buffer varsBrian Paul1-3/+3
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul1-180/+3
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul1-3/+2
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-2/+2
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian1-0/+3
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian1-3/+3
2006-03-02implementation of _swrast_BlitFramebuffer()Brian Paul1-4/+754
2006-03-01_swrast_blit_framebuffer() functionBrian Paul1-0/+40