Files
mesa/src
Roland Scheidegger 7a72bef47e tgsi: obey clarified shift behavior
c shifts are undefined for shift counts exceeding (or matching) bit width,
so need to apply a mask (on x86 it actually would usually probably work as
shifts do masking on int domain shifts - unless some auto-vectorizer would
come along at last as simd domain does not mask the shift count).

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2013-08-02 03:49:57 +02:00
..
2013-08-01 10:38:20 -07:00
2013-04-15 12:04:26 -07:00
2012-08-31 10:58:15 -07:00