Latest Comments by Shmerl
Hot on the heels of the latest release of the Vulkan API, DXVK 0.90 is now out with Stream Output support
14 Oct 2018 at 2:54 am UTC
14 Oct 2018 at 2:54 am UTC
OK, Wine needs patching to support latest Vulkan, since those changes didn't make to Wine master yet. You can get them here for now:
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/include/wine/vulkan.h [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/include/wine/vulkan_driver.h [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/make_vulkan [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/vulkan_thunks.c [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/vulkan_thunks.h [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/vulkan.c [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/vulkan_private.h [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/winevulkan.spec [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/include/wine/vulkan.h [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/include/wine/vulkan_driver.h [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/make_vulkan [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/vulkan_thunks.c [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/vulkan_thunks.h [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/vulkan.c [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/vulkan_private.h [External Link]
* https://raw.githubusercontent.com/ValveSoftware/wine/266d11ab06d55dc4ca34e5842cc3ab945b6e9b0b/dlls/winevulkan/winevulkan.spec [External Link]
Hot on the heels of the latest release of the Vulkan API, DXVK 0.90 is now out with Stream Output support
14 Oct 2018 at 2:14 am UTC
14 Oct 2018 at 2:14 am UTC
Hm, it doesn't show up in the Wine run though. I guess something is still missing.
Hot on the heels of the latest release of the Vulkan API, DXVK 0.90 is now out with Stream Output support
14 Oct 2018 at 2:00 am UTC Likes: 1
14 Oct 2018 at 2:00 am UTC Likes: 1
After building, result from vulkaninfo:
VK_EXT_transform_feedback : extension revision 1
Hot on the heels of the latest release of the Vulkan API, DXVK 0.90 is now out with Stream Output support
14 Oct 2018 at 1:42 am UTC Likes: 1
14 Oct 2018 at 1:42 am UTC Likes: 1
To download Mesa patches:
Hm, for some reason code tag here messes up whitespace.
#!/bin/bash
patches=(
https://patchwork.freedesktop.org/patch/256575/raw/
https://patchwork.freedesktop.org/patch/256578/raw/
https://patchwork.freedesktop.org/patch/256579/raw/
https://patchwork.freedesktop.org/patch/256576/raw/
https://patchwork.freedesktop.org/patch/256577/raw/
https://patchwork.freedesktop.org/patch/256585/raw/
https://patchwork.freedesktop.org/patch/256582/raw/
https://patchwork.freedesktop.org/patch/256581/raw/
https://patchwork.freedesktop.org/patch/256583/raw/
https://patchwork.freedesktop.org/patch/256580/raw/
https://patchwork.freedesktop.org/patch/256586/raw/
https://patchwork.freedesktop.org/patch/256587/raw/
https://patchwork.freedesktop.org/patch/256584/raw/
https://patchwork.freedesktop.org/patch/256588/raw/
)
for patch in ${patches[@]}; do
wget --content-disposition $patch
doneHm, for some reason code tag here messes up whitespace.
Hot on the heels of the latest release of the Vulkan API, DXVK 0.90 is now out with Stream Output support
14 Oct 2018 at 1:23 am UTC
14 Oct 2018 at 1:23 am UTC
Note, that to use it with Mesa/radv, you still need to apply some patches manually, since they didn't land in Mesa master yet.
See here: https://patchwork.freedesktop.org/project/mesa/patches/ [External Link]
You need to apply these patches specifically:
https://patchwork.freedesktop.org/patch/256575/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256578/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256579/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256576/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256577/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256585/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256582/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256581/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256583/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256580/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256586/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256587/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256584/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256588/raw/ [External Link]
See here: https://patchwork.freedesktop.org/project/mesa/patches/ [External Link]
You need to apply these patches specifically:
https://patchwork.freedesktop.org/patch/256575/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256578/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256579/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256576/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256577/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256585/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256582/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256581/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256583/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256580/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256586/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256587/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256584/raw/ [External Link]
https://patchwork.freedesktop.org/patch/256588/raw/ [External Link]
Hot on the heels of the latest release of the Vulkan API, DXVK 0.90 is now out with Stream Output support
14 Oct 2018 at 1:07 am UTC Likes: 2
14 Oct 2018 at 1:07 am UTC Likes: 2
Congrats to everyone involved! Time to play The Witcher 3 now. I wouldn't use hairworks in TW3 though, it's known to have hardware acceleration only on Nvidia, so save your CPU cycles for other things.
Neverwinter Nights: Enhanced Edition levels up and arrives on GOG
12 Oct 2018 at 4:51 pm UTC Likes: 1
12 Oct 2018 at 4:51 pm UTC Likes: 1
Is the game 64-bit?
UPDATE:
Oh, I see it's not:
UPDATE:
Oh, I see it's not:
Requires libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libjson-c2:i386 libopenal1:i386 libstdc++6:i386 libssl1.0.0:i386 libexpat1:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxcursor1:i386 libxdmcp6:i386 libxext6:i386 libxfixe
Space sim 'Helium Rain' has left Early Access, code is open source
12 Oct 2018 at 4:39 pm UTC
12 Oct 2018 at 4:39 pm UTC
Quoting: StrangerWe've just released on itch.io too [External Link], per popular request !Great, thanks for providing such option! Do you think GOG release is likely, or they are still undecided? I'm tempted to buy it on itch now, but I'd prefer GOG if it will eventually happen.
The RPG 'Pathfinder: Kingmaker' is out with critical bugs in the Linux version
11 Oct 2018 at 10:30 pm UTC
11 Oct 2018 at 10:30 pm UTC
Is the game good in general as an RPG? I didn't buy it yet.
Embrace, extend, and protect? Microsoft joins the Open Invention Network to 'protect Linux and open source'
11 Oct 2018 at 8:58 pm UTC Likes: 3
11 Oct 2018 at 8:58 pm UTC Likes: 3
In my experience, MS becomes "good" only when they start losing grip on that market.
- Bazzite Linux 44 lands for desktop gamers and it's a big release
- The new Steam Controller releases May 4th
- Facepunch launches s&box, the highly anticipated successor to Garry's Mod
- Denuvo DRM reportedly fully cracked open, 2K apparently fights back with online checks
- Rocket League adds Easy Anti-Cheat with Steam Deck / Linux still supported
- > See more over 30 days here
- Steam Deck desktop mode localization
- on_en_a_gros - Why most people are approaching the xz-attack wrong.
- LoudTechie - Lutris alternatives
- sourpuz - Welcome back to the GamingOnLinux Forum
- sourpuz - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck