Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: check if any of the named builtins are available first | Ilia Mirkin | 2017-07-05 | 1 | -1/+2 |
* | glsl: builtin: always return clones of the builtins | Lionel Landwerlin | 2017-03-09 | 1 | -2/+2 |
* | glsl: Add "built-in" functions to do 64%64 => 64 modulus | Ian Romanick | 2017-01-20 | 1 | -0/+6 |
* | glsl: Add "built-in" functions to do 64/64 => 64 division | Ian Romanick | 2017-01-20 | 1 | -0/+6 |
* | glsl: Add "built-in" function for 64-bit integer sign() | Ian Romanick | 2017-01-20 | 1 | -0/+3 |
* | glsl: Add "built-in" functions to do 64x64 => 64 multiplication | Ian Romanick | 2017-01-20 | 1 | -0/+7 |
* | glsl: Move builtin_function related prototypes to a separate file | Ian Romanick | 2017-01-20 | 1 | -0/+46 |