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
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
Age
Commit message (
Expand
)
Author
2023-01-26
Merge pull request #11208 from TellowKrinkle/CPUCull
Pierre Bourdon
2023-01-25
VideoCommon: Explicitly disable fp_contract for CPUCull
TellowKrinkle
2023-01-25
VideoCommon: Cull vertices on the CPU
TellowKrinkle
2023-01-25
VideoCommon: Add class for quickly transforming and culling vertices on the CPU
TellowKrinkle
2023-01-19
Merge pull request #11367 from Sam-Belliveau/lagbegone
Pierre Bourdon
2023-01-17
Merge pull request #11432 from Pokechu22/generic-vertex-loader-test-error
Pierre Bourdon
2023-01-14
Add VISkip
Sam Belliveau
2023-01-13
VertexLoader: Don't write position_cache if vertex is skipped
Pokechu22
2023-01-13
VertexLoader: Fix loading tangent/binormal caches with NormalIndex3
Pokechu22
2023-01-13
VertexLoaderTester: Add assertions for position/binormal/tangent caches
Pokechu22
2023-01-13
VertexLoaderTester: Use asserts instead of logs
Pokechu22
2023-01-06
CoreTiming: Throttle Before Every Event Using Chrono
Sam Belliveau
2023-01-06
PerformanceTracker: Add ownership of m_log_name.
Sam Belliveau
2023-01-06
PerformanceTracker: Use shared_mutex instead of mutex so multiple threads can...
Sam Belliveau
2023-01-06
PerformanceMetrics: Fix Line Width Issue on Non HiDPI Screens
Sam Belliveau
2023-01-05
Merge pull request #11402 from Pokechu22/too-many-indices
Mai
2023-01-04
IndexGenerator: Fix off-by-one in GetRemainingIndices
Pokechu22
2023-01-04
IndexGenerator: Add assertion for overflow in GetRemainingIndices
Pokechu22
2023-01-04
HW/ProcessorInterface: Rename member variables to fit naming convention.
Admiral H. Curtiss
2023-01-04
HW/ProcessorInterface: Refactor to class, move to Core::System.
Admiral H. Curtiss
2023-01-03
VertexManagerBase: Move free space check to after the buffer is reset
Pokechu22
2023-01-03
Merge pull request #11386 from Pokechu22/manual-texture-sampling-stereoscopic...
Admiral H. Curtiss
2022-12-29
VideoCommon: De-globalize GeometryShaderManager class.
Admiral H. Curtiss
2022-12-28
VideoCommon/VertexShaderManager: Rename private variables.
Admiral H. Curtiss
2022-12-28
VideoCommon: De-globalize VertexShaderManager class.
Admiral H. Curtiss
2022-12-27
PixelShaderGen: Clamp texture layer when using manual texture sampling with s...
Pokechu22
2022-12-27
VideoCommon/PixelShaderManager: Rename s_ variables.
Admiral H. Curtiss
2022-12-27
VideoCommon: De-globalize PixelShaderManager class.
Admiral H. Curtiss
2022-12-26
Fix Speed Counter Sample Size
Sam Belliveau
2022-12-23
Remove Redundant Access Specifiers
Sam Belliveau
2022-12-23
New FrameTime/VBlank Analyzer + Graph
Sam Belliveau
2022-12-21
Replace BitUtils with C++20: Counting Zeroes
Minty-Meeo
2022-12-18
Common: Use C++20 <bit> header in BitSet.h
JosJuice
2022-12-11
VideoCommon/PixelEngine: Pass Core::System to methods.
Admiral H. Curtiss
2022-12-11
VideoCommon/PixelEngine: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-12-10
VideoCommon/Fifo: Pass Core::System to methods.
Admiral H. Curtiss
2022-12-10
VideoCommon/Fifo: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-12-09
Core: Add option to force linear texture filtering.
Admiral H. Curtiss
2022-12-03
HW/Memmap: Refactor Memory to class, move to Core::System.
Admiral H. Curtiss
2022-11-29
VideoCommon/CommandProcessor: Refactor to class, move to Core::System.
Admiral H. Curtiss
2022-11-27
CoreTiming: Refactor to class.
Admiral H. Curtiss
2022-11-24
Merge pull request #11166 from AdmiralCurtiss/mmio-system
Mai
2022-11-23
Fix build errors related to formatting non-scoped enums
Pokechu22
2022-11-23
Core/CommandProcessor: Reformat single/dual core dependent MMIO handlers.
Admiral H. Curtiss
2022-11-23
HW: Pass System to MMIO handlers.
Admiral H. Curtiss
2022-11-23
Merge pull request #11253 from AdmiralCurtiss/core-timing-events-pass-system
Mai
2022-11-23
Merge pull request #11298 from Pokechu22/vertexloader-no-DataReader
Mai
2022-11-22
Fix VertexLoader.cpp using the wrong size for texture matrix indices without ...
Pokechu22
2022-11-22
VertexLoader: Eliminate use of DataReader
Pokechu22
2022-11-23
Improve FPS/VPS Counting and Revamp Appearance
Sam Belliveau
[next]