Skip to content
Snippets Groups Projects
Commit 2b5355c8 authored by Ilia Mirkin's avatar Ilia Mirkin
Browse files

st/mesa: make sure to create a "clean" bool when doing i2b


i2b has to work for all integers, not just 1. INEG would not necessarily
result with all bits set, which is something that other operations can
rely on by e.g. using AND (or INEG for b2i).

Signed-off-by: default avatarIlia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: default avatarJason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
Reviewed-by: default avatarRoland Scheidegger <sroland@vmware.com>
Cc: mesa-stable@lists.freedesktop.org
parent 9c4dc98b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment