i965: Delete now dead persample_2x FS program key flag.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 6 Apr 2016 02:33:04 +0000 (19:33 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 20 Apr 2016 23:18:47 +0000 (16:18 -0700)
commitde0a46a040cf1aa83d5b262064b00bd601c09437
tree31f5ebc61f9257ed685ef25c455d6aac2562653f
parent57118a19da932b4b5756021a0d75e91f42a68d99
i965: Delete now dead persample_2x FS program key flag.

This was only used by the old gl_SampleID calculations.  The new code
doesn't need to handle 2x specially.

v2: Delete it from the Vulkan driver, too.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/vulkan/anv_pipeline.c
src/mesa/drivers/dri/i965/brw_compiler.h
src/mesa/drivers/dri/i965/brw_wm.c