mesa/src/gallium/drivers/d3d12
Jesse Natalie e14beaf05b d3d12: Add helpers to build with correct ABI for MinGW
Reviewed-by: Bill Kristiansen <billkris@microsoft.com>
Reviewed-by: Sil Vilerino <sivileri@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17548>
2022-07-15 16:27:11 +00:00
..
ci d3d12: Implement fence opening and value setting 2022-07-14 03:45:17 +00:00
.clang-format d3d12: Add .clang_format file 2022-05-17 21:02:25 +00:00
D3D12ResourceState.cpp d3d12: Move the D3D12ResourceState code to the gallium driver 2022-04-20 23:45:28 -07:00
D3D12ResourceState.h d3d12: Move shared code that include d3d12 headers into d3d12_common.h 2022-06-03 16:33:00 +00:00
d3d12_batch.cpp d3d12: Implement residency management algorithm 2022-02-10 20:06:15 +00:00
d3d12_batch.h d3d12: Move shared code that include d3d12 headers into d3d12_common.h 2022-06-03 16:33:00 +00:00
d3d12_blit.cpp d3d12: Improve planar resource support to handle video requirements 2022-05-17 21:02:25 +00:00
d3d12_blit.h
d3d12_bufmgr.cpp d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_bufmgr.h d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_cmd_signature.cpp d3d12: Move indirect compute to real indirect dispatches 2022-01-31 13:30:49 -08:00
d3d12_cmd_signature.h d3d12: Move indirect compute to real indirect dispatches 2022-01-31 13:30:49 -08:00
d3d12_common.h d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_compiler.cpp microsoft/compiler: Support gl_Layer 2022-06-15 22:04:00 +00:00
d3d12_compiler.h d3d12: Properly set HS input control point count 2022-06-09 17:08:18 +00:00
d3d12_compute_transforms.cpp d3d12: Cache a modifyable copy of the nir options in d3d12_screen 2022-02-04 00:07:53 +00:00
d3d12_compute_transforms.h d3d12: Move compute transform state save/restore to compute_transforms.cpp 2022-01-31 13:31:22 -08:00
d3d12_context.cpp d3d12: Implement server signal/wait 2022-07-14 03:45:17 +00:00
d3d12_context.h d3d12: Move shared code that include d3d12 headers into d3d12_common.h 2022-06-03 16:33:00 +00:00
d3d12_debug.h
d3d12_descriptor_pool.cpp d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_descriptor_pool.h d3d12: Move shared code that include d3d12 headers into d3d12_common.h 2022-06-03 16:33:00 +00:00
d3d12_draw.cpp d3d12: Fix a couple over-releases from incorrect take-ownership flag 2022-05-02 16:58:20 +00:00
d3d12_dxcore_screen.cpp d3d12: Store the rest of the device IDs in the screen 2022-07-14 03:45:17 +00:00
d3d12_dxgi_screen.cpp d3d12: Store the rest of the device IDs in the screen 2022-07-14 03:45:17 +00:00
d3d12_fence.cpp d3d12: Support importing fences / timeline semaphores 2022-07-14 03:45:17 +00:00
d3d12_fence.h d3d12: Support importing fences / timeline semaphores 2022-07-14 03:45:17 +00:00
d3d12_format.c d3d12: Support B4G4R4A4 format 2022-07-14 03:45:17 +00:00
d3d12_format.h d3d12: Turn d3d12_format.h to include d3d12_common.h 2022-06-23 09:27:06 +00:00
d3d12_gs_variant.cpp d3d12: Handle structs in GS variants 2022-02-04 00:07:53 +00:00
d3d12_lower_image_casts.c d3d12: Handle bitcasting of shader images 2022-01-07 03:31:16 +00:00
d3d12_lower_point_sprite.c d3d12: Enable PIPE_CAP_TGSI_TEXCOORD 2022-01-26 01:31:35 +00:00
d3d12_nir_passes.c d3d12: Use nir_test_mask instead of i2b(iand) 2022-06-30 18:00:32 +00:00
d3d12_nir_passes.h d3d12: Move d3d12_nir_lower_vs_vertex_conversion() to a common place 2022-06-14 17:42:51 +00:00
d3d12_pipeline_state.cpp microsoft/compiler: Support gl_Layer 2022-06-15 22:04:00 +00:00
d3d12_pipeline_state.h d3d12: Move shared code that include d3d12 headers into d3d12_common.h 2022-06-03 16:33:00 +00:00
d3d12_public.h
d3d12_query.cpp d3d12: Forward wait condition from query -> result buffer 2022-02-10 20:06:15 +00:00
d3d12_query.h d3d12: Fix re-enabling predication after temporary disablement 2022-01-14 15:54:33 +00:00
d3d12_residency.cpp d3d12: Add d3d12_promote_to_permanent_residency 2022-05-17 21:02:25 +00:00
d3d12_residency.h d3d12: Add d3d12_promote_to_permanent_residency 2022-05-17 21:02:25 +00:00
d3d12_resource.cpp d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_resource.h d3d12: Support creating memory objects 2022-07-14 03:45:17 +00:00
d3d12_root_signature.cpp d3d12: Support dynamic UBO/SSBO indexing 2022-01-21 23:08:26 +00:00
d3d12_root_signature.h d3d12: Support compute root signatures 2022-01-11 01:36:56 +00:00
d3d12_screen.cpp d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_screen.h d3d12: Compute UUIDs required by external objects extension 2022-07-14 03:45:17 +00:00
d3d12_surface.cpp d3d12: Improve planar resource support to handle video requirements 2022-05-17 21:02:25 +00:00
d3d12_surface.h d3d12: Move shared code that include d3d12 headers into d3d12_common.h 2022-06-03 16:33:00 +00:00
d3d12_tcs_variant.cpp d3d12: Handle structs in TCS variants 2022-02-04 00:07:53 +00:00
d3d12_util.h d3d12: Add video decode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_array_of_textures_dpb_manager.cpp d3d12: Fix debug_printf format strings for cross platform builds 2022-06-29 01:56:39 +00:00
d3d12_video_array_of_textures_dpb_manager.h d3d12: Add video decode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_buffer.cpp d3d12: Remove unnecessary NULL check. 2022-06-01 04:46:27 +00:00
d3d12_video_buffer.h d3d12: Add video decode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_dec.cpp d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_video_dec.h d3d12: Add video decode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_dec_h264.cpp d3d12: Fix debug_printf format strings for cross platform builds 2022-06-29 01:56:39 +00:00
d3d12_video_dec_h264.h d3d12: Add video decode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_dec_references_mgr.cpp d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_video_dec_references_mgr.h d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_video_dpb_storage_manager.h d3d12: Add video decode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_enc.cpp d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
d3d12_video_enc.h d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_enc_h264.cpp d3d12: Fix debug_printf format strings for cross platform builds 2022-06-29 01:56:39 +00:00
d3d12_video_enc_h264.h d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_encoder_bitstream.cpp d3d12: Initialize d3d12_video_encoder_bitstream member m_uiOffset. 2022-05-27 22:14:00 +00:00
d3d12_video_encoder_bitstream.h d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_encoder_bitstream_builder.h d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_encoder_bitstream_builder_h264.cpp d3d12: add missing cmath includes 2022-05-23 14:02:28 +00:00
d3d12_video_encoder_bitstream_builder_h264.h d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_encoder_nalu_writer_h264.cpp d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_encoder_nalu_writer_h264.h d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_encoder_references_manager.h d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_encoder_references_manager_h264.cpp d3d12: MSVC warning around operator precedence causing uint32_t==bool 2022-05-18 09:28:49 -07:00
d3d12_video_encoder_references_manager_h264.h d3d12: Add video encode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_screen.cpp d3d12: Add support for d3d12 video in d3d12_screen 2022-05-17 21:02:25 +00:00
d3d12_video_screen.h d3d12: Move shared code that include d3d12 headers into d3d12_common.h 2022-06-03 16:33:00 +00:00
d3d12_video_texture_array_dpb_manager.cpp d3d12: Fix debug_printf format strings for cross platform builds 2022-06-29 01:56:39 +00:00
d3d12_video_texture_array_dpb_manager.h d3d12: Add video decode implementation of pipe_video_codec 2022-05-17 21:02:25 +00:00
d3d12_video_types.h d3d12: Add helpers to build with correct ABI for MinGW 2022-07-15 16:27:11 +00:00
meson.build d3d12: Compute UUIDs required by external objects extension 2022-07-14 03:45:17 +00:00