dolphin/Source/Core/VideoCommon
Dentomologist 4c2759f541 XEmitter: Add enum class Jump
Replace the bool parameter force5bytes in J, JMP, and J_CC with an enum
class Jump::Short/Near. Many callers set that parameter to the literal
'true', which was unclear if you didn't already know what it did.
2023-06-12 13:04:18 -07:00
..
Assets VideoCommon: update DirectFilesystemAssetLibrary to not throw exceptions when a file no longer exists 2023-06-08 22:20:52 -05:00
GraphicsModSystem VideoCommon: move custom texture data to assets 2023-06-02 14:07:42 -05:00
AbstractFramebuffer.cpp VideoBackends: add support to allow rendering to multiple output textures 2023-06-03 14:52:31 -05:00
AbstractFramebuffer.h VideoBackends: add support to allow rendering to multiple output textures 2023-06-03 14:52:31 -05:00
AbstractGfx.cpp Don't discard ConfigChanged callback handle 2023-03-06 00:12:26 +13:00
AbstractGfx.h VideoBackends: add support to allow rendering to multiple output textures 2023-06-03 14:52:31 -05:00
AbstractPipeline.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
AbstractShader.h
AbstractStagingTexture.cpp
AbstractStagingTexture.h
AbstractTexture.cpp Merge pull request #11901 from Filoppi/add_texture_types 2023-06-08 15:28:15 +02:00
AbstractTexture.h Add compression option for texture dumps. 2023-06-01 16:01:11 -04:00
AsyncRequests.cpp Lint fixes 2023-02-09 18:36:20 +13:00
AsyncRequests.h
AsyncShaderCompiler.cpp
AsyncShaderCompiler.h
BoundingBox.cpp Move BoundingBox out of RenderBase 2023-01-31 19:41:24 +13:00
BoundingBox.h Move BoundingBox out of RenderBase 2023-01-31 19:41:24 +13:00
BPFunctions.cpp Move UseVertexDepthRange() out of Renderer 2023-02-09 18:36:20 +13:00
BPFunctions.h
BPMemory.cpp
BPMemory.h
BPStructs.cpp HW/VideoInterface: Refactor to class. 2023-03-11 12:50:35 +01:00
BPStructs.h
CMakeLists.txt VideoCommon: add multithreaded asset loader and define a texture asset 2023-06-02 17:31:31 -05:00
CommandProcessor.cpp Merge pull request #11586 from JosJuice/unknown-opcode-msg 2023-06-03 12:53:33 +02:00
CommandProcessor.h VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode(). 2023-04-05 20:09:32 +02:00
ConstantManager.h
Constants.h VideoCommon: add constant value to set the allowed maximum number of pixel samplers 2023-02-10 00:46:11 -06:00
CPMemory.cpp Resolve [-Wclass-memaccess] 2023-04-12 03:59:57 -05:00
CPMemory.h
CPUCull.cpp VideoCommon: Explicitly disable fp_contract for CPUCull 2023-01-25 02:21:56 -06:00
CPUCull.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
CPUCullImpl.h
DataReader.h
DriverDetails.cpp
DriverDetails.h
Fifo.cpp Common: Move FPU-related helpers into Common namespace 2023-03-21 10:58:13 -04:00
Fifo.h VideoCommon: Reword the unknown opcode error message 2023-02-19 16:35:28 +01:00
FramebufferManager.cpp Make sure m_prev_efb_format is initilized 2023-02-09 18:36:20 +13:00
FramebufferManager.h Apply suggestions from code review 2023-02-09 18:36:20 +13:00
FramebufferShaderGen.cpp
FramebufferShaderGen.h
FrameDumper.cpp Fix builds with FFMPEG disabled 2023-02-09 18:36:20 +13:00
FrameDumper.h Apply suggestions from code review 2023-02-09 18:36:20 +13:00
FrameDumpFFMpeg.cpp HW/VideoInterface: Refactor to class. 2023-03-11 12:50:35 +01:00
FrameDumpFFMpeg.h Fix builds with FFMPEG disabled 2023-02-09 18:36:20 +13:00
FreeLookCamera.cpp
FreeLookCamera.h
GeometryShaderGen.cpp VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS) 2023-02-14 18:25:33 +01:00
GeometryShaderGen.h
GeometryShaderManager.cpp
GeometryShaderManager.h
GXPipelineTypes.h VideoCommon: update pipeline version for RenderState change 2023-06-03 14:52:31 -05:00
HiresTextures.cpp Core / VideoCommon: update HiresTexture to use CustomAssetLoader 2023-06-05 16:33:19 -05:00
HiresTextures.h Core / VideoCommon: update HiresTexture to use CustomAssetLoader 2023-06-05 16:33:19 -05:00
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.cpp [[unlikely]] ASSERT 2023-03-02 19:54:15 -06:00
LightingShaderGen.h
LookUpTables.h
NativeVertexFormat.h
NetPlayChatUI.cpp
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OnScreenUI.cpp Insert a more solid abstraction between Qt and Imgui 2023-02-09 18:36:20 +13:00
OnScreenUI.h VideoCommon: Remove unused ShutdownImGui function declaration 2023-02-15 19:20:59 -08:00
OnScreenUIKeyMap.h Insert a more solid abstraction between Qt and Imgui 2023-02-09 18:36:20 +13:00
OpcodeDecoding.cpp VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode(). 2023-04-05 20:09:32 +02:00
OpcodeDecoding.h
PerformanceMetrics.cpp HW/VideoInterface: Refactor to class. 2023-03-11 12:50:35 +01:00
PerformanceMetrics.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
PerformanceTracker.cpp
PerformanceTracker.h
PerfQueryBase.cpp
PerfQueryBase.h Add virtual Initialize() to PerfQueryBase 2023-01-31 19:41:24 +13:00
PixelEngine.cpp Move BoundingBox out of RenderBase 2023-01-31 19:41:24 +13:00
PixelEngine.h
PixelShaderGen.cpp VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS) 2023-02-14 18:25:33 +01:00
PixelShaderGen.h VideoCommon: Better logic op invert approximation 2023-01-30 14:04:37 -06:00
PixelShaderManager.cpp Make sure pixel shaders pick up Initial EFB Scale 2023-02-09 18:36:20 +13:00
PixelShaderManager.h
PostProcessing.cpp Video: Fix Post Process shader options issues 2023-06-08 02:54:46 +03:00
PostProcessing.h
Present.cpp HW/VideoInterface: Refactor to class. 2023-03-11 12:50:35 +01:00
Present.h Hook up Presenter's ConfigChanged function 2023-02-09 18:36:20 +13:00
RenderBase.cpp Move UseVertexDepthRange() out of Renderer 2023-02-09 18:36:20 +13:00
RenderBase.h Cleanup headers 2023-02-09 18:36:20 +13:00
RenderState.cpp VideoBackends: add support to allow rendering to multiple output textures 2023-06-03 14:52:31 -05:00
RenderState.h VideoBackends: add support to allow rendering to multiple output textures 2023-06-03 14:52:31 -05:00
sfont.inc
ShaderCache.cpp Common/LinearDiskCache: Move interface into Common namespace 2023-04-19 09:14:39 -04:00
ShaderCache.h Common/LinearDiskCache: Move interface into Common namespace 2023-04-19 09:14:39 -04:00
ShaderGenCommon.cpp D3D: Restore workaround for erroneous NaN optimization 2023-02-25 16:27:30 -08:00
ShaderGenCommon.h Remove old GCC version workarounds 2023-06-06 22:49:53 -05:00
Spirv.cpp
Spirv.h
Statistics.cpp Apply suggestions from code review 2023-02-09 18:36:20 +13:00
Statistics.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
TextureCacheBase.cpp InputCommon / VideoCommon: remove dynamic input reloading the texture cache, this is no longer needed, assets reload automatically! 2023-06-07 18:30:10 -05:00
TextureCacheBase.h InputCommon / VideoCommon: remove dynamic input reloading the texture cache, this is no longer needed, assets reload automatically! 2023-06-07 18:30:10 -05:00
TextureConfig.cpp
TextureConfig.h Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850) 2023-06-08 03:17:20 +03:00
TextureConversionShader.cpp Common/MathUtil: Move IntLog2 into MathUtil namespace 2023-04-15 03:35:05 -04:00
TextureConversionShader.h
TextureConverterShaderGen.cpp
TextureConverterShaderGen.h
TextureDecoder_Common.cpp TextureDecoder: Fix warning: array subscript has type ‘char’ [-Wchar-subscripts] 2023-02-09 16:23:02 -08:00
TextureDecoder_Generic.cpp
TextureDecoder_Util.h
TextureDecoder_x64.cpp
TextureDecoder.h
TextureInfo.cpp Common/MathUtil: Move IntLog2 into MathUtil namespace 2023-04-15 03:35:05 -04:00
TextureInfo.h
TMEM.cpp
TMEM.h
UberShaderCommon.cpp
UberShaderCommon.h
UberShaderPixel.cpp VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS) 2023-02-14 18:25:33 +01:00
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 VertexLoader: Add more info to m_vertex_size == m_src_ofs assertion 2023-02-12 20:10:38 -08:00
VertexLoaderARM64.h
VertexLoaderBase.cpp VertexLoaderBase: Fix shadowing warning 2023-02-09 16:23:02 -08:00
VertexLoaderBase.h
VertexLoaderManager.cpp Resolve [-Wclass-memaccess] 2023-04-12 03:59:57 -05:00
VertexLoaderManager.h
VertexLoaderUtils.h
VertexLoaderX64.cpp XEmitter: Add enum class Jump 2023-06-12 13:04:18 -07:00
VertexLoaderX64.h
VertexManagerBase.cpp VideoCommon:VertexManagerBase: Only calculate remaining indices once 2023-03-20 20:59:50 +01:00
VertexManagerBase.h Apply suggestions from code review 2023-02-09 18:36:20 +13:00
VertexShaderGen.cpp
VertexShaderGen.h
VertexShaderManager.cpp VideoCommon:VertexShaderManager: Inline SetVertexFormat & UpdateValue/Offset 2023-03-20 20:59:38 +01:00
VertexShaderManager.h VideoCommon:VertexShaderManager: Inline SetVertexFormat & UpdateValue/Offset 2023-03-20 20:59:38 +01:00
VideoBackendBase.cpp VideoCommon: Pass WindowSystemInfo to InitBackendInfo 2023-06-08 22:07:39 -07:00
VideoBackendBase.h VideoCommon: Pass WindowSystemInfo to InitBackendInfo 2023-06-08 22:07:39 -07:00
VideoCommon.h Fix warning about compare sign mismatch 2023-01-31 19:41:23 +13:00
VideoConfig.cpp VideoBackends:Vulkan: Allow loading custom drivers on Android 2023-06-11 13:52:34 +02:00
VideoConfig.h VideoBackends:Vulkan: Allow loading custom drivers on Android 2023-06-11 13:52:34 +02:00
VideoEvents.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
VideoState.cpp Move m_prev_efb_format into FramebufferManager 2023-02-09 18:36:20 +13:00
VideoState.h
Widescreen.cpp Lint fixes 2023-02-09 18:36:20 +13:00
Widescreen.h Apply suggestions from code review 2023-02-09 18:36:20 +13:00
XFMemory.cpp
XFMemory.h
XFStructs.cpp
XFStructs.h