mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
rendercopy/bdw: Fix the 3DSTATE_STENCIL_BUFFER instruction length
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
09f144b649
commit
34f104aed7
@ -790,7 +790,9 @@ gen8_emit_depth(struct intel_batchbuffer *batch) {
|
||||
OUT_BATCH(0);
|
||||
OUT_BATCH(0);
|
||||
|
||||
OUT_BATCH(GEN7_3DSTATE_STENCIL_BUFFER | (3-2));
|
||||
OUT_BATCH(GEN7_3DSTATE_STENCIL_BUFFER | (5 - 2));
|
||||
OUT_BATCH(0);
|
||||
OUT_BATCH(0);
|
||||
OUT_BATCH(0);
|
||||
OUT_BATCH(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user