| .. |
|
Assets
|
Merge pull request #12457 from iwubcode/asset_memory_limit
|
2024-02-16 15:46:52 -05:00 |
|
GraphicsModSystem
|
VideoCommon: move factory names to be a static inside each action class, so that they can be reused in the future for serialization
|
2024-02-18 15:45:10 -06:00 |
|
AbstractFramebuffer.cpp
|
|
|
|
AbstractFramebuffer.h
|
AbstractFramebuffer: Fix Android reorder-ctor warning
|
2023-08-12 20:48:47 -07:00 |
|
AbstractGfx.cpp
|
|
|
|
AbstractGfx.h
|
|
|
|
AbstractPipeline.h
|
|
|
|
AbstractShader.h
|
|
|
|
AbstractStagingTexture.cpp
|
|
|
|
AbstractStagingTexture.h
|
|
|
|
AbstractTexture.cpp
|
|
|
|
AbstractTexture.h
|
VideoCommon: move texture dump function out of texture cache to its own free function so it can be used elsewhere. Doing this change may also slightly improve performance of this operation
|
2023-11-26 16:35:03 -06:00 |
|
AsyncRequests.cpp
|
|
|
|
AsyncRequests.h
|
|
|
|
AsyncShaderCompiler.cpp
|
|
|
|
AsyncShaderCompiler.h
|
|
|
|
BoundingBox.cpp
|
VideoCommon: Use std::span for BoundingBox::Write()
|
2023-12-09 16:33:21 -05:00 |
|
BoundingBox.h
|
|
|
|
BPFunctions.cpp
|
|
|
|
BPFunctions.h
|
|
|
|
BPMemory.cpp
|
|
|
|
BPMemory.h
|
|
|
|
BPStructs.cpp
|
VideoCommon/BPStructs: Add a missing bounds check
|
2024-04-20 18:31:08 +02:00 |
|
BPStructs.h
|
|
|
|
CMakeLists.txt
|
|
|
|
CommandProcessor.cpp
|
|
|
|
CommandProcessor.h
|
|
|
|
ConstantManager.h
|
|
|
|
Constants.h
|
|
|
|
CPMemory.cpp
|
|
|
|
CPMemory.h
|
|
|
|
CPUCull.cpp
|
|
|
|
CPUCull.h
|
Fix uninitialized variable warnings (C26495)
|
2023-02-15 19:18:39 -08:00 |
|
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
|
|
|
|
Fifo.cpp
|
|
|
|
Fifo.h
|
|
|
|
FramebufferManager.cpp
|
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
|
2024-01-31 13:12:09 -05:00 |
|
FramebufferManager.h
|
Video: Make the game resolution (within the window) snap to the XFB size if they are within a ~1 pixel treshold on one axis only.
|
2024-02-20 03:09:11 +02:00 |
|
FramebufferShaderGen.cpp
|
|
|
|
FramebufferShaderGen.h
|
|
|
|
FrameDumper.cpp
|
|
|
|
FrameDumper.h
|
|
|
|
FrameDumpFFMpeg.cpp
|
|
|
|
FrameDumpFFMpeg.h
|
|
|
|
FreeLookCamera.cpp
|
Common: Refactor PointerWrap
|
2022-05-25 13:06:41 -07:00 |
|
FreeLookCamera.h
|
|
|
|
GeometryShaderGen.cpp
|
VideoBackends / VideoCommon: add new uniform buffer object for custom shader materials (slot 3, geometry shader buffer moves to slot 4 if available)
|
2023-10-06 02:17:42 -05:00 |
|
GeometryShaderGen.h
|
Fix ambiguous uses of format_to
|
2022-01-13 11:11:08 -08:00 |
|
GeometryShaderManager.cpp
|
|
|
|
GeometryShaderManager.h
|
|
|
|
GXPipelineTypes.h
|
|
|
|
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: Resolve -Wshadow warnings
|
2023-12-12 16:55:06 -05:00 |
|
LightingShaderGen.h
|
|
|
|
LookUpTables.h
|
|
|
|
NativeVertexFormat.h
|
|
|
|
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
|
treewide: convert GPLv2+ license info to SPDX tags
|
2021-07-05 04:35:56 +02:00 |
|
NetPlayGolfUI.h
|
|
|
|
OnScreenDisplay.cpp
|
VideoBackends / VideoCommon: add type enum to dictate whether a texture is a 2D texture, a texture array, or a cube map; support 2D texture type across backends
|
2023-12-15 11:06:02 -06:00 |
|
OnScreenDisplay.h
|
|
|
|
OnScreenUI.cpp
|
VideoCommon: Only show input count when recording
|
2024-04-26 20:06:57 -04:00 |
|
OnScreenUI.h
|
|
|
|
OnScreenUIKeyMap.h
|
|
|
|
OpcodeDecoding.cpp
|
VideoCommon: Remove calls to GetPointer
|
2024-04-09 21:08:57 +02:00 |
|
OpcodeDecoding.h
|
|
|
|
PerformanceMetrics.cpp
|
|
|
|
PerformanceMetrics.h
|
|
|
|
PerformanceTracker.cpp
|
PerformanceTracker: Add ownership of m_log_name.
|
2023-01-06 20:27:25 +01:00 |
|
PerformanceTracker.h
|
|
|
|
PerfQueryBase.cpp
|
|
|
|
PerfQueryBase.h
|
|
|
|
PixelEngine.cpp
|
|
|
|
PixelEngine.h
|
VideoCommon/PixelEngine: Passthrough system instance in constructor
|
2023-12-22 14:19:26 -05:00 |
|
PixelShaderGen.cpp
|
|
|
|
PixelShaderGen.h
|
|
|
|
PixelShaderManager.cpp
|
|
|
|
PixelShaderManager.h
|
|
|
|
PostProcessing.cpp
|
PostProcessing: Don't potentially leak memory in BlitFromTexture()
|
2024-01-23 13:34:40 -05:00 |
|
PostProcessing.h
|
|
|
|
Present.cpp
|
Merge pull request #12698 from iwubcode/xfb_copy_hash_in_present
|
2024-04-18 17:11:49 +02:00 |
|
Present.h
|
Video: split frame dumping settings into 3 resolution dumping modes
|
2024-04-08 22:54:45 +03: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
|
|
|
|
RenderState.h
|
|
|
|
sfont.inc
|
|
|
|
ShaderCache.cpp
|
VideoCommon/Statistics: Remove global system accessor from s_after_frame_event
|
2024-01-31 13:12:09 -05:00 |
|
ShaderCache.h
|
|
|
|
ShaderGenCommon.cpp
|
VideoCommon: Fix custom shader constants on GLES
|
2023-08-22 19:38:18 +02:00 |
|
ShaderGenCommon.h
|
|
|
|
Spirv.cpp
|
|
|
|
Spirv.h
|
|
|
|
Statistics.cpp
|
|
|
|
Statistics.h
|
|
|
|
TextureCacheBase.cpp
|
|
|
|
TextureCacheBase.h
|
|
|
|
TextureConfig.cpp
|
Treewide: Adjust order of includes
|
2021-12-10 14:49:57 -08:00 |
|
TextureConfig.h
|
|
|
|
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
|
|
|
|
TextureInfo.h
|
|
|
|
TextureUtils.cpp
|
|
|
|
TextureUtils.h
|
|
|
|
TMEM.cpp
|
|
|
|
TMEM.h
|
|
|
|
UberShaderCommon.cpp
|
|
|
|
UberShaderCommon.h
|
|
|
|
UberShaderPixel.cpp
|
|
|
|
UberShaderPixel.h
|
|
|
|
UberShaderVertex.cpp
|
VideoCommon: Fix VS point/line on older GLSL
|
2023-10-24 23:18:01 -05:00 |
|
UberShaderVertex.h
|
|
|
|
VertexLoader_Color.cpp
|
|
|
|
VertexLoader_Color.h
|
|
|
|
VertexLoader_Normal.cpp
|
Fix out of bounds accesses for invalid vertex component formats
|
2024-04-04 12:50:34 -07:00 |
|
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: Fix shadowing warning
|
2023-02-09 16:23:02 -08:00 |
|
VertexLoaderBase.h
|
|
|
|
VertexLoaderManager.cpp
|
|
|
|
VertexLoaderManager.h
|
|
|
|
VertexLoaderUtils.h
|
|
|
|
VertexLoaderX64.cpp
|
|
|
|
VertexLoaderX64.h
|
|
|
|
VertexManagerBase.cpp
|
|
|
|
VertexManagerBase.h
|
|
|
|
VertexShaderGen.cpp
|
|
|
|
VertexShaderGen.h
|
|
|
|
VertexShaderManager.cpp
|
VideoCommon: move xf state management to its own class, so changes can be detected in places other than VertexShaderManager
|
2023-11-26 16:27:26 -06:00 |
|
VertexShaderManager.h
|
|
|
|
VideoBackendBase.cpp
|
VideoCommon: Use GetSpanForAddress safely in texture decoding
|
2024-04-20 18:31:08 +02:00 |
|
VideoBackendBase.h
|
|
|
|
VideoCommon.h
|
|
|
|
VideoConfig.cpp
|
Video: split frame dumping settings into 3 resolution dumping modes
|
2024-04-08 22:54:45 +03:00 |
|
VideoConfig.h
|
VideoConfig: Adjust FrameDumpResolutionType enum class to style guidelines
|
2024-04-13 03:21:39 +02:00 |
|
VideoEvents.h
|
|
|
|
VideoState.cpp
|
|
|
|
VideoState.h
|
|
|
|
Widescreen.cpp
|
VideoCommon: Show the average projection to viewport ratio in statistics
|
2024-04-18 14:45:28 -05:00 |
|
Widescreen.h
|
Video: update widescreen heuristic code to never get stuck to specific old values when changing settings
|
2024-02-20 22:26:19 +02:00 |
|
XFMemory.cpp
|
treewide: convert GPLv2+ license info to SPDX tags
|
2021-07-05 04:35:56 +02:00 |
|
XFMemory.h
|
|
|
|
XFStateManager.cpp
|
VideoCommon: move xf state management to its own class, so changes can be detected in places other than VertexShaderManager
|
2023-11-26 16:27:26 -06:00 |
|
XFStateManager.h
|
|
|
|
XFStructs.cpp
|
|
|
|
XFStructs.h
|
|
|