dolphin/Source/Core/VideoCommon
Dentomologist c3d6d2189a Texture Dumping: Show OSD message on startup and when toggled
If texture dumping is enabled, notify the user on emulation startup
using an On Screen Display message.

Also notify the user when texture dumping is toggled.

Addresses https://bugs.dolphin-emu.org/issues/12445.
2024-09-06 13:00:25 -07:00
..
Assets VideoCommon: add ability to serialize a texture asset metadata to json 2024-06-29 14:50:40 -05:00
GraphicsModSystem Use 'contains' method 2024-08-14 22:18:28 +02:00
AbstractFramebuffer.cpp Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
AbstractFramebuffer.h
AbstractGfx.cpp
AbstractGfx.h
AbstractPipeline.h
AbstractShader.h
AbstractStagingTexture.cpp
AbstractStagingTexture.h
AbstractTexture.cpp
AbstractTexture.h
AsyncRequests.cpp
AsyncRequests.h
AsyncShaderCompiler.cpp
AsyncShaderCompiler.h
BoundingBox.cpp
BoundingBox.h
BPFunctions.cpp Remove redundant semicolons 2024-08-20 14:59:54 +02:00
BPFunctions.h
BPMemory.cpp
BPMemory.h
BPStructs.cpp
BPStructs.h
CMakeLists.txt Properly link against xxhash 2024-07-06 16:56:44 -05:00
CommandProcessor.cpp
CommandProcessor.h
ConstantManager.h
Constants.h
CPMemory.cpp
CPMemory.h
CPUCull.cpp
CPUCull.h
CPUCullImpl.h
DataReader.h
DriverDetails.cpp
DriverDetails.h
Fifo.cpp
Fifo.h
FramebufferManager.cpp
FramebufferManager.h
FramebufferShaderGen.cpp
FramebufferShaderGen.h
FrameDumper.cpp
FrameDumper.h
FrameDumpFFMpeg.cpp
FrameDumpFFMpeg.h
FreeLookCamera.cpp
FreeLookCamera.h
GeometryShaderGen.cpp
GeometryShaderGen.h
GeometryShaderManager.cpp
GeometryShaderManager.h
GXPipelineTypes.h
HiresTextures.cpp
HiresTextures.h
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.cpp
LightingShaderGen.h
LookUpTables.h
NativeVertexFormat.h
NetPlayChatUI.cpp
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp Fix margins on icon-only messages 2024-06-15 22:42:35 -04:00
OnScreenDisplay.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
OnScreenUI.cpp Merge pull request #12867 from AdmiralCurtiss/uicommon-dependency 2024-06-21 20:01:44 +02:00
OnScreenUI.h Refactored Challenge Icons to handle icon updates 2024-06-15 07:36:49 -04:00
OnScreenUIKeyMap.h
OpcodeDecoding.cpp
OpcodeDecoding.h VideoCommon: force 32-byte alignment for display list address and size 2024-08-18 05:00:38 +01:00
PerformanceMetrics.cpp
PerformanceMetrics.h
PerformanceTracker.cpp
PerformanceTracker.h
PerfQueryBase.cpp Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
PerfQueryBase.h
PixelEngine.cpp
PixelEngine.h
PixelShaderGen.cpp Merge pull request #12721 from iwubcode/custom_shader_alpha 2024-06-11 21:13:24 -04:00
PixelShaderGen.h
PixelShaderManager.cpp
PixelShaderManager.h
PostProcessing.cpp
PostProcessing.h
Present.cpp Graphics: Adapt aspect ratio when SBS/TAB 3D is used 2024-08-22 07:11:43 +10:00
Present.h
RenderBase.cpp
RenderBase.h
RenderState.cpp
RenderState.h
sfont.inc
ShaderCache.cpp Use 'contains' method 2024-08-15 14:20:16 -07:00
ShaderCache.h
ShaderGenCommon.cpp
ShaderGenCommon.h
Spirv.cpp
Spirv.h
Statistics.cpp
Statistics.h
TextureCacheBase.cpp Use 'contains' method 2024-08-14 22:18:28 +02:00
TextureCacheBase.h VideoCommon: pull texture sampler out of texture cache so that it can be used in other places in the future 2024-06-01 23:21:04 -05:00
TextureConfig.cpp VideoCommon: add texture type to texture config comparison 2024-06-08 14:28:11 -05:00
TextureConfig.h
TextureConversionShader.cpp
TextureConversionShader.h
TextureConverterShaderGen.cpp
TextureConverterShaderGen.h
TextureDecoder_Common.cpp
TextureDecoder_Generic.cpp
TextureDecoder_Util.h
TextureDecoder_x64.cpp
TextureDecoder.h
TextureInfo.cpp
TextureInfo.h
TextureUtils.cpp
TextureUtils.h
TMEM.cpp
TMEM.h
UberShaderCommon.cpp
UberShaderCommon.h
UberShaderPixel.cpp
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
VertexLoaderARM64.h
VertexLoaderBase.cpp Add support for libfmt-11 2024-08-22 16:54:35 +03:00
VertexLoaderBase.h
VertexLoaderManager.cpp
VertexLoaderManager.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
VertexLoaderUtils.h
VertexLoaderX64.cpp
VertexLoaderX64.h
VertexManagerBase.cpp VideoCommon: pull texture sampler out of texture cache so that it can be used in other places in the future 2024-06-01 23:21:04 -05:00
VertexManagerBase.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
VertexShaderGen.cpp
VertexShaderGen.h
VertexShaderManager.cpp
VertexShaderManager.h
VideoBackendBase.cpp Texture Dumping: Show OSD message on startup and when toggled 2024-09-06 13:00:25 -07:00
VideoBackendBase.h
VideoCommon.h
VideoConfig.cpp Graphics: Adapt aspect ratio when SBS/TAB 3D is used 2024-08-22 07:11:43 +10:00
VideoConfig.h Graphics: Adapt aspect ratio when SBS/TAB 3D is used 2024-08-22 07:11:43 +10:00
VideoEvents.h
VideoState.cpp
VideoState.h
Widescreen.cpp
Widescreen.h
XFMemory.cpp
XFMemory.h
XFStateManager.cpp
XFStateManager.h
XFStructs.cpp
XFStructs.h