summaryrefslogtreecommitdiffstats
path: root/src/glsl
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2013-07-30 21:26:27 +0200
committerRoland Scheidegger <sroland@vmware.com>2013-08-02 03:49:57 +0200
commite7ed70a52e2d0efc11d1e9fe19938bc431f947c1 (patch)
tree3e1a5cb36d282047bebd91807540812a47656191 /src/glsl
parent7a72bef47e8731276ac4ca0b8c4d6d50366c1ec2 (diff)
downloadexternal_mesa3d-e7ed70a52e2d0efc11d1e9fe19938bc431f947c1.zip
external_mesa3d-e7ed70a52e2d0efc11d1e9fe19938bc431f947c1.tar.gz
external_mesa3d-e7ed70a52e2d0efc11d1e9fe19938bc431f947c1.tar.bz2
gallivm: obey clarified shift behavior
llvm shifts are undefined for shift counts exceeding (or matching) bit width, so need to apply a mask for the tgsi shift instructions. v2: only use mask for the tgsi shift instructions, not for the build shift helpers. None of the internal callers need this behavior, and while llvm can optimize away the masking for constants there are legitimate cases where it might not be able to do so even if we know that shift count must be smaller than type width (currently all such callers do not use the build shift helpers). Reviewed-by: Zack Rusin <zackr@vmware.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/glsl')
0 files changed, 0 insertions, 0 deletions