dolphin/Source/Core/VideoCommon
OatmealDome 0f037a1af8
Merge pull request #10864 from TellowKrinkle/BetterLogicBlend
VideoCommon: Better logic op invert approximation
2023-01-31 01:55:55 -05:00
..
GraphicsModSystem VideoCommon: call texture load graphics mod hook when Dolphin loads a texture 2022-10-28 19:24:43 -05:00
AbstractFramebuffer.cpp
AbstractFramebuffer.h
AbstractPipeline.h
AbstractShader.h
AbstractStagingTexture.cpp
AbstractStagingTexture.h
AbstractTexture.cpp
AbstractTexture.h
AsyncRequests.cpp VideoCommon/Fifo: Pass Core::System to methods. 2022-12-10 17:16:26 +01:00
AsyncRequests.h
AsyncShaderCompiler.cpp
AsyncShaderCompiler.h
BoundingBox.cpp VideoCommon: De-globalize PixelShaderManager class. 2022-12-27 20:13:24 +01:00
BoundingBox.h VideoCommon: De-globalize PixelShaderManager class. 2022-12-27 20:13:24 +01:00
BPFunctions.cpp
BPFunctions.h
BPMemory.cpp
BPMemory.h
BPStructs.cpp VideoCommon: De-globalize GeometryShaderManager class. 2022-12-29 15:33:19 +01:00
BPStructs.h
CMakeLists.txt VideoCommon: Add class for quickly transforming and culling vertices on the CPU 2023-01-25 02:21:56 -06:00
CommandProcessor.cpp PowerPC: Parametrize LR macro. 2023-01-27 15:22:43 +01:00
CommandProcessor.h VideoCommon/Fifo: Refactor to class, move to Core::System. 2022-12-10 17:16:19 +01:00
ConstantManager.h VideoCommon: Add class for quickly transforming and culling vertices on the CPU 2023-01-25 02:21:56 -06:00
CPMemory.cpp Fix build errors related to formatting non-scoped enums 2022-11-23 13:45:43 -08:00
CPMemory.h
CPUCull.cpp VideoCommon: Explicitly disable fp_contract for CPUCull 2023-01-25 02:21:56 -06:00
CPUCull.h VideoCommon: Add class for quickly transforming and culling vertices on the CPU 2023-01-25 02:21:56 -06: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 VideoCommon/Fifo: Pass Core::System to methods. 2022-12-10 17:16:26 +01:00
Fifo.h VideoCommon/Fifo: Pass Core::System to methods. 2022-12-10 17:16:26 +01:00
FramebufferManager.cpp VideoCommon/FramebufferManager: Rename m_efb_cache_tiles_wide to m_efb_cache_tile_row_stride 2022-11-15 16:04:41 -08:00
FramebufferManager.h VideoCommon/FramebufferManager: Rename m_efb_cache_tiles_wide to m_efb_cache_tile_row_stride 2022-11-15 16:04:41 -08:00
FramebufferShaderGen.cpp Fix build errors related to formatting non-scoped enums 2022-11-23 13:45:43 -08:00
FramebufferShaderGen.h
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: De-globalize GeometryShaderManager class. 2022-12-29 15:33:19 +01:00
GeometryShaderManager.h VideoCommon: De-globalize GeometryShaderManager class. 2022-12-29 15:33:19 +01:00
GXPipelineTypes.h
HiresTextures_DDSLoader.cpp
HiresTextures.cpp
HiresTextures.h
IndexGenerator.cpp IndexGenerator: Fix off-by-one in GetRemainingIndices 2023-01-04 10:42:00 -08:00
IndexGenerator.h
LightingShaderGen.cpp
LightingShaderGen.h
LookUpTables.h
NativeVertexFormat.h VideoCommon: Zero PortableVertexDeclarations on initialization 2022-11-05 02:02:53 -05:00
NetPlayChatUI.cpp
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OpcodeDecoding.cpp VideoCommon: De-globalize VertexShaderManager class. 2022-12-28 15:52:29 +01:00
OpcodeDecoding.h
PerformanceMetrics.cpp Tie Speed to CPU Speed and not VPS 2023-01-29 13:33:48 -05:00
PerformanceMetrics.h Tie Speed to CPU Speed and not VPS 2023-01-29 13:33:48 -05:00
PerformanceTracker.cpp PerformanceTracker: Add ownership of m_log_name. 2023-01-06 20:27:25 +01:00
PerformanceTracker.h PerformanceTracker: Add ownership of m_log_name. 2023-01-06 20:27:25 +01:00
PerfQueryBase.cpp
PerfQueryBase.h
PixelEngine.cpp HW/ProcessorInterface: Refactor to class, move to Core::System. 2023-01-04 03:00:10 +01:00
PixelEngine.h VideoCommon/PixelEngine: Pass Core::System to methods. 2022-12-11 21:57:30 +01:00
PixelShaderGen.cpp VideoCommon: Better logic op invert approximation 2023-01-30 14:04:37 -06:00
PixelShaderGen.h VideoCommon: Better logic op invert approximation 2023-01-30 14:04:37 -06:00
PixelShaderManager.cpp VideoCommon/PixelShaderManager: Rename s_ variables. 2022-12-27 20:20:27 +01:00
PixelShaderManager.h VideoCommon/PixelShaderManager: Rename s_ variables. 2022-12-27 20:20:27 +01:00
PostProcessing.cpp VideoCommon: Don't create pipelines with no render targets 2023-01-29 14:35:23 -06:00
PostProcessing.h
RenderBase.cpp VideoCommon: Don't create pipelines with no render targets 2023-01-29 14:35:23 -06:00
RenderBase.h VideoCommon: De-globalize PixelShaderManager class. 2022-12-27 20:13:24 +01:00
RenderState.cpp VideoCommon: Better logic op invert approximation 2023-01-30 14:04:37 -06:00
RenderState.h VideoCommon: Better logic op invert approximation 2023-01-30 14:04:37 -06:00
sfont.inc
ShaderCache.cpp VideoCommon: Better logic op invert approximation 2023-01-30 14:04:37 -06:00
ShaderCache.h
ShaderGenCommon.cpp PixelShaderGen: Clamp texture layer when using manual texture sampling with stereoscopic 3D 2022-12-27 13:45:13 -08:00
ShaderGenCommon.h VideoCommon: Move repeated point/line expansion code to ShaderGenCommon 2022-10-22 20:13:24 -05:00
Spirv.cpp
Spirv.h
Statistics.cpp
Statistics.h VideoCommon/Statistics: Require semicolons after statistics macros 2022-10-29 15:39:41 -07:00
TextureCacheBase.cpp VideoCommon: De-globalize PixelShaderManager class. 2022-12-27 20:13:24 +01:00
TextureCacheBase.h
TextureConfig.cpp
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 HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
TextureInfo.h
TMEM.cpp
TMEM.h
UberShaderCommon.cpp Fix build errors related to formatting non-scoped enums 2022-11-23 13:45:43 -08:00
UberShaderCommon.h
UberShaderPixel.cpp VideoCommon: Better logic op invert approximation 2023-01-30 14:04:37 -06:00
UberShaderPixel.h
UberShaderVertex.cpp Fix build errors related to formatting non-scoped enums 2022-11-23 13:45:43 -08: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_Normal.cpp VertexLoader: Fix loading tangent/binormal caches with NormalIndex3 2023-01-13 15:38:00 -08:00
VertexLoader_Normal.h
VertexLoader_Position.cpp VertexLoader: Don't write position_cache if vertex is skipped 2023-01-13 15:38:00 -08:00
VertexLoader_Position.h
VertexLoader_TextCoord.cpp VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoader_TextCoord.h
VertexLoader.cpp Fix VertexLoader.cpp using the wrong size for texture matrix indices without a corresponding texture 2022-11-22 17:49:54 -08:00
VertexLoader.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderARM64.cpp VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderARM64.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderBase.cpp VertexLoaderTester: Add assertions for position/binormal/tangent caches 2023-01-13 15:38:00 -08:00
VertexLoaderBase.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderManager.cpp VideoCommon: Cull vertices on the CPU 2023-01-25 02:21:56 -06:00
VertexLoaderManager.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderUtils.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderX64.cpp VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexLoaderX64.h VertexLoader: Eliminate use of DataReader 2022-11-22 17:17:11 -08:00
VertexManagerBase.cpp Merge pull request #11208 from TellowKrinkle/CPUCull 2023-01-26 23:15:23 +01:00
VertexManagerBase.h VideoCommon: Cull vertices on the CPU 2023-01-25 02:21:56 -06:00
VertexShaderGen.cpp Fix build errors related to formatting non-scoped enums 2022-11-23 13:45:43 -08:00
VertexShaderGen.h Fix build errors related to formatting non-scoped enums 2022-11-23 13:45:43 -08:00
VertexShaderManager.cpp VideoCommon: Add class for quickly transforming and culling vertices on the CPU 2023-01-25 02:21:56 -06:00
VertexShaderManager.h VideoCommon: Add class for quickly transforming and culling vertices on the CPU 2023-01-25 02:21:56 -06:00
VideoBackendBase.cpp VideoCommon: De-globalize GeometryShaderManager class. 2022-12-29 15:33:19 +01:00
VideoBackendBase.h
VideoCommon.h Replace BitUtils with C++20: Counting Zeroes 2022-12-21 04:17:00 -06:00
VideoConfig.cpp Merge pull request #11205 from TellowKrinkle/AutoPresent 2023-01-30 09:01:18 +01:00
VideoConfig.h Merge pull request #11205 from TellowKrinkle/AutoPresent 2023-01-30 09:01:18 +01:00
VideoState.cpp VideoCommon: De-globalize GeometryShaderManager class. 2022-12-29 15:33:19 +01:00
VideoState.h
XFMemory.cpp
XFMemory.h VideoCommon: Add class for quickly transforming and culling vertices on the CPU 2023-01-25 02:21:56 -06:00
XFStructs.cpp VideoCommon: De-globalize GeometryShaderManager class. 2022-12-29 15:33:19 +01:00
XFStructs.h