aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_texture_projection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Don't pass NULL to ir_assignment constructor when not necessaryIan Romanick2017-10-021-1/+1
| | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Alejandro Piñeiro <[email protected]>
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-121-4/+4
| | | | | | | | | | git grep -l comparitor | xargs sed -i 's/comparitor/comparator/g' Just happened to notice this in a patch that was sent and included one of the tokens in question. Signed-off-by: Ilia Mirkin <[email protected]> Acked-by: Nicolai Hähnle <[email protected]>
* glsl: move to compiler/Emil Velikov2016-01-261-0/+103
Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]>