Skip to content

Releases: megai2/d912pxy

Beta v0.9.9.3

29 May 17:32
Compare
Choose a tag to compare

Changelog:

-Partly offloaded GPU write code to replay thread
-Changed output of perf graphs to html files
-Fixed black pieces on mount models(for Skyscale at least)
-Optimized memory allocation a bit
-Optimized PSO cache memory bandwith

Note:

This release need a clean install.

Beta v0.9.9.2

18 May 16:06
Compare
Choose a tag to compare

Changelog:
-Visual fixes
-Added memory alloc retry and logging
-Added bunch of debugging tools related to memory managing
-Fixed memleak in surface code
-Crashfix in fixed pipeline draw calls
-Replace ps and pb builds with config.ini options

Beta v0.9.9 Hotfix 1

01 May 13:59
Compare
Choose a tag to compare

Summary changelog from "Beta v0.9.8"

  • Crashfixes

  • Thread sync optimization

  • Code optimization

  • Windowed fullscreen vsync support

  • Fullscreen focus lost DXGI hang recovery

  • Fullscreen out of memory crashfix (can be buggy still)

  • RAM usage optimization

  • Visual effects bugfixes

Party character portraits, spider webs, alpha blend on revenant skill animations

  • Basic multi-instance run support

  • GW2Radial support crashfix

  • Extra shader variables space for custom needs

  • Improved default config

  • Object pooling and construction improvements

Greatly improves FPS stability on heavy multicore CPU's

Now all surfaces with determined amount of mip levels using pooling mechanism to save memory commitment and recreation time.

Also extra config options allows you to offload construction of resources from calling thread for more overhead reduction.

Beta v0.9.8.7

29 Apr 14:46
Compare
Choose a tag to compare

Changelog:
-fix of Clear on non full sized viewports
-improve pooling of surfaces
-fix revenant skill vfx alpha test error (maybe something more fixed too)
-move basic shader cache back in

Beta v0.9.8.6

28 Apr 14:12
Compare
Choose a tag to compare

-crashfixes
-extended shader variables for customshaders & porting overhead
-ATTENTION: do clean install!

Beta v0.9.8.5

25 Apr 10:00
Compare
Choose a tag to compare

Changelog
-crashfix for GPUExecuteWait
-threaded constructor bug fix
-fix performance graph to see under min and over max values on borders

Beta v0.9.8.4

23 Apr 22:34
Compare
Choose a tag to compare

Changelog:
-DXGI deadlock recovery, should fix hangs on fullscreen(and maybe more)
-thread sync optimization
-improvements on DXGI handling
-extra configurable multithreading features for better frame rates on dynamic object creation
-object pooling crashfixes
-code optimization

Beta v0.9.8.3

19 Apr 11:38
Compare
Choose a tag to compare

Changelog:
-reduced memory usage
-added multi-instance support (for multiple game runs at same time)
-vfx bug fixes
-cleanup hang fix
-fullscreen out-of-focus crash fix
-add extra logging

Beta v0.9.8.2

14 Apr 06:40
Compare
Choose a tag to compare

Changelog:
-better overhead tracking
-thread sync optimization
-async texture load optimization
-pool sync optimization

Beta v0.9.8.1

07 Apr 14:10
Compare
Choose a tag to compare

Changelog:
-startup crashfix
-windowed fullscreen vsync support
-possible fix of alt-tab failures