Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |