aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2014-10-16 12:16:08 -0700
committerJason Ekstrand <[email protected]>2014-10-17 13:36:48 -0700
commit4656c14e57cf31333c1db30ee58268e9f8ef9b92 (patch)
tree3168f22c99cbf396857be56eeeefd581472d0373 /src/mesa/drivers/common
parentffe582aa2076bc06f9d06e36287bdded45ab5b98 (diff)
i965/fs: Change the type of booleans to UD and emit correct immediates
Before, we used the a signed d-word for booleans and the immedates we emitted varried between signed and unsigned. This commit changes the type to unsigned (I think that makes more sense) and makes immediates more consistent. This allows copy propagation to work better cleans up some instructions. total instructions in shared programs: 5473519 -> 5465864 (-0.14%) instructions in affected programs: 432849 -> 425194 (-1.77%) GAINED: 27 LOST: 0 Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/common')
0 files changed, 0 insertions, 0 deletions