Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/compiler: rework tear down of builtin/types | Lionel Landwerlin | 2019-08-21 | 1 | -5/+15 |
* | mesa: include mtypes.h less | Marek Olšák | 2018-04-12 | 1 | -0/+2 |
* | glsl: Add prototype for udivmod64() | Matt Turner | 2017-08-21 | 1 | -0/+3 |
* | 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 |