aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINTBrian Paul2011-11-281-0/+7
* mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu2011-11-272-0/+62
* swrast: fix unmatched span->array->ChanTypeYuanhan Liu2011-11-211-0/+4
* swrast: simplify the prototype of function texture_combineYuanhan Liu2011-11-211-10/+9
* swrast: fix glReadPixels from texture attachmentBrian Paul2011-11-151-0/+13
* mesa: remove _swrast_ReadPixels()Brian Paul2011-11-153-531/+1
* mesa: replace GLstencil with GLubyteBrian Paul2011-11-157-115/+111
* swrast: avoid calling _mesa_get_srgb_format_linear() inside a loopBrian Paul2011-11-111-3/+3
* swrast: remove bogus assertionBrian Paul2011-11-111-1/+0
* swrast: Add support for glReadPixels() to integer types.Eric Anholt2011-11-091-6/+13
* swrast: update program type assertionBrian Paul2011-11-071-1/+3
* 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: Remove dead _swrast_read_depth_span_uint().Eric Anholt2011-11-032-88/+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-032-21/+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: simplify the condition test for _swrast_choose_texture_sample_funcYuanhan Liu2011-11-031-13/+9
* swrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_COMPONENT) fast-paths.Eric Anholt2011-11-011-68/+63
* Add MapRenderbuffer implementations for software drivers.Eric Anholt2011-11-011-0/+1
* swrast: implement GL_ARB_texture_storageBrian Paul2011-10-312-0/+39
* swrast: Fix memory leak in out-of-memory path.Vinson Lee2011-10-251-0/+1
* swrast: use _mesa_ffs() instead of ffs()Brian Paul2011-10-251-2/+2
* swrast: fix comment typo (s/texure/texture/)Brian Paul2011-10-231-1/+1
* swrast: update renderbuffer format assertionBrian Paul2011-10-231-1/+4
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-234-23/+211
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-236-32/+58
* swrast: fix float->uint conversion of gl_FragDepthBrian Paul2011-10-191-1/+2
* swrast: Fix fastpaths for glRead/WritePixels(GL_DEPTH_STENCIL)Chad Versace2011-10-182-0/+4
* swrast: Remove redundant term in logic expressionChad Versace2011-10-152-2/+0
* swrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_STENCIL)Chad Versace2011-10-152-0/+4
* swrast: be a bit smarter in clip_span()Brian Paul2011-10-131-1/+4
* swrast: s/FetchTexelf/FetchTexel/Brian Paul2011-10-075-68/+68
* swrast: silence unused var warnings in non-debug buildsBrian Paul2011-10-071-0/+2
* swrast: remove unused swrast_texture_image::FetchTexelc methodBrian Paul2011-10-072-69/+2
* swrast: update texfetch_funcs table for new int/uint formatsBrian Paul2011-10-051-0/+325
* swrast: fix delayed texel buffer allocation regressionBrian Paul2011-10-031-20/+20
* swrast: When asked to map a slice of a 1D array, give back that slice.Eric Anholt2011-10-031-0/+7
* mesa: Delay s_texcombine.c memory allocation until it's used.Eric Anholt2011-10-012-11/+20
* mesa: s/INLINE/inline/Brian Paul2011-10-0114-69/+69
* swrast: always call _swrast_choose_texture_sample_func()Brian Paul2011-09-261-1/+1
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-221-1/+1
* mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul2011-09-225-9/+30