On 09/04/2013 11:29 AM, Ian Romanick 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(-)
Chris actually did this a year and a half ago: http://lists.freedesktop.org/archives/mesa-dev/2012-April/021267.html Eric didn't seem to think it was useful at the time. I'm fine with enabling it. Patch 4 is: Reviewed-by: Kenneth Graunke <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
