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
/
FramebufferShaderGen.cpp
Age
Commit message (
Expand
)
Author
2023-06-19
Video: implement color correction to match the NTSC and PAL color spaces (and...
Filoppi
2022-11-23
Fix build errors related to formatting non-scoped enums
Pokechu22
2022-07-21
VideoBackends:Metal: MSAA support
TellowKrinkle
2022-07-21
VideoBackends: Add Metal renderer
TellowKrinkle
2022-07-15
Remove casts to integers for texture and EFB formats
Pokechu22
2022-06-24
D3D / VideoCommon: generate HLSL from SPIRV
iwubcode
2022-03-21
VideoCommon: Remove redundant in qualifiers
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2020-11-09
ShaderGenCommon: Rename WriteFmt() to Write()
Lioncash
2020-10-19
FramebufferShaderGen: Migrate over to fmt
Lioncash
2020-05-25
VideoCommon/ShaderGenCommon: Make template functions regular functions
Lioncash
2020-04-28
Cleanup warnings of -Wswitch
Jun Su
2019-12-05
VideoCommon/FramebufferShaderGen: Make use of std::ostringstream internally
Lioncash
2019-12-05
VideoCommon/FramebufferShaderGen: Make use of std::string_view where applicable
Lioncash
2019-12-04
VideoCommon/FramebufferShaderGen: Use an anonymous namespace where applicable
Lioncash
2019-12-04
VideoCommon/FramebufferShaderGen: Add missing initial source file comments
Lioncash
2019-12-04
VideoCommon/FramebufferShaderGen: Collapse stream insertions
Lioncash
2019-10-02
Renderer: Use interface blocks for ImGui shaders
Stenzek
2019-08-03
FramebufferShaderGen: Fix upside-down EFB being restored in OpenGL
Stenzek
2019-07-24
FramebufferManager: Support saving EFB to save state
Stenzek
2019-07-19
FramebufferShaderGen: Fix format reinterpret shaders on GLES
Stenzek
2019-07-14
TextureCache: Support reinterpreting formats for VRAM textures
Stenzek
2019-04-28
FramebufferShaderGen: Don't emit SV_SampleIndex when not using SSAA
Stenzek
2019-04-20
ShaderGen: Use interface blocks when geometry shaders are supported
Stenzek
2019-02-19
Move most backend functionality to VideoCommon
Stenzek