Re: [Mesa-dev] [PATCH 03/11] intel: Add block alignment for RGTC textures.

2011-06-14 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/10/2011 03:44 PM, Eric Anholt wrote: > On Fri, 10 Jun 2011 15:17:12 -0600, Brian Paul wrote: >> On 06/10/2011 02:38 PM, Eric Anholt wrote: >>> We were using the default 4x2 alignment instead of the 4x4 required >>> for non-FXT compressed texture

Re: [Mesa-dev] [PATCH 03/11] intel: Add block alignment for RGTC textures.

2011-06-10 Thread Eric Anholt
On Fri, 10 Jun 2011 15:17:12 -0600, Brian Paul wrote: > On 06/10/2011 02:38 PM, Eric Anholt wrote: > > We were using the default 4x2 alignment instead of the 4x4 required > > for non-FXT compressed textures. > > --- > > src/mesa/drivers/dri/i965/brw_tex_layout.c |2 +- > > src/mesa/driv

Re: [Mesa-dev] [PATCH 03/11] intel: Add block alignment for RGTC textures.

2011-06-10 Thread Brian Paul
On 06/10/2011 02:38 PM, Eric Anholt wrote: We were using the default 4x2 alignment instead of the 4x4 required for non-FXT compressed textures. --- src/mesa/drivers/dri/i965/brw_tex_layout.c |2 +- src/mesa/drivers/dri/intel/intel_mipmap_tree.c |6 +-- src/mesa/drivers/dri/intel/i

[Mesa-dev] [PATCH 03/11] intel: Add block alignment for RGTC textures.

2011-06-10 Thread Eric Anholt
We were using the default 4x2 alignment instead of the 4x4 required for non-FXT compressed textures. --- src/mesa/drivers/dri/i965/brw_tex_layout.c |2 +- src/mesa/drivers/dri/intel/intel_mipmap_tree.c |6 +-- src/mesa/drivers/dri/intel/intel_tex_layout.c | 42 +-