summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2019-05-01 17:45:19 +0100
committerMarek Szuba <marecki@gentoo.org>2019-05-01 17:51:43 +0100
commit5a43f127415abee4ab3a03d2cd39626b28e7ed2e (patch)
tree740a46f26c397ffe164064f249dee66915fbe0ff /dev-libs/intel-neo/metadata.xml
parentmedia-libs/gmmlib: bump to 19.1.2 and enable multilib support (diff)
downloadgentoo-5a43f127415abee4ab3a03d2cd39626b28e7ed2e.tar.gz
gentoo-5a43f127415abee4ab3a03d2cd39626b28e7ed2e.tar.bz2
gentoo-5a43f127415abee4ab3a03d2cd39626b28e7ed2e.zip
dev-libs/intel-neo: new package
New OpenCL driver for Broadwell and newer. For older systems stick with dev-libs/beignet. Tested on Kaby Lake and Kaby Lake R, in both cases LuxMark manages to render all three scenes without errors or crashes. No multilib support yet because running a 32-bit build on amd64 causes type conflicts, will look at it later. Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-libs/intel-neo/metadata.xml')
-rw-r--r--dev-libs/intel-neo/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/intel-neo/metadata.xml b/dev-libs/intel-neo/metadata.xml
new file mode 100644
index 000000000000..2c902f213320
--- /dev/null
+++ b/dev-libs/intel-neo/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <longdescription>The Intel Graphics Compute Runtime for OpenCL, informally
+ known as NEO, is an open source project to converge Intel's development
+ efforts on OpenCL compute stacks supporting Gen8 graphics devices
+ (Broadwell architecture) and newer.
+ For OpenCL support on Sandy Bridge, Ivy Bridge and Haswell architectures
+ please have a look at <pkg>dev-libs/beignet</pkg> instead.</longdescription>
+ <use>
+ <flag name="vaapi">Support the sharing of surfaces with Video Acceleration API
+ (OpenCL Extension #36)</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">intel/compute-runtime</remote-id>
+ </upstream>
+</pkgmetadata>
+