Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state in...
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_sanity.c
index bbed838b592dcff737e2182f495cf171ff144a31..1ab570f5071ff3e69af4b142ff964c3e52ca7bbf 100644 (file)
@@ -44,11 +44,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define MORE_VERBOSE 1
 
 #if MORE_VERBOSE
-#define VERBOSE (RADEON_DEBUG & DEBUG_VERBOSE)
+#define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE)
 #define NORMAL  (1)
 #else
 #define VERBOSE 0
-#define NORMAL  (RADEON_DEBUG & DEBUG_VERBOSE)
+#define NORMAL  (RADEON_DEBUG & RADEON_VERBOSE)
 #endif