dolphin/Source/Core/VideoCommon
Pokechu22 fe559f3ed3 VideoCommon/Statistics: Require semicolons after statistics macros
This is clearer and reduces IntelliSense problems.
2022-10-29 15:39:41 -07:00
..
GraphicsModSystem VideoCommon: add structures to graphics mods to allow for future adding or removing parameters with less code overhead 2022-10-09 00:00:01 -05:00
AbstractFramebuffer.cpp
AbstractFramebuffer.h
AbstractPipeline.h VideoCommon: Add separate pipeline usage for UberShaders 2022-09-19 16:28:24 -05:00
AbstractShader.h
AbstractStagingTexture.cpp
AbstractStagingTexture.h
AbstractTexture.cpp
AbstractTexture.h
AsyncRequests.cpp Fix crashes in dual core mode on a PI_FIFO_RESET 2022-08-18 13:38:37 -07:00
AsyncRequests.h Fix crashes in dual core mode on a PI_FIFO_RESET 2022-08-18 13:38:37 -07:00
AsyncShaderCompiler.cpp
AsyncShaderCompiler.h
BoundingBox.cpp
BoundingBox.h
BPFunctions.cpp
BPFunctions.h
BPMemory.cpp
BPMemory.h Fifo analyzer: Improve some BP descriptions 2022-08-29 11:10:05 -07:00
BPStructs.cpp VideoCommon: Update EFB peek cache on draw done and tokens 2022-10-01 18:08:38 +02:00
BPStructs.h
CMakeLists.txt VideoCommon: add structures to graphics mods to allow for future adding or removing parameters with less code overhead 2022-10-09 00:00:01 -05:00
CommandProcessor.cpp Common/PointerWrap: Remove DoPOD 2022-10-06 11:25:36 -07:00
CommandProcessor.h
ConstantManager.h VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
CPMemory.cpp Simplify saving CP state 2022-10-09 19:32:59 -07:00
CPMemory.h Simplify saving CP state 2022-10-09 19:32:59 -07:00
DataReader.h
DriverDetails.cpp VideoBackends:Multiple: More GPUs with broken subgroup ops 2022-10-08 04:44:48 -05:00
DriverDetails.h VideoBackends:Multiple: More GPUs with broken subgroup ops 2022-10-08 04:44:48 -05:00
Fifo.cpp VideoCommon: Update EFB peek cache on draw done and tokens 2022-10-01 18:08:38 +02:00
Fifo.h
FPSCounter.cpp Common::Timer: use chrono::steady_clock internally 2022-08-02 22:24:06 -07:00
FPSCounter.h
FramebufferManager.cpp VideoCommon: Update EFB peek cache on draw done and tokens 2022-10-01 18:08:38 +02:00
FramebufferManager.h VideoCommon: Update EFB peek cache on draw done and tokens 2022-10-01 18:08:38 +02:00
FramebufferShaderGen.cpp VideoBackends:Metal: MSAA support 2022-07-21 20:44:19 -05:00
FramebufferShaderGen.h VideoBackends:Metal: MSAA support 2022-07-21 20:44:19 -05:00
FrameDump.cpp
FrameDump.h
FreeLookCamera.cpp
FreeLookCamera.h
GeometryShaderGen.cpp VideoCommon: Move repeated point/line expansion code to ShaderGenCommon 2022-10-22 20:13:24 -05:00
GeometryShaderGen.h
GeometryShaderManager.cpp VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
GeometryShaderManager.h VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
GXPipelineTypes.h VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
HiresTextures_DDSLoader.cpp
HiresTextures.cpp Timer: protect usages of ms timers from rollover 2022-08-02 22:24:06 -07:00
HiresTextures.h
IndexGenerator.cpp VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
IndexGenerator.h VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
LightingShaderGen.cpp
LightingShaderGen.h
LookUpTables.h
NativeVertexFormat.h VideoCommon: Use std::array in PortableVertexDeclaration 2022-09-19 16:28:24 -05:00
NetPlayChatUI.cpp
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp Timer: protect usages of ms timers from rollover 2022-08-02 22:24:06 -07:00
OnScreenDisplay.h
OpcodeDecoding.cpp OpcodeDecoding: Get vertex size from the loader 2022-09-19 01:14:53 +02:00
OpcodeDecoding.h OpcodeDecoding: Get vertex size from the loader 2022-09-19 01:14:53 +02:00
PerfQueryBase.cpp
PerfQueryBase.h
PixelEngine.cpp Common/PointerWrap: Remove DoPOD 2022-10-06 11:25:36 -07:00
PixelEngine.h
PixelShaderGen.cpp Merge pull request #10836 from iwubcode/d3d_uint_fix 2022-10-18 12:12:08 -04:00
PixelShaderGen.h BPMemory: Make TevKSel more clear 2022-08-29 11:10:05 -07:00
PixelShaderManager.cpp
PixelShaderManager.h
PostProcessing.cpp Common::Timer: use chrono::steady_clock internally 2022-08-02 22:24:06 -07:00
PostProcessing.h
RenderBase.cpp VideoCommon: Support hot reloading of VS expand 2022-10-22 20:18:02 -05:00
RenderBase.h
RenderState.cpp
RenderState.h
sfont.inc
ShaderCache.cpp VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
ShaderCache.h VideoCommon: Add separate pipeline usage for UberShaders 2022-09-19 16:28:24 -05:00
ShaderGenCommon.cpp VideoCommon: Move repeated point/line expansion code to ShaderGenCommon 2022-10-22 20:13:24 -05:00
ShaderGenCommon.h VideoCommon: Move repeated point/line expansion code to ShaderGenCommon 2022-10-22 20:13:24 -05:00
Spirv.cpp Merge pull request #10946 from Pokechu22/remove-iLog 2022-08-05 22:42:09 +12:00
Spirv.h
Statistics.cpp VideoCommon: Add statistics for draw done and token commands 2022-09-26 16:19:54 -07:00
Statistics.h VideoCommon/Statistics: Require semicolons after statistics macros 2022-10-29 15:39:41 -07:00
TextureCacheBase.cpp VideoCommon: add structures to graphics mods to allow for future adding or removing parameters with less code overhead 2022-10-09 00:00:01 -05:00
TextureCacheBase.h
TextureConfig.cpp
TextureConfig.h
TextureConversionShader.cpp VideoCommon: Fix OpenGL ES GPU texture decoding 2022-08-20 23:21:23 +02:00
TextureConversionShader.h
TextureConverterShaderGen.cpp
TextureConverterShaderGen.h
TextureDecoder_Common.cpp
TextureDecoder_Generic.cpp
TextureDecoder_Util.h
TextureDecoder_x64.cpp
TextureDecoder.h
TextureInfo.cpp TextureInfo: Reorder members in constructor 2022-08-29 21:16:21 +01:00
TextureInfo.h
TMEM.cpp
TMEM.h
UberShaderCommon.cpp
UberShaderCommon.h
UberShaderPixel.cpp Merge pull request #10836 from iwubcode/d3d_uint_fix 2022-10-18 12:12:08 -04:00
UberShaderPixel.h
UberShaderVertex.cpp VideoCommon: Move repeated point/line expansion code to ShaderGenCommon 2022-10-22 20:13:24 -05:00
UberShaderVertex.h
VertexLoader_Color.cpp VertexLoader: Remove "too many initializer values" workaround functions 2022-10-25 15:29:09 -07:00
VertexLoader_Color.h VertexLoader: Inline GetSize 2022-09-15 12:50:15 +02:00
VertexLoader_Normal.cpp VertexLoader: Inline GetSize 2022-09-15 12:50:15 +02:00
VertexLoader_Normal.h VertexLoader: Inline GetSize 2022-09-15 12:50:15 +02:00
VertexLoader_Position.cpp VertexLoader: Remove "too many initializer values" workaround functions 2022-10-25 15:29:09 -07:00
VertexLoader_Position.h VertexLoader: Inline GetSize 2022-09-15 12:50:15 +02:00
VertexLoader_TextCoord.cpp VertexLoader: Remove "too many initializer values" workaround functions 2022-10-25 15:29:09 -07:00
VertexLoader_TextCoord.h VertexLoader: Inline GetSize 2022-09-15 12:50:15 +02:00
VertexLoader.cpp
VertexLoader.h
VertexLoaderARM64.cpp VertexLoaderARM64: Fix direct normal+tangent+binormal with index3 set 2022-09-18 23:33:24 -07:00
VertexLoaderARM64.h VertexLoaderARM64: Fix direct normal+tangent+binormal with index3 set 2022-09-18 23:33:24 -07:00
VertexLoaderBase.cpp VertexLoader: Optimize GetVertexSize 2022-09-15 02:47:23 +02:00
VertexLoaderBase.h VertexLoader: Optimize GetVertexSize 2022-09-15 02:47:23 +02:00
VertexLoaderManager.cpp VideoCommon: Treat invalid normal count as NormalTangentBinormal 2022-10-24 22:36:43 -07:00
VertexLoaderManager.h VertexLoaderManager: Clean up and slightly speed up with templates 2022-09-19 01:14:49 +02:00
VertexLoaderUtils.h
VertexLoaderX64.cpp VertexLoaderX64: Fix direct normal+tangent+binormal with index3 set 2022-09-18 23:33:23 -07:00
VertexLoaderX64.h VertexLoaderX64: Fix direct normal+tangent+binormal with index3 set 2022-09-18 23:33:23 -07:00
VertexManagerBase.cpp VideoCommon: Support hot reloading of VS expand 2022-10-22 20:18:02 -05:00
VertexManagerBase.h VideoCommon: Support hot reloading of VS expand 2022-10-22 20:18:02 -05:00
VertexShaderGen.cpp VideoCommon: Move repeated point/line expansion code to ShaderGenCommon 2022-10-22 20:13:24 -05:00
VertexShaderGen.h VideoCommon: Add vertex shader point and line expansion 2022-10-22 20:13:24 -05:00
VertexShaderManager.cpp VideoCommon: add structures to graphics mods to allow for future adding or removing parameters with less code overhead 2022-10-09 00:00:01 -05:00
VertexShaderManager.h VideoCommon: Add dynamic vertex loader to ubershaders 2022-09-19 16:28:23 -05:00
VideoBackendBase.cpp VideoCommon: Add reasons for disabled VS expand 2022-10-22 20:18:02 -05:00
VideoBackendBase.h
VideoCommon.h Use __VA_OPT__(, ) __VA_ARGS__ instead of ##__VA_ARGS__ 2022-08-23 12:09:57 -07:00
VideoConfig.cpp Merge pull request #11028 from tellowkrinkle/MetalFixes 2022-10-24 15:22:37 -04:00
VideoConfig.h Merge pull request #11028 from tellowkrinkle/MetalFixes 2022-10-24 15:22:37 -04:00
VideoState.cpp Simplify saving CP state 2022-10-09 19:32:59 -07:00
VideoState.h
XFMemory.cpp
XFMemory.h VideoCommon: Treat invalid normal count as NormalTangentBinormal 2022-10-24 22:36:43 -07:00
XFStructs.cpp Fifo analyzer: Fix various XF mistakes 2022-08-29 11:10:05 -07:00
XFStructs.h