| Commit message (Expand) | Author | Age | Files | Lines |
* | swrast: remove core renderbuffer functions from s_renderbuffer.[ch] | Brian Paul | 2011-12-08 | 2 | -267/+49 |
* | swrast: add s_renderbuffer.[ch], copied from main/renderbuffer.[ch] | Brian Paul | 2011-12-08 | 2 | -0/+2318 |
* | swrast: remove dead accum buffer context fields | Brian Paul | 2011-12-08 | 2 | -10/+1 |
* | mesa: remove dead swrast and state tracker accum buffer code | Brian Paul | 2011-12-08 | 3 | -639/+0 |
* | mesa: rewrite accum buffer support | Brian Paul | 2011-12-08 | 1 | -3/+2 |
* | swrast: Add depth cube map support. | Anuj Phogat | 2011-12-05 | 1 | -4/+14 |
* | mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88 | Brian Paul | 2011-12-02 | 2 | -8/+8 |
* | mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88 | Brian Paul | 2011-12-02 | 2 | -8/+8 |
* | mesa: fix unpacking of RG88_REV texels | Brian Paul | 2011-12-02 | 1 | -3/+3 |
* | mesa: add support for GL_OES_compressed_ETC1_RGB8_texture | Chia-I Wu | 2011-12-02 | 1 | -0/+8 |
* | swrast: use STATIC_ASSERT to make sure texfetch table isn't missing entries | Brian Paul | 2011-11-30 | 1 | -1/+2 |
* | swrast: Fix some static analysis warnings | Chad Versace | 2011-11-29 | 1 | -0/+9 |
* | 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 |