summaryrefslogtreecommitdiffstats
path: root/src/compiler/spirv/vtn_alu.c
Commit message (Collapse)AuthorAgeFilesLines
* spirv: Mark default cases unreachable().Matt Turner2016-05-251-0/+2
| | | | | Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
* spirv: Move to compiler/Jason Ekstrand2016-04-141-0/+464
While it does rely on NIR, it's not really part of the NIR core. At the moment, it still builds as part of libnir but that can be changed later if desired.