i965: Enable AMD_seamless_cubemap_per_texture
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 4 Sep 2013 18:15:15 +0000 (11:15 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sun, 8 Sep 2013 14:54:12 +0000 (07:54 -0700)
commit2937d704dcae4451b2baa7d02f97205e73b37c8c
treefb8c6fff37d4923423f046c7d96ac82dafbd0c89
parent4a1950351663ac58cbef1ee041dab9a56441792c
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>
docs/relnotes/9.3.html
src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
src/mesa/drivers/dri/i965/gen7_sampler_state.c
src/mesa/drivers/dri/i965/intel_extensions.c