gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/d3d12
Seungha Yang 6fcb5f6ae7 d3d12: Add RGB{16,15} and BGR{16,15} format support
d3d12 device can support B5G6R5_UNORM and B5G5R5A1_UNORM formats
in pixel shader. If the format is not supported by device,
U16_UINT format with compute shader will be used, like d3d11converter

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7092>
2024-06-23 22:30:40 +09:00
..
d3d12-prelude.h
gstd3d12-private.h d3d12: Add RGB{16,15} and BGR{16,15} format support 2024-06-23 22:30:40 +09:00
gstd3d12.h d3d12: Add GstD3D12Frame struct and helper method 2024-04-14 09:55:41 +00:00
gstd3d12_fwd.h d3d12: Add GstD3D12Frame struct and helper method 2024-04-14 09:55:41 +00:00
gstd3d12bufferpool.cpp d3d12memory: Fix staging buffer alignment 2024-05-30 10:40:44 +00:00
gstd3d12bufferpool.h
gstd3d12commandallocatorpool.cpp
gstd3d12commandallocatorpool.h
gstd3d12commandlistpool.cpp
gstd3d12commandlistpool.h
gstd3d12commandqueue-private.h d3d12videosink: Add support for window handle update 2024-06-17 16:05:00 +00:00
gstd3d12commandqueue.cpp d3d12commandqueue: Detect device removed event 2024-06-20 00:07:41 +09:00
gstd3d12commandqueue.h d3d12commandqueue: Update API name and arguments 2024-06-19 13:19:47 +00:00
gstd3d12compat.h
gstd3d12converter-builder.cpp d3d12converter: Simplify root signature build 2024-04-08 13:24:20 +00:00
gstd3d12converter-builder.h
gstd3d12converter-pack.cpp d3d12: Add RGB{16,15} and BGR{16,15} format support 2024-06-23 22:30:40 +09:00
gstd3d12converter-pack.h d3d12converter: Fix Y410 conversion 2024-06-23 10:53:18 +00:00
gstd3d12converter-private.h
gstd3d12converter-unpack.cpp d3d12: Add RGB{16,15} and BGR{16,15} format support 2024-06-23 22:30:40 +09:00
gstd3d12converter-unpack.h d3d12: Add support for DXGI native packed YUV formats 2024-06-23 22:11:32 +09:00
gstd3d12converter.cpp d3d12: Add support for DXGI native packed YUV formats 2024-06-23 22:11:32 +09:00
gstd3d12converter.h d3d12converter: Update API signature 2024-06-19 13:19:48 +00:00
gstd3d12descriptorpool.cpp
gstd3d12descriptorpool.h
gstd3d12device-private.h d3d12commandqueue: Update API name and arguments 2024-06-19 13:19:47 +00:00
gstd3d12device.cpp d3d12: Add RGB{16,15} and BGR{16,15} format support 2024-06-23 22:30:40 +09:00
gstd3d12device.h d3d12device: Add helper method for getting fence handle 2024-06-19 13:19:47 +00:00
gstd3d12fencedatapool.cpp d3d12: Remove notify_com and notify_mini_object helper methods 2024-06-19 13:19:47 +00:00
gstd3d12fencedatapool.h d3d12: Remove notify_com and notify_mini_object helper methods 2024-06-19 13:19:47 +00:00
gstd3d12format-private.h d3d12: Format table refactoring 2024-06-23 10:53:18 +00:00
gstd3d12format.cpp d3d12: Add BGRA64 and BGR10A2 format support 2024-06-23 22:30:30 +09:00
gstd3d12format.h d3d12: Format table refactoring 2024-06-23 10:53:18 +00:00
gstd3d12frame.cpp d3d12memory: Add support for UAV descriptor cache 2024-06-23 10:53:18 +00:00
gstd3d12frame.h d3d12memory: Add support for UAV descriptor cache 2024-06-23 10:53:18 +00:00
gstd3d12memory-private.h
gstd3d12memory.cpp d3d12memory: Add support for UAV descriptor cache 2024-06-23 10:53:18 +00:00
gstd3d12memory.h d3d12memory: Add support for UAV descriptor cache 2024-06-23 10:53:18 +00:00
gstd3d12utils.cpp d3d12: Move fence setter helper method to gst-libs 2024-06-19 13:19:48 +00:00
gstd3d12utils.h d3d12: Move fence setter helper method to gst-libs 2024-06-19 13:19:48 +00:00
meson.build d3d12: Add support for DXGI native packed YUV formats 2024-06-23 22:11:32 +09:00