Re: [Mesa-dev] [PATCH 06/11] intel: Drop the internal_format field of the mipmap tree.

2011-06-10 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/10/2011 01:38 PM, Eric Anholt wrote: > This has been replaced with the gl_format now. I just want to make sure I grok this. 2/11 and 6/11 just sap IntenalFormat for TexFormat, right? > --- > src/mesa/drivers/dri/intel/intel_fbo.c |

[Mesa-dev] [PATCH 06/11] intel: Drop the internal_format field of the mipmap tree.

2011-06-10 Thread Eric Anholt
This has been replaced with the gl_format now. --- src/mesa/drivers/dri/intel/intel_fbo.c |1 - src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 10 +++--- src/mesa/drivers/dri/intel/intel_mipmap_tree.h |3 --- src/mesa/drivers/dri/intel/intel_tex_image.c|4 +--- s