aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_int64.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-231-1/+1
* glsl: Remove unused private fieldsMatt Turner2017-08-211-3/+1
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-111-2/+2
* glsl/lower_int64: only set progress when something is lowered.Dave Airlie2017-06-011-4/+1
* glsl: make use of glsl_type::is_integer_64()Samuel Pitoiset2017-04-211-9/+2
* glsl: Add a lowering pass for 64-bit integer modulusIan Romanick2017-01-201-0/+11
* glsl: Add a lowering pass for 64-bit integer divisionIan Romanick2017-01-201-0/+11
* glsl: Add a lowering pass for 64-bit integer sign()Ian Romanick2017-01-201-0/+7
* glsl: Add a lowering pass for 64-bit integer multiplicationIan Romanick2017-01-201-0/+374