diff options
author | Ian Romanick <[email protected]> | 2010-03-18 17:30:15 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-18 17:30:15 -0700 |
commit | 062a208814ad65d330f403c46d4bed88648f334f (patch) | |
tree | 4a45138d7af690e2bba15ebb1271c8405d94405b /src/gallium/drivers | |
parent | 689e4b554123bbf9af727b910dad9d1b32521f95 (diff) |
intel: Use bit-wise not instead of logical not (i830 path)
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.
Diffstat (limited to 'src/gallium/drivers')
0 files changed, 0 insertions, 0 deletions