dolphin/Source/Core/VideoCommon
2023-03-06 00:12:26 +13:00
..
GraphicsModSystem VideoCommon: add class to load custom texture data 2023-03-01 11:58:37 -06: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 Split AbstractGfx out of Renderer 2023-01-31 18:46:02 +13:00
AbstractTexture.h VideoBackends: add a way to load data into a specific level AND layer, default to layer 0 2023-01-27 18:46:53 -06: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
BPMemory.cpp
BPMemory.h
BPStructs.cpp Add comment about "end of frame" 2023-02-09 18:36:20 +13: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 CommandProcessor: Fix shadowing warnings 2023-02-09 16:23:02 -08:00
CommandProcessor.h
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 Suppress memcpy writing to an object with no trivial copy-assignment warnings 2023-02-09 16:23:49 -08:00
CPMemory.h
CPUCull.cpp
CPUCull.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
CPUCullImpl.h
DataReader.h
DriverDetails.cpp
DriverDetails.h
Fifo.cpp
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 Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h} 2023-01-31 18:45:29 +13:00
FrameDumpFFMpeg.h Fix builds with FFMPEG disabled 2023-02-09 18:36:20 +13:00
FreeLookCamera.cpp
FreeLookCamera.h
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
OpcodeDecoding.h
PerformanceMetrics.cpp Tie Speed to CPU Speed and not VPS 2023-01-29 13:33:48 -05:00
PerformanceMetrics.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
PerformanceTracker.cpp
PerformanceTracker.h
PerfQueryBase.cpp
PerfQueryBase.h Add virtual Initialize() to PerfQueryBase 2023-01-31 19:41:24 +13:00
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 VideoCommon: Better logic op invert approximation 2023-01-30 14:04:37 -06:00
PixelShaderManager.cpp Make sure pixel shaders pick up Initial EFB Scale 2023-02-09 18:36:20 +13:00
PixelShaderManager.h
PostProcessing.cpp Split AbstractGfx out of Renderer 2023-01-31 18:46:02 +13:00
PostProcessing.h
Present.cpp Software: Fix "Auto-Adjust Window Size" 2023-03-02 11:08:49 -08: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 Suppress memcpy writing to an object with no trivial copy-assignment warnings 2023-02-09 16:23:49 -08:00
ShaderCache.h Apply suggestions from code review 2023-02-09 18:36:20 +13: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 VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to use custom texture data 2023-03-01 12:11:04 -06:00
TextureCacheBase.h TextureCacheBase: Remove unused bitset include 2023-02-09 16:04:48 -08:00
TextureConfig.cpp
TextureConfig.h
TextureConversionShader.cpp [[unlikely]] ASSERT 2023-03-02 19:54:15 -06: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
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 Suppress memcpy writing to an object with no trivial copy-assignment warnings 2023-02-09 16:23:49 -08:00
VertexLoaderManager.h
VertexLoaderUtils.h
VertexLoaderX64.cpp VertexLoader: Add more info to m_vertex_size == m_src_ofs assertion 2023-02-12 20:10:38 -08:00
VertexLoaderX64.h
VertexManagerBase.cpp Lint fixes 2023-02-09 18:36:20 +13:00
VertexManagerBase.h Apply suggestions from code review 2023-02-09 18:36:20 +13:00
VertexShaderGen.cpp
VertexShaderGen.h
VertexShaderManager.cpp Lint fixes 2023-02-09 18:36:20 +13:00
VertexShaderManager.h Lint fixes 2023-02-09 18:36:20 +13:00
VideoBackendBase.cpp Keep Vulkan precedence over OpenGL 2023-02-15 12:22:56 -06:00
VideoBackendBase.h Don't set common globals from Video Backends 2023-01-31 19:41:23 +13:00
VideoCommon.h Fix warning about compare sign mismatch 2023-01-31 19:41:23 +13:00
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