mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
i965: Revert accidental debug change in 562e2d114e
This commit is contained in:
parent
b0ba8d6f80
commit
dfb7b86e63
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ intel_batchbuffer_emit_mi_flush(struct intel_batchbuffer *batch)
|
|||
{
|
||||
struct intel_context *intel = batch->intel;
|
||||
|
||||
if (0 && intel->gen >= 4) {
|
||||
if (intel->gen >= 4) {
|
||||
BEGIN_BATCH(4);
|
||||
OUT_BATCH(_3DSTATE_PIPE_CONTROL |
|
||||
PIPE_CONTROL_INSTRUCTION_FLUSH |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue