Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swrast: s/Data/Map/ in swrast_texture_image | Brian Paul | 2012-01-27 | 1 | -3/+3 |
* | mesa: fix possible precision issues in pack/unpack/fetch functions | Marek Olšák | 2011-12-12 | 1 | -2/+2 |
* | mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88 | Brian Paul | 2011-12-02 | 1 | -3/+3 |
* | mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88 | Brian Paul | 2011-12-02 | 1 | -3/+3 |
* | mesa: fix unpacking of RG88_REV texels | Brian Paul | 2011-12-02 | 1 | -3/+3 |
* | mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV | Chia-I Wu | 2011-11-27 | 1 | -0/+48 |
* | mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast | Brian Paul | 2011-10-23 | 1 | -4/+4 |
* | swrast: s/GLubyte/GLchan/ in a cast | Brian Paul | 2011-09-20 | 1 | -1/+1 |
* | swrast: fix more store_texel() bugs | Brian Paul | 2011-09-18 | 1 | -4/+4 |
* | mesa: move gl_texture_image::FetchTexel fields to swrast | Brian Paul | 2011-09-17 | 1 | -185/+185 |
* | mesa: move software texel fetch code into swrast | Brian Paul | 2011-09-17 | 1 | -0/+2341 |