diff options
author | Eric Anholt <[email protected]> | 2007-11-19 15:26:14 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-11-19 15:28:26 -0800 |
commit | 27674c41352dc78ad79f67cebca16d7896cd2093 (patch) | |
tree | 9179601910f0370b38726ed9d371ddb8ef88af3b /src/mesa/drivers/dri/i965/brw_draw.c | |
parent | 87373e30729b29d949ee71cf76d3cb9213ff1333 (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.c | 2 |
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 b23b3579888..969be594af2 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, |