i965: Add an option to ignore sample qualifier
authorAnuj Phogat <anuj.phogat@gmail.com>
Mon, 13 Jan 2014 20:26:55 +0000 (12:26 -0800)
committerAnuj Phogat <anuj.phogat@gmail.com>
Tue, 21 Jan 2014 22:42:27 +0000 (14:42 -0800)
commit3313cc269bd428ca96a132d86da5fddc0f27386a
tree96712dc4be363f902f55666e1759be7959a9f223
parent78d65476b69402dc1d82b35e7ba3047ef44d783a
i965: Add an option to ignore sample qualifier

This will be useful in my next patch which depends on a functionality
of _mesa_get_min_invocations_per_fragment() to ignore the sample
qualifier (prog->IsSample) based on a flag passed to it.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_wm.c
src/mesa/drivers/dri/i965/gen6_wm_state.c
src/mesa/drivers/dri/i965/gen7_wm_state.c
src/mesa/program/program.c
src/mesa/program/program.h