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
/
VertexShaderManager.cpp
Age
Commit message (
Expand
)
Author
2025-10-31
VideoCommon: move global variables out of BPFunctions
iwubcode
2025-07-21
Vulkan: Add support for unrestricted depth range.
CrossVR
2025-03-11
VertexShaderManager: Eliminate unnecessary m_viewport_correction member.
Jordan Woyak
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2024-10-05
Merge pull request #12208 from PatrickFerry/add-vertex-depth-range-case
Jules Blok
2023-11-26
VideoCommon: move xf state management to its own class, so changes can be det...
iwubcode
2023-09-28
Use Vertex Depth Range when zRange Exceeds farZ
Patrick Ferry
2023-07-02
VideoCommon: don't do pointer copies during graphics mod callback iteration
iwubcode
2023-03-20
VideoCommon:VertexShaderManager: Inline SetVertexFormat & UpdateValue/Offset
Robin Kertels
2023-02-09
Lint fixes
Scott Mansell
2023-02-09
Cleanup headers
Scott Mansell
2023-02-09
Move UseVertexDepthRange() out of Renderer
Scott Mansell
2023-02-09
Lint fixes
Scott Mansell
2023-02-09
Move xfb tracking and IR scaling out of RenderBase
Scott Mansell
2023-01-31
Move GraphicsMod out of RenderBase
Scott Mansell
2023-01-25
VideoCommon: Add class for quickly transforming and culling vertices on the CPU
TellowKrinkle
2022-12-28
VideoCommon/VertexShaderManager: Rename private variables.
Admiral H. Curtiss
2022-12-28
VideoCommon: De-globalize VertexShaderManager class.
Admiral H. Curtiss
2022-10-09
VideoCommon: add structures to graphics mods to allow for future adding or re...
iwubcode
2022-09-19
VideoCommon: Use std::array in PortableVertexDeclaration
TellowKrinkle
2022-09-19
VideoCommon: Add dynamic vertex loader to ubershaders
TellowKrinkle
2022-08-04
Sanitize and use increased precision when normalizing light directions
Pokechu22
2022-06-29
VideoCommon: fix projection graphics mod affecting more than the intended dra...
iwubcode
2022-06-27
VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexMan...
iwubcode
2022-05-25
Common: Refactor PointerWrap
Dentomologist
2022-04-16
Implement ImGui window for scissor rectangles
Pokechu22
2022-04-16
VideoCommon: Rework scissor handling
Pokechu22
2022-04-16
VideoCommon: Remove bSupportsOversizedViewports
Pokechu22
2022-04-08
VertexShaderManager: Use g_ActiveConfig.UseVertexRounding()
Pokechu22
2021-12-18
VideoCommon: Move VertexLoaderManager logic out of CPState
Pokechu22
2021-10-08
VideoCommon: update Free Look camera's 'FieldOfView' function to 'FieldOfView...
iwubcode
2021-10-08
Core / VideoCommon: refactor FreeLookCamera to have the underlying controller...
iwubcode
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-09
Hack to hide debug cubes in Super Mario Sunshine
Pokechu22
2021-03-06
Convert XFMemory to BitField and enum class
Pokechu22
2021-03-06
Convert CPMemory to BitField and enum class
Pokechu22
2020-12-24
VideoCommon: Add 'Active' state to FreelookCamera to future proof if we ever ...
iwubcode
2020-12-24
Core / VideoCommon: Remove old Free Look config
iwubcode
2020-11-20
LightingShaderGen: Always calculate lighting for both color channels
Stenzek
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2020-07-04
Merge pull request #8884 from iwubcode/freelook_performance_fix
Connor McLaughlin
2020-07-02
VertexShaderManager: Avoid accessing freelook control type configuration each...
iwubcode
2020-06-25
VideoCommon: Use freelook field of view to change the perspective of the camera
iwubcode
2020-06-17
VideoCommon: Clean freelook camera dirty state when getting the new view
iwubcode
2020-05-03
VideoCommon: remove VertexShaderManager functions instead preferring the dire...
iwubcode
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-06-20
VideoCommon/VertexShaderManager: Use std::array where applicable
Lioncash
2019-06-20
VideoCommon/Statistics: Use std::array for projection values
Lioncash
2019-06-01
Common/CommonFuncs: Remove now-unneccessary ArraySize function
Lioncash
2019-04-17
VideoCommon: Change free-look's middle-mouse action to roll the camera.
Jordan Woyak
[next]