Re: [Mesa-dev] [PATCH V2 08/22] i965: Add _Format to intel_texobj.

2014-02-21 Thread Ian Romanick
On 02/21/2014 12:48 PM, Chris Forbes wrote: This is the actual mesa_format to use. In non-view cases this is always the same as the mt's format. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/intel_tex.c | 8 src/mesa/drivers/dri/i965/intel_tex_obj.h | 5 +++

[Mesa-dev] [PATCH V2 08/22] i965: Add _Format to intel_texobj.

2014-02-20 Thread Chris Forbes
This is the actual mesa_format to use. In non-view cases this is always the same as the mt's format. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/intel_tex.c | 8 src/mesa/drivers/dri/i965/intel_tex_obj.h | 5 + src/mesa/drivers/dri/i965/intel_tex_validate