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_fallback.c | |
parent | 87373e30729b29d949ee71cf76d3cb9213ff1333 (diff) |
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fallback.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fallback.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fallback.c b/src/mesa/drivers/dri/i965/brw_fallback.c index 86464b2ec5f..8c73cbbca97 100644 --- a/src/mesa/drivers/dri/i965/brw_fallback.c +++ b/src/mesa/drivers/dri/i965/brw_fallback.c @@ -39,12 +39,6 @@ #include "macros.h" #include "mtypes.h" - - - - - - static GLboolean do_check_fallback(struct brw_context *brw) { GLcontext *ctx = &brw->intel.ctx; |