summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderState.cpp
AgeCommit message (Expand)Author
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-01-25OGL: Invalidate tracked state when calling ResetAPIState()Stenzek
2017-10-27Fixed fog, lava, water in Mario Galaxy (and possibly other games) in higher I...Tommaso Checchi
2017-09-11VideoBackends: Move SamplerState to commonStenzek
2017-09-11VideoCommon: Add helpers for generating common render statesStenzek
2017-09-11Renderer: Move cull mode to a rasterization state objectStenzek
2017-09-11Renderer: Move depth state to VideoCommon and seperate from bpmemStenzek
2017-08-21RenderState: Fix incorrect blending factors when removing the color usage.Jules Blok
2017-04-18OGL: Drop BlendingState.ditherStenzek
2017-04-18VideoCommon: Add usedualsrc field to BlendingStateStenzek
2017-01-06BlendState: Use masking as a fastpath for the logic op NO_OP.degasus
2017-01-06VideoCommon: Assembly blending state in a shared state object.degasus