11091 Commits (8a2e96de2e2f9075d82b0e5ceea17ab7c0397d8f)

Author SHA1 Message Date
Lioncash 175fe8aaeb video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() function 7 years ago
Lioncash 6d28d288a3 video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in UploadGLMipmapTexture() 7 years ago
Lioncash ba165b1092 video_core/gpu_thread: Remove unused local variable 7 years ago
Lioncash c56d893e77 video_core/textures/astc: Remove unused variables 7 years ago
Lioncash c4d03f0154 CMakeLists: Specify /volatile:iso for MSVC 7 years ago
Lioncash f3c18d622e configure_dialog: Remove the Whats This? button from the dialog 7 years ago
Lioncash 8bdef4f951 yuzu/hotkeys: Remove unnecessary constructor 7 years ago
Lioncash d955944869 yuzu/main: Move window title updating logic to its own function 7 years ago
Lioncash bf1829a717 yuzu/about_dialog: Specify string conversions explicitly 7 years ago
Lioncash a97120efc1 yuzu/compatdb: Remove unnecessary qualifiers 7 years ago
Lioncash 4ef3329f81 configuration/config: Move config loading and saving to functions based off groups 7 years ago
Lioncash 70c6506a7e src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags 7 years ago
Lioncash 6ca7241bd9 src/CMakeLists: Vertically order compilation flags 7 years ago
Lioncash 495a8d8d95 core/memory: Remove unused FlushMode enum 7 years ago
Fernando Sahmkow 3a08c3207b Correct possible error on Rasterizer Caches 7 years ago
zhupengfei 10c4f23953 core/telemetry_session: Only create the backend when we really need it 7 years ago
Lioncash 9e15193ef8
shader/decode/texture: Remove unused variable 7 years ago
Lioncash 5d0dca73c6
CMakeLists: Explicitly specify -Wall for the non-MSVC case 7 years ago
Lioncash 08b270676b
gl_rasterizer: Silence unused variable warning 7 years ago
Lioncash a6f7a44aab
common/zstd_compression: Remove #pragma once directive from source file 7 years ago
Lioncash 1230a0e7ce
core/frontend/emu_window: Make GraphicsContext's destructor virtual 7 years ago
ReinUsesLisp d4df803b2b shader_ir/other: Implement IPA.IDX 7 years ago
ReinUsesLisp 5321cdd276 gl_shader_decompiler: Skip physical unused attributes 7 years ago
ReinUsesLisp 28bffb1ffa shader_ir/memory: Assert on non-32 bits ALD.PHYS 7 years ago
ReinUsesLisp fe700e1856 shader: Add physical attributes commentaries 7 years ago
ReinUsesLisp c6f9e651b2 gl_shader_decompiler: Implement GLSL physical attributes 7 years ago
ReinUsesLisp 71aa9d0877 shader_ir/memory: Implement physical input attributes 7 years ago
ReinUsesLisp b7d412c99b gl_shader_decompiler: Abstract generic attribute operations 7 years ago
ReinUsesLisp bd81a03d9d gl_shader_decompiler: Declare all possible varyings on physical attribute usage 7 years ago
ReinUsesLisp 06b363c9b5 shader: Remove unused AbufNode Ipa mode 7 years ago
ReinUsesLisp 002ecbea19 shader_ir/memory: Emit AL2P IR 7 years ago
ReinUsesLisp 7632a7d6d2 shader_bytecode: Add AL2P decoding 7 years ago
Fernando Sahmkow e64c41efe8 Refactors and name corrections. 7 years ago
Lioncash 2bcb8a20b4 service/audren_u: Handle variadic command buffers in GetWorkBufferSize() 7 years ago
Lioncash 03746be097 service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize() 7 years ago
Lioncash de93507a5a service/audren_u: Clean up work buffer calculations 7 years ago
ReinUsesLisp 4aa081b4e7 gl_shader_disk_cache: Skip stored shader variants instead of asserting 7 years ago
Fernando Sahmkow 95261639fb Fix Layered ASTC Textures 7 years ago
Lioncash 75a8b304d4 loader/nso: Remove left-in debug pragma 7 years ago
Lioncash 19632d2421 kernel/svc: Make svcCreateThread/svcStartThread/svcSleepThread/svcExitThread calls show up in the debug log 7 years ago
Lioncash d672c6e759 kernel/svc: Reorganize svcSetThreadCoreMask() 7 years ago
Lioncash 69a2003a8e kernel/thread: Update thread processor ID flags 7 years ago
Lioncash 565fce71b1 service/audctl: Update documentation comments to be relative to 8.0.0 7 years ago
ReinUsesLisp 2156e52014 shader_ir: Move Sampler index entry in operand< to sort declarations 7 years ago
ReinUsesLisp b77b4b76bb shader_ir: Add missing entry to Sampler operand< comparison 7 years ago
ReinUsesLisp 0b91087a1e shader_ir/texture: Fix sampler const buffer key shift 7 years ago
Zach Hilman 4e462d1fd7 mii_manager: Fix incorrect loop condition in mii UUID generation code 7 years ago
Zach Hilman 851c01c45e profile_select: Port Service::Account::UUID to Common::UUID 7 years ago
Zach Hilman 1aa2b99a98 mii: Implement Delete and Destroy file 7 years ago
Zach Hilman c40cff454d mii: Implement IsUpdated command (IPC 0) 7 years ago