..
Assets
Merge pull request #12103 from iwubcode/asset_load_system_time
2023-08-18 00:14:29 +02:00
GraphicsModSystem
VideoCommon: call into graphics mods create texture callback, providing additional asset dependencies that trigger the texture to be reloaded
2023-07-02 13:45:09 -05:00
AbstractFramebuffer.cpp
VideoBackends: add support to allow rendering to multiple output textures
2023-06-03 14:52:31 -05:00
AbstractFramebuffer.h
AbstractFramebuffer: Fix Android reorder-ctor warning
2023-08-12 20:48:47 -07:00
AbstractGfx.cpp
Video: implement color correction to match the NTSC and PAL color spaces (and gamma) that GC and Wii targeted.
2023-06-19 01:34:42 +03:00
AbstractGfx.h
VideoBackends: support multiple compute images for some backends (D3D, OGL, Vulkan)
2023-06-28 17:15:31 -05:00
AbstractPipeline.h
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
AsyncRequests.h
AsyncShaderCompiler.cpp
AsyncShaderCompiler.h
BoundingBox.cpp
BoundingBox.h
BPFunctions.cpp
BPFunctions.h
BPMemory.cpp
BPMemory.h
BPStructs.cpp
BPStructs.h
CMakeLists.txt
VideoCommon: add material asset. A material is similar to other graphics engines where it provides data to be used in conjunction with a shader asset to generate a runtime AbstractShader
2023-07-09 12:21:34 -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
VideoBackends: support multiple compute images for some backends (D3D, OGL, Vulkan)
2023-06-28 17:15:31 -05:00
CPMemory.cpp
EnumUtils: Add Common::ToUnderlying
2023-06-17 07:15:33 -05:00
CPMemory.h
Simplify saving CP state
2022-10-09 19:32:59 -07:00
CPUCull.cpp
CPUCull.h
CPUCullImpl.h
DataReader.h
DriverDetails.cpp
Remove out-dated hack of AMD driver issue WRT dual-source blending output index.
2023-08-15 23:58:29 -04:00
DriverDetails.h
Remove out-dated hack of AMD driver issue WRT dual-source blending output index.
2023-08-15 23:58:29 -04:00
Fifo.cpp
Common: Convert BlockingLoop::StopMode to enum class
2023-06-12 17:12:25 -07:00
Fifo.h
FramebufferManager.cpp
FramebufferManager.h
FramebufferShaderGen.cpp
Video: implement color correction to match the NTSC and PAL color spaces (and gamma) that GC and Wii targeted.
2023-06-19 01:34:42 +03:00
FramebufferShaderGen.h
Video: implement color correction to match the NTSC and PAL color spaces (and gamma) that GC and Wii targeted.
2023-06-19 01:34:42 +03:00
FrameDumper.cpp
FrameDumper.h
FrameDumpFFMpeg.cpp
FrameDumpFFMpeg.h
FreeLookCamera.cpp
FreeLookCamera.h
GeometryShaderGen.cpp
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
VideoCommon: Fix std::filesystem::path encoding conversion
2023-08-16 09:56:56 +02:00
HiresTextures.h
Core / VideoCommon: update HiresTexture to use CustomAssetLoader
2023-06-05 16:33:19 -05:00
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.cpp
LightingShaderGen.h
LookUpTables.h
NativeVertexFormat.h
Change unnamed enum in NativeVertexFormat.h to u32
2023-06-17 08:13:57 -05:00
NetPlayChatUI.cpp
VideoCommon: update NetplayChatUI's chat message input to use a hidden label. This avoids an error thrown by imgui
2023-07-29 00:27:07 -05:00
NetPlayChatUI.h
NetPlayGolfUI.cpp
NetPlayGolfUI.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OnScreenUI.cpp
VideoCommon: update imgui to 1.89.7 (and implot to 0.15); fix issues with upgrade; keep the demo code in case someone wants to reference it but don't compile it by enabling 'IMGUI_DISABLE_DEMO_WINDOWS' in config
2023-07-27 11:47:34 -05:00
OnScreenUI.h
VideoCommon: update imgui to 1.89.7 (and implot to 0.15); fix issues with upgrade; keep the demo code in case someone wants to reference it but don't compile it by enabling 'IMGUI_DISABLE_DEMO_WINDOWS' in config
2023-07-27 11:47:34 -05:00
OnScreenUIKeyMap.h
OpcodeDecoding.cpp
VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode().
2023-04-05 20:09:32 +02:00
OpcodeDecoding.h
PerformanceMetrics.cpp
PerformanceMetrics.h
PerformanceTracker.cpp
PerformanceTracker.h
PerfQueryBase.cpp
PerfQueryBase.h
PixelEngine.cpp
PixelEngine.h
PixelShaderGen.cpp
Remove out-dated hack of AMD driver issue WRT dual-source blending output index.
2023-08-15 23:58:29 -04:00
PixelShaderGen.h
PixelShaderManager.cpp
PixelShaderManager.h
PostProcessing.cpp
Video: fix post process shaders with parameters failing to build on OpenGL
2023-08-18 02:00:56 +03:00
PostProcessing.h
Video: fix post process shaders with parameters failing to build on OpenGL
2023-08-18 02:00:56 +03:00
Present.cpp
Video: implement color correction to match the NTSC and PAL color spaces (and gamma) that GC and Wii targeted.
2023-06-19 01:34:42 +03:00
Present.h
RenderBase.cpp
RenderBase.h
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
ShaderGenCommon.h
Remove old GCC version workarounds
2023-06-06 22:49:53 -05:00
Spirv.cpp
Spirv.h
Statistics.cpp
Statistics.h
TextureCacheBase.cpp
VideoCommon: skip the texture dump if the texture is using a custom texture, regardless of whether or not it is loaded yet
2023-07-19 23:44:41 -05:00
TextureCacheBase.h
VideoCommon: skip the texture dump if the texture is using a custom texture, regardless of whether or not it is loaded yet
2023-07-19 23:44:41 -05:00
TextureConfig.cpp
TextureConfig.h
VideoBackends: add support for cube maps for OGL, Vulkan, and D3D
2023-07-21 19:09:40 -05: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_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
EnumUtils: Add Common::ToUnderlying
2023-06-17 07:15:33 -05:00
UberShaderCommon.h
UberShaderPixel.cpp
Remove out-dated hack of AMD driver issue WRT dual-source blending output index.
2023-08-15 23:58:29 -04:00
UberShaderPixel.h
UberShaderVertex.cpp
EnumUtils: Add Common::ToUnderlying
2023-06-17 07:15:33 -05:00
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
VertexLoaderARM64.h
VertexLoaderBase.cpp
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: don't do pointer copies during graphics mod callback iteration
2023-07-02 13:58:07 -05:00
VertexManagerBase.h
VertexShaderGen.cpp
VertexShaderGen.h
VertexShaderManager.cpp
VideoCommon: don't do pointer copies during graphics mod callback iteration
2023-07-02 13:58:07 -05: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
VideoConfig.cpp
Video: implement output resampling (upscaling/downscaling) methods
2023-08-18 02:00:55 +03:00
VideoConfig.h
Video: Improved Tooltips & Bicubic ( #5 )
2023-08-18 02:00:56 +03:00
VideoEvents.h
VideoState.cpp
VideoState.h
Widescreen.cpp
Widescreen.h
XFMemory.cpp
XFMemory.h
XFStructs.cpp
XFStructs.h