rendercopy/gen8: Also emit 3DSTATE_WM_DEPTH_STENCIL.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 3 Jun 2014 21:52:30 +0000 (14:52 -0700)
committerBen Widawsky <benjamin.widawsky@intel.com>
Wed, 4 Jun 2014 17:54:38 +0000 (10:54 -0700)
commitbadb026ae0943d401a944d0d0fc09a7977315fe5
treee41f41f14c933effb5eac0b9a73ce9dadac93752
parent11e62a3927e415f88dae3519578d9bba8def3128
rendercopy/gen8: Also emit 3DSTATE_WM_DEPTH_STENCIL.

rendercopy was failing to emit 3DSTATE_WM_DEPTH_STENCIL, which is a new
packet on Broadwell.  Mesa emits this packet.

This appears to fix various tests on a fresh boot, when Mesa has never
run.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78890
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78891
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78935
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78936
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78937
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78938
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Tested-by: Guo Jinxian <jinxianx.guo@intel.com>
Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
lib/gen8_render.h
lib/rendercopy_gen8.c