| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: GL_MESA_framebuffer_flip_y extension [v4] | Fritz Koenig | 2018-07-27 | 1 | -6/+11 |
* | mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes | Brian Paul | 2017-11-09 | 1 | -4/+4 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -11/+11 |
* | swrast: Whitespace fixes. | Laura Ekstrand | 2015-02-02 | 1 | -1/+1 |
* | DD: Refactor BlitFramebuffer. | Laura Ekstrand | 2015-02-02 | 1 | -19/+22 |
* | swrast: Add glBlitFramebuffer to commands affected by conditional rendering | Anuj Phogat | 2014-04-17 | 1 | -0/+8 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 1 | -1/+1 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 1 | -1/+1 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -2/+2 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa/swrast: Move memory allocation outside the blit loop | Ian Romanick | 2013-04-16 | 1 | -23/+20 |
* | mesa/swrast: Move free calls outside the attachment loop | Ian Romanick | 2013-04-16 | 1 | -4/+5 |
* | mesa/swrast: Refactor no-memory error checking in blit_linear | Ian Romanick | 2013-04-16 | 1 | -29/+11 |
* | swrast: init vars to silence warnings | Brian Paul | 2013-03-25 | 1 | -4/+4 |
* | swrast: fix blit code's nearest/linear coordinate arithmetic | Brian Paul | 2013-01-22 | 1 | -15/+8 |
* | swrast: fix incorrect width for direct/nearest blit | Brian Paul | 2013-01-22 | 1 | -1/+1 |
* | swrast: move resampleRow setup code in blit_nearest() | Brian Paul | 2013-01-22 | 1 | -23/+23 |
* | swrast: fix assorted bugs in software blit code | Brian Paul | 2013-01-17 | 1 | -10/+20 |
* | mesa: Add support to allow blitting to multiple color draw buffers | Anuj Phogat | 2013-01-15 | 1 | -261/+300 |
* | swrast: Fix memory leaks in blit_linear. | Vinson Lee | 2012-04-02 | 1 | -0/+9 |
* | swrast: convert blit_linear() to Map/UnmapRenderbuffer() | Brian Paul | 2012-01-09 | 1 | -25/+158 |
* | swrast: Convert the glBlitFramebuffer(GL_NEAREST) path to MapRenderbuffer(). | Eric Anholt | 2012-01-06 | 1 | -39/+150 |
* | swrast: Use the fast copypixels code to implement fast glBlitFramebuffer(). | Eric Anholt | 2012-01-06 | 1 | -133/+34 |
* | swrast: Add a note about overlapping support for framebuffer blit. | Eric Anholt | 2011-12-14 | 1 | -1/+9 |
* | swrast: add missing state validation calls for Blit, Clear | Brian Paul | 2011-12-13 | 1 | -0/+3 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | swrast: fix depth/stencil blits when there's no colorbuffer | Marek Olšák | 2011-07-10 | 1 | -3/+0 |
* | swrast: BlitFramebuffer should not be killed by conditional rendering | Marek Olšák | 2011-05-30 | 1 | -3/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -16/+16 |
* | swrast: add check for conditional rendering | Brian Paul | 2009-12-31 | 1 | -0/+4 |
* | swrast: replace GLenum, GLint with GLbitfield for buffer vars | Brian Paul | 2009-08-08 | 1 | -3/+3 |
* | mesa: make _mesa_clip_blit() a shared function | Brian Paul | 2009-08-05 | 1 | -180/+3 |
* | swrast: replace RENDER_START/FINISH macros with inline functions | Brian Paul | 2009-01-30 | 1 | -3/+2 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -2/+2 |
* | Fix some issues with glDrawBuffer(GL_NONE), bug 14198 | Brian | 2008-01-22 | 1 | -0/+3 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -3/+3 |
* | implementation of _swrast_BlitFramebuffer() | Brian Paul | 2006-03-02 | 1 | -4/+754 |
* | _swrast_blit_framebuffer() function | Brian Paul | 2006-03-01 | 1 | -0/+40 |