| Commit message (Expand) | Author | Age | Files | Lines |
* | swrast: s/Data/Map/ in swrast_texture_image | Brian Paul | 2012-01-24 | 1 | -12/+12 |
* | mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions | Brian Paul | 2012-01-02 | 1 | -33/+4 |
* | mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast | Brian Paul | 2011-10-23 | 1 | -12/+12 |
* | mesa: get rid of imageOffsets arrays in texstore code | Brian Paul | 2011-10-05 | 1 | -8/+4 |
* | mesa/gallium: remove GLchan from latc, rgtc code | Brian Paul | 2011-09-20 | 1 | -14/+14 |
* | mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image() | Brian Paul | 2011-09-20 | 1 | -4/+4 |
* | mesa: move gl_texture_image::FetchTexel fields to swrast | Brian Paul | 2011-09-17 | 1 | -20/+22 |
* | mesa: fix dstRowDiff computation in RGTC texstore functions | Marek Olšák | 2011-04-08 | 1 | -4/+4 |
* | mesa: add EXT_texture_compression_latc | Marek Olšák | 2011-03-08 | 1 | -4/+64 |
* | rgtc: move the texel fetch into common unsigned/signed code. | Dave Airlie | 2011-03-02 | 1 | -65/+12 |
* | rgtc: fix issues with compressor and signed types. | Dave Airlie | 2011-03-02 | 1 | -3/+3 |
* | rgtc: don't try to access off the end of the block. | Dave Airlie | 2011-03-02 | 1 | -2/+2 |
* | rgtc: move to using ubyte for fetch instead of chan + fix limit | Dave Airlie | 2011-03-02 | 1 | -13/+13 |
* | rgtc: fix fetch function limits for signed types | Dave Airlie | 2011-03-02 | 1 | -2/+2 |
* | swrast/rgtc: fix rendering issues introduced when fix constants | Dave Airlie | 2011-03-02 | 1 | -1/+1 |
* | rgtc: shared the compressor code between signed/unsigned | Dave Airlie | 2011-03-01 | 1 | -696/+27 |
* | rgtc: fix void pointer arith. | Dave Airlie | 2011-03-01 | 1 | -2/+2 |
* | mesa: Add RGTC texture store/fetch support. | Dave Airlie | 2011-02-28 | 1 | -0/+1122 |