r200: Convert r200 to use new style debug code.
[mesa.git] / src / mesa / drivers / dri / r200 / r200_sanity.c
index 36530c224e941688e08dafabc343fc5581410b78..1241a926ba167b1cbc13dfac145b66b6a3c4041c 100644 (file)
@@ -48,11 +48,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define MORE_VERBOSE 1
 
 #if MORE_VERBOSE
-#define VERBOSE (R200_DEBUG & DEBUG_VERBOSE)
+#define VERBOSE (R200_DEBUG & RADEON_VERBOSE)
 #define NORMAL  (1)
 #else
 #define VERBOSE 0
-#define NORMAL  (R200_DEBUG & DEBUG_VERBOSE)
+#define NORMAL  (R200_DEBUG & RADEON_VERBOSE)
 #endif