radeon: Fix "verts" debugging enable
authorNicolai Hähnle <nhaehnle@gmail.com>
Sun, 20 Sep 2009 16:45:32 +0000 (18:45 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Sun, 20 Sep 2009 16:45:32 +0000 (18:45 +0200)
Copy'n'paste apparently prevented the RADEON_VERTS flag from being enabled.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
src/mesa/drivers/dri/radeon/radeon_debug.c

index 3b6f003..413000b 100644 (file)
@@ -39,7 +39,7 @@ static const struct dri_debug_control debug_control[] = {
        {"fall", RADEON_FALLBACKS},
        {"tex", RADEON_TEXTURE},
        {"ioctl", RADEON_IOCTL},
-       {"verts", RADEON_RENDER},
+       {"verts", RADEON_VERTS},
        {"render", RADEON_RENDER},
        {"swrender", RADEON_SWRENDER},
        {"state", RADEON_STATE},