WIP: [vk] Disable broken EXTs on stock Adreno drivers. #2668

Closed
Ribbit wants to merge 1 commit from Ribbit/ribbitvulkanadditions:realfixes into master
Contributor
No description provided.
Ribbit added 3 commits 2025-10-04 05:32:04 +02:00
This fixes stutters and freezes when playing FMV content in some games.

Reviewed-on: #2650
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
revert 94e512e4bc
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
0796a37a92
revert [video_core] Fix stutters and freezes when playing FMV content in some games (#2650)

This fixes stutters and freezes when playing FMV content in some games.

Reviewed-on: #2650
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
Ribbit force-pushed realfixes from 0796a37a92 to 4d872cfd32 2025-10-04 05:32:10 +02:00 Compare
crueter requested changes 2025-10-04 09:49:54 +02:00
@ -64,6 +64,7 @@ void MaxwellDMA::Launch() {
// TODO(Subv): Perform more research and implement all features of this engine.
const LaunchDMA& launch = regs.launch_dma;
ASSERT(launch.interrupt_type == LaunchDMA::InterruptType::NONE);
ASSERT(launch.data_transfer_type == LaunchDMA::DataTransferType::NON_PIPELINED);
Owner

rebase fail

rebase fail
@ -156,6 +157,8 @@ void MaxwellDMA::Launch() {
}
void MaxwellDMA::CopyBlockLinearToPitch() {
UNIMPLEMENTED_IF(regs.launch_dma.remap_enable != 0);
Owner

rebase fail

rebase fail
Ribbit force-pushed realfixes from 4d872cfd32 to 34caf08874 2025-10-04 22:37:18 +02:00 Compare
Ribbit force-pushed realfixes from 34caf08874 to e99c2b7156 2025-10-05 05:38:17 +02:00 Compare
Ribbit force-pushed realfixes from e99c2b7156 to 5d167c3fdc 2025-10-07 01:38:56 +02:00 Compare
CamilleLaVey force-pushed realfixes from 5d167c3fdc to 0de50dae40 2025-10-07 05:59:23 +02:00 Compare
CamilleLaVey force-pushed realfixes from 0de50dae40 to 6ae93731ee 2025-10-07 21:40:21 +02:00 Compare
CamilleLaVey force-pushed realfixes from 6ae93731ee to ce1b03421b 2025-10-08 04:06:32 +02:00 Compare
CamilleLaVey force-pushed realfixes from ce1b03421b to 6437467c18 2025-10-08 09:46:24 +02:00 Compare
Author
Contributor

keeping local until its ready

keeping local until its ready
Ribbit closed this pull request 2025-10-08 22:10:16 +02:00
All checks were successful
eden-license / license-header (pull_request) Successful in 28s
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.