Re: update of vulkan ports to SDK 1.3.275.0 (and glslang to 14)

2024-02-24 Thread Omar Polo
On 2024/02/24 14:59:57 -0500, Thomas Frohwein wrote: > Hi, > > This diff updates the vulkan ports to the latest SDK from a few weeks > ago. Besides now needing graphics/volk (already imported) and > vulkan-utility-libraries (see separate email to ports@), the update is > pre

update of vulkan ports to SDK 1.3.275.0 (and glslang to 14)

2024-02-24 Thread Thomas Frohwein
Hi, This diff updates the vulkan ports to the latest SDK from a few weeks ago. Besides now needing graphics/volk (already imported) and vulkan-utility-libraries (see separate email to ports@), the update is pretty much the usual churn. I tested it on my Intel Tigerlake system with vkcube

vulkan ports update to sdk 1.3.261.1 (glslang to 13.0.0)

2023-09-01 Thread Thomas Frohwein
Diff below, tested with the usual - vkcube, vkcubepp, vulkaninfo work as expected. I'm noticing with vkquake that there often different errors on startup which don't seem related to vulkan (I noticed them previously; probably a race condition and will check out for vkquake port independently).

Re: update vulkan ports to latest SDK 1.3.243.0

2023-05-09 Thread Nam Nguyen
Thomas Frohwein writes: > Hi, > > As the subject says. Continues to work here on my integrated Intel > Tigerlake GPU. > > This includes the update of glslang to 12.1.0 which now defaults to > versioning all .so libraries. I discussed this off-list with namn@ > already. No breakage observed with

update vulkan ports to latest SDK 1.3.243.0

2023-05-09 Thread Thomas Frohwein
Hi, As the subject says. Continues to work here on my integrated Intel Tigerlake GPU. This includes the update of glslang to 12.1.0 which now defaults to versioning all .so libraries. I discussed this off-list with namn@ already. No breakage observed with flycast etc. Additional testing on

Re: update Vulkan ports to latest sdk 1.3.224.1

2022-09-05 Thread Jonathan Gray
On Mon, Aug 29, 2022 at 10:00:54PM +1000, Jonathan Gray wrote: > On Fri, Aug 26, 2022 at 10:03:12PM -0400, Thomas Frohwein wrote: > > Hi, > > > > Here is an update to the latest Vulkan SDK 1.3.224.1, along with > > glslang to 11.11.0. Tested here on my Intel Tigerlake setup without > >

Re: update Vulkan ports to latest sdk 1.3.224.1

2022-08-30 Thread Jonathan Gray
On Mon, Aug 29, 2022 at 10:00:54PM +1000, Jonathan Gray wrote: > On Fri, Aug 26, 2022 at 10:03:12PM -0400, Thomas Frohwein wrote: > > Hi, > > > > Here is an update to the latest Vulkan SDK 1.3.224.1, along with > > glslang to 11.11.0. Tested here on my Intel Tigerlake setup without > >

Re: update Vulkan ports to latest sdk 1.3.224.1

2022-08-29 Thread Jonathan Gray
On Fri, Aug 26, 2022 at 10:03:12PM -0400, Thomas Frohwein wrote: > Hi, > > Here is an update to the latest Vulkan SDK 1.3.224.1, along with > glslang to 11.11.0. Tested here on my Intel Tigerlake setup without > regressions in vulkaninfo, vkcube, and vkquake. Also tested with >

update Vulkan ports to latest sdk 1.3.224.1

2022-08-26 Thread Thomas Frohwein
Hi, Here is an update to the latest Vulkan SDK 1.3.224.1, along with glslang to 11.11.0. Tested here on my Intel Tigerlake setup without regressions in vulkaninfo, vkcube, and vkquake. Also tested with VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation; everything looking as expected. Sharing this

Re: Update: vulkan ports to sdk 1.3.204.1

2022-03-17 Thread Thomas Frohwein
On Thu, Mar 17, 2022 at 06:41:26AM -0600, Thomas Frohwein wrote: [...] > The Tigerlake seems less stable. Sometimes when I start vkquake on it, > the graphics have artifacts like flickering, and when that happened, > the whole system became unresponsive once. I've tested this with our > current

Update: vulkan ports to sdk 1.3.204.1

2022-03-17 Thread Thomas Frohwein
Hi, This updates the vulkan-* and spirv-* ports to 1.3.204.1 from February 16. I've tested them on both Intel Tigerlake and amdgpu Vega 10 without regressions, using vkcube, vulkaninfo, and vkquake. The Tigerlake seems less stable. Sometimes when I start vkquake on it, the graphics have

Re: update vulkan ports to sdk-1.2.198.0

2021-11-30 Thread Omar Polo
Omar Polo writes: > Thomas Frohwein writes: > >> Hi, >> >> The below diff updates the collection of vulkan ports to sdk-1.2.198.0, >> released in November. Finding concrete release notes is quite opaque; >> [1] summarizes the new extensions. >> >>

Re: update vulkan ports to sdk-1.2.198.0

2021-11-30 Thread Omar Polo
Thomas Frohwein writes: > Hi, > > The below diff updates the collection of vulkan ports to sdk-1.2.198.0, > released in November. Finding concrete release notes is quite opaque; > [1] summarizes the new extensions. > > Portswise biggest change is that spirv-headers now

update vulkan ports to sdk-1.2.198.0

2021-11-29 Thread Thomas Frohwein
Hi, The below diff updates the collection of vulkan ports to sdk-1.2.198.0, released in November. Finding concrete release notes is quite opaque; [1] summarizes the new extensions. Portswise biggest change is that spirv-headers now adopts the same sdk-* versioning as vulkan-* (but spirv-tools

Re: vulkan ports: maintainer update to sdk 1.2.176.1

2021-06-28 Thread Jonathan Gray
On Sat, Jun 26, 2021 at 03:42:19PM -0600, Thomas Frohwein wrote: > Hi, > > This is a diff to update the ports for vulkan to the latest SDK release > 1.2.176.1 from April. I've updated them and tested without issues with > vkcube and vulkaninfo (both from the vulkan-tools port), as well as >

vulkan ports: maintainer update to sdk 1.2.176.1

2021-06-26 Thread Thomas Frohwein
Hi, This is a diff to update the ports for vulkan to the latest SDK release 1.2.176.1 from April. I've updated them and tested without issues with vkcube and vulkaninfo (both from the vulkan-tools port), as well as vkquake and the FNA game Cryptark with "fnaify /gldevice:Vulkan". I tested

Re: vulkan ports update to sdk-1.2.141.0

2020-07-06 Thread Jonathan Gray
On Sun, Jul 05, 2020 at 10:02:39PM -0600, Thomas Frohwein wrote: > Hi, > > Below is the update to latest vulkan sdk versions 1.2.141.0 from end of > May. Pass portcheck and make port-lib-depends-check. The 'make test' > for glslang still shows the same error as previously [1]. > vkcube, vkcubepp,

vulkan ports update to sdk-1.2.141.0

2020-07-05 Thread Thomas Frohwein
Hi, Below is the update to latest vulkan sdk versions 1.2.141.0 from end of May. Pass portcheck and make port-lib-depends-check. The 'make test' for glslang still shows the same error as previously [1]. vkcube, vkcubepp, and vkquake run without problems on this Intel Skylake machine. vulkaninfo

Re: vulkan ports

2019-06-22 Thread Jonathan Gray
On Thu, Jun 20, 2019 at 03:03:33PM -0600, Thomas Frohwein wrote: > On Thu, Jun 20, 2019 at 05:22:53PM +1000, Jonathan Gray wrote: > [...] > > > I hit an abort trap with coredump on both Skylake and Vega 64 (the > > > latter w/ amdgpu). I don't recall an issue with vulkaninfo with sdk > > > version

Re: vulkan ports

2019-06-20 Thread Thomas Frohwein
rs/dolphin with vulkan backend on the Skylake :] Updated tarball attached that reverts the above commit and has the missing MAINTAINER line for vulkan-headers. ok? vulkan-ports-thfr-1.108.tgz Description: Binary data

Re: vulkan ports

2019-06-20 Thread Jonathan Gray
On Wed, Jun 19, 2019 at 12:26:05AM -0600, Thomas Frohwein wrote: > On Wed, Jun 19, 2019 at 03:15:15PM +1000, Jonathan Gray wrote: > [...] > > This collection of ports no longer seems to work on inteldrm with ivy > > bridge. > > > > spirv-headers-1.4.1 SPIRV-Headers > > spirv-tools-2019.3 API

Re: vulkan ports

2019-06-19 Thread Thomas Frohwein
On Wed, Jun 19, 2019 at 03:15:15PM +1000, Jonathan Gray wrote: [...] > This collection of ports no longer seems to work on inteldrm with ivy bridge. > > spirv-headers-1.4.1 SPIRV-Headers > spirv-tools-2019.3 API and commands for processing SPIR-V > vulkan-headers-1.1.108.0 Vulkan header files >

Re: vulkan ports

2019-06-18 Thread Jonathan Gray
On Tue, Jun 18, 2019 at 06:16:34PM -0600, Thomas Frohwein wrote: > Updated and fixed vulkan ports attached. Tested with vkQuake 1.02.1 and > vkcube. > > [...] > > glslang missing email address in MAINTAINER > > fixed > > > spirv-tools should use GH_TAGNAME v2019

Re: vulkan ports

2019-06-18 Thread Thomas Frohwein
Updated and fixed vulkan ports attached. Tested with vkQuake 1.02.1 and vkcube. [...] > glslang missing email address in MAINTAINER fixed > spirv-tools should use GH_TAGNAME v2019.3 [...] fixed > vulkan-loader patch-loader_CMakeLists_txt can drop > the second removal of -ldl in ap

Re: vulkan ports

2019-05-27 Thread Jonathan Gray
I've attached an updated tarball, updated to latest releases (sdk > releases in the case of the vulkan-* ports), me as proposed maintainer, > the adjusted license comments for glslang and spirv-headers, and some > style nits applied (space before '=3D', order of Makefile entries same as > Makef

Re: vulkan ports

2019-05-27 Thread Thomas Frohwein
ready for once graphics/vulkan-loader is in the tree). Graphics hardware is a Vega 64 running amdgpu. I've attached an updated tarball, updated to latest releases (sdk releases in the case of the vulkan-* ports), me as proposed maintainer, the adjusted license comments for glslang and spirv-headers

Re: vulkan ports

2019-04-03 Thread Rafael Sadowski
Please find my comments below. Please keep in mind that this is not for pre 6.5. On Mon Mar 25, 2019 at 05:07:32PM +1100, Jonathan Gray wrote: > To support the Vulkan graphics API there are multiple ports needed. > These are Apache 2.0 licensed with a cmake build system and build time > deps on

vulkan ports

2019-03-25 Thread Jonathan Gray
To support the Vulkan graphics API there are multiple ports needed. These are Apache 2.0 licensed with a cmake build system and build time deps on python in some cases so it would be painful to add to xenocara. glslang-7.11.3113 reference front-end for GLSL and ESSL spirv-headers-1.3.7