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/intel_pixel_copy.c | |
parent | 87373e30729b29d949ee71cf76d3cb9213ff1333 (diff) |
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_pixel_copy.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_pixel_copy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_pixel_copy.c b/src/mesa/drivers/dri/i965/intel_pixel_copy.c index 3bdf2fb4790..dc2e266a3d7 100644 --- a/src/mesa/drivers/dri/i965/intel_pixel_copy.c +++ b/src/mesa/drivers/dri/i965/intel_pixel_copy.c @@ -40,6 +40,7 @@ #include "intel_blit.h" #include "intel_regions.h" +#define FILE_DEBUG_FLAG DEBUG_PIXEL static struct intel_region * copypix_src_region(struct intel_context *intel, GLenum type) |