Revert "Controlled SPV features on QCOM"

This reverts commit 907b041ec6fb4f16750155f4c41e17389f2e385d.
This commit is contained in:
Caio Oliveira
2025-11-27 00:04:06 -03:00
committed by lizzie
parent 77cae949cf
commit 1dcdf7e48e
6 changed files with 84 additions and 401 deletions
-7
View File
@@ -1,6 +1,3 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
@@ -64,10 +61,6 @@ struct Profile {
/// OpFClamp is broken and OpFMax + OpFMin should be used instead
bool has_broken_spirv_clamp{};
/// Driver mishandles vector OpAccessChain operations
bool has_broken_spirv_vector_access_chain{};
/// Driver crashes when spirv-opt folds certain OpAccessChain chains
bool has_broken_spirv_access_chain_opt{};
/// The Position builtin needs to be wrapped in a struct when used as an input
bool has_broken_spirv_position_input{};
/// Offset image operands with an unsigned type do not work