diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2013-09-04 11:15:15 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2013-09-08 07:54:12 -0700 |
commit | 2937d704dcae4451b2baa7d02f97205e73b37c8c (patch) | |
tree | fb8c6fff37d4923423f046c7d96ac82dafbd0c89 /docs | |
parent | 4a1950351663ac58cbef1ee041dab9a56441792c (diff) | |
download | external_mesa3d-2937d704dcae4451b2baa7d02f97205e73b37c8c.zip external_mesa3d-2937d704dcae4451b2baa7d02f97205e73b37c8c.tar.gz external_mesa3d-2937d704dcae4451b2baa7d02f97205e73b37c8c.tar.bz2 |
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 <ian.d.romanick@intel.com>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/9.3.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes/9.3.html b/docs/relnotes/9.3.html index 1f57df0..1b34a9a 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. </p> +<ul> +<li>GL_AMD_seamless_cubemap_per_texture on i965.</li> +</ul> + <h2>Bug fixes</h2> |