TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Intel is using DXVK for their Windows Arc GPU DX9 drivers

180 pointsby pantalaimonover 2 years ago

7 comments

halotropeover 2 years ago
Running an ARC 770 Gpu on my linux workstation. After Nvidia messed up wayland support so badly, the switch is easy. Fully open source drivers. Everything is smooth as butter and event Pytorch, Blender etc are (experimentally) supported. Pretty great if you ask me.
评论 #33907497 未加载
评论 #33908904 未加载
评论 #33924185 未加载
评论 #33908040 未加载
srousseyover 2 years ago
Depending on the game, Intel will switch between their native driver for DX9 and using DXVK to run DX9 stuff via modern Vulcan instead. The driver will decide.
评论 #33906189 未加载
评论 #33910370 未加载
评论 #33904796 未加载
rektideover 2 years ago
badass. way to cut loose an old anchor. i love this trend: build well for the new thing, use open-source compatibility layers to make the old not-good microsoft apis work.<p>that said, intel arc has been slow as dirt for old games. they seem to have, through hard work, turned the corner. im curious how much of that improvement has gotten upstream to the public, to others. versus how much intel has done only for themselves, after putting all their eggs in this open source community project.
评论 #33905650 未加载
评论 #33905657 未加载
amiga-workbenchover 2 years ago
Its a little amusing that a project meant to help rid users of Windows is being used to prop up Windows for some users.
评论 #33908760 未加载
slabityover 2 years ago
Can anyone explain to me the performance difference between having a native OpenGL or DX9&#x2F;10&#x2F;11 userspace driver vs having a Vulkan&#x2F;DX12 userspace driver and using Zink or DXVK to implement the older APIs?<p>From my understanding, Vulkan&#x2F;DX12 are APIs that are supposedly very low-level and allow fine-grain control over things like memory access, synchronization, and hardware-level optimizations (usually through the use of extensions). For OpenGL and DX9&#x2F;10&#x2F;11, these are basically higher-level abstractions that can be implemented on top of the lower-level APIs.<p>Assuming the above is accurate, what advantage do you get by having &quot;native&quot; OpenGL or DX9&#x2F;10&#x2F;11 implementations on your GPU? Is there anything Intel is missing out on by using DXVK as opposed to implementing their own implementations?<p>And how does Gallium3D (from the Mesa project) fit in all of this for Linux? Is that a lower-level abstraction than Vulkan?
评论 #33905670 未加载
评论 #33904900 未加载
评论 #33905932 未加载
gfodyover 2 years ago
does this include a miniport driver for regular gdi acceleration? I recently switched from a low end radeon to an arc770 and older software like beyondcompare and vs2015 became noticeably choppy
评论 #33906648 未加载
andrew-ldover 2 years ago
epic