aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_packing_builtins.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-011-103/+2
| | | | | | i965/fs was the only consumer, and we're now doing the lowering in NIR. Reviewed-by: Iago Toral Quiroga <[email protected]>
* glsl: move to compiler/Emil Velikov2016-01-261-0/+1412
Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]>