mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
rendercopy/bdw: Emit 3DSTATE_WM_HZ_OP.
We don't want depth/stencil fast clears or HiZ resolves; we want normal drawing. Without this, the pixel pipeline doesn't work. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Cc: Ben Widawsky <ben@bwidawsk.net> Cc: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
committed by
Damien Lespiau
parent
8cd3a9d543
commit
fdbdc7f325
@@ -22,6 +22,8 @@
|
||||
# define GEN8_3DSTATE_MULTISAMPLE_NUMSAMPLES_8 (3 << 1)
|
||||
# define GEN9_3DSTATE_MULTISAMPLE_NUMSAMPLES_16 (4 << 1)
|
||||
|
||||
#define GEN8_3DSTATE_WM_HZ_OP GEN6_3D(3, 0, 0x52)
|
||||
|
||||
#define GEN8_3DSTATE_VF_INSTANCING GEN6_3D(3, 0, 0x49)
|
||||
#define GEN7_3DSTATE_GS GEN6_3D(3, 0, 0x11)
|
||||
#define GEN7_3DSTATE_CONSTANT_GS GEN6_3D(3, 0, 0x16)
|
||||
|
||||
Reference in New Issue
Block a user