Re: [Mesa-dev] [PATCH v2] r600g: Implement BPTC texture support

2014-07-26 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Jul 26, 2014 at 4:36 PM, Glenn Kennard wrote: > Signed-off-by: Glenn Kennard > --- > This patch depends on Ilia Mirkin's "nvc0: add BPTC format support" > and Neil Robert's core BPTC support patches. > > Changes since patch v1: > Remove srgb flag from flo

[Mesa-dev] [PATCH v2] r600g: Implement BPTC texture support

2014-07-26 Thread Glenn Kennard
Signed-off-by: Glenn Kennard --- This patch depends on Ilia Mirkin's "nvc0: add BPTC format support" and Neil Robert's core BPTC support patches. Changes since patch v1: Remove srgb flag from float formats. Set RGB sign bits for BPTC_RGB_FLOAT. This passes piglit, including newly written test fo