index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINT
Brian Paul
2011-11-28
1
-0
/
+7
*
mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
Chia-I Wu
2011-11-27
2
-0
/
+62
*
swrast: fix unmatched span->array->ChanType
Yuanhan Liu
2011-11-21
1
-0
/
+4
*
swrast: simplify the prototype of function texture_combine
Yuanhan Liu
2011-11-21
1
-10
/
+9
*
swrast: fix glReadPixels from texture attachment
Brian Paul
2011-11-15
1
-0
/
+13
*
mesa: remove _swrast_ReadPixels()
Brian Paul
2011-11-15
3
-531
/
+1
*
mesa: replace GLstencil with GLubyte
Brian Paul
2011-11-15
7
-115
/
+111
*
swrast: avoid calling _mesa_get_srgb_format_linear() inside a loop
Brian Paul
2011-11-11
1
-3
/
+3
*
swrast: remove bogus assertion
Brian Paul
2011-11-11
1
-1
/
+0
*
swrast: Add support for glReadPixels() to integer types.
Eric Anholt
2011-11-09
1
-6
/
+13
*
swrast: update program type assertion
Brian Paul
2011-11-07
1
-1
/
+3
*
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: Remove dead _swrast_read_depth_span_uint().
Eric Anholt
2011-11-03
2
-88
/
+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
2
-21
/
+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: simplify the condition test for _swrast_choose_texture_sample_func
Yuanhan Liu
2011-11-03
1
-13
/
+9
*
swrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_COMPONENT) fast-paths.
Eric Anholt
2011-11-01
1
-68
/
+63
*
Add MapRenderbuffer implementations for software drivers.
Eric Anholt
2011-11-01
1
-0
/
+1
*
swrast: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
2
-0
/
+39
*
swrast: Fix memory leak in out-of-memory path.
Vinson Lee
2011-10-25
1
-0
/
+1
*
swrast: use _mesa_ffs() instead of ffs()
Brian Paul
2011-10-25
1
-2
/
+2
*
swrast: fix comment typo (s/texure/texture/)
Brian Paul
2011-10-23
1
-1
/
+1
*
swrast: update renderbuffer format assertion
Brian Paul
2011-10-23
1
-1
/
+4
*
mesa: add swrast_texture_image::Buffer
Brian Paul
2011-10-23
4
-23
/
+211
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
6
-32
/
+58
*
swrast: fix float->uint conversion of gl_FragDepth
Brian Paul
2011-10-19
1
-1
/
+2
*
swrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_STENCIL)
Chad Versace
2011-10-18
2
-0
/
+4
*
swrast: Remove redundant term in logic expression
Chad Versace
2011-10-15
2
-2
/
+0
*
swrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_STENCIL)
Chad Versace
2011-10-15
2
-0
/
+4
*
swrast: be a bit smarter in clip_span()
Brian Paul
2011-10-13
1
-1
/
+4
*
swrast: s/FetchTexelf/FetchTexel/
Brian Paul
2011-10-07
5
-68
/
+68
*
swrast: silence unused var warnings in non-debug builds
Brian Paul
2011-10-07
1
-0
/
+2
*
swrast: remove unused swrast_texture_image::FetchTexelc method
Brian Paul
2011-10-07
2
-69
/
+2
*
swrast: update texfetch_funcs table for new int/uint formats
Brian Paul
2011-10-05
1
-0
/
+325
*
swrast: fix delayed texel buffer allocation regression
Brian Paul
2011-10-03
1
-20
/
+20
*
swrast: When asked to map a slice of a 1D array, give back that slice.
Eric Anholt
2011-10-03
1
-0
/
+7
*
mesa: Delay s_texcombine.c memory allocation until it's used.
Eric Anholt
2011-10-01
2
-11
/
+20
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
14
-69
/
+69
*
swrast: always call _swrast_choose_texture_sample_func()
Brian Paul
2011-09-26
1
-1
/
+1
*
mesa: remove support for GL_APPLE_client_storage extension
Brian Paul
2011-09-22
1
-1
/
+1
*
mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast
Brian Paul
2011-09-22
5
-9
/
+30
[next]