4 Commits

Author SHA1 Message Date
thfr
98c31accd8 set COMPILER to base-clang ports-gcc for vulkan ports, fixing build on
powerpc. No revision bump because packages never built on base-gcc
archs.

diffs and build testing on ppc from cwen@, thanks!
ok jca@ for vulkan-loader diff
ok sthen@ for spirv-tools and glslang diff
2019-07-27 15:47:35 +00:00
ajacoutot
2bda1a0745 Don't hardcode /usr/local, /usr/X11R6 and /etc. 2019-06-22 17:02:24 +00:00
ajacoutot
56f4a7b1cc PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE 2019-06-22 16:51:06 +00:00
thfr
7aea7c2a5d import vulkan-loader for Vulkan API support; ok jsg@
DESCR:
Vulkan is an explicit API, enabling direct control over how GPUs
actually work.  As such, Vulkan supports systems that have multiple
GPUs, each running with a different driver, or ICD (Installable Client
Driver).  Vulkan also supports multiple global contexts (instances, in
Vulkan terminology).  The ICD loader is a library that is placed between
a Vulkan application and any number of Vulkan drivers, in order to
support multiple drivers and the instance-level functionality that
works across these drivers.  Additionally, the loader manages inserting
Vulkan layer libraries, such as validation layers, between an
application and the drivers.
2019-06-22 15:28:42 +00:00