aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
diff options
context:
space:
mode:
authorEduardo Lima Mitev <[email protected]>2015-07-21 20:21:21 +0200
committerJason Ekstrand <[email protected]>2015-08-03 09:40:47 -0700
commit11ed02e1c81a2aa71b22b1d6847f58e41fd89271 (patch)
treee5592fa46a1da342acfe2e121cd80ef0b5f0b24b /src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
parent167cb9663adc8c7c61807e503f66e85f955e7d5f (diff)
i965/vec4: Make sure that register types always match during emit_urb_slot()
Instead of relying on backends (currently vec4_visitor and soon NIR-vec4) to store registers in output_reg with the correct type, this patch makes sure that the common code in emit_urb_slot() always emit MOVs from output registers using the same type on source and destination. Since the actual type is not important, only that they match, we default to float. Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp')
0 files changed, 0 insertions, 0 deletions