summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-02-25 23:54:40 -0800
committerEric Anholt <eric@anholt.net>2009-02-25 23:57:00 -0800
commit43a45439465eff483486e7f86620e1d09978497f (patch)
treec3ab27804c154226b420eaa9c9a8a831a3fd34b8 /src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
parent119f34e2a52d7e074ea51d49acf6c11d83142ccc (diff)
intel: make template wrappers for the spans templates.
This is insanity, but so is copying the same blocks containing the actual interesting code in the file three times each for the different tile formats.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_pixel_bitmap.c')
-rw-r--r--src/mesa/drivers/dri/intel/intel_pixel_bitmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c b/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
index 1db7f5594e..eb898a18cf 100644
--- a/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
+++ b/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
@@ -541,7 +541,7 @@ intelBitmap(GLcontext * ctx,
GLsizei width, GLsizei height,
const struct gl_pixelstore_attrib *unpack,
const GLubyte * pixels)
-{
+{/*
if (do_blit_bitmap(ctx, x, y, width, height,
unpack, pixels))
return;
@@ -549,7 +549,7 @@ intelBitmap(GLcontext * ctx,
if (intel_texture_bitmap(ctx, x, y, width, height,
unpack, pixels))
return;
-
+ */
if (INTEL_DEBUG & DEBUG_PIXEL)
_mesa_printf("%s: fallback to swrast\n", __FUNCTION__);