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
/
UberShaderPixel.cpp
Age
Commit message (
Expand
)
Author
2025-03-22
VideoCommon: move to a 'process_fragment()' function to simplify custom shade...
iwubcode
2025-03-16
VideoCommon: initialize uninitialized state value in pixel ubershader to prev...
iwubcode
2025-02-25
UberShaderPixel: use unswapped texture samples for depth
Tillmann Karras
2025-02-11
VideoCommon: simplify dither calculation
Tillmann Karras
2024-04-28
VideoCommon: allow custom shaders to set the alpha value for use when blendin...
iwubcode
2024-02-07
VideoCommon: Don't use indexed output for fbfetch
TellowKrinkle
2024-01-23
VideoCommon: fix compilation error in uber pixel shaders when pixel shader li...
iwubcode
2024-01-23
VideoCommon: fix uber shader pixel compilation error that happens when uint o...
iwubcode
2023-12-12
VideoCommon: prepare graphics mods for custom shader material data
iwubcode
2023-08-28
VideoCommon: Fix GLSL uint handling in UberShaderPixel
JosJuice
2023-08-20
VideoCommon: add milliseconds elapsed time value to pixel shaders as a unifor...
iwubcode
2023-08-20
VideoCommon: uber pixel shader gen changes needed to support custom pixel sha...
iwubcode
2023-08-15
Remove out-dated hack of AMD driver issue WRT dual-source blending output index.
takayhan-AMD
2023-02-14
VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)
TellowKrinkle
2023-01-30
VideoCommon: Better logic op invert approximation
TellowKrinkle
2022-10-18
Merge pull request #10836 from iwubcode/d3d_uint_fix
JMC47
2022-08-29
UberShaderPixel: Fix typo
Pokechu22
2022-08-29
BPMemory: Make TevKSel more clear
Pokechu22
2022-08-29
BPMemory: Use even/odd in TwoTevStageOrders instead of 0/1
Pokechu22
2022-08-06
VideoCommon: update ubershader pixel to not enforce d3d when writing color ou...
iwubcode
2022-07-21
VideoBackends: Add Metal renderer
TellowKrinkle
2022-07-17
Merge pull request #10747 from tellowkrinkle/LateUIDFixup
JMC47
2022-07-15
VideoCommon: Always use fbfetch in ubershaders if available
TellowKrinkle
2022-07-13
VideoCommon: Better driver bug handling
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-08
Merge pull request #10819 from Dentomologist/fix_shader_compilation_warnings
JMC47
2022-07-08
VideoCommon: Fix D3D shader warning X4000 (uninitialized variables)
Dentomologist
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-16
VideoCommon: Name ubershaders
TellowKrinkle
2022-06-14
VideoCommon: Don't pass State by inout
TellowKrinkle
2022-04-20
DriverDetails: Add broken discard with early-Z bug on Apple Silicon GPUs
OatmealDome
2022-04-19
UberShaderPixel: Add support for non-dual source shader blending
OatmealDome
2022-04-10
MoltenVK: Fix pixel shader typo
JosJuice
2022-02-28
Shadergen: Use real_ocol0 workaround for shader logic ops
JosJuice
2022-02-08
Treat alpha as 0 if alpha is 1 for blending
Pokechu22
2022-02-08
Use the same logic for lerp bias for color and alpha
Pokechu22
2022-01-26
UberShaderPixel: Fix typo in fog calculation
Pokechu22
2021-12-22
Merge pull request #10215 from OatmealDome/shader-logic-ops
JMC47
2021-12-18
UberShaderPixel: Convert to EnumMap
Pokechu22
2021-12-06
UberShaderPixel: Add shader logic ops support on OpenGL ES
OatmealDome
2021-12-06
UberShaderPixel: Add shader logic ops support on Metal
OatmealDome
2021-11-17
VideoCommon: Manually handle texture wrapping and sampling
Pokechu22
2021-11-17
VideoCommon: Provide raw texdims to shaders
Pokechu22
2021-11-17
VideoCommon: Allow BitfieldExtract in specialized shaders
Pokechu22
2021-10-13
VideoCommon: Fix color channel logic when per-pixel lighting is in use
Pokechu22
2021-08-01
UberShaderPixel: Rename ApiType to api_type
Pokechu22
2021-07-08
Fix indirect textures when format is not ITF_8
Pokechu22
[next]