dolphin/Source/Core/VideoCommon
JosJuice 7a33659e7b
Merge pull request #10485 from JosJuice/real-ocol0-logic-ops
Shadergen: Use real_ocol0 workaround for shader logic ops
2022-04-07 21:00:24 +02:00
..
AbstractFramebuffer.cpp
AbstractFramebuffer.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
BPFunctions.h
BPMemory.cpp
BPMemory.h Fix non-constexpr format strings 2022-01-13 11:11:08 -08:00
BPStructs.cpp Refactor OpcodeDecoding and FIFO analyzer to use callbacks 2021-12-18 15:21:36 -08:00
BPStructs.h
CMakeLists.txt
CommandProcessor.cpp CommandProcessor: Add FIFO_BP_LO/HI to directly_mapped_vars 2022-02-15 22:34:31 -08:00
CommandProcessor.h CommandProcessor: Remove redundant GATHER_PIPE_SIZE constant 2022-02-12 16:17:03 -08:00
ConstantManager.h
CPMemory.cpp VideoCommon: Move VertexLoaderManager logic out of CPState 2021-12-18 15:21:48 -08:00
CPMemory.h Fix ambiguous uses of format_to 2022-01-13 11:11:08 -08:00
DataReader.h
DriverDetails.cpp DriverDetails: Disable primitive restart on Adreno 2022-01-28 20:25:18 +01:00
DriverDetails.h VideoCommon: assume the majority of os/drivers support parallel compiling of shaders, we can create bugs if there are issues. Android is assumed buggy 2022-01-04 20:40:07 -06:00
Fifo.cpp VideoCommon/Fifo: Use GPFifo::GATHER_PIPE_SIZE instead of magic 32 2022-02-12 23:38:19 -08:00
Fifo.h
FPSCounter.cpp
FPSCounter.h
FramebufferManager.cpp FramebufferManager: Flush pending EFB pokes in PopulateEFBCache 2022-02-21 13:23:22 -08:00
FramebufferManager.h Make all fmt::formatter constructors constexpr 2022-01-13 11:11:08 -08:00
FramebufferShaderGen.cpp VideoCommon: Remove redundant in qualifiers 2022-03-21 22:16:25 +01:00
FramebufferShaderGen.h
FrameDump.cpp framedump: enable compat with utvideo codec 2022-03-29 17:27:59 -07:00
FrameDump.h
FreeLookCamera.cpp
FreeLookCamera.h
GeometryShaderGen.cpp GeometryShaderGen: Write the layer for every vertex 2022-01-22 12:16:48 -08:00
GeometryShaderGen.h Fix ambiguous uses of format_to 2022-01-13 11:11:08 -08:00
GeometryShaderManager.cpp
GeometryShaderManager.h
GXPipelineTypes.h GXPipelineUid: remove explicit shallow copy where it's the default 2022-01-16 22:34:39 -08:00
HiresTextures_DDSLoader.cpp IOFile: Make origin parameter to Seek() an enum class. 2022-01-29 06:49:21 +01:00
HiresTextures.cpp
HiresTextures.h
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.cpp
LightingShaderGen.h LightingShaderGen: Make s_lighting_struct not inline 2021-12-22 15:17:52 -08:00
LookUpTables.h
NativeVertexFormat.h Eliminate VarType for ComponentFormat 2021-12-18 15:21:48 -08:00
NetPlayChatUI.cpp
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OpcodeDecoding.cpp VideoCommon: Move logging/seen check for unknown opcodes into CommandProcessor 2022-01-22 22:04:15 -08:00
OpcodeDecoding.h VideoCommon: Move logging/seen check for unknown opcodes into CommandProcessor 2022-01-22 22:04:15 -08:00
PerfQueryBase.cpp
PerfQueryBase.h
PixelEngine.cpp Config: Port dual core setting to new config system. 2022-01-09 21:29:11 +01:00
PixelEngine.h
PixelShaderGen.cpp Shadergen: Use real_ocol0 workaround for shader logic ops 2022-02-28 18:32:19 +01:00
PixelShaderGen.h
PixelShaderManager.cpp
PixelShaderManager.h
PostProcessing.cpp VideoCommon: Convert OptionType to enum class 2022-02-17 10:03:08 -08:00
PostProcessing.h VideoCommon: Convert OptionType to enum class 2022-02-17 10:03:08 -08:00
RenderBase.cpp RenderBase: Add call to IMGUI_CHECKVERSION() 2022-03-25 10:24:07 -07:00
RenderBase.h
RenderState.cpp RenderState: Set source and destination alpha factors in logic op workaround 2022-02-07 16:03:22 -05:00
RenderState.h
sfont.inc
ShaderCache.cpp IOFile: Make origin parameter to Seek() an enum class. 2022-01-29 06:49:21 +01:00
ShaderCache.h
ShaderGenCommon.cpp ShaderGenCommon: Add bit for LOD bias 2021-12-28 02:10:39 -05:00
ShaderGenCommon.h ShaderGenCommon: Add missing <functional> include 2022-02-18 06:34:01 -05:00
Statistics.cpp
Statistics.h
TextureCacheBase.cpp Fix copy filter clamping when EFB VRAM copies are disabled 2022-01-29 12:23:32 -08:00
TextureCacheBase.h Fix ambiguous uses of format_to 2022-01-13 11:11:08 -08:00
TextureConfig.cpp
TextureConfig.h
TextureConversionShader.cpp
TextureConversionShader.h
TextureConverterShaderGen.cpp TextureConverterShaderGen: Add missing newline 2022-01-25 13:22:56 -08:00
TextureConverterShaderGen.h Fix ambiguous uses of format_to 2022-01-13 11:11:08 -08:00
TextureDecoder_Common.cpp
TextureDecoder_Generic.cpp
TextureDecoder_Util.h
TextureDecoder_x64.cpp
TextureDecoder.h Make all fmt::formatter constructors constexpr 2022-01-13 11:11:08 -08:00
TextureInfo.cpp
TextureInfo.h
TMEM.cpp
TMEM.h
UberShaderCommon.cpp
UberShaderCommon.h
UberShaderPixel.cpp Shadergen: Use real_ocol0 workaround for shader logic ops 2022-02-28 18:32:19 +01:00
UberShaderPixel.h
UberShaderVertex.cpp
UberShaderVertex.h
VertexLoader_Color.cpp VertexLoader_Color: Use Common::swap24 2021-12-18 15:21:48 -08:00
VertexLoader_Color.h
VertexLoader_Normal.cpp
VertexLoader_Normal.h
VertexLoader_Position.cpp
VertexLoader_Position.h
VertexLoader_TextCoord.cpp
VertexLoader_TextCoord.h
VertexLoader.cpp Common/Assert: Switch to fmt 2022-01-09 12:43:11 -08:00
VertexLoader.h
VertexLoaderARM64.cpp Eliminate VarType for ComponentFormat 2021-12-18 15:21:48 -08:00
VertexLoaderARM64.h
VertexLoaderBase.cpp Treewide: Remove unused inclusions of <cinttypes> 2022-01-09 12:43:11 -08:00
VertexLoaderBase.h
VertexLoaderManager.cpp Eliminate VarType for ComponentFormat 2021-12-18 15:21:48 -08:00
VertexLoaderManager.h VideoCommon: Move VertexLoaderManager logic out of CPState 2021-12-18 15:21:48 -08:00
VertexLoaderUtils.h
VertexLoaderX64.cpp JitRegister: Use fmt 2022-02-16 20:09:38 +00:00
VertexLoaderX64.h
VertexManagerBase.cpp
VertexManagerBase.h
VertexShaderGen.cpp
VertexShaderGen.h
VertexShaderManager.cpp VideoCommon: Move VertexLoaderManager logic out of CPState 2021-12-18 15:21:48 -08:00
VertexShaderManager.h
VideoBackendBase.cpp VideoCommon: Move logging/seen check for unknown opcodes into CommandProcessor 2022-01-22 22:04:15 -08:00
VideoBackendBase.h
VideoCommon.h
VideoConfig.cpp Merge pull request #10346 from iwubcode/fixed_shader_precompile_parallelization 2022-01-06 16:28:15 -05:00
VideoConfig.h VideoConfig: Add flag for whether the system supports setting object names 2022-01-31 01:17:37 -05:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h Fix ambiguous uses of format_to 2022-01-13 11:11:08 -08:00
XFStructs.cpp Fix non-constexpr format strings 2022-01-13 11:11:08 -08:00
XFStructs.h Refactor OpcodeDecoding and FIFO analyzer to use callbacks 2021-12-18 15:21:36 -08:00