Ryujinx/Ryujinx.Graphics.Vulkan
gdkchan 7aa430f1a5
Add support for advanced blend (part 1/2) (#2801)
* Add blend microcode registers

* Add advanced blend support using host extension

* Remove debug message

* Use pre-generated table for blend functions

* XML docs

* Rename AdvancedBlendMode to AdvancedBlendOp for consistency

* Remove redundant code

* Fix some advanced blend related issues on Vulkan

* Formatting
2023-02-19 22:37:37 -03:00
..
MoltenVK
Queries Fix some Vulkan validation errors (#4357) 2023-02-08 14:34:22 +01:00
Shaders Support safe blit on non-2D textures (#4374) 2023-02-07 13:55:59 -03:00
Auto.cs
AutoFlushCounter.cs Vulkan: Flush command buffers for queries less aggressively (#4387) 2023-02-09 02:03:41 +01:00
BackgroundResources.cs
BitMap.cs
BufferHolder.cs
BufferManager.cs vulkan: Clean up MemoryAllocator (#4418) 2023-02-15 07:50:26 +01:00
BufferState.cs
BufferUsageBitmap.cs
CacheByRange.cs
CommandBufferPool.cs
CommandBufferScoped.cs
Constants.cs
DescriptorSetCollection.cs
DescriptorSetManager.cs
DescriptorSetUpdater.cs
DisposableBuffer.cs
DisposableBufferView.cs
DisposableFramebuffer.cs
DisposableImage.cs
DisposableImageView.cs
DisposableMemory.cs
DisposablePipeline.cs
DisposableRenderPass.cs
DisposableSampler.cs
EnumConversion.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
FenceHelper.cs
FenceHolder.cs
FormatCapabilities.cs
FormatConverter.cs
FormatTable.cs
FramebufferParams.cs Implement safe depth-stencil blit using stencil export extension (#4356) 2023-02-06 00:19:31 -03:00
HardwareCapabilities.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
HashTableSlim.cs
HelperShader.cs Support safe blit on non-2D textures (#4374) 2023-02-07 13:55:59 -03:00
IdList.cs
IndexBufferPattern.cs
IndexBufferState.cs
MemoryAllocation.cs
MemoryAllocator.cs vulkan: Clean up MemoryAllocator (#4418) 2023-02-15 07:50:26 +01:00
MemoryAllocatorBlockList.cs
MultiFenceHolder.cs
NativeArray.cs
PersistentFlushBuffer.cs
PipelineBase.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
PipelineConverter.cs vulkan: Respect VK_KHR_portability_subset vertex stride alignment (#4419) 2023-02-15 08:41:48 +00:00
PipelineDynamicState.cs vulkan: Do not call vkCmdSetViewport when viewportCount is 0 (#4406) 2023-02-13 20:32:20 +00:00
PipelineFull.cs Vulkan: Flush command buffers for queries less aggressively (#4387) 2023-02-09 02:03:41 +01:00
PipelineHelperShader.cs
PipelineLayoutCache.cs
PipelineLayoutCacheEntry.cs
PipelineLayoutFactory.cs
PipelineState.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
PipelineUid.cs
Ryujinx.Graphics.Vulkan.csproj
SamplerHolder.cs
SemaphoreHolder.cs
Shader.cs
ShaderCollection.cs
SpecInfo.cs
StagingBuffer.cs
SyncManager.cs
TextureBuffer.cs
TextureCopy.cs
TextureStorage.cs vulkan: Clean up MemoryAllocator (#4418) 2023-02-15 07:50:26 +01:00
TextureView.cs Fix partial updates for textures. (#4401) 2023-02-12 10:30:26 +01:00
Vendor.cs
VertexBufferState.cs
VulkanConfiguration.cs
VulkanException.cs
VulkanInitialization.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
VulkanRenderer.cs Add support for advanced blend (part 1/2) (#2801) 2023-02-19 22:37:37 -03:00
Window.cs Support safe blit on non-2D textures (#4374) 2023-02-07 13:55:59 -03:00
WindowBase.cs