Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl/tests: take refs on glsl types | Lionel Landwerlin | 2019-08-21 | 1 | -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 multiplication | Ian Romanick | 2017-01-20 | 1 | -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]> |