Kévin Petit
Kévin Petit
We currently have one descriptor pool for each entry point with a fairly high upper limit (see #521) for the number of concurrent instances allowed for a given entry point....
Not released yet. See https://gitlab.khronos.org/vulkan/vulkan-operations/-/issues/118
See https://github.com/kpet/clvk/pull/424
See https://github.com/KhronosGroup/OpenCL-Docs/issues/165 and https://github.com/kpet/clvk/pull/465
https://github.com/google/clspv/pull/1102 made it possible for many more Darktable kernel source files to be compiled but not all of them yet. The attached source, compiled with the following options: ``` clspv...
We should provide macros for the version of individual extensions so applications can more easily adapt to changes to definitions for extensions (backwards compatible or not).
Many new extensions are being developed as provisional extensions. As part of their development the OpenCL WG may need to break backwards compatibility which may sometimes (has in the past)...