Lines Matching full:dzn

628 - dzn: Compile-test the driver
629 - dzn: Add Missing return type to dzn_translate_sampler_filter()
630 - dzn: Remove the dzn_cmd_exec_functions file
631 - dzn: Make a bunch of functions private
632 - dzn: Fix alpha blend factor translation
633 - dzn: Properly support static blend constants
634 - dzn: Pass a NULL ralloc context to dxil_create_validator()
635 - dzn: Fix pipeline creation when rasterization is disabled
636 - dzn: Fix dzn_translate_viewport() when height < 0
637 - dzn: Don't crash when EndCommandBuffer() returns an error
638 - dzn: Align the default case in dzn_image_view_prepare_dsv_desc()
639 - dzn: Replace C++ references by pointers
640 - dzn: Fix dzn_image_get_rtv_desc() for 3D views
641 - dzn: Support 2Darray views on 3D images for color attachments
642 - dzn: Fix 3D <-> 2D image copies
643 - dzn: Return a valid imageFormatProperties.maxMipLevels
644 - dzn: Make sure the properties are all zero when the format is not supported
645 - dzn: Set bufferFeatures to zero on depth/stencil formats
646 - dzn: 3D array images don't exist
647 - dzn: Get rid of dzn_GetPhysicalDeviceFeatures()
648 - dzn: Get rid of dzn_GetPhysicalDeviceProperties()
649 - dzn: Force sampleCounts to 1 for bgra4 images
650 - dzn: Check image view usage instead of image usage when creating an image view
651 - dzn: Drop extra blank line in dzn_CmdCopyImage2()
653 - dzn: Lower partial copy of multisample resources to blits
654 - dzn: Fix 2D <-> 3D blits
655 - dzn: Support independent depth/stencil access
656 - dzn: Fix loop condition in dzn_descriptor_set_copy()
657 - dzn: Pass the right type to CreateCommandList() in the reset path
658 - dzn: Add missing VKAPI_{ATTR,CALL} specifiers to BeginCommandBuffer()
659 - dzn: Pass the dzn_event pointer to _mesa_hash_table_insert()
660 - dzn: Fix the STATIC_ASSERT() in dzn_meta_blits_get_context()
1322 - dzn: use dxil_validator
1324 - dzn: remove needless using
1325 - dzn: remove unused struct
1326 - dzn: drop needless includes
1327 - dzn: add D3D12_IGNORE_SDK_LAYERS define
1328 - dzn: fixup indent
1329 - dzn: remove unused variable
1330 - dzn: drop unused header
1331 - dzn: drop incorrect return statement
1332 - dzn: drop unused include
1333 - dzn: add missing space
2174 - dzn: Add a debug flag to enable D3D12 debug layer
2175 - dzn: Add CI target for vulkan driver