summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_pixel_copy.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/intel_pixel_copy.c
parent87373e30729b29d949ee71cf76d3cb9213ff1333 (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.c1
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 3bdf2fb479..dc2e266a3d 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)