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

Closed
Ghost wants to merge 1 commit from (deleted):realfixes into master
No description provided.
Ghost force-pushed realfixes from 0796a37a92
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
to 4d872cfd32
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
2025-10-04 05:32:10 +02:00
Compare
@ -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
Ghost force-pushed realfixes from 4d872cfd32
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
to 34caf08874
All checks were successful
eden-license / license-header (pull_request) Successful in 26s
2025-10-04 22:37:18 +02:00
Compare
Ghost force-pushed realfixes from 34caf08874
All checks were successful
eden-license / license-header (pull_request) Successful in 26s
to e99c2b7156
All checks were successful
eden-license / license-header (pull_request) Successful in 21s
2025-10-05 05:38:17 +02:00
Compare
Ghost force-pushed realfixes from e99c2b7156
All checks were successful
eden-license / license-header (pull_request) Successful in 21s
to 5d167c3fdc
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
2025-10-07 01:38:56 +02:00
Compare
CamilleLaVey force-pushed realfixes from 5d167c3fdc
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
to 0de50dae40
All checks were successful
eden-license / license-header (pull_request) Successful in 23s
2025-10-07 05:59:23 +02:00
Compare
CamilleLaVey force-pushed realfixes from 0de50dae40
All checks were successful
eden-license / license-header (pull_request) Successful in 23s
to 6ae93731ee
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
2025-10-07 21:40:21 +02:00
Compare
CamilleLaVey force-pushed realfixes from 6ae93731ee
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
to ce1b03421b
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
2025-10-08 04:06:32 +02:00
Compare
CamilleLaVey force-pushed realfixes from ce1b03421b
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
to 6437467c18
All checks were successful
eden-license / license-header (pull_request) Successful in 28s
2025-10-08 09:46:24 +02:00
Compare

keeping local until its ready

keeping local until its ready
Ghost 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.