From 2937d704dcae4451b2baa7d02f97205e73b37c8c Mon Sep 17 00:00:00 2001
From: Ian Romanick
Date: Wed, 4 Sep 2013 11:15:15 -0700
Subject: i965: Enable AMD_seamless_cubemap_per_texture
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
Reviewed-by: Chris Forbes
Reviewed-by: Paul Berry
Reviewed-by: Kenneth Graunke
---
docs/relnotes/9.3.html | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'docs/relnotes/9.3.html')
diff --git a/docs/relnotes/9.3.html b/docs/relnotes/9.3.html
index 1f57df04ba1..1b34a9a456c 100644
--- a/docs/relnotes/9.3.html
+++ b/docs/relnotes/9.3.html
@@ -43,6 +43,10 @@ TBD.
Note: some of the new features are only available with certain drivers.
+
+- GL_AMD_seamless_cubemap_per_texture on i965.
+
+
Bug fixes
--
cgit v1.2.3