Re: [Mesa-dev] [PATCH] mesa: fix dstRowDiff computation in RGTC texstore functions

2011-04-08 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/05/2011 04:36 PM, Marek Olšák wrote: > Copied from libtxc_dxtn, this fixes NPOT RGTC1 textures with r300g. > I also did the same for RGTC2. > --- > src/mesa/main/texcompress_rgtc.c |8 > 1 files changed, 4 insertions(+), 4 deletions

[Mesa-dev] [PATCH] mesa: fix dstRowDiff computation in RGTC texstore functions

2011-04-05 Thread Marek Olšák
Copied from libtxc_dxtn, this fixes NPOT RGTC1 textures with r300g. I also did the same for RGTC2. --- src/mesa/main/texcompress_rgtc.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/texcompress_rgtc.c b/src/mesa/main/texcompress_rgtc.c index c50df19.