summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_blit.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-11/+11
* swrast: Whitespace fixes.Laura Ekstrand2015-02-021-1/+1
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-19/+22
* swrast: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat2014-04-171-0/+8
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa/swrast: Move memory allocation outside the blit loopIan Romanick2013-04-161-23/+20
* mesa/swrast: Move free calls outside the attachment loopIan Romanick2013-04-161-4/+5
* mesa/swrast: Refactor no-memory error checking in blit_linearIan Romanick2013-04-161-29/+11
* swrast: init vars to silence warningsBrian Paul2013-03-251-4/+4
* swrast: fix blit code's nearest/linear coordinate arithmeticBrian Paul2013-01-221-15/+8
* swrast: fix incorrect width for direct/nearest blitBrian Paul2013-01-221-1/+1
* swrast: move resampleRow setup code in blit_nearest()Brian Paul2013-01-221-23/+23
* swrast: fix assorted bugs in software blit codeBrian Paul2013-01-171-10/+20
* mesa: Add support to allow blitting to multiple color draw buffersAnuj Phogat2013-01-151-261/+300
* swrast: Fix memory leaks in blit_linear.Vinson Lee2012-04-021-0/+9
* swrast: convert blit_linear() to Map/UnmapRenderbuffer()Brian Paul2012-01-091-25/+158
* swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer().Eric Anholt2012-01-061-39/+150
* swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().Eric Anholt2012-01-061-133/+34
* swrast: Add a note about overlapping support for framebuffer blit.Eric Anholt2011-12-141-1/+9
* swrast: add missing state validation calls for Blit, ClearBrian Paul2011-12-131-0/+3
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* swrast: fix depth/stencil blits when there's no colorbufferMarek Olšák2011-07-101-3/+0
* swrast: BlitFramebuffer should not be killed by conditional renderingMarek Olšák2011-05-301-3/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* 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