i965/tex_image: Avoid the ASTC LDR workaround on gen9lp
authorNanley Chery <nanley.g.chery@intel.com>
Sat, 24 Feb 2018 09:26:20 +0000 (01:26 -0800)
committerNanley Chery <nanley.g.chery@intel.com>
Tue, 1 May 2018 23:47:39 +0000 (16:47 -0700)
commit3e56e4642fb5875b3f5c4eb34798ba9f3d827705
tree50ed01287cf080c8843592980a5d62d8529e471e
parent800be7f2777350f97b43d77b0e6bfc1df2b756a1
i965/tex_image: Avoid the ASTC LDR workaround on gen9lp

Both the internal documentation and the results of testing this in the
CI suggest that this is unnecessary. Add the fixes tag because this
reduces an internal benchmark's startup time by about 17 seconds
(reported by Eero).

Fixes: 710b1d2e665 "i965/tex_image: Flush certain subnormal ASTC channel values"
Tested-by: Eero Tamminen <eero.t.tamminen@intel.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_tex_image.c