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
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
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-21
UberShaderPixel: always set tevcoord, even if the stage has no texture
Pokechu22
2021-05-27
Skip indirect operation for out of bounds indirect stages
Pokechu22
2021-05-07
UberShaderPixel: always run indirect stage logic
Pokechu22
2021-05-07
UberShaderPixel: Fix OOB tex coord indices
Pokechu22
2021-05-07
UberShaderPixel: Return fixed-point values from selectTexCoord
Pokechu22
2021-05-07
PixelShaderGen: Remove unused num_texgens argument
Pokechu22
2021-05-07
Split TevStageIndirect::mid into matrix_index and matrix_id
Pokechu22
2021-05-07
Change BitfieldExtract to use a pointer to the bitfield member
Pokechu22
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2020-11-09
ShaderGenCommon: Rename WriteFmt() to Write()
Lioncash
2020-10-27
UberShaderPixel: Migrate over to fmt
Lioncash
2020-05-25
VideoCommon/ShaderGenCommon: Make template functions regular functions
Lioncash
2019-05-30
VideoCommon: Remove unnecessary memset on ShaderUid instances.
Lioncash
2019-03-25
VideoBackends: Scale bounding box rectangle in the pixel shader
Stenzek
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2019-01-24
ShaderGen: Don't use interface blocks on Vulkan without GS
Stenzek
2019-01-23
ShaderGen: Omit some unused varyings when possible
Stenzek
2018-11-07
PixelShaderGen: Split bbox into seperate variables
Stenzek
2018-10-09
VideoCommon: remove unnecessary floor()
Tillmann Karras
2018-09-01
Revert "ShaderGen: Drop broken fragment shader index workaround for Vulkan"
Pierre Bourdon
[next]