Re: [Mesa-dev] [PATCH 3/5] i965: Add support for ARB_texture_compression_rgtc.

2011-04-22 Thread Eric Anholt
On Fri, 22 Apr 2011 14:51:57 +0200, Marek Olšák wrote: > On Fri, Apr 22, 2011 at 1:49 AM, Eric Anholt wrote: > > > On Wed, 20 Apr 2011 16:21:05 -0700, Ian Romanick > > wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA1 > > > > > > On 04/20/2011 11:08 AM, Eric Anholt wrote: > > > >

Re: [Mesa-dev] [PATCH 3/5] i965: Add support for ARB_texture_compression_rgtc.

2011-04-22 Thread Marek Olšák
On Fri, Apr 22, 2011 at 1:49 AM, Eric Anholt wrote: > On Wed, 20 Apr 2011 16:21:05 -0700, Ian Romanick > wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 04/20/2011 11:08 AM, Eric Anholt wrote: > > > Tested with rgtc-teximage-0[12]. > > > EXT_texture_compression_rgtc/fbo-g

Re: [Mesa-dev] [PATCH 3/5] i965: Add support for ARB_texture_compression_rgtc.

2011-04-21 Thread Eric Anholt
On Wed, 20 Apr 2011 16:21:05 -0700, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/20/2011 11:08 AM, Eric Anholt wrote: > > Tested with rgtc-teximage-0[12]. > > EXT_texture_compression_rgtc/fbo-generatemipmap-formats fails in NPOT > > just like S3TC does. > > Sho

Re: [Mesa-dev] [PATCH 3/5] i965: Add support for ARB_texture_compression_rgtc.

2011-04-20 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/20/2011 11:08 AM, Eric Anholt wrote: > Tested with rgtc-teximage-0[12]. > EXT_texture_compression_rgtc/fbo-generatemipmap-formats fails in NPOT > just like S3TC does. Should we also add compressed LATC and 3Dc extensions? > --- > docs/relnotes

[Mesa-dev] [PATCH 3/5] i965: Add support for ARB_texture_compression_rgtc.

2011-04-20 Thread Eric Anholt
Tested with rgtc-teximage-0[12]. EXT_texture_compression_rgtc/fbo-generatemipmap-formats fails in NPOT just like S3TC does. --- docs/relnotes-7.11.html |4 ++-- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |4 src/mesa/drivers/dri/intel/intel_context.c