On Thu, 2009-02-26 at 09:04 -0800, Ian Romanick wrote:
> -----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?

Definitely not.  Thanks!

-- 
Eric Anholt
e...@anholt.net                         eric.anh...@intel.com


Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
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