summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-11-02 11:28:35 -0800
committerMatt Turner <mattst88@gmail.com>2015-11-19 11:12:24 -0800
commit9b978046eb1d1657060365e8dcde4aad41b50af9 (patch)
tree49a9b4d1d707364be0cf7b9632e3c56ba535ed28 /src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp
parent3ccc41ecfc5e9345a1c291748d8840984f7413ae (diff)
downloadexternal_mesa3d-9b978046eb1d1657060365e8dcde4aad41b50af9.zip
external_mesa3d-9b978046eb1d1657060365e8dcde4aad41b50af9.tar.gz
external_mesa3d-9b978046eb1d1657060365e8dcde4aad41b50af9.tar.bz2
i965/fs: Use brw_imm_uw().
W/UW immediates are 16-bits, but those 16-bits must be replicated in the high 16-bits of the 32-bit field. Remove the useless W/UW immediate saturating code, since we'll now be using the appropriate immediate (and W/UW immediates in the IR can now no longer be larger than 16-bits). Reviewed-by: Emil Velikov <emil.velikov@collabora.co.uk> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp')
0 files changed, 0 insertions, 0 deletions