Re: [Mesa-dev] [PATCH 01/15] i965: Add a table of the surface format information from the PRM.

2011-11-17 Thread Ian Romanick
On 11/15/2011 05:55 PM, Eric Anholt wrote: This will be used to drive chosing formats and determining framebuffer completeness, instead of the bunch of ad-hoc checks we have had until now. I can't comment much on the content of the table, but I can say that I like the way the table is made.

Re: [Mesa-dev] [PATCH 01/15] i965: Add a table of the surface format information from the PRM.

2011-11-17 Thread Eric Anholt
On Wed, 16 Nov 2011 00:21:59 -0800, Kenneth Graunke wrote: > On 11/15/2011 05:55 PM, Eric Anholt wrote: > > This will be used to drive chosing formats and determining framebuffer > > completeness, instead of the bunch of ad-hoc checks we have had until > > now. > > --- > > src/mesa/drivers/dri/i

Re: [Mesa-dev] [PATCH 01/15] i965: Add a table of the surface format information from the PRM.

2011-11-16 Thread Kenneth Graunke
On 11/15/2011 05:55 PM, Eric Anholt wrote: > This will be used to drive chosing formats and determining framebuffer > completeness, instead of the bunch of ad-hoc checks we have had until > now. > --- > src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 204 > ++ > 1 files ch

[Mesa-dev] [PATCH 01/15] i965: Add a table of the surface format information from the PRM.

2011-11-15 Thread Eric Anholt
This will be used to drive chosing formats and determining framebuffer completeness, instead of the bunch of ad-hoc checks we have had until now. --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 204 ++ 1 files changed, 204 insertions(+), 0 deletions(-) diff --git a/src