Re: [Mesa-dev] [v2 18/19] i965: Add helper for lossless compression support

2016-02-15 Thread Pohjolainen, Topi
On Mon, Feb 15, 2016 at 01:27:19PM -0800, Ben Widawsky wrote: > On Thu, Feb 11, 2016 at 08:34:11PM +0200, Topi Pohjolainen wrote: > > v2: Use explicitly against base type of GL_FLOAT instead of > > using _mesa_is_format_integer_color(). Otherwise we miss > > GL_UNSIGNED_NORMALIZED. > > > >

Re: [Mesa-dev] [v2 18/19] i965: Add helper for lossless compression support

2016-02-15 Thread Ben Widawsky
On Thu, Feb 11, 2016 at 08:34:11PM +0200, Topi Pohjolainen wrote: > v2: Use explicitly against base type of GL_FLOAT instead of > using _mesa_is_format_integer_color(). Otherwise we miss > GL_UNSIGNED_NORMALIZED. > > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i965/intel

[Mesa-dev] [v2 18/19] i965: Add helper for lossless compression support

2016-02-11 Thread Topi Pohjolainen
v2: Use explicitly against base type of GL_FLOAT instead of using _mesa_is_format_integer_color(). Otherwise we miss GL_UNSIGNED_NORMALIZED. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 22 ++ src/mesa/drivers/dri/i965/intel_mipm