diff options
author | Christoph Bumiller <[email protected]> | 2014-09-05 23:52:45 +0200 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-09-05 23:05:42 -0400 |
commit | b9f9e3ce03dbd8d044a72a00e1e8856a500b5f72 (patch) | |
tree | f9349414c1b8144faf622c60d82116ae8e9e8496 /src/gallium/drivers/nouveau/nouveau_screen.h | |
parent | a71380040c6bce92dfbe934e3b7dc8332bf22142 (diff) |
nv50/ir/util: fix BitSet issues
BitSet::allocate() is being used with the expectation that it would
leave the bitfield untouched if its size hasn't changed, however,
the function always zeroed the last word, which led to obscure bugs
with live set computation.
This also fixes BitSet::resize(), which was broken, but luckily not
being used.
Cc: "10.2 10.3" <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_screen.h')
0 files changed, 0 insertions, 0 deletions