313 Commits (4531881bfdc2a99bb8c1cf7c5e3bcda63287bd50)

Author SHA1 Message Date
Liam e8966fd1f9 shader_recompiler: add gl_Layer translation GS for older hardware 4 years ago
ameerj 8a22e21d6d value.h: remove recursive include 4 years ago
Liam 5a712bb51a general: fix compile for Apple Clang 4 years ago
Morph fc301cf777 ir/texture_pass: Use host_info instead of querying Settings::values (#9176) 4 years ago
FengChen 348c6e5b28 video_core: Fix few issues in Tess stage 4 years ago
Feng Chen bcf6a7c0dd video_core: Fix SNORM texture buffer emulating error (#9001) 4 years ago
Feng Chen 33514a0d94 Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass" 4 years ago
FengChen 67007ae698 Address feedback 4 years ago
Fernando Sahmkow 335b4b81cd Shader Decompiler: Fix dangerous behavior of invalid iterator insertion. 5 years ago
FengChen 1dd5d8fc8e video_core: Fix legacy to generic location unpaired 4 years ago
FengChen 38e9c78843 video_core: Generate mipmap texture by drawing 4 years ago
FengChen 98656c14a8 video_code: support rectangle texture 4 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
Liam f3fd1038bb general: fix compilation on GCC 12 4 years ago
lat9nq e8fc40baa1 structured_control_flow: Remove constexpr Flow::Block 4 years ago
Lioncash 9272114d86 general: Avoid ambiguous format_to compilation errors 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
Andrea Pappacoda d9044f00e1 fix: typos 4 years ago
ameerj 6091af472a dead_code_elimination_pass: Remove unreachable Phi arguments 4 years ago
ameerj f9709bb9e9 general: Fix clang/gcc build errors 5 years ago
ameerj 0df188787a shader_recompiler: Reduce unused includes 5 years ago
Liam da3be7513b shader_recompiler/EXIT: skip render targets with no outputs 5 years ago
Liam 9809829a6e shader_recompiler/EXIT: increment output register on failed enable test 5 years ago
Liam 63cc9a9ceb shader_recompiler: Implement LDC.IS address mode 5 years ago
Fernando Sahmkow 05054d1dc2 Shader decompiler: do constant propgation before texture pass. 5 years ago
Markus Wick 062d95753f shader_recompiler/LOP3: Use brute force python results within switch/case. 5 years ago
ameerj 94b86a8ada lower_int64_to_int32: Add 64-bit atomic fallbacks 5 years ago
ameerj 0c5e641757 shaders: Add U64->U32x2 Atomic fallback functions 5 years ago
ameerj 4ee80ce807 video_minimum_maximum: Implement src operand selectors 5 years ago
Lioncash 4ea21f074d shader_recompiler: Remove unnecessary [[nodiscard]] 5 years ago
liushuyu 479d57987c logging/log.h: move enum class formatter to a separate file ... 5 years ago
liushuyu 682ea0f431 logging: adapt to changes in fmt 8.1 5 years ago
ameerj 22a4d26479 shader: Add integer attribute get optimization pass 5 years ago
vonchenplus 8fe519b656 Address format clang 5 years ago
vonchenplus 8ea541bc11 Remove spirv handle legacy related code 5 years ago
Feng Chen dbfa89c40b Implement convert legacy to generic 5 years ago
ameerj 63465c24e1 rescaling_pass: Logic simplification and minor style cleanup 5 years ago
Fernando Sahmkow 4535feac87 Shader: Don't rescale FragCoord if used by Shuffle 5 years ago
ReinUsesLisp d04e2dac6c shader: Properly scale image reads and add GL SPIR-V support 5 years ago
ReinUsesLisp e63fc7a4bb spirv: Implement rescaling patching 5 years ago
ReinUsesLisp 7f88938d72 shader: Add IsTextureScaled opcode 5 years ago
ReinUsesLisp 50d20bf0e9 shader: Add copy constructor to instructions 5 years ago
ReinUsesLisp 8cfa8cda16 shader: Add integer division opcodes 5 years ago
ReinUsesLisp 47d1d881cf shader: Add resolution down factor opcode 5 years ago
Fernando Sahmkow 6f94c9a9fe ShaderCache: Fix Phi Nodes Type on OGL. 5 years ago
Fernando Sahmkow c9bee9e96e ShaderCache: Order Phi Arguments from farthest away to nearest. 5 years ago
Feng Chen bd94ea2f5a Move attribute related definitions to spirv anonymous namespace 5 years ago
Feng Chen 1aaa6a353b Implement intput and output fixed fnc textures 5 years ago
Feng Chen 49c66fa4e9 Rename parameters 5 years ago
Feng Chen b86a4caa20 Add colorfront and txtcoord support 5 years ago