mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 20:48:08 +02:00
i965g: Fix debug check
This commit is contained in:
parent
ce4f23aab9
commit
643bb3419d
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ static int brw_prepare_indices(struct brw_context *brw)
|
|||
if (index_buffer == NULL)
|
||||
return 0;
|
||||
|
||||
if (DEBUG & DEBUG_VERTS)
|
||||
if (BRW_DEBUG & DEBUG_VERTS)
|
||||
debug_printf("%s: index_size:%d index_buffer->size:%d\n",
|
||||
__FUNCTION__,
|
||||
brw->curr.index_size,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue