i965: Add 64-bit integer support for conversions and bitcasts
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 3 Sep 2016 01:49:20 +0000 (18:49 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 20 Jan 2017 23:41:23 +0000 (15:41 -0800)
commite0579c50173514688078dd7f350f71d9ac4d06e7
treed5a649e33c39b3460d23a055cb99774b98a3ca34
parentf2fa5105946a014f1013b288db37d17b2c19930a
i965: Add 64-bit integer support for conversions and bitcasts

v2 (idr): Make the "from" type in a cast unsized.  This reduces the
number of required cast operations at the expensive slightly more
complex code.  However, this will be a dramatic improvement when other
sized integer types are added.  Suggested by Connor.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
src/mesa/drivers/dri/i965/brw_fs_nir.cpp