dolphin/Source/Core/VideoCommon
Stenzek 6d0b9b816f VideoCommon: Support dumping frames to images
This is mainly for potential Android fifoci usage, and thus is not
exposed anywhere in the UI. To enable, set DumpFramesAsImages under
Settings in GFX.ini.
2016-11-23 12:07:49 +10:00
..
AsyncRequests.cpp AVIDump: Move CoreTiming into caller. 2016-10-10 12:03:18 +02:00
AsyncRequests.h Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
AVIDump.cpp Renderer: Threaded frame dumping. 2016-11-07 22:11:13 +01:00
AVIDump.h AVIDump: Drop frames which are delayed over a savestate. 2016-11-04 18:39:50 +01:00
BoundingBox.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BoundingBox.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BPFunctions.cpp Core: Remove double newlines at the end of *_LOG messages. 2016-11-02 02:09:33 +00:00
BPFunctions.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BPMemory.cpp VideoCommon: Header cleanup 2016-01-17 20:11:45 -05:00
BPMemory.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
BPStructs.cpp Remove Frameskip 2016-10-08 11:49:51 -05:00
BPStructs.h VideoCommon: Header cleanup 2016-01-17 20:11:45 -05:00
CMakeLists.txt VideoCommon: Fix some warnings. 2016-06-26 23:10:31 +12:00
CommandProcessor.cpp Merge pull request #4245 from aldelaro5/logs-levels-changes 2016-10-02 16:51:44 -04:00
CommandProcessor.h VideoBackends: Merge Initialize and Shutdown functions. 2016-06-26 12:34:59 +02:00
ConstantManager.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CPMemory.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CPMemory.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DataReader.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Debugger.cpp Further fixes to the formatting change. WX sucks. 2016-06-24 12:16:10 +02:00
Debugger.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DriverDetails.cpp DriverDetails: Make the bug identifiers humanly readable. 2016-10-31 15:02:08 +01:00
DriverDetails.h DriverDetails: Make the bug identifiers humanly readable. 2016-10-31 15:02:08 +01:00
Fifo.cpp BlockingLoop: Yield to UI message pump while waiting. 2016-11-11 13:37:02 +01:00
Fifo.h Remove Frameskip 2016-10-08 11:49:51 -05:00
FPSCounter.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
FPSCounter.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
FramebufferManagerBase.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
FramebufferManagerBase.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GeometryShaderGen.cpp DriverDetails: Make the bug identifiers humanly readable. 2016-10-31 15:02:08 +01:00
GeometryShaderGen.h VideoCommon: Make API_TYPE an enum class 2016-07-29 19:20:16 -04:00
GeometryShaderManager.cpp VideoBackends: Merge Initialize and Shutdown functions. 2016-06-26 12:34:59 +02:00
GeometryShaderManager.h VideoBackends: Merge Initialize and Shutdown functions. 2016-06-26 12:34:59 +02:00
HiresTextures.cpp DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
HiresTextures.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ImageWrite.cpp ImageWriter: Don't use inplace alpha truncation. 2016-10-08 12:02:49 +02:00
ImageWrite.h ImageWriter: Don't use inplace alpha truncation. 2016-10-08 12:02:49 +02:00
IndexGenerator.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
IndexGenerator.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
LightingShaderGen.cpp LightingShader: Drop xfmem usage. 2016-10-04 10:13:46 +02:00
LightingShaderGen.h LightingShader: Drop xfmem usage. 2016-10-04 10:13:46 +02:00
LookUpTables.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MainBase.cpp AVIDump: Move CoreTiming into caller. 2016-10-10 12:03:18 +02:00
NativeVertexFormat.h Shader UID change: Only store the two bits of components we need. 2016-06-26 16:13:19 +12:00
OnScreenDisplay.cpp Revert "Merge pull request #4286 from shuffle2/Aestek-clean-osd" 2016-10-15 12:44:37 +02:00
OnScreenDisplay.h Revert "Merge pull request #4286 from shuffle2/Aestek-clean-osd" 2016-10-15 12:44:37 +02:00
OpcodeDecoding.cpp Remove Frameskip 2016-10-08 11:49:51 -05:00
OpcodeDecoding.h VideoBackends: Merge Initialize and Shutdown functions. 2016-06-26 12:34:59 +02:00
PerfQueryBase.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PerfQueryBase.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PixelEngine.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
PixelEngine.h PixelEngine: Delay token updates by events. 2016-08-10 13:24:57 +02:00
PixelShaderGen.cpp PixelShaderGen: Remove unused global variable. 2016-10-31 15:02:08 +01:00
PixelShaderGen.h PixelShaderGen: Add support for dithering. 2016-10-10 14:30:14 +02:00
PixelShaderManager.cpp Core: Remove double newlines at the end of *_LOG messages. 2016-11-02 02:09:33 +00:00
PixelShaderManager.h VideoBackends: Merge Initialize and Shutdown functions. 2016-06-26 12:34:59 +02:00
PostProcessing.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PostProcessing.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
RenderBase.cpp VideoCommon: Support dumping frames to images 2016-11-23 12:07:49 +10:00
RenderBase.h VideoCommon: Support dumping frames to images 2016-11-23 12:07:49 +10:00
SamplerCommon.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
sfont.inc Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
ShaderGenCommon.h VideoCommon: Add a user-defined far clipping plane. 2016-08-15 13:11:28 +02:00
Statistics.cpp VideoCommon: Make API_TYPE an enum class 2016-07-29 19:20:16 -04:00
Statistics.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
TextureCacheBase.cpp DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
TextureCacheBase.h TextureCache: Don't re-use pooled textures within the same frame 2016-10-06 20:23:37 +10:00
TextureConversionShader.cpp VideoCommon: Add APIType entry for Vulkan 2016-10-01 01:09:11 +10:00
TextureConversionShader.h VideoCommon: Make API_TYPE an enum class 2016-07-29 19:20:16 -04:00
TextureDecoder_Common.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
TextureDecoder_Generic.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
TextureDecoder_x64.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
TextureDecoder.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoader_Color.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoader_Color.h VideoCommon: Header cleanup 2016-01-17 20:11:45 -05:00
VertexLoader_Normal.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoader_Normal.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoader_Position.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoader_Position.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoader_TextCoord.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoader_TextCoord.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoader.cpp VertexLoaderJit: Fix out-of-bounds access for zfreeze. 2016-09-17 16:47:12 +02:00
VertexLoader.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoaderARM64.cpp Merge pull request #4210 from degasus/arm 2016-09-27 18:45:14 +02:00
VertexLoaderARM64.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoaderBase.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoaderBase.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoaderManager.cpp Remove Frameskip 2016-10-08 11:49:51 -05:00
VertexLoaderManager.h Remove Frameskip 2016-10-08 11:49:51 -05:00
VertexLoaderUtils.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexLoaderX64.cpp VertexLoaderJit: Fix out-of-bounds access for zfreeze. 2016-09-17 16:47:12 +02:00
VertexLoaderX64.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VertexManagerBase.cpp VertexLoaderJit: Fix out-of-bounds access for zfreeze. 2016-09-17 16:47:12 +02:00
VertexManagerBase.h VertexManagerBase: Make class constants constexpr 2016-10-01 03:37:17 -04:00
VertexShaderGen.cpp VideoCommon: Fix GetInterpolationQualifier calls 2016-10-16 12:48:32 +02:00
VertexShaderGen.h VideoCommon: Make API_TYPE an enum class 2016-07-29 19:20:16 -04:00
VertexShaderManager.cpp Core: Remove double newlines at the end of *_LOG messages. 2016-11-02 02:09:33 +00:00
VertexShaderManager.h VideoBackends: Merge Initialize and Shutdown functions. 2016-06-26 12:34:59 +02:00
VideoBackendBase.cpp Don't build Vulkan video backend on macOS 2016-10-06 16:53:55 -07:00
VideoBackendBase.h AVIDump: Move CoreTiming into caller. 2016-10-10 12:03:18 +02:00
VideoCommon.h VideoCommon: Add APIType entry for Vulkan 2016-10-01 01:09:11 +10:00
VideoCommon.vcxproj VideoCommon: Fix some warnings. 2016-06-26 23:10:31 +12:00
VideoCommon.vcxproj.filters VideoCommon: Fix some warnings. 2016-06-26 23:10:31 +12:00
VideoConfig.cpp VideoCommon: Support dumping frames to images 2016-11-23 12:07:49 +10:00
VideoConfig.h VideoCommon: Support dumping frames to images 2016-11-23 12:07:49 +10:00
VideoState.cpp VertexManagerBase: Get rid of static behavior 2016-08-21 23:30:38 -04:00
VideoState.h VideoBackends: Merge Initialize and Shutdown functions. 2016-06-26 12:34:59 +02:00
XFMemory.cpp VideoCommon: Header cleanup 2016-01-17 20:11:45 -05:00
XFMemory.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
XFStructs.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
XFStructs.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00