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
/
VertexManagerBase.cpp
Age
Commit message (
Expand
)
Author
2025-01-01
Simplify `std::find` with `Common::Contains`
mitaclaw
2024-10-19
Merge pull request #12712 from Dentomologist/remove_defined_out_code
Tilka
2024-10-15
Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivial
JosJuice
2024-10-12
Cache normals in addition to binormals and tangents
Pokechu22
2024-10-10
Modernize `std::binary_search` with ranges
mitaclaw
2024-06-01
VideoCommon: pull texture sampler out of texture cache so that it can be used...
iwubcode
2024-04-18
VideoCommon: Show the average projection to viewport ratio in statistics
Jordan Woyak
2024-04-15
Remove defined-out code
Dentomologist
2024-01-31
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
Lioncash
2024-01-31
Migrate SConfig::bWii to System.
Admiral H. Curtiss
2024-01-27
VideoCommon: refactor drawing into its own function
iwubcode
2024-01-26
Merge pull request #12443 from iwubcode/custom_pipeline_action_material_cubemap
Mai
2024-01-04
Core/SystemTimers: Refactor to class, move to System.
Admiral H. Curtiss
2023-12-19
VideoCommon: update custom pipeline action to support a variety of texture sa...
iwubcode
2023-12-18
Merge pull request #12170 from Filoppi/custom_aspect_ratio
Admiral H. Curtiss
2023-12-18
Video: polish aspect ratio related code comments to make it clearer
Filoppi
2023-12-12
VideoCommon: prepare graphics mods for custom shader material data
iwubcode
2023-12-11
VertexManagerBase: Resolve -Wsign-compare warning
Lioncash
2023-11-26
VideoCommon: move xf state management to its own class, so changes can be det...
iwubcode
2023-10-05
VideoCommon: add custom pixel shader constants as a buffer of data to be pass...
iwubcode
2023-09-06
VideoCommon: Expose the widescreen heuristic's standard and widescreen ratio ...
Jordan Woyak
2023-09-05
VertexManagerBase: Allow widecreen heuristic constants to be overriden by oni...
OatmealDome
2023-08-20
VideoCommon: add milliseconds elapsed time value to pixel shaders as a unifor...
iwubcode
2023-08-20
VideoCommon: add custom shader cache to VertexManagerBase, supporting custom ...
iwubcode
2023-07-02
VideoCommon: don't do pointer copies during graphics mod callback iteration
iwubcode
2023-03-20
VideoCommon:VertexManagerBase: Only calculate remaining indices once
Robin Kertels
2023-02-09
Lint fixes
Scott Mansell
2023-01-31
Cleanup headers
Scott Mansell
2023-01-31
Split out everying remaining from Swap
Scott Mansell
2023-01-31
Wire up frame before/after events
Scott Mansell
2023-01-31
Move GraphicsMod out of RenderBase
Scott Mansell
2023-01-31
Move BoundingBox out of RenderBase
Scott Mansell
2023-01-31
Split AbstractGfx out of Renderer
Scott Mansell
2023-01-26
Merge pull request #11208 from TellowKrinkle/CPUCull
Pierre Bourdon
2023-01-25
VideoCommon: Cull vertices on the CPU
TellowKrinkle
2023-01-03
VertexManagerBase: Move free space check to after the buffer is reset
Pokechu22
2022-12-29
VideoCommon: De-globalize GeometryShaderManager class.
Admiral H. Curtiss
2022-12-28
VideoCommon: De-globalize VertexShaderManager class.
Admiral H. Curtiss
2022-12-27
VideoCommon: De-globalize PixelShaderManager class.
Admiral H. Curtiss
2022-10-22
VideoCommon: Support hot reloading of VS expand
TellowKrinkle
2022-10-22
VideoCommon: Add vertex shader point and line expansion
TellowKrinkle
2022-10-09
Simplify saving CP state
Pokechu22
2022-10-09
Include tangent/binormal cache in savestates
Pokechu22
2022-10-09
VideoCommon: add structures to graphics mods to allow for future adding or re...
iwubcode
2022-07-13
Merge pull request #10777 from tellowkrinkle/EFBFlush
JMC47
2022-07-06
VideoCommon: Remember to flush command buffers after multiple EFB copies
TellowKrinkle
2022-06-27
VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexMan...
iwubcode
2022-05-25
Common: Refactor PointerWrap
Dentomologist
2022-04-22
VideoCommon: Handle emboss texgen with only a single normal
Pokechu22
2022-04-22
VertexLoader: Convert count register to remaining register
Pokechu22
[next]