OSDN Git Service

gen{7,8}_pipeline: Always set ViewportXYClipTestEnable
authorNanley Chery <nanley.g.chery@intel.com>
Fri, 1 Apr 2016 06:16:12 +0000 (23:16 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 14 Apr 2016 01:00:41 +0000 (18:00 -0700)
commitcff0f6b027f139cc33c9ecbfd22f9662d75c0cb7
tree13ee5651778f9bd6fd942b4c34fecf89142e0a70
parent992bbed98d0eb226c2ad45eafb3cb2ad68f3fed7
gen{7,8}_pipeline: Always set ViewportXYClipTestEnable

For the following reasons, there is no behavioural change with this
commit: the ViewportXYClipTest function of the CLIP stage will continue
to be enabled outside of Meta (where disable_viewport is always false),
and the CLIP stage is turned off within Meta, so this function will
continue to be disabled in that case.

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
src/intel/vulkan/gen7_pipeline.c
src/intel/vulkan/gen8_pipeline.c