Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl/ir_builder: Add rcp builder. | Francisco Jerez | 2017-01-31 | 1 | -0/+6 |
| | | | | | Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Juan A. Suarez Romero <[email protected]> | ||||
* | glsl/ir_builder: Add support for some 64-bit bitcasts. | Dave Airlie | 2017-01-20 | 1 | -0/+24 |
| | | | | | | | | We need builder support to implement some of the builtins. Signed-off-by: Dave Airlie <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | glsl: Add bit_xor builder | Ian Romanick | 2016-09-27 | 1 | -0/+6 |
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | glsl: replace remaining tabs in ir_builder.cpp | Timothy Arceri | 2016-03-03 | 1 | -6/+6 |
| | | | | Reviewed-by: Thomas Helland <[email protected]> | ||||
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+612 |
Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]> |