On 4 September 2013 11:29, Ian Romanick <[email protected]> wrote:
> From: Ian Romanick <[email protected]> > > The change is very small. Do seamless filtering if either the context > enable is set or the sampler enable is set. > > The AMD_seamless_cubemap_per_texture says: > > "If TEXTURE_CUBE_MAP_SEAMLESS_ARB is emabled (sic) globally or the > value of the texture's TEXTURE_CUBE_MAP_SEAMLESS_ARB parameter is > TRUE, seamless cube map sampling is enabled..." > > Signed-off-by: Ian Romanick <[email protected]> > --- > docs/relnotes/9.3.html | 4 ++++ > src/mesa/drivers/dri/i965/brw_wm_sampler_state.c | 2 +- > src/mesa/drivers/dri/i965/gen7_sampler_state.c | 2 +- > src/mesa/drivers/dri/i965/intel_extensions.c | 1 + > 4 files changed, 7 insertions(+), 2 deletions(-) > Patch 1 is: Acked-by: Paul Berry <[email protected]> I sent a comment on patch 2. Patches 3-4 are: Reviewed-by: Paul Berry <[email protected]>
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
