[Mesa-dev] [PATCH 4/4] i965: Enable AMD_seamless_cubemap_per_texture
Kenneth Graunke
kenneth at whitecape.org
Thu Sep 5 16:12:42 PDT 2013
On 09/04/2013 11:29 AM, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> 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 <ian.d.romanick at intel.com>
> ---
> 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 <kenneth at whitecape.org>
More information about the mesa-dev
mailing list