Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Add a lowering pass for 64-bit integer modulus | Ian Romanick | 2017-01-20 | 1 | -0/+11 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | glsl: Add a lowering pass for 64-bit integer division | Ian Romanick | 2017-01-20 | 1 | -0/+11 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | glsl: Add a lowering pass for 64-bit integer sign() | Ian Romanick | 2017-01-20 | 1 | -0/+7 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | glsl: Add a lowering pass for 64-bit integer multiplication | Ian Romanick | 2017-01-20 | 1 | -0/+374 |
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]> |