glsl: lower builtins to mediump that always return mediump or lowp
[mesa.git] / src / compiler / glsl / tests / lower_precision_test.py
2020-07-08 Marek Olšákglsl: lower builtins to mediump that always return...
2020-07-08 Marek Olšákglsl: lower builtins to mediump that ignore precision...
2020-07-08 Marek Olšákglsl: don't lower builtins to mediump that don't allow it
2020-07-08 Marek Olšákglsl: don't lower precision of textureSize
2020-06-02 Marek Olšákglsl: lower samplers with highp coordinates correctly
2020-06-02 Marek Olšákglsl: lower the precision of imageLoad
2020-06-02 Marek Olšákglsl: lower mediump partial derivatives
2020-06-02 Marek Olšákglsl: lower mediump integer types to int16 and uint16
2020-03-24 Neil Robertsglsl: Add unit tests for the lower_precision pass