i965: Restructure debug flags
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 23 Sep 2014 23:15:22 +0000 (16:15 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 24 Sep 2014 16:15:09 +0000 (09:15 -0700)
commit9b75663866aed952fc6532599880903a7a290132
treec3da4559f877f8ea49eb84bda8cec03216843ff0
parent8f4ee56e49911ca12ad2c006bf7f94c85ceeb404
i965: Restructure debug flags

This cleans up the debug flags to be consistently indented, use bit
shifting instead of hex-values and fixes a bug where the new DEBUG_NO8 flag
used the same value as the DEBUG_VUE flag.  This was hidden by the numbers not
being aligned.  Also removes gaps in the range where DEBUG_IOCTL (0x4) and
DEBUG_REGION (0x400) used to be.

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/intel_debug.c
src/mesa/drivers/dri/i965/intel_debug.h