..
GraphicsModSystem
VideoCommon: check whether action was successfully created before adding targets for a graphics mod
2023-05-30 09:32:59 -05:00
AbstractFramebuffer.cpp
AbstractFramebuffer.h
AbstractGfx.cpp
Don't discard ConfigChanged callback handle
2023-03-06 00:12:26 +13:00
AbstractGfx.h
Don't discard ConfigChanged callback handle
2023-03-06 00:12:26 +13:00
AbstractPipeline.h
Fix uninitialized variable warnings (C26495)
2023-02-15 19:18:39 -08:00
AbstractShader.h
AbstractStagingTexture.cpp
AbstractStagingTexture.h
AbstractTexture.cpp
Add compression option for texture dumps.
2023-06-01 16:01:11 -04:00
AbstractTexture.h
Add compression option for texture dumps.
2023-06-01 16:01:11 -04:00
AsyncRequests.cpp
Lint fixes
2023-02-09 18:36:20 +13:00
AsyncRequests.h
AsyncShaderCompiler.cpp
AsyncShaderCompiler.h
BoundingBox.cpp
Move BoundingBox out of RenderBase
2023-01-31 19:41:24 +13:00
BoundingBox.h
Move BoundingBox out of RenderBase
2023-01-31 19:41:24 +13:00
BPFunctions.cpp
Move UseVertexDepthRange() out of Renderer
2023-02-09 18:36:20 +13:00
BPFunctions.h
Resolve GCC Warnings
2022-06-30 15:26:48 -05:00
BPMemory.cpp
BPMemory.h
BPStructs.cpp
HW/VideoInterface: Refactor to class.
2023-03-11 12:50:35 +01:00
BPStructs.h
CMakeLists.txt
VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to use custom texture data
2023-03-01 12:11:04 -06:00
CommandProcessor.cpp
VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode().
2023-04-05 20:09:32 +02:00
CommandProcessor.h
VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode().
2023-04-05 20:09:32 +02:00
ConstantManager.h
Constants.h
VideoCommon: add constant value to set the allowed maximum number of pixel samplers
2023-02-10 00:46:11 -06:00
CPMemory.cpp
Resolve [-Wclass-memaccess]
2023-04-12 03:59:57 -05:00
CPMemory.h
CPUCull.cpp
CPUCull.h
Fix uninitialized variable warnings (C26495)
2023-02-15 19:18:39 -08:00
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
DriverDetails.h
Fifo.cpp
Common: Move FPU-related helpers into Common namespace
2023-03-21 10:58:13 -04:00
Fifo.h
FramebufferManager.cpp
Make sure m_prev_efb_format is initilized
2023-02-09 18:36:20 +13:00
FramebufferManager.h
Apply suggestions from code review
2023-02-09 18:36:20 +13:00
FramebufferShaderGen.cpp
FramebufferShaderGen.h
FrameDumper.cpp
Fix builds with FFMPEG disabled
2023-02-09 18:36:20 +13:00
FrameDumper.h
Apply suggestions from code review
2023-02-09 18:36:20 +13:00
FrameDumpFFMpeg.cpp
HW/VideoInterface: Refactor to class.
2023-03-11 12:50:35 +01:00
FrameDumpFFMpeg.h
Fix builds with FFMPEG disabled
2023-02-09 18:36:20 +13:00
FreeLookCamera.cpp
FreeLookCamera.h
VideoCommon: update Free Look camera's 'FieldOfView' function to 'FieldOfViewMultiplier' to better reflect usage
2021-10-08 18:17:20 -05:00
GeometryShaderGen.cpp
VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)
2023-02-14 18:25:33 +01:00
GeometryShaderGen.h
GeometryShaderManager.cpp
GeometryShaderManager.h
GXPipelineTypes.h
HiresTextures.cpp
VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to use custom texture data
2023-03-01 12:11:04 -06:00
HiresTextures.h
VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to use custom texture data
2023-03-01 12:11:04 -06:00
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.cpp
[[unlikely]] ASSERT
2023-03-02 19:54:15 -06:00
LightingShaderGen.h
LookUpTables.h
NativeVertexFormat.h
NetPlayChatUI.cpp
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OnScreenUI.cpp
Insert a more solid abstraction between Qt and Imgui
2023-02-09 18:36:20 +13:00
OnScreenUI.h
VideoCommon: Remove unused ShutdownImGui function declaration
2023-02-15 19:20:59 -08:00
OnScreenUIKeyMap.h
Insert a more solid abstraction between Qt and Imgui
2023-02-09 18:36:20 +13:00
OpcodeDecoding.cpp
VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode().
2023-04-05 20:09:32 +02:00
OpcodeDecoding.h
PerformanceMetrics.cpp
HW/VideoInterface: Refactor to class.
2023-03-11 12:50:35 +01:00
PerformanceMetrics.h
Fix uninitialized variable warnings (C26495)
2023-02-15 19:18:39 -08:00
PerformanceTracker.cpp
PerformanceTracker.h
PerfQueryBase.cpp
PerfQueryBase.h
PixelEngine.cpp
Move BoundingBox out of RenderBase
2023-01-31 19:41:24 +13:00
PixelEngine.h
PixelShaderGen.cpp
VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)
2023-02-14 18:25:33 +01:00
PixelShaderGen.h
PixelShaderManager.cpp
Make sure pixel shaders pick up Initial EFB Scale
2023-02-09 18:36:20 +13:00
PixelShaderManager.h
PostProcessing.cpp
Common/IniFile: Move interface into Common namespace
2023-04-13 10:19:28 -04:00
PostProcessing.h
Present.cpp
HW/VideoInterface: Refactor to class.
2023-03-11 12:50:35 +01:00
Present.h
Hook up Presenter's ConfigChanged function
2023-02-09 18:36:20 +13:00
RenderBase.cpp
Move UseVertexDepthRange() out of Renderer
2023-02-09 18:36:20 +13:00
RenderBase.h
Cleanup headers
2023-02-09 18:36:20 +13:00
RenderState.cpp
VideoCommon: Clear blend configuration if color/alpha update disabled
2023-02-13 18:22:41 -08:00
RenderState.h
Fix uninitialized variable warnings (C26495)
2023-02-15 19:18:39 -08:00
sfont.inc
ShaderCache.cpp
Common/LinearDiskCache: Move interface into Common namespace
2023-04-19 09:14:39 -04:00
ShaderCache.h
Common/LinearDiskCache: Move interface into Common namespace
2023-04-19 09:14:39 -04:00
ShaderGenCommon.cpp
D3D: Restore workaround for erroneous NaN optimization
2023-02-25 16:27:30 -08:00
ShaderGenCommon.h
VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)
2023-02-14 18:25:33 +01:00
Spirv.cpp
Spirv.h
Statistics.cpp
Apply suggestions from code review
2023-02-09 18:36:20 +13:00
Statistics.h
Fix uninitialized variable warnings (C26495)
2023-02-15 19:18:39 -08:00
TextureCacheBase.cpp
Add compression option for texture dumps.
2023-06-01 16:01:11 -04:00
TextureCacheBase.h
VideoCommon: refactor GetTexture into a separate function for creation, separating the custom texture data path from the game's texture data path
2023-04-08 02:54:00 -05:00
TextureConfig.cpp
TextureConfig.h
TextureConversionShader.cpp
Common/MathUtil: Move IntLog2 into MathUtil namespace
2023-04-15 03:35:05 -04:00
TextureConversionShader.h
TextureConverterShaderGen.cpp
TextureConverterShaderGen.h
TextureDecoder_Common.cpp
TextureDecoder: Fix warning: array subscript has type ‘char’ [-Wchar-subscripts]
2023-02-09 16:23:02 -08:00
TextureDecoder_Generic.cpp
TextureDecoder_Util.h
TextureDecoder_x64.cpp
TextureDecoder.h
TextureInfo.cpp
Common/MathUtil: Move IntLog2 into MathUtil namespace
2023-04-15 03:35:05 -04:00
TextureInfo.h
TMEM.cpp
TMEM.h
UberShaderCommon.cpp
UberShaderCommon.h
UberShaderPixel.cpp
VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)
2023-02-14 18:25:33 +01:00
UberShaderPixel.h
UberShaderVertex.cpp
UberShaderVertex.h
VertexLoader_Color.cpp
VertexLoader_Color.h
VertexLoader_Normal.cpp
VertexLoader_Normal.h
VertexLoader_Position.cpp
VertexLoader_Position.h
VertexLoader_TextCoord.cpp
VertexLoader_TextCoord.h
VertexLoader.cpp
VertexLoader.h
VertexLoaderARM64.cpp
VertexLoader: Add more info to m_vertex_size == m_src_ofs assertion
2023-02-12 20:10:38 -08:00
VertexLoaderARM64.h
VertexLoaderBase.cpp
VertexLoaderBase: Fix shadowing warning
2023-02-09 16:23:02 -08:00
VertexLoaderBase.h
VertexLoaderManager.cpp
Resolve [-Wclass-memaccess]
2023-04-12 03:59:57 -05:00
VertexLoaderManager.h
VertexLoaderUtils.h
VertexLoaderX64.cpp
Common/JitRegister: Move interface into Common namespace
2023-05-02 12:00:05 -04:00
VertexLoaderX64.h
VertexManagerBase.cpp
VideoCommon:VertexManagerBase: Only calculate remaining indices once
2023-03-20 20:59:50 +01:00
VertexManagerBase.h
Apply suggestions from code review
2023-02-09 18:36:20 +13:00
VertexShaderGen.cpp
VertexShaderGen.h
VertexShaderManager.cpp
VideoCommon:VertexShaderManager: Inline SetVertexFormat & UpdateValue/Offset
2023-03-20 20:59:38 +01:00
VertexShaderManager.h
VideoCommon:VertexShaderManager: Inline SetVertexFormat & UpdateValue/Offset
2023-03-20 20:59:38 +01:00
VideoBackendBase.cpp
DolphinAnalytics: Add READS_BOUNDING_BOX game quirk
2023-05-06 17:18:17 -07:00
VideoBackendBase.h
VideoCommon.h
VideoConfig.cpp
Apply suggestions from code review
2023-02-09 18:36:20 +13:00
VideoConfig.h
VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)
2023-02-14 18:25:33 +01:00
VideoEvents.h
Fix uninitialized variable warnings (C26495)
2023-02-15 19:18:39 -08:00
VideoState.cpp
Move m_prev_efb_format into FramebufferManager
2023-02-09 18:36:20 +13:00
VideoState.h
Widescreen.cpp
Lint fixes
2023-02-09 18:36:20 +13:00
Widescreen.h
Apply suggestions from code review
2023-02-09 18:36:20 +13:00
XFMemory.cpp
XFMemory.h
XFStructs.cpp
XFStructs.h