aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_readpix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge from masterBrian2007-03-211-1/+5
|\
| * 1D convolution (and post-conv scale/bias) were inadvertantly applied to 2D im...Brian2007-03-211-0/+4
| * fix assertion in read_depth_pixels()Nicolai Haehnle2007-03-181-1/+1
* | Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-9/+17
|\|
| * if renderbuffer ptr is null, just returnBrian2007-02-261-9/+17
* | Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-10/+13
|\|
| * fixes for C++ warnings/errorsBrian2007-01-231-10/+13
* | New SWspanarrays attribs[] array.Brian2007-02-011-1/+1
|/
* Make sure RENDER_FINISH is called on the zero pixel case. Reported byKeith Whitwell2006-11-141-1/+1
* Color clamping fixes.Brian Paul2006-10-221-5/+11
* Consolidate, move, fix code related to color index and stencil image transferBrian Paul2006-10-131-7/+7
* In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul2006-10-131-4/+2
* s/GLuint/GLbitfield/Brian Paul2006-10-131-1/+1
* adjust_colors() function replaces old _mesa_chan_to_float_span() function.Brian Paul2006-10-121-26/+45
* Lots of changes to support runtime renderbuffer depths.Brian Paul2006-10-121-54/+74
* rewrite of read_fast_rgba_pixels()Brian Paul2006-10-061-51/+37
* updated commentBrian Paul2006-09-131-1/+1
* free convolved image / fix mem leak (bug 7077)Brian Paul2006-05-301-0/+1
* minor clean-ups around DepthScale/BiasBrian Paul2006-05-071-6/+5
* Need to check for new state and do readpixels/drawpixels clipping afterBrian Paul2006-03-221-5/+15
* optimize case of reading GL_DEPTH_STENCIL pixels from GL_DEPTH_STENCIL render...Brian Paul2005-11-171-28/+61
* Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul2005-11-161-4/+4
* Use Visual.depthBits rather than Renderbuffer::DepthBits for depth bufferBrian Paul2005-10-041-4/+5
* simplify the read_depth_stencil_pixels() functionBrian Paul2005-10-011-27/+14
* minor improvementsBrian Paul2005-09-301-5/+5
* Rewrite much of the pixel zoom code.Brian Paul2005-09-291-14/+4
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-10/+97
* Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixelsBrian Paul2005-09-271-99/+6
* fix clipped glReadPixels bugBrian Paul2005-09-231-0/+3
* When testing visual attributes, use the Draw/Read buffer, not the context.Brian Paul2005-09-221-14/+15
* replace GLdepth with GLuint and remove GLdepthBrian Paul2005-09-211-10/+5