summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/spirv-tools: Restrict testsNick Sarnie2018-04-222-0/+6
| | | | | | | | | The tests go through all symbols in the generated libraries/executables, and check the symbol names against a hardcoded regular expression. If an unmatching symbol is found, the test fails. This is easily hit if a user sets a compiler flag that causes symbols to change, such as PIC Fixes: https://bugs.gentoo.org/651626 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-util/spirv-tools: Update maintainer emailNick Sarnie2018-04-221-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-util/spirv-tools: Drop old versionMatt Turner2018-04-151-27/+0
|
* dev-util/spirv-tools: Remove unnecessary "die" callNick Sarnie2018-04-141-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8006
* dev-util/spirv-tools: Revbump and add a header that includes git SHA1 for ↵Nick Sarnie2018-04-142-0/+45
| | | | | | vulkan-loader Closes: https://github.com/gentoo/gentoo/pull/7599
* dev-util/spirv-tools: Initial VersionsNick Sarnie2018-03-234-0/+69
Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>