Files
mesa/src
Marek Olšák 86f004bdfc radeonsi: optimize and allow reg > 31 in radeon_opt_set_context_reg functions
reg_saved will have 64 bits, and (1 << reg) where reg > 31 has undefined
behavior. (1ull << reg) would be correct for 64 bits.

This commit shifts the other way in order to merge the conditions.
2018-10-05 19:04:13 -04:00
..
2018-02-16 16:56:34 -06:00
2018-10-04 10:01:56 +01:00
2018-10-04 01:01:54 -04:00
2018-08-10 15:15:09 -07:00