glsl: Add 64-bit integer support to some operations.
authorDave Airlie <airlied@redhat.com>
Thu, 9 Jun 2016 00:08:50 +0000 (10:08 +1000)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 20 Jan 2017 23:41:23 +0000 (15:41 -0800)
commit9ba9a7f854dd702364d0aaa02cb7fbf44aea5888
treec32271590fd23f96b10297212a1c6d9427f60ea2
parent25c7a61b28d50a001ed77ca6aafd53220d679fe2
glsl: Add 64-bit integer support to some operations.

This adds 64-bit integer support to some AST and IR operations where
it is needed.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/compiler/glsl/ast_to_hir.cpp
src/compiler/glsl/ir_validate.cpp