.. |
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
|
VideoCommon: Rework scissor handling
|
2022-04-16 10:26:11 -07:00 |
BPFunctions.h
|
Implement ImGui window for scissor rectangles
|
2022-04-16 12:35:00 -07:00 |
BPMemory.cpp
|
|
|
BPMemory.h
|
fmt: fix 'ambigous overload' error
|
2022-05-10 19:19:52 -07:00 |
BPStructs.cpp
|
VideoCommon: Rework scissor handling
|
2022-04-16 10:26:11 -07: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
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
CPMemory.cpp
|
Common/PointerWrap: Hide internals.
|
2022-04-18 03:41:14 +02:00 |
CPMemory.h
|
|
|
DataReader.h
|
|
|
DriverDetails.cpp
|
DriverDetails: Add broken discard with early-Z bug on Apple Silicon GPUs
|
2022-04-20 14:56:34 -04:00 |
DriverDetails.h
|
DriverDetails: Add broken discard with early-Z bug on Apple Silicon GPUs
|
2022-04-20 14:56:34 -04:00 |
Fifo.cpp
|
Common/PointerWrap: Hide internals.
|
2022-04-18 03:41:14 +02: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
|
|
|
FramebufferShaderGen.cpp
|
VideoCommon: Remove redundant in qualifiers
|
2022-03-21 22:16:25 +01:00 |
FramebufferShaderGen.h
|
|
|
FrameDump.cpp
|
Merge pull request #10571 from AdmiralCurtiss/ffmpeg-custom-pix-fmt
|
2022-04-09 14:19:39 -04:00 |
FrameDump.h
|
|
|
FreeLookCamera.cpp
|
Common/PointerWrap: Hide internals.
|
2022-04-18 03:41:14 +02:00 |
FreeLookCamera.h
|
|
|
GeometryShaderGen.cpp
|
GeometryShaderGen: Write the layer for every vertex
|
2022-01-22 12:16:48 -08:00 |
GeometryShaderGen.h
|
|
|
GeometryShaderManager.cpp
|
|
|
GeometryShaderManager.h
|
|
|
GXPipelineTypes.h
|
|
|
HiresTextures.cpp
|
|
|
HiresTextures.h
|
|
|
HiresTextures_DDSLoader.cpp
|
IOFile: Make origin parameter to Seek() an enum class.
|
2022-01-29 06:49:21 +01:00 |
IndexGenerator.cpp
|
|
|
IndexGenerator.h
|
|
|
LightingShaderGen.cpp
|
VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormal
|
2022-04-22 16:54:36 -07:00 |
LightingShaderGen.h
|
|
|
LookUpTables.h
|
|
|
NativeVertexFormat.h
|
VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormal
|
2022-04-22 16:54:36 -07: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
|
PixelEngine: Convert to BitField and enum class
|
2022-03-29 15:34:43 -07:00 |
PixelEngine.h
|
PixelEngine: Convert to BitField and enum class
|
2022-03-29 15:34:43 -07:00 |
PixelShaderGen.cpp
|
Merge pull request #10290 from OatmealDome/m1-earlyz-bug
|
2022-04-24 13:30:04 -04: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
|
Implement ImGui window for scissor rectangles
|
2022-04-16 12:35:00 -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.h
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
Statistics.cpp
|
Implement ImGui window for scissor rectangles
|
2022-04-16 12:35:00 -07:00 |
Statistics.h
|
Implement ImGui window for scissor rectangles
|
2022-04-16 12:35:00 -07:00 |
TextureCacheBase.cpp
|
TextureCacheBase: Don't log error while measuring state size.
|
2022-04-26 21:26:42 +02:00 |
TextureCacheBase.h
|
|
|
TextureConfig.cpp
|
|
|
TextureConfig.h
|
|
|
TextureConversionShader.cpp
|
|
|
TextureConversionShader.h
|
|
|
TextureConverterShaderGen.cpp
|
TextureConverterShaderGen: Add missing newline
|
2022-01-25 13:22:56 -08:00 |
TextureConverterShaderGen.h
|
|
|
TextureDecoder.h
|
|
|
TextureDecoder_Common.cpp
|
|
|
TextureDecoder_Generic.cpp
|
|
|
TextureDecoder_Util.h
|
|
|
TextureDecoder_x64.cpp
|
|
|
TextureInfo.cpp
|
|
|
TextureInfo.h
|
|
|
TMEM.cpp
|
|
|
TMEM.h
|
|
|
UberShaderCommon.cpp
|
|
|
UberShaderCommon.h
|
|
|
UberShaderPixel.cpp
|
DriverDetails: Add broken discard with early-Z bug on Apple Silicon GPUs
|
2022-04-20 14:56:34 -04:00 |
UberShaderPixel.h
|
|
|
UberShaderVertex.cpp
|
VideoCommon: Add comment explaining why only the first normal gets normalized
|
2022-04-22 16:54:38 -07:00 |
UberShaderVertex.h
|
|
|
VertexLoader.cpp
|
VertexLoader: Convert count register to remaining register
|
2022-04-22 16:54:38 -07:00 |
VertexLoader.h
|
VertexLoader: Convert count register to remaining register
|
2022-04-22 16:54:38 -07:00 |
VertexLoader_Color.cpp
|
|
|
VertexLoader_Color.h
|
|
|
VertexLoader_Normal.cpp
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
VertexLoader_Normal.h
|
|
|
VertexLoader_Position.cpp
|
VertexLoader: Convert count register to remaining register
|
2022-04-22 16:54:38 -07:00 |
VertexLoader_Position.h
|
|
|
VertexLoader_TextCoord.cpp
|
|
|
VertexLoader_TextCoord.h
|
|
|
VertexLoaderARM64.cpp
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
VertexLoaderARM64.h
|
|
|
VertexLoaderBase.cpp
|
VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormal
|
2022-04-22 16:54:36 -07:00 |
VertexLoaderBase.h
|
|
|
VertexLoaderManager.cpp
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
VertexLoaderManager.h
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
VertexLoaderUtils.h
|
|
|
VertexLoaderX64.cpp
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
VertexLoaderX64.h
|
|
|
VertexManagerBase.cpp
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
VertexManagerBase.h
|
VideoCommon: Handle emboss texgen with only a single normal
|
2022-04-22 16:54:38 -07:00 |
VertexShaderGen.cpp
|
VideoCommon: Add comment explaining why only the first normal gets normalized
|
2022-04-22 16:54:38 -07:00 |
VertexShaderGen.h
|
VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormal
|
2022-04-22 16:54:36 -07:00 |
VertexShaderManager.cpp
|
Implement ImGui window for scissor rectangles
|
2022-04-16 12:35:00 -07: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
|
Implement ImGui window for scissor rectangles
|
2022-04-16 12:35:00 -07:00 |
VideoConfig.h
|
Implement ImGui window for scissor rectangles
|
2022-04-16 12:35:00 -07:00 |
VideoState.cpp
|
|
|
VideoState.h
|
|
|
XFMemory.cpp
|
|
|
XFMemory.h
|
XFMemory: Rename hostinfo to invtxspec
|
2022-05-18 14:43:14 -07:00 |
XFStructs.cpp
|
|
|
XFStructs.h
|
|
|