Re: [Mesa-dev] [PATCH 1/6] intel: Add support for ARB_sampler_objects.

2011-04-20 Thread Brian Paul
On Wed, Apr 20, 2011 at 7:01 PM, Eric Anholt wrote: > This extension support consists of replacing > "gl_texture_obj->Sampler." with "_mesa_get_samplerobj(ctx, unit)->". > One instance of referencing the texture's base sampler remains in the > initial miptree allocation, where I'm not sure we have

[Mesa-dev] [PATCH 1/6] intel: Add support for ARB_sampler_objects.

2011-04-20 Thread Eric Anholt
This extension support consists of replacing "gl_texture_obj->Sampler." with "_mesa_get_samplerobj(ctx, unit)->". One instance of referencing the texture's base sampler remains in the initial miptree allocation, where I'm not sure we have a clear association with any texture unit. Tested with pigl