WIP: [vk] Disable broken EXTs on stock Adreno drivers. #2668
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Ribbit/ribbitvulkanadditions:realfixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
94e512e4bc
0796a37a92
to4d872cfd32
@ -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);
rebase fail
@ -156,6 +157,8 @@ void MaxwellDMA::Launch() {
}
void MaxwellDMA::CopyBlockLinearToPitch() {
UNIMPLEMENTED_IF(regs.launch_dma.remap_enable != 0);
rebase fail
4d872cfd32
to34caf08874
34caf08874
toe99c2b7156
e99c2b7156
to5d167c3fdc
5d167c3fdc
to0de50dae40
0de50dae40
to6ae93731ee
6ae93731ee
toce1b03421b
ce1b03421b
to6437467c18
keeping local until its ready
Pull request closed