index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_readpix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove _swrast_ReadPixels()
Brian Paul
2011-11-15
1
-522
/
+0
*
mesa: replace GLstencil with GLubyte
Brian Paul
2011-11-15
1
-3
/
+3
*
swrast: avoid calling _mesa_get_srgb_format_linear() inside a loop
Brian Paul
2011-11-11
1
-3
/
+3
*
swrast: Add support for glReadPixels() to integer types.
Eric Anholt
2011-11-09
1
-6
/
+13
*
swrast: Avoid void * arithmetic.
José Fonseca
2011-11-04
1
-1
/
+1
*
swrast: Drop the global mapping of buffers across glReadPixels().
Eric Anholt
2011-11-03
1
-8
/
+0
*
swrast: Drop the remaining GetRow-based glReadPixels() fast-path.
Eric Anholt
2011-11-03
1
-90
/
+0
*
swrast: Convert color glReadPixels slow path to using MapRenderbuffer.
Eric Anholt
2011-11-03
1
-72
/
+33
*
swrast: Skip _swrast_validate_derived in _swrast_ReadPixels().
Eric Anholt
2011-11-03
1
-4
/
+0
*
swrast: Add a readpixels fast-path based on memcpy and MapRenderbuffer.
Eric Anholt
2011-11-03
1
-4
/
+53
*
swrast: Switch the remaining depth readpixels to MapRenderbuffer.
Eric Anholt
2011-11-03
1
-5
/
+17
*
swrast: Switch the remaining depth/stencil readpixels path to MapRenderbuffer.
Eric Anholt
2011-11-03
1
-30
/
+42
*
swrast: MapRenderbuffer in separate depth/stencil readpixels fastpath
Eric Anholt
2011-11-03
1
-20
/
+59
*
swrast: Calculate image address/stride once for depth/stencil readpixels.
Eric Anholt
2011-11-03
1
-16
/
+14
*
swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.
Eric Anholt
2011-11-03
1
-29
/
+55
*
swrast: Directly map the stencil buffer in read_stencil_pixels.
Eric Anholt
2011-11-03
1
-4
/
+12
*
swrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_COMPONENT) fast-paths.
Eric Anholt
2011-11-01
1
-68
/
+63
*
swrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_STENCIL)
Chad Versace
2011-10-18
1
-0
/
+2
*
swrast: Remove redundant term in logic expression
Chad Versace
2011-10-15
1
-1
/
+0
*
swrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_STENCIL)
Chad Versace
2011-10-15
1
-0
/
+2
*
swrast: get rid of needless do/while
Brian Paul
2011-08-31
1
-2
/
+2
*
mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV combo
Marek Olšák
2011-07-11
1
-1
/
+1
*
swrast: fix readpix clamping
Marek Olšák
2011-04-22
1
-4
/
+4
*
swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.
Eric Anholt
2011-04-20
1
-0
/
+3
*
swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616.
Eric Anholt
2011-04-18
1
-3
/
+3
*
swrast: Don't assert against glReadPixels of GL_RED and GL_RG.
Eric Anholt
2011-04-18
1
-1
/
+4
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-1
/
+1
*
swrast: restructure some glReadPixels() code
Brian Paul
2010-12-03
1
-28
/
+25
*
swrast: accept GL_RG in glReadPixels()
Brian Paul
2010-12-03
1
-16
/
+3
*
swrast: Print out format on unexpected failure in _swrast_ReadPixels.
Vinson Lee
2010-10-27
1
-1
/
+1
*
mesa: split up the image.c file
Brian Paul
2010-10-23
1
-1
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-6
/
+6
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-57
/
+2
*
mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.
Eric Anholt
2010-09-07
1
-1
/
+2
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-07-30
1
-1
/
+0
*
swrast: When reading from a 0-bits r,g,b channel, return 0 not 1.
Eric Anholt
2010-06-10
1
-3
/
+11
*
swrast: Adjust colors based on ReadBuffer visual, not context visual
Ian Romanick
2010-03-05
1
-9
/
+9
*
swrast: Remove support for ReadPixels from a color-index buffer
Ian Romanick
2010-03-03
1
-65
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
swrast: Remove unnecessary header from s_readpix.c.
Vinson Lee
2010-01-12
1
-1
/
+0
*
swrast: handle additional Z24 formats in read_depth_pixels()
Brian Paul
2009-11-11
1
-5
/
+18
*
swrast: update renderbuffer format assertions
brian
2009-11-10
1
-3
/
+4
*
swrast: Move up state validation in _swrast_ReadPixels.
Michel Dänzer
2009-10-03
1
-3
/
+3
*
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-09-03
1
-2
/
+2
*
swrast: replace RENDER_START/FINISH macros with inline functions
Brian Paul
2009-01-30
1
-6
/
+6
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-11
/
+11
*
Refactor PBO validate/map code.
Brian
2008-03-21
1
-5
/
+3
*
add a number of PBO validate/map/unmap functions
Brian
2008-03-21
1
-27
/
+7
*
Fix mismatched map/unmap of buffers in swrast read/drawpixels error paths.
Eric Anholt
2007-12-18
1
-5
/
+6
*
improve 24-bit Z to 32-bit Z conversion
Brian
2007-11-27
1
-2
/
+3
[next]