dolphin/Source/Core/VideoCommon
JMC47 dcbcfed12a
Merge pull request #14499 from JosJuice/gpu-desync-no-report
Remove "please report it to the developers" from unknown opcode message
2026-03-25 13:31:55 -04:00
..
Assets Remove unused imports 2026-01-25 16:12:15 +01:00
GraphicsModSystem Remove unused imports 2026-01-25 16:12:15 +01:00
Resources c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
AbstractFramebuffer.cpp
AbstractFramebuffer.h
AbstractGfx.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AbstractGfx.h
AbstractPipeline.h
AbstractShader.h VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
AbstractStagingTexture.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AbstractStagingTexture.h
AbstractTexture.cpp
AbstractTexture.h
AsyncRequests.cpp
AsyncRequests.h VideoCommon: Clean up and eliminate the mutex in AsyncRequests using WaitableSPSCQueue. 2025-10-28 17:22:04 -05:00
AsyncShaderCompiler.cpp
AsyncShaderCompiler.h VideoCommon: add method to async shader compiler to clear pending/completed work (used on shutdown), this will in turn clear up any resources that the worker items may have held onto 2025-11-21 01:17:45 -06:00
BoundingBox.cpp
BoundingBox.h
BPFunctions.cpp
BPFunctions.h
BPMemory.cpp
BPMemory.h
BPStructs.cpp
BPStructs.h
CMakeLists.txt
CommandProcessor.cpp Remove "please report it to the developers" from unknown opcode message 2026-03-22 14:23:46 +01:00
CommandProcessor.h
ConstantManager.h
Constants.h
CPMemory.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CPMemory.h
CPUCull.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CPUCull.h
CPUCullImpl.h VideoCommon: Add class for quickly transforming and culling vertices on the CPU 2023-01-25 02:21:56 -06:00
DataReader.h
DriverDetails.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DriverDetails.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
EFBInterface.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
EFBInterface.h
Fifo.cpp
Fifo.h
FramebufferManager.cpp
FramebufferManager.h
FramebufferShaderGen.cpp
FramebufferShaderGen.h
FrameDumper.cpp
FrameDumper.h
FrameDumpFFMpeg.cpp
FrameDumpFFMpeg.h VideoCommon: Limit maximum denominator for MPEG4 2025-05-12 18:54:42 +02:00
FreeLookCamera.cpp
FreeLookCamera.h
GeometryShaderGen.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GeometryShaderGen.h
GeometryShaderManager.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GeometryShaderManager.h
GXPipelineTypes.h
HiresTextures.cpp Clean includes 2026-01-24 16:50:10 +01:00
HiresTextures.h
IndexGenerator.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
IndexGenerator.h VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
LightingShaderGen.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
LightingShaderGen.h VideoCommon: move to a 'process_fragment()' function to simplify custom shaders and provide a direct override of the tev stage logic 2025-03-22 15:22:00 -05:00
LookUpTables.h
NativeVertexFormat.h NativeVertexFormat: Collapse std namespace and mark hash noexcept 2024-01-31 12:37:44 -05:00
NetPlayChatUI.cpp
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OnScreenUI.cpp Move PerformanceMetrics from global variable to System 2026-03-14 16:42:21 +02:00
OnScreenUI.h
OnScreenUIKeyMap.h
OpcodeDecoding.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OpcodeDecoding.h
PerformanceMetrics.cpp Move PerformanceMetrics from global variable to System 2026-03-14 16:42:21 +02:00
PerformanceMetrics.h Move PerformanceMetrics from global variable to System 2026-03-14 16:42:21 +02:00
PerformanceTracker.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PerformanceTracker.h
PerfQueryBase.cpp
PerfQueryBase.h
PipelineUtils.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PipelineUtils.h
PixelEngine.cpp
PixelEngine.h
PixelShaderGen.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PixelShaderGen.h
PixelShaderManager.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
PixelShaderManager.h
PostProcessing.cpp Clean includes 2026-01-24 16:50:10 +01:00
PostProcessing.h
Present.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
Present.h
RenderState.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
RenderState.h
sfont.inc
ShaderCache.cpp
ShaderCache.h Common/LinearDiskCache: Move interface into Common namespace 2023-04-19 09:14:39 -04:00
ShaderCompileUtils.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ShaderCompileUtils.h
ShaderGenCommon.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ShaderGenCommon.h
Spirv.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Spirv.h
Statistics.cpp
Statistics.h
TextureCacheBase.cpp VideoCommon: Fix no mips hack 2026-03-21 00:35:06 -05:00
TextureCacheBase.h VideoCommon: Defer creating TextureInfo 2026-01-18 13:04:06 +01:00
TextureConfig.cpp
TextureConfig.h
TextureConversionShader.cpp
TextureConversionShader.h
TextureConverterShaderGen.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
TextureConverterShaderGen.h Restructure parameters to TetxureConverterShaderGen/TextureConversionShader 2022-07-16 00:07:10 -07:00
TextureDecoder_Common.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
TextureDecoder_Generic.cpp
TextureDecoder_Util.h
TextureDecoder_x64.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
TextureDecoder.h
TextureInfo.cpp VideoCommon: Move TextureInfo getters to header 2026-01-19 19:46:21 +01:00
TextureInfo.h VideoCommon: Move TextureInfo getters to header 2026-01-19 19:46:21 +01:00
TextureUtils.cpp Common/FileSearch: Refactor DoFileSearch 2026-01-24 16:50:10 +01:00
TextureUtils.h
TMEM.cpp
TMEM.h
UberShaderCommon.cpp c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
UberShaderCommon.h VideoCommon: Allow BitfieldExtract in specialized shaders 2021-11-17 20:04:33 -08:00
UberShaderPixel.cpp Merge pull request #14204 from Geotale/update-comment 2026-01-31 15:02:09 -08:00
UberShaderPixel.h
UberShaderVertex.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
UberShaderVertex.h
VertexLoader_Color.cpp
VertexLoader_Color.h
VertexLoader_Normal.cpp
VertexLoader_Normal.h linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
VertexLoader_Position.cpp
VertexLoader_Position.h
VertexLoader_TextCoord.cpp
VertexLoader_TextCoord.h linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
VertexLoader.cpp
VertexLoader.h
VertexLoaderARM64.cpp
VertexLoaderARM64.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderBase.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VertexLoaderBase.h linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
VertexLoaderManager.cpp VertexLoaderManager: Fix crash caused by invalid array base 2026-03-02 13:02:51 -08:00
VertexLoaderManager.h Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07:00
VertexLoaderUtils.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderX64.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VertexLoaderX64.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexManagerBase.cpp VideoCommon: Defer creating TextureInfo 2026-01-18 13:04:06 +01:00
VertexManagerBase.h Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07:00
VertexShaderGen.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
VertexShaderGen.h VideoCommon: move vertex shader gen logic to a 'process_vertex()' function, to eventually allow for custom shaders to override vertex logic 2025-05-24 01:27:58 -05:00
VertexShaderManager.cpp
VertexShaderManager.h VertexShaderManager: Eliminate unnecessary m_viewport_correction member. 2025-03-11 03:55:57 -05:00
VideoBackendBase.cpp
VideoBackendBase.h
VideoCommon.h
VideoConfig.cpp
VideoConfig.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
VideoEvents.h
VideoState.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VideoState.h
Widescreen.cpp
Widescreen.h
XFMemory.cpp
XFMemory.h
XFStateManager.cpp
XFStateManager.h
XFStructs.cpp
XFStructs.h