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
Age
Commit message (
Expand
)
Author
2022-07-17
Fix OpenGL error on M1 Mac.
Joon Park
2022-07-17
Merge pull request #10747 from tellowkrinkle/LateUIDFixup
JMC47
2022-07-16
Add notes about precision of YUV->RGB conversion factors for XFB
Pokechu22
2022-07-16
Rework TextureConversionShader for hardware accuracy and simplicity
Pokechu22
2022-07-16
Rework TextureConverterShaderGen for hardware accuracy and simplicity
Pokechu22
2022-07-16
Restructure parameters to TetxureConverterShaderGen/TextureConversionShader
Pokechu22
2022-07-15
VideoCommon: Remove dstalpha from BlendingState
TellowKrinkle
2022-07-15
VideoCommon: Always use fbfetch in ubershaders if available
TellowKrinkle
2022-07-15
Add extra Low and High fields to CopyFilterCoefficients
Pokechu22
2022-07-15
Create dedicated enum for EFB/XFB gamma correction
Pokechu22
2022-07-15
Only use intensity formats if both intensity_fmt and auto_conv are set
Pokechu22
2022-07-15
Rename EFB copy bit 2 from yuv to unknown_bit
Pokechu22
2022-07-15
Use fmt::to_string for texture format overlay
Pokechu22
2022-07-15
Remove casts to integers for texture and EFB formats
Pokechu22
2022-07-13
VideoCommon: Better driver bug handling
TellowKrinkle
2022-07-13
Merge pull request #10777 from tellowkrinkle/EFBFlush
JMC47
2022-07-13
Merge pull request #10842 from tellowkrinkle/ClearBackendInfo
JMC47
2022-07-13
VideoCommon: Clear backend_info before populating
TellowKrinkle
2022-07-13
VideoCommon: Properly mask fbfetch logic op emulation
TellowKrinkle
2022-07-10
Merge pull request #10749 from tellowkrinkle/IntelUbershaders
JMC47
2022-07-09
ShaderCache: Fix inverted usage of palette_format.
Admiral H. Curtiss
2022-07-08
Merge pull request #10819 from Dentomologist/fix_shader_compilation_warnings
JMC47
2022-07-08
Merge pull request #10673 from iwubcode/spirv-backends
JMC47
2022-07-08
VideoCommon: Fix D3D shader warning X3557 (single iteration loop)
Dentomologist
2022-07-08
VideoCommon: Fix D3D shader warning X4000 (uninitialized variables)
Dentomologist
2022-07-08
VideoCommon: Fix D3D shader warning X3571 (negative base for pow())
Dentomologist
2022-07-06
VideoCommon: Remember to flush command buffers after multiple EFB copies
TellowKrinkle
2022-07-02
Merge pull request #8467 from CookiePLMonster/interruptable-shader-precompile
Admiral H. Curtiss
2022-07-02
Merge pull request #10624 from Minty-Meeo/resolve-gcc-warnings
JosJuice
2022-06-30
Resolve GCC Warnings
Minty-Meeo
2022-06-29
VideoCommon: fix projection graphics mod affecting more than the intended dra...
iwubcode
2022-06-27
VideoCommon: dump EFB with size and texture format details and dump XFB with ...
iwubcode
2022-06-27
VideoCommon: support dynamically updating game mods at runtime
iwubcode
2022-06-27
VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexMan...
iwubcode
2022-06-27
VideoCommon: add UninitializeEFBMemory to mirror XFB function
iwubcode
2022-06-27
Core / DolphinQt / VideoCommon: add setting for enabling graphic mods
iwubcode
2022-06-27
VideoCommon: add logic to handle a GraphicsMod while Dolphin is running
iwubcode
2022-06-27
VideoCommon: add logic to read a GraphicsMod from configuration
iwubcode
2022-06-26
VideoCommon: add game mod constants
iwubcode
2022-06-26
VideoCommon: create variables for EFB/XFB copy prefix. Reword prefix to 'efb...
iwubcode
2022-06-26
VideoCommon: add a way to get have a graphics directory count for all games b...
iwubcode
2022-06-26
VideoCommon: add support for setting and getting the stage from the texture info
iwubcode
2022-06-26
VideoCommon: add function to check whether TextureFormat is a valid value
iwubcode
2022-06-24
VideoCommon: enable optimizer and remove debug details when converting GLSL t...
iwubcode
2022-06-24
VideoBackends / VideoCommon: refactor Vulkan to use new SPIRV functionality
iwubcode
2022-06-24
VideoCommon: update pixel shader output to match old D3D code
iwubcode
2022-06-24
VideoCommon: fix support of stereoscopic rendering after moving d3d to SPIRV ...
iwubcode
2022-06-24
VideoCommon: update UberShaderPixel to properly support logic ops, matching t...
iwubcode
2022-06-24
D3D / VideoCommon: generate HLSL from SPIRV
iwubcode
2022-06-24
VideoCommon: add common spirv helper functions
iwubcode
[next]