intel: Revert disable of accelerated Bitmap, which slipped in with spans stuff.
authorEric Anholt <eric@anholt.net>
Thu, 26 Feb 2009 19:45:07 +0000 (11:45 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 26 Feb 2009 19:46:36 +0000 (11:46 -0800)
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c

index eb898a1..1db7f55 100644 (file)
@@ -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__);