mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-24 00:27:01 +02:00
Controlled SPV features on QCOM
This commit is contained in:
parent
99614ba58c
commit
094071ee2b
6 changed files with 418 additions and 88 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// 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
|
||||
|
||||
|
|
@ -61,6 +64,10 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue