On Sun, Aug 16, 2009 at 9:03 PM, Zack Rusin<za...@vmware.com> wrote: > On Saturday 15 August 2009 22:26:32 Maarten Maathuis wrote: >> - PIPE_TRANSFER_READ ended up being defined as 0, which is obviously fail. > > I'm not sure I understand, what's wrong with that? >
Often when you see READ, WRITE and READWRITE you expect the following: 1 bit represents READ, another represents WRITE, READWRITE combines the two bits. We (nouveau) weren't the first to make this mistake, the cell driver does it too. if (foo & READ) will do nothing good if READ == 0. That is the point. Maarten. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev