Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vk: Don't always preserve the renderpass for all drivers when doing transform hot-patch #15636

Merged
merged 4 commits into from
May 29, 2024

Conversation

kd-11
Copy link
Contributor

@kd-11 kd-11 commented May 27, 2024

Fixes #15632

@kunit1
Copy link
Contributor

kunit1 commented May 28, 2024

Yup this seems to render correctly
PRBuild
RPCS3.log.gz

@kd-11 kd-11 marked this pull request as ready for review May 28, 2024 22:22
@kd-11 kd-11 merged commit 9fb79b8 into RPCS3:master May 29, 2024
6 checks passed
@@ -247,7 +247,7 @@ void VKFragmentDecompilerThread::insertGlobalFunctions(std::stringstream &OS)
m_shader_props.emulate_coverage_tests = g_cfg.video.antialiasing_level == msaa_level::none;
m_shader_props.emulate_shadow_compare = device_props.emulate_depth_compare;
m_shader_props.low_precision_tests = device_props.has_low_precision_rounding && !(m_prog.ctrl & RSX_SHADER_CONTROL_ATTRIBUTE_INTERPOLATION);
m_shader_props.disable_early_discard = vk::get_driver_vendor() != vk::driver_vendor::NVIDIA;
m_shader_props.disable_early_discard = vk::is_NVIDIA(vk::get_driver_vendor());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

! ?

@Megamouse Megamouse added Render: Vulkan Driver: Intel Proprietary Intel OpenGL or Vulkan driver labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Driver: Intel Proprietary Intel OpenGL or Vulkan driver Render: Vulkan
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Regression] Resistance Fall of Man Graphics corruption
4 participants