mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
[i915] Reenable batchbuffer debug under INTEL_DEBUG=bat.
This commit is contained in:
parent
152aa6350d
commit
f7e0513d70
1 changed files with 4 additions and 4 deletions
|
|
@ -168,10 +168,10 @@ do_flush_locked(struct intel_batchbuffer *batch,
|
|||
}
|
||||
|
||||
if (INTEL_DEBUG & DEBUG_BATCH) {
|
||||
// dri_bo_map(batch->buf, GL_FALSE);
|
||||
// intel_decode(ptr, used / 4, batch->buf->offset,
|
||||
// intel->intelScreen->deviceID);
|
||||
// dri_bo_unmap(batch->buf);
|
||||
dri_bo_map(batch->buf, GL_FALSE);
|
||||
intel_decode(batch->buf->virtual, used / 4, batch->buf->offset,
|
||||
intel->intelScreen->deviceID);
|
||||
dri_bo_unmap(batch->buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue