glsl: Add a lowering pass for 64-bit integer division
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 18 Oct 2016 00:55:18 +0000 (17:55 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 20 Jan 2017 23:41:23 +0000 (15:41 -0800)
commit82c31f3eb957a0089773db47a4aca8bf3eb4a29e
tree59cb995404757f8e08ba656392da0e276a845930
parent012f2995c307a83212a88ff18e13bf7be006cd77
glsl: Add a lowering pass for 64-bit integer division

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