nir: Allow var_mem_global in nir_lower_vars_to_explicit_types
[mesa.git] / src / compiler / glsl / builtin_functions.h
2019-08-21 Lionel Landwerlinmesa/compiler: rework tear down of builtin/types
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-08-21 Matt Turnerglsl: Add prototype for udivmod64()
2017-07-06 Ilia Mirkinglsl: check if any of the named builtins are available...
2017-03-09 Lionel Landwerlinglsl: builtin: always return clones of the builtins
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64%64 => 64 modulus
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64/64 => 64 division
2017-01-20 Ian Romanickglsl: Add "built-in" function for 64-bit integer sign()
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64x64 => 64 multip...
2017-01-20 Ian Romanickglsl: Move builtin_function related prototypes to a...