ilo: fix for stencil only rectlist ops
authorChia-I Wu <olvaffe@gmail.com>
Thu, 20 Feb 2014 08:57:05 +0000 (16:57 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sat, 22 Feb 2014 14:45:13 +0000 (22:45 +0800)
commitcb8a0d2be1a50e2aa1cb82a33535f68d278ed8ca
treeaf958a11fde4a6d2f1103fa79bfc136b4bd93d95
parent409add30b367df1ac3d2675a20324229be8e7832
ilo: fix for stencil only rectlist ops

3DSTATE_STENCIL_BUFFER inherits some states from 3DSTATE_DEPTH_BUFFER.  We
need to emit both even the surface is stencil only.
src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c
src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c