Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporif committed Apr 16, 2020
0 parents commit 45d138c
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## dxvk-async
An attempt to improve the dxvk async patch at https://github.com/jomihaka/dxvk-poe-hack

- The original patch doesn't write async pipelines to the state cache (since it was made before dxvk introduced the state cache), this version fixes that.

- This version also has a lot less stutterring (nearly none at all in some games) by not blocking the main thread when compiling async pipelines. The downside is that the shader cache is around 5-10% larger (I guess due to duplicate shaders?). But the state cache is roughly the same size as a non-async produced state cache.

### Instructions

* Patch dxvk with dxvk-async.patch
* Set the environment variable `DXVK_ASYNC=1`
* To compare with stock dxvk rename or delete your state and shader caches
Loading

0 comments on commit 45d138c

Please sign in to comment.