mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
i965: Fix whitespace error in gen8_depth_state.c
Trivial.
This commit is contained in:
parent
c8b8e8b29b
commit
23132cd13b
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ emit_depth_packets(struct brw_context *brw,
|
|||
}
|
||||
|
||||
if (stencil_mt == NULL) {
|
||||
BEGIN_BATCH(5);
|
||||
BEGIN_BATCH(5);
|
||||
OUT_BATCH(GEN7_3DSTATE_STENCIL_BUFFER << 16 | (5 - 2));
|
||||
OUT_BATCH(0);
|
||||
OUT_BATCH(0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue