summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2025-11-23Merge pull request #14125 from JosJuice/local-cpu-thread-job-finishedJordan Woyak
2025-11-23VideoCommon: move resource state processing to the resource base classiwubcode
2025-11-23VideoCommon: update resource manager with a material/shader/and texture(+samp...iwubcode
2025-11-23VideoCommon: add custom includer to custom shaders, this will allow us to shi...iwubcode
2025-11-23VideoCommon: add some helper functions for resource logic that generates inva...iwubcode
2025-11-23VideoCommon: move ApplyDriverBugs for the normal pipeline out into a utility ...iwubcode
2025-11-23VideoCommon: add a texture pool for resource managementiwubcode
2025-11-23VideoCommon: separate the concept of a 'resource' from an 'asset'. A resourc...iwubcode
2025-11-23VideoCommon: rename 'IsAnisostropicEnhancementSafe' to 'IsAnisotropicEnhancem...iwubcode
2025-11-23Core: Make s_cpu_thread_job_finished a local variableJosJuice
2025-11-23Merge pull request #14107 from jordan-woyak/mGBA-version-bumpJosJuice
2025-11-23Merge pull request #14134 from jordan-woyak/mercusys-rtl-firmwareJosJuice
2025-11-23Merge pull request #14149 from iwubcode/shader_asset_vector_propertiesJMC47
2025-11-23Core/DiscIO: Add a setting to load the running game into memory via CachedBlo...Jordan Woyak
2025-11-23DiscIO: Add CachedBlobReader which takes another BlobReader and reads it into...Jordan Woyak
2025-11-23MemArena/LazyMemoryRegion: Add EnsureMemoryPagesWritable function to ensure a...Jordan Woyak
2025-11-23JitArm64: Remove some unused includesSintendo
2025-11-23JitArm64_Integer: Merge subfx and subfcxSintendo
2025-11-23Merge pull request #14142 from JosJuice/directiofile-cant-create-safJosJuice
2025-11-23Merge pull request #14148 from jordan-woyak/hookable-event-add-remove-inside-...Jordan Woyak
2025-11-23DolphinQt: Add "Poll Rate" display to GCAdapter config window. The window now...Jordan Woyak
2025-11-23GCAdapter: Calculate poll rate for display in UI. It's currently updated ever...Jordan Woyak
2025-11-22Merge pull request #14128 from jordan-woyak/fix-run-on-object-raceJosJuice
2025-11-22Merge pull request #14157 from jordan-woyak/fix-rush-speed-displayJordan Woyak
2025-11-22Merge pull request #13583 from LillyJadeKatrin/retroachievements-androidJosJuice
2025-11-22CoreTiming: Fix percent speed display when "Rush Frame Presentation" is enabled.Jordan Woyak
2025-11-22Merge pull request #14037 from jordan-woyak/presentation-timingJMC47
2025-11-22Merge pull request #14119 from jordan-woyak/si-status-response-lengthJMC47
2025-11-21Common/Result: Swap order of template parameters to match C++26's std::expect...Jordan Woyak
2025-11-22AudioCommon / VideoBackends / WinUpdater - cleanup WRL codeoltolm
2025-11-21HookableEvent: Allow hooks to be added and removed from within a Trigger call...Jordan Woyak
2025-11-21VideoCommon: update ShaderAsset to use a vector of properties, this way we en...iwubcode
2025-11-21VideoCommon: update ShaderAsset to remove requirement of the code name being ...iwubcode
2025-11-21DolphinQt/OnScreenDisplayPane: Swap the positions of "Show Performance Graphs...Jordan Woyak
2025-11-21DolphinQt/OnScreenDisplayPane: Rename "Graph Update Rate" back to "Performanc...Jordan Woyak
2025-11-21VideoCommon: remove template parameter from lock guards in AsyncShaderCompile...iwubcode
2025-11-21VideoCommon: add method to async shader compiler to clear pending/completed w...iwubcode
2025-11-20VideoCommon: fix MaterialAsset so that boolean parameters are written to memo...iwubcode
2025-11-20CachedInterpreter: Replace reinterpret_cast with std::bit_cast to resolve -Wc...Jordan Woyak
2025-11-20Merge pull request #13152 from Naim2000/sdlockJordan Woyak
2025-11-20VideoCommon: avoid assuming global state exists for 'EndUtilityDrawing', use ...iwubcode
2025-11-19Merge pull request #14121 from jordan-woyak/warn-silenceJordan Woyak
2025-11-19SDIO: Remove file "good" checks so errors are properly produced.Jordan Woyak
2025-11-19SDIO: the CID/CSD are sent a bit differentlyNaim2000
2025-11-19SDIO: report actual error if writes are disabledNaim2000
2025-11-19SDIO: report write lock statusNaim2000
2025-11-19Merge pull request #13539 from tygyh/DiscIO-Remove-redundant-castsJordan Woyak
2025-11-19Merge pull request #13619 from y21/usbv5_getversion_sizeJordan Woyak
2025-11-19Merge pull request #14127 from jordan-woyak/movie-cpu-thread-guardJordan Woyak
2025-11-19Core: Allow CPUManager::SetStepping to be called from the CPU thread so a cal...Jordan Woyak