Files
mesa/src
Ian Romanick fda5078324 Use bit-wise not instead of logical not.
The assertion is checking that the low-order bits of offset are not
set.  It does this by anding the inverted offset mask with the
offset.  This is clearly intended to be a bit-wise "invert".

Fixes bug #25984.
2010-03-18 15:35:05 -07:00
..
2009-01-10 13:52:06 -05:00
2010-01-28 01:19:53 -08:00
2010-03-12 08:55:05 -07:00