summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2023-01-26Merge pull request #11208 from TellowKrinkle/CPUCullPierre Bourdon
2023-01-25VideoCommon: Explicitly disable fp_contract for CPUCullTellowKrinkle
2023-01-25VideoCommon: Cull vertices on the CPUTellowKrinkle
2023-01-25VideoCommon: Add class for quickly transforming and culling vertices on the CPUTellowKrinkle
2023-01-19Merge pull request #11367 from Sam-Belliveau/lagbegonePierre Bourdon
2023-01-17Merge pull request #11432 from Pokechu22/generic-vertex-loader-test-errorPierre Bourdon
2023-01-14Add VISkipSam Belliveau
2023-01-13VertexLoader: Don't write position_cache if vertex is skippedPokechu22
2023-01-13VertexLoader: Fix loading tangent/binormal caches with NormalIndex3Pokechu22
2023-01-13VertexLoaderTester: Add assertions for position/binormal/tangent cachesPokechu22
2023-01-13VertexLoaderTester: Use asserts instead of logsPokechu22
2023-01-06CoreTiming: Throttle Before Every Event Using ChronoSam Belliveau
2023-01-06PerformanceTracker: Add ownership of m_log_name.Sam Belliveau
2023-01-06PerformanceTracker: Use shared_mutex instead of mutex so multiple threads can...Sam Belliveau
2023-01-06PerformanceMetrics: Fix Line Width Issue on Non HiDPI ScreensSam Belliveau
2023-01-05Merge pull request #11402 from Pokechu22/too-many-indicesMai
2023-01-04IndexGenerator: Fix off-by-one in GetRemainingIndicesPokechu22
2023-01-04IndexGenerator: Add assertion for overflow in GetRemainingIndicesPokechu22
2023-01-04HW/ProcessorInterface: Rename member variables to fit naming convention.Admiral H. Curtiss
2023-01-04HW/ProcessorInterface: Refactor to class, move to Core::System.Admiral H. Curtiss
2023-01-03VertexManagerBase: Move free space check to after the buffer is resetPokechu22
2023-01-03Merge pull request #11386 from Pokechu22/manual-texture-sampling-stereoscopic...Admiral H. Curtiss
2022-12-29VideoCommon: De-globalize GeometryShaderManager class.Admiral H. Curtiss
2022-12-28VideoCommon/VertexShaderManager: Rename private variables.Admiral H. Curtiss
2022-12-28VideoCommon: De-globalize VertexShaderManager class.Admiral H. Curtiss
2022-12-27PixelShaderGen: Clamp texture layer when using manual texture sampling with s...Pokechu22
2022-12-27VideoCommon/PixelShaderManager: Rename s_ variables.Admiral H. Curtiss
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-12-26Fix Speed Counter Sample SizeSam Belliveau
2022-12-23Remove Redundant Access SpecifiersSam Belliveau
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-12-21Replace BitUtils with C++20: Counting ZeroesMinty-Meeo
2022-12-18Common: Use C++20 <bit> header in BitSet.hJosJuice
2022-12-11VideoCommon/PixelEngine: Pass Core::System to methods.Admiral H. Curtiss
2022-12-11VideoCommon/PixelEngine: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-12-10VideoCommon/Fifo: Pass Core::System to methods.Admiral H. Curtiss
2022-12-10VideoCommon/Fifo: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-12-09Core: Add option to force linear texture filtering.Admiral H. Curtiss
2022-12-03HW/Memmap: Refactor Memory to class, move to Core::System.Admiral H. Curtiss
2022-11-29VideoCommon/CommandProcessor: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-11-27CoreTiming: Refactor to class.Admiral H. Curtiss
2022-11-24Merge pull request #11166 from AdmiralCurtiss/mmio-systemMai
2022-11-23Fix build errors related to formatting non-scoped enumsPokechu22
2022-11-23Core/CommandProcessor: Reformat single/dual core dependent MMIO handlers.Admiral H. Curtiss
2022-11-23HW: Pass System to MMIO handlers.Admiral H. Curtiss
2022-11-23Merge pull request #11253 from AdmiralCurtiss/core-timing-events-pass-systemMai
2022-11-23Merge pull request #11298 from Pokechu22/vertexloader-no-DataReaderMai
2022-11-22Fix VertexLoader.cpp using the wrong size for texture matrix indices without ...Pokechu22
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-11-23Improve FPS/VPS Counting and Revamp AppearanceSam Belliveau