Re: [Mesa-dev] [PATCH 22/35] meta: Refactor the table of glsl_sampler structures

2014-01-29 Thread Brian Paul
On Wed, Jan 29, 2014 at 2:53 PM, Ian Romanick wrote: > From: Ian Romanick > > This will allow the same table of shader-per-sampler-type to be used for > paths in meta other than just mipmap generation. This is also the > reason the declarations of the structures was moved towards the top of > t

[Mesa-dev] [PATCH 22/35] meta: Refactor the table of glsl_sampler structures

2014-01-29 Thread Ian Romanick
From: Ian Romanick This will allow the same table of shader-per-sampler-type to be used for paths in meta other than just mipmap generation. This is also the reason the declarations of the structures was moved towards the top of the file. Signed-off-by: Ian Romanick --- src/mesa/drivers/commo