summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_pixel_copy.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-19 17:06:15 -0600
committerBrian Paul <brianp@vmware.com>2009-09-19 17:06:15 -0600
commit4de8e2123ebeb50db252b2bb57fb167058fa4683 (patch)
tree6ecac51efc0df80f77c1c3bf2bc377475d5e7527 /src/mesa/drivers/dri/intel/intel_pixel_copy.c
parent232fc7d333fff6895d892929e438b7a808f774b0 (diff)
mesa: rename functions to be more consistant with rest of mesa
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_pixel_copy.c')
-rw-r--r--src/mesa/drivers/dri/intel/intel_pixel_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_pixel_copy.c b/src/mesa/drivers/dri/intel/intel_pixel_copy.c
index 07ca8f7ddb..f058b3c8e4 100644
--- a/src/mesa/drivers/dri/intel/intel_pixel_copy.c
+++ b/src/mesa/drivers/dri/intel/intel_pixel_copy.c
@@ -240,5 +240,5 @@ intelCopyPixels(GLcontext * ctx,
return;
/* this will use swrast if needed */
- _mesa_meta_copy_pixels(ctx, srcx, srcy, width, height, destx, desty, type);
+ _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
}