Mesa (master): intel: Revert disable of accelerated Bitmap, which slipped in with spans stuff.

Eric Anholt anholt at kemper.freedesktop.org
Thu Feb 26 19:46:48 UTC 2009


Module: Mesa
Branch: master
Commit: b12dc74f86c611483465c08504dc8a564f927b15
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b12dc74f86c611483465c08504dc8a564f927b15

Author: Eric Anholt <eric at anholt.net>
Date:   Thu Feb 26 11:45:07 2009 -0800

intel: Revert disable of accelerated Bitmap, which slipped in with spans stuff.

---

 src/mesa/drivers/dri/intel/intel_pixel_bitmap.c |    4 ++--
 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 eb898a1..1db7f55 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__);
 




More information about the mesa-commit mailing list