index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
ShaderCache.cpp
Age
Commit message (
Expand
)
Author
2026-04-17
Improve usage of std::move and const references parameters
Martino Fontana
2025-12-22
Merge pull request #14043 from iwubcode/custom_resource
JMC47
2025-11-23
VideoCommon: move ApplyDriverBugs for the normal pipeline out into a utility ...
iwubcode
2025-11-21
VideoCommon: add method to async shader compiler to clear pending/completed w...
iwubcode
2025-11-06
Common: Remove the string parameters from the HookableEvent interface.
Jordan Woyak
2025-11-02
Common: Make HookableEvent use non-static data.
Jordan Woyak
2025-10-26
VideoBackends / VideoCommon: add support for specifying include files in shad...
iwubcode
2025-08-23
VideoBackends / VideoCommon: rename member variables in RenderState to be con...
iwubcode
2025-07-08
Avoid map/set double lookups
Sintendo
2025-05-24
VideoCommon: move vertex shader gen logic to a 'process_vertex()' function, t...
iwubcode
2025-03-22
VideoCommon: move to a 'process_fragment()' function to simplify custom shade...
iwubcode
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2024-08-15
Use 'contains' method
mitaclaw
2024-01-31
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
Lioncash
2023-08-20
VideoCommon: uber pixel shader gen changes needed to support custom pixel sha...
iwubcode
2023-08-20
VideoCommon: pixel shader gen changes needed to support custom pixel shaders ...
iwubcode
2023-04-19
Common/LinearDiskCache: Move interface into Common namespace
Lioncash
2023-04-12
Resolve [-Wclass-memaccess]
Minty-Meeo
2023-02-09
Suppress memcpy writing to an object with no trivial copy-assignment warnings
Pokechu22
2023-02-09
Merge pull request #11522 from phire/KillRendererWithFire
Scott Mansell
2023-02-09
Lint fixes
Scott Mansell
2023-01-31
Split out everying remaining from Swap
Scott Mansell
2023-01-31
Replace BeginUI/EndUI
Scott Mansell
2023-01-31
Split AbstractGfx out of Renderer
Scott Mansell
2023-01-31
Move Presenting, Dumping and ImGui out of Renderer
Scott Mansell
2023-01-30
VideoCommon: Better logic op invert approximation
TellowKrinkle
2022-10-22
VideoCommon: Add vertex shader point and line expansion
TellowKrinkle
2022-09-19
VideoCommon: Add separate pipeline usage for UberShaders
TellowKrinkle
2022-09-19
VideoCommon: Compile a few extra pipelines
TellowKrinkle
2022-09-19
VideoCommon: Add dynamic vertex loader to ubershaders
TellowKrinkle
2022-07-15
VideoCommon: Always use fbfetch in ubershaders if available
TellowKrinkle
2022-07-13
VideoCommon: Better driver bug handling
TellowKrinkle
2022-07-09
ShaderCache: Fix inverted usage of palette_format.
Admiral H. Curtiss
2022-07-02
Merge pull request #8467 from CookiePLMonster/interruptable-shader-precompile
Admiral H. Curtiss
2022-06-17
VideoCommon:ShaderCache: Add const to some local variables
TellowKrinkle
2022-06-16
VideoCommon: Name ubershaders
TellowKrinkle
2022-06-16
VideoCommon: Reduce duplicates of non-palette-requiring texture decode shaders
TellowKrinkle
2022-06-10
Clear the UI after async shader compilation
Silent
2022-06-10
Allow to interrupt shader precompilation by stopping emulation
Silent
2022-01-29
IOFile: Make origin parameter to Seek() an enum class.
Admiral H. Curtiss
2022-01-01
VideoCommon: Add names for textures and shaders
Pokechu22
2021-12-22
Merge pull request #10215 from OatmealDome/shader-logic-ops
JMC47
2021-12-18
Eliminate VarType for ComponentFormat
Pokechu22
2021-12-06
ShaderCache: Don't turn on logic ops approximation if framebuffer fetch is su...
OatmealDome
2021-10-26
Externals: Update imgui to 1.85
Pokechu22
2021-07-28
Convert ShaderHostConfig to BitField
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2020-12-16
Fix -Wclass-memaccess warnings
Léo Lam
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
[next]