aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/tests/lower_int64_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl/tests: take refs on glsl typesLionel Landwerlin2019-08-211-0/+4
| | | | | | | | | Much like each driver, tests as standalone entities must take references on the glsl types. Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Tapani Pälli <[email protected]>
* glsl: Add a lowering pass for 64-bit integer multiplicationIan Romanick2017-01-201-0/+440
v2: Rename lower_64bit.cpp and lower_64bit_test.cpp to lower_int64. Suggested by Matt. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]>