Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spirv: fix warning in release build | Grazvydas Ignotas | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | | Mark variable MAYBE_UNUSED to avoid unused-but-set-variable warning in release build. Signed-off-by: Grazvydas Ignotas <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | spirv: Trivially handle the NonWriteable decoration | Jason Ekstrand | 2016-04-20 | 2 | -0/+4 |
| | | | | Signed-off-by: Jason Ekstrand <[email protected]> | ||||
* | spirv: Move to compiler/ | Jason Ekstrand | 2016-04-14 | 9 | -0/+7568 |
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. |