Ryujinx/Ryujinx.Graphics.GAL
gdkchan 611bec6e44
Implement DrawTexture functionality (#2747)
* Implement DrawTexture functionality

* Non-NVIDIA support

* Disable some features that should not affect draw texture (slow path)

* Remove space from shader source

* Match 2D engine names

* Fix resolution scale and add missing XML docs

* Disable transform feedback for draw texture fallback
2021-11-10 15:37:49 -03:00
..
Multithreading Implement DrawTexture functionality (#2747) 2021-11-10 15:37:49 -03:00
AddressMode.cs
BlendDescriptor.cs
BlendFactor.cs
BlendOp.cs
BufferHandle.cs
BufferRange.cs
Capabilities.cs Add support for fragment shader interlock (#2768) 2021-10-28 19:53:12 -03:00
ColorF.cs
CompareMode.cs
CompareOp.cs
CounterType.cs
DepthMode.cs
DepthStencilMode.cs
DepthStencilState.cs
DepthTestDescriptor.cs
Extents2D.cs
Extents2DF.cs Implement DrawTexture functionality (#2747) 2021-11-10 15:37:49 -03:00
Face.cs
Format.cs Swap BGR components for 16-bit BGR texture formats (#2567) 2021-08-20 18:26:25 -03:00
FrontFace.cs
ICounterEvent.cs Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime (#2501) 2021-08-27 00:31:29 +02:00
ImageCrop.cs
IndexType.cs
IPipeline.cs Implement DrawTexture functionality (#2747) 2021-11-10 15:37:49 -03:00
IProgram.cs
IRenderer.cs Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime (#2501) 2021-08-27 00:31:29 +02:00
ISampler.cs
IShader.cs
ITexture.cs Return mapped buffer pointer directly for flush, WriteableRegion for textures (#2494) 2021-07-19 19:10:54 -03:00
IWindow.cs Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime (#2501) 2021-08-27 00:31:29 +02:00
LogicalOp.cs
MagFilter.cs
MinFilter.cs
Origin.cs
PolygonMode.cs Initial tessellation shader support (#2534) 2021-10-18 18:38:04 -03:00
PolygonModeMask.cs
PrimitiveTopology.cs
ProgramLinkStatus.cs
RectangleF.cs
Ryujinx.Graphics.GAL.csproj Add a Multithreading layer for the GAL, multi-thread shader compilation at runtime (#2501) 2021-08-27 00:31:29 +02:00
SamplerCreateInfo.cs
ScreenCaptureImageInfo.cs Add Screenshot Feature (#2354) 2021-06-28 22:09:43 +02:00
StencilOp.cs
StencilTestDescriptor.cs
SwizzleComponent.cs
Target.cs
TextureCreateInfo.cs Clamp number of mipmap levels to avoid API errors due to invalid textures (#2808) 2021-11-03 20:58:24 -03:00
TextureReleaseCallback.cs
TransformFeedbackDescriptor.cs
VertexAttribDescriptor.cs
VertexBufferDescriptor.cs
Viewport.cs
ViewportSwizzle.cs