misyltoad / d9vk

A Direct3D9 to Vulkan layer using the DXVK backend. [Upstreamed to DXVK]
https://github.com/doitsujin/dxvk
zlib License
838 stars 42 forks source link

Crysis → missing texture of bullet impact on objects #420

Closed NerosTie closed 4 years ago

NerosTie commented 5 years ago

with d9vk: 20191009203357_1

System information

Apitrace file(s)

https://mega.nz/#!yzIjEIYT!Zn6DSap_PkZtojWzE3Ntp-K_Vw_crxuNhlDnuG1ZP3E

Log files

steam-17300-d9vk.log

misyltoad commented 5 years ago

Can you try with #905 and #908?

NerosTie commented 5 years ago

There is no difference with 905 or 908.

misyltoad commented 5 years ago

Border color

NerosTie commented 4 years ago

I want to add that this issue doesn't exist with d3d10/dxvk.

Tested with DXVK 1.6.

misyltoad commented 4 years ago

I know, waiting for border color ext

NerosTie commented 4 years ago

VK_EXT_custom_border_color is now used to support for arbitrary sampler border colors, which fixes issues in many Direct3D 9 games including Crysis and Halo 2 Vista

Is this issue related to this line in the changelog of 1.7?

Because I have the driver Nvidia Vulkan 440.66.14 which is supposed to have VK_EXT_custom_border_color but the issue is still here:

Screenshot_20200519_145420

K0bin commented 4 years ago

grafik

Works for me.

NerosTie commented 4 years ago

Screenshot_20200813_233457

Not for me...

K0bin commented 4 years ago

Might be a driver issue. Or your WineVulkan doesnt support the extension. Do the logs (with log level: info) mention the VK_EXT_custom_border_color extension?

NerosTie commented 4 years ago
info:  VK_EXT_custom_border_color
info:    customBorderColors                     : 0
info:    customBorderColorWithoutFormat         : 0

I guess not. It's with Proton 5.0-9 and Nvidia 450.57

NerosTie commented 4 years ago

With Proton 5.9-GE-4-ST:

info:  VK_EXT_custom_border_color
info:    customBorderColors                     : 1
info:    customBorderColorWithoutFormat         : 1

Screenshot_20200814_000011

Clearly, VK_EXT_custom_border_color extension is not yet supported with the official release of Proton (5.0-9) at this moment.

I think I can close this issue! :)