summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_draw.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-11-19 15:26:14 -0800
committerEric Anholt <eric@anholt.net>2007-11-19 15:28:26 -0800
commit27674c41352dc78ad79f67cebca16d7896cd2093 (patch)
tree9179601910f0370b38726ed9d371ddb8ef88af3b /src/mesa/drivers/dri/i965/brw_draw.c
parent87373e30729b29d949ee71cf76d3cb9213ff1333 (diff)
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_draw.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_draw.c b/src/mesa/drivers/dri/i965/brw_draw.c
index b23b357988..969be594af 100644
--- a/src/mesa/drivers/dri/i965/brw_draw.c
+++ b/src/mesa/drivers/dri/i965/brw_draw.c
@@ -48,7 +48,7 @@
#include "swrast/swrast.h"
#include "swrast_setup/swrast_setup.h"
-
+#define FILE_DEBUG_FLAG DEBUG_BATCH
static GLuint hw_prim[GL_POLYGON+1] = {
_3DPRIM_POINTLIST,