mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 19:10:12 +01:00
radeon: change last instance of DEBUG_IOCTL to use RADEON_IOCTL
DEBUG_IOCTL comes from i965, and is about to be removed. Both defines have the same value (4). Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
26eb6ad831
commit
e0c98fa401
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ void radeonEmitVertexAOS( r100ContextPtr rmesa,
|
|||
#else
|
||||
BATCH_LOCALS(&rmesa->radeon);
|
||||
|
||||
if (RADEON_DEBUG & (RADEON_PRIMS|DEBUG_IOCTL))
|
||||
if (RADEON_DEBUG & (RADEON_PRIMS|RADEON_IOCTL))
|
||||
fprintf(stderr, "%s: vertex_size 0x%x offset 0x%x \n",
|
||||
__FUNCTION__, vertex_size, offset);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue