intel: disable PS for depth/stencil clears
authorChia-I Wu <olv@lunarg.com>
Fri, 24 Oct 2014 07:34:07 +0000 (15:34 +0800)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 24 Oct 2014 21:01:46 +0000 (15:01 -0600)
commit3adf7217f9ac9c0c244364f06955aa0aef9e2136
treec18b8a5d8882bdd9e7071a2cc78164229e75b0e3
parent429a0aa6fadad8773c5c16718abe88f90c2e342e
intel: disable PS for depth/stencil clears

We can set the Z coordinate of the clear rectangle to depth clear value and
set stencil reference value to stencil clear value.  Neither requires PS to be
enabled.
icd/intel/cmd_pipeline.c