summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/lower_int64.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-01glsl/lower_int64: only set progress when something is lowered.Dave Airlie1-4/+1
2017-04-21glsl: make use of glsl_type::is_integer_64()Samuel Pitoiset1-9/+2
2017-01-20glsl: Add a lowering pass for 64-bit integer modulusIan Romanick1-0/+11
2017-01-20glsl: Add a lowering pass for 64-bit integer divisionIan Romanick1-0/+11
2017-01-20glsl: Add a lowering pass for 64-bit integer sign()Ian Romanick1-0/+7
2017-01-20glsl: Add a lowering pass for 64-bit integer multiplicationIan Romanick1-0/+374