Reviewed-by: Zack Rusin
- Original Message -
> From: Roland Scheidegger
>
> The codeword must be unsigned (otherwise will shift in 1's from above when
> merging low/high parts so some texels decode wrong).
> This also affects gallium's util/u_format_rgtc.
> ---
> src/mesa/main/texcompr
- Original Message -
> From: Roland Scheidegger
>
> The codeword must be unsigned (otherwise will shift in 1's from above when
> merging low/high parts so some texels decode wrong).
> This also affects gallium's util/u_format_rgtc.
> ---
> src/mesa/main/texcompress_rgtc_tmp.h | 6 ++
Am 22.07.2013 22:52, schrieb Matt Turner:
> On Mon, Jul 22, 2013 at 12:22 PM, wrote:
>> From: Roland Scheidegger
>>
>> The codeword must be unsigned (otherwise will shift in 1's from above when
>> merging low/high parts so some texels decode wrong).
>> This also affects gallium's util/u_format_r
On Mon, Jul 22, 2013 at 12:22 PM, wrote:
> From: Roland Scheidegger
>
> The codeword must be unsigned (otherwise will shift in 1's from above when
> merging low/high parts so some texels decode wrong).
> This also affects gallium's util/u_format_rgtc.
> ---
Write a piglit test for this too?
___
From: Roland Scheidegger
The codeword must be unsigned (otherwise will shift in 1's from above when
merging low/high parts so some texels decode wrong).
This also affects gallium's util/u_format_rgtc.
---
src/mesa/main/texcompress_rgtc_tmp.h |6 +++---
1 file changed, 3 insertions(+), 3 dele