mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 00:49:04 +02:00
intel: Dump batchbuffer before sending to hw
This commit is contained in:
parent
f1c0be75b7
commit
e67c020ad4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
#include "i915simple/i915_debug.h"
|
||||
#include "intel_be_batchbuffer.h"
|
||||
#include "intel_be_context.h"
|
||||
#include "intel_be_device.h"
|
||||
|
|
@ -105,6 +106,7 @@ intel_be_batchbuffer_flush(struct intel_be_batchbuffer *batch,
|
|||
batch->base.ptr += 8;
|
||||
}
|
||||
|
||||
i915_dump_batchbuffer(i915);
|
||||
debug_printf("%s\n", __FUNCTION__);
|
||||
|
||||
used = batch->base.ptr - batch->base.map;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue