mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
i965: Delete stale perf_debug().
MOCS for 3DSTATE_SO_BUFFER has existed for ages.
This commit is contained in:
parent
3a886721ed
commit
0332963d19
1 changed files with 0 additions and 2 deletions
|
|
@ -74,8 +74,6 @@ gen8_upload_3dstate_so_buffers(struct brw_context *brw)
|
|||
intel_bufferobj_buffer(brw, bufferobj, start, end - start);
|
||||
assert(end <= bo->size);
|
||||
|
||||
perf_debug("Missing MOCS setup for 3DSTATE_SO_BUFFER.");
|
||||
|
||||
BEGIN_BATCH(8);
|
||||
OUT_BATCH(_3DSTATE_SO_BUFFER << 16 | (8 - 2));
|
||||
OUT_BATCH(GEN8_SO_BUFFER_ENABLE | (i << SO_BUFFER_INDEX_SHIFT) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue