summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_readpix.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove _swrast_ReadPixels()Brian Paul2011-11-151-522/+0
* mesa: replace GLstencil with GLubyteBrian Paul2011-11-151-3/+3
* swrast: avoid calling _mesa_get_srgb_format_linear() inside a loopBrian Paul2011-11-111-3/+3
* swrast: Add support for glReadPixels() to integer types.Eric Anholt2011-11-091-6/+13
* swrast: Avoid void * arithmetic.José Fonseca2011-11-041-1/+1
* swrast: Drop the global mapping of buffers across glReadPixels().Eric Anholt2011-11-031-8/+0
* swrast: Drop the remaining GetRow-based glReadPixels() fast-path.Eric Anholt2011-11-031-90/+0
* swrast: Convert color glReadPixels slow path to using MapRenderbuffer.Eric Anholt2011-11-031-72/+33
* swrast: Skip _swrast_validate_derived in _swrast_ReadPixels().Eric Anholt2011-11-031-4/+0
* swrast: Add a readpixels fast-path based on memcpy and MapRenderbuffer.Eric Anholt2011-11-031-4/+53
* swrast: Switch the remaining depth readpixels to MapRenderbuffer.Eric Anholt2011-11-031-5/+17
* swrast: Switch the remaining depth/stencil readpixels path to MapRenderbuffer.Eric Anholt2011-11-031-30/+42
* swrast: MapRenderbuffer in separate depth/stencil readpixels fastpathEric Anholt2011-11-031-20/+59
* swrast: Calculate image address/stride once for depth/stencil readpixels.Eric Anholt2011-11-031-16/+14
* swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.Eric Anholt2011-11-031-29/+55
* swrast: Directly map the stencil buffer in read_stencil_pixels.Eric Anholt2011-11-031-4/+12
* swrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_COMPONENT) fast-paths.Eric Anholt2011-11-011-68/+63
* swrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_STENCIL)Chad Versace2011-10-181-0/+2
* swrast: Remove redundant term in logic expressionChad Versace2011-10-151-1/+0
* swrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_STENCIL)Chad Versace2011-10-151-0/+2
* swrast: get rid of needless do/whileBrian Paul2011-08-311-2/+2
* mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV comboMarek Olšák2011-07-111-1/+1
* swrast: fix readpix clampingMarek Olšák2011-04-221-4/+4
* swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.Eric Anholt2011-04-201-0/+3
* swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616.Eric Anholt2011-04-181-3/+3
* swrast: Don't assert against glReadPixels of GL_RED and GL_RG.Eric Anholt2011-04-181-1/+4
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-1/+1
* swrast: restructure some glReadPixels() codeBrian Paul2010-12-031-28/+25
* swrast: accept GL_RG in glReadPixels()Brian Paul2010-12-031-16/+3
* swrast: Print out format on unexpected failure in _swrast_ReadPixels.Vinson Lee2010-10-271-1/+1
* mesa: split up the image.c fileBrian Paul2010-10-231-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-57/+2
* mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt2010-09-071-1/+2
* mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
* swrast: When reading from a 0-bits r,g,b channel, return 0 not 1.Eric Anholt2010-06-101-3/+11
* swrast: Adjust colors based on ReadBuffer visual, not context visualIan Romanick2010-03-051-9/+9
* swrast: Remove support for ReadPixels from a color-index bufferIan Romanick2010-03-031-65/+2
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-5/+5
* swrast: Remove unnecessary header from s_readpix.c.Vinson Lee2010-01-121-1/+0
* swrast: handle additional Z24 formats in read_depth_pixels()Brian Paul2009-11-111-5/+18
* swrast: update renderbuffer format assertionsbrian2009-11-101-3/+4
* swrast: Move up state validation in _swrast_ReadPixels.Michel Dänzer2009-10-031-3/+3
* mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-031-2/+2
* swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul2009-01-301-6/+6
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-11/+11
* Refactor PBO validate/map code.Brian2008-03-211-5/+3
* add a number of PBO validate/map/unmap functionsBrian2008-03-211-27/+7
* Fix mismatched map/unmap of buffers in swrast read/drawpixels error paths.Eric Anholt2007-12-181-5/+6
* improve 24-bit Z to 32-bit Z conversionBrian2007-11-271-2/+3