glsl: Add a lowering pass for 64-bit integer modulus
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 18 Oct 2016 23:47:14 +0000 (16:47 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 20 Jan 2017 23:41:23 +0000 (15:41 -0800)
commit7122d851aa7d4bae028df2ade1e91ba2347e8bfe
tree7a51d5a3369a689b24dd28041ef548bbc02fe5b8
parent695b04f7eb24bff108e8d85c476adb5cf9de6f2d
glsl: Add a lowering pass for 64-bit integer modulus

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/glsl/ir_optimization.h
src/compiler/glsl/lower_int64.cpp