summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+0
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/level-zero-0.91.10: mark stable on amd64Marek Szuba2020-11-031-1/+1
| | | | | Bug: https://bugs.gentoo.org/742374 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/level-zero: drop to m-nMarek Szuba2020-11-031-4/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/level-zero: bump to 1.0.0Marek Szuba2020-08-242-0/+28
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/level-zero: Remove redundant check for C++14 supportMarek Szuba2020-04-231-12/+1
| | | | | | | At this point in time we would be hard pressed to find a C++ compiler in the tree without *C++17* support, let alone C++14. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/level-zero: new packageMarek Szuba2020-04-233-0/+59
Header, loader and validation layer of oneAPI Level Zero. Used by recent upstream versions of dev-libs/intel-neo. Note that USE=test is a no-op for now because even though upstream provides a CMake option to disable the building of tests, there aren't actually any tests yet - at least in the release tarball. Signed-off-by: Marek Szuba <marecki@gentoo.org>