-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Eric Anholt wrote:

> diff --git a/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c 
> b/src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
> index 1db7f55..eb898a1 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__);
>  

Is commenting-out this block of code really what you intended?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmmy5gACgkQX1gOwKyEAw+2PACfRGKw4xNilMHgdsia9WCCWWU0
EbcAnR1qaW6elm0xm7KbDMjDjhpyhUjG
=Sbp8
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to