Lines Matching full:dzn
99 - dzn: Build failure when it's the only driver built - 22.2-devel regression
902 - dzn: Skip binding entries with zero descriptors
903 - dzn: Make sure sampler heaps don't contain more than 2048 samplers
906 - dzn: Add support for sampleRateShading
907 - dzn: Pass the right type to CreateCommandList() in the reset path
908 - dzn: refactor error-handling
910 - dzn: Use core helpers to fill physical device features/properties
911 - dzn: Report actual device limits
914 - dzn: Add support for EXT_vertex_attribute_divisor
915 - dzn: Rename a bunch of dzn_descriptor_set helpers
916 - dzn: Pass layout objects to various dzn_descriptor_set_ptr_xxx helpers
917 - dzn: Split the write desc helpers in two halves
918 - dzn: Add support for KHR_descriptor_update_template
920 - dzn: Fix exec_buf_stride calculation
921 - dzn: Simplify the triangle_fan_rewrite_index shader
922 - dzn: Update the draw_id sysval when issuing indirect draws
923 - dzn: Advertise KHR_shader_draw_parameters
924 - dzn: Pass an image view to dzn_cmd_buffer_clear_attachment()
925 - dzn: Set MAX_RTS to D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT
926 - dzn: Move all render-related states to a substruct
927 - dzn: Inline dzn_cmd_buffer_clear_attachments()
928 - dzn: Add support for dynamic rendering
929 - dzn: Get rid of the render pass logic
930 - dzn: Allow multiDrawIndirect and drawIndirectFirstInstance
931 - dzn: Add KHR_draw_indirect_count support
932 - dzn: Add missing VKAPI_{ATTR,CALL} specifiers to BeginCommandBuffer()
933 - dzn: Pass the dzn_event pointer to _mesa_hash_table_insert()
934 - dzn: Fix the STATIC_ASSERT() in dzn_meta_blits_get_context()
936 - dzn: Fix dzn_cmd_buffer_collect_queries()
937 - dzn: Use the vk_sync_binary abstraction
939 - dzn: Use the correct ICD path on Win32
942 - dzn: Emit missing transition barriers for rendering attachments
953 - dzn: Fix maxVertexInputAttributes limit
954 - dzn: Handle varying linking explicitly
955 - dzn: Fix unitialized var access in dzn_meta_compile_shader()
956 - dzn: Fix vertex input handling
959 - dzn: Switch to ID3D12Device2
960 - dzn: Drop an unused argument passed to dzn_graphics_pipeline_translate_vi()
961 - dzn: Use CreatePipelineState()
962 - dzn: Enable depth-bounds testing
973 - dzn: Decorrelate external image info and external image properties
974 - dzn: Return empty external properties
975 - dzn: Add a dummy GetDeviceGroupPeerMemoryFeatures()
976 - dzn: Add a dummy GetImageSparseMemoryRequirements2()
977 - dzn: Add dummy {Create,Destroy}SamplerYcbcrConversion() implementations
978 - dzn: Check that no export is requested in the memory allocation path
979 - dzn: Lower alignment requirements when allocating buffers or single-sample images
980 - dzn: Add a dzn_desc_type_has_sampler() helper
981 - dzn: Implement GetDescriptorSetLayoutSupport()
982 - dzn: Vulkan 1.1 wants maxPerSetDescriptors >= 1024
983 - dzn: Prepare support for pipeline variants
984 - dzn: Fix primitiveRestart support
985 - dzn: Fix triangle-fan emulation
986 - dzn: Support dynamic depth testing parameters properly
987 - dzn: Support dynamic line width
995 - dzn: Disable rasterization if the last geometry stage doesn't write the position
996 - dzn: Enable support for geometry shaders
997 - ci/dzn: Move to a .toml description
998 - dzn: Fix the 2DMSArray case in dzn_image_get_dsv_desc()
999 - dzn: Fix CmdPushConstants()
1000 - dzn: Clamp depthBiasConstantFactor when doing the float -> int conversion
1001 - dzn: Transition resource to RENDER_TARGET/DEPTH_WRITE before clears
1003 - ci/dzn: Copy testlog.{css,xsl} to the result dir
1005 - dzn: Advertise anisotropic filtering support
1006 - dzn: Advertise shaderImageGatherExtended support
1007 - dzn: Enable dynamic indexing on all kind of descriptors
1008 - dzn: Enable shader{Clip,Cull}Distance
1009 - dzn: Enable the depthClamp feature
1019 - dzn: Hook-up device-lost detection
1020 - dzn: Fix indentation
1021 - dzn: Initialize UUIDs
1022 - dzn: Drop dzn_pipeline_cache.c
1023 - dzn: Add missing D3D12_CACHED_PIPELINE_STATE to MAX_COMPUTE_PIPELINE_STATE_STREAM_SIZE
1024 - dzn: Fix assertion in d3d12_pipeline_state_stream_new_desc()
1025 - dzn: Use d3d12_compute_pipeline_state_stream_new_desc() in the compute path
1026 - dzn: Pass the maximum stream size to d3d12_pipeline_state_stream_new_desc()
1027 - dzn: Drop useless while(link_mask != 0)
1028 - dzn: Drop unused allocator passed to dzn_graphics_pipeline_create()
1029 - dzn: Let dzn_pipeline_init() initialize the root signature in the stream
1030 - dzn: Fix potential nir_shader leak
1031 - dzn: Use vk_to_mesa_shader_stage()
1032 - dzn: Save a few indentation levels in graphics_pipeline_compile_shaders()
1033 - dzn: Don't delegate binding translation to dxil_spirv_nir_passes()
1034 - dzn: Hash pipeline layout stages
1035 - dzn: Add a generic cached blob wrapper
1036 - dzn: Drop unneeded goto statement in dzn_compute_pipeline_create()
1037 - dzn: Move the compute shader compilation logic to a sub-function
1038 - dzn: Cache NIR shaders
1039 - dzn: Caculate a binding translation hash
1040 - dzn: Cache DXIL shaders
1041 - dzn: Cache pipeline info
1042 - ci/dzn: Add pipeline cache tests to the include list
1043 - dzn: Cache and pack transition barriers
1044 - dzn: Don't call dzn_cmd_buffer_queue_transition_barriers() prematurely
1045 - dzn: Rename dzn_cmd_buffer_queue_image_subres_range_transition()
1046 - dzn: Introduce dzn_cmd_buffer_queue_image_range_state_transition()
1047 - dzn: Allow shaders to read from depth/stencil attachments
1048 - dzn: Fix copies of block-based formats
1049 - dzn: Fix unused var warnings
1050 - dzn: Fix 'statement with no effect' warning
1051 - dzn: Fix printf() format in dxgi_get_factory() error message
1052 - dzn: Fix {back,front}_wr_uses_ref assignment
1053 - dzn: Fix -Wswitch warnings
1054 - dzn: Use the vk_descriptor_set_layout base struct
1055 - dzn: Use the vk_pipeline_layout base struct
1056 - dzn: Mark transition barriers as executed when we execute barriers
1057 - dzn: Query D3D12_FEATURE_D3D12_OPTIONS3 features
1058 - dzn: Provide a helper to check if 2 formats are compatible
1059 - dzn: Support native image copies when formats are compatible
1060 - dzn: Take VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT into account
1436 - dzn/ci: Don't spam conformance warnings
1791 - ci/dzn: Cut the runtime by running 1/3 of the enabled tests.
1891 - ci/dzn: Skip a test that intermittently times out at a minute.
2016 - dzn: use updated tokens from vk.xml
2061 - dzn: fixup indent
2062 - dzn: remove all usage of ComPtr<T>
2063 - dzn: always use ID3D12Device1
2064 - dzn: always use ID3D12GraphicsCommandList1
2065 - dzn: use ID3D10Blob instead of ID3DBlob
2066 - dzn: pass IDXGIAdapter1 to d3d12_create_device
2067 - dzn: port to d3d12 c-api
2068 - dzn: add a bunch of missing struct-keywords
2069 - dzn: drop auto usage
2070 - dzn: drop using references
2071 - dzn: no more reinterpret_cast
2072 - dzn: use define instead of constexpr
2073 - dzn: use c-style for-statement
2074 - dzn: use c-style initialization
2075 - dzn: c-style casts
2076 - dzn: do not set unused default member initializer
2077 - dzn: port code to plain c
2078 - dzn: merge util sources
2079 - dzn: remove needless defines
2080 - dzn: remove some needless casts
2081 - dzn: clean up pointer syntax
2082 - dzn: add space before += operator
2083 - dzn: drop needless enum-casts
2084 - dzn: fixup indent
2085 - dzn: remove stale cpp_args
2110 - dzn: reset correct list
2114 - dzn: add a debug-flag to wait for the debugger
2115 - dzn: add debug option to redirect stdout/stderr
2154 - dzn: enable binding_model tests
2155 - dzn: correct assert-condition
2156 - dzn: handle stencil-attachment-optimal layout
2157 - dzn: use a null-rtv to handle no-attachment
2158 - dzn: enable two more exts
2175 - dzn: correct order of src_subres and dst_subres args
2177 - dzn: fill in driver name and info
2178 - dzn: fill in float-control details
2179 - dzn: fill in non-uniform-indexing props
2180 - dzn: fill in bindless props
2181 - dzn: fill in depth/stencil resolve props
2182 - dzn: fill in minmax props
2183 - dzn: fill misc props
2184 - dzn: expose VK_KHR_driver_properties
3062 - dzn: Add new parameter to vk_image_view_init call
3073 - dzn: Update fails/flakes
3080 - dzn: Init sync types before wsi
3083 - dzn: Skip another test that times out occasionally
3090 - dzn: Support Vulkan loader interface v5
3092 - dzn: Annotate sometimes-unused variables.
3093 - dzn: Define COBJMACROS before any includes
3094 - dzn: Use os_time_sleep instead of Win32 Sleep
3095 - dzn: Use u_dl to load D3D12
3096 - dzn: Add an eventfd sync implementation
3097 - dzn: Fix maybe-uninitialized warning
3098 - dzn: Skip dxil validator and some Windows-only debug flags for Linux
3099 - dzn: Use IUnknown instead of IDXGIAdapter1 as the stored adapter
3100 - dzn: Don't hash adapter LUID as part of device UUID
3101 - dzn: Use a custom adapter desc instead of DXGI adapter desc
3102 - dzn: Move DXGI code to a separate file and only build it on Windows
3103 - dzn: Add a DXCore enumeration path
3104 - dzn: Add ABI helpers for D3D12 functions returning structs
3106 - dzn: Fix winsys reporting
3107 - dzn: Only support high/normal queue priorities
3108 - dzn: Add for condition to break nested loop
3109 - dzn: Re-order includes in dzn_nir to prevent TRUE redefinition
3110 - dzn: Only add Werror flags that the compiler supports
3111 - dzn: Disable Wunused-value for C++ files
3112 - dzn: Fix comparison order for format enums
3113 - dzn: Re-order dzn_physical_device_desc so = { 0 } doesn't initialize a struct
3114 - dzn: Use fabs on floating point input
3115 - CI: Add dzn to debian vulkan/clang/release builds
3146 - dzn: Missed ABI fixes for GetCustomHeapProperties
3147 - dzn: Remove the cast when the SDK version is high enough
3191 - dzn: Retrieve validator version
3682 - dzn: Fix incompatible pointer type error affecting MSYS2 MINGW32
3685 - d3d12/dzn/spirv2dxil: Require version library
3694 - dzn: Allow some non-native formats to be used as vertex inputs
3695 - dzn: Enable dEQP-VK.pipeline.vertex_input.* test cases
6076 - dzn: Fixes compiling error when build with msys2/mingw
6077 - dzn: Fixes compiling error by include \`<unknwn.h>`
6138 - dzn: Fixes incompatible pointer type error