summaryrefslogtreecommitdiff
path: root/src/microsoft
AgeCommit message (Expand)AuthorFilesLines
2022-12-14dzn: Don't crash when libd3d12.so can't be foundJan Alexander Steffens (heftig)1-1/+2
2022-12-14dxil: Use nir_const_value_for_uint in dxil_nir_lower_int_samplersJason Ekstrand1-4/+9
2022-11-02utils: Merge util/debug.* into util/u_debug.* and remove util/debug.*Illia Abernikhin1-1/+1
2022-11-02nir: Drop infer_non_readable option for nir_opt_access()Kenneth Graunke1-1/+0
2022-10-31dzn: Set factory flags before creating deviceJesse Natalie1-0/+2
2022-10-27vulkan/runtime: include robustness info when hashing a shader stageIago Toral Quiroga1-2/+2
2022-10-24microsoft/spirv2dxil: Support pack_32_2x16 and pack_32_4x8Pedro J. Estébanez1-0/+3
2022-10-24microsoft/spirv2dxil: Change `spirv_to_dxil()` to receive SM and validator ve...Pedro J. Estébanez3-2/+7
2022-10-24microsoft/spirv2dxil: Refactor to make SM and validator versions publicPedro J. Estébanez4-26/+65
2022-10-20ci: Trigger building visual studio docker imageYonggang Luo1-0/+70
2022-10-20ci/windows: Update vk-gl-cts to pick up new zlib dependencyJesse Natalie1-1/+1
2022-10-20dzn: Use ID3D12DeviceConfiguration for root signature serializationJesse Natalie2-16/+31
2022-10-20dzn: Attempt to use the Agility SDKJesse Natalie1-0/+66
2022-10-20dzn: Use architecture props to return correct device typeJesse Natalie1-7/+1
2022-10-20dzn: Support device factories in addition to global device creationJesse Natalie3-42/+92
2022-10-20dzn: Store the d3d12 module reference on the instanceJesse Natalie3-35/+31
2022-10-20meson/mesa/wide: define WIN32_LEAN_AND_MEAN with pre_argsYonggang Luo1-4/+0
2022-10-20meson: add dep_valgrind dependency for 'dxil_compiler'Yonggang Luo1-1/+1
2022-10-19nir2dxil: Use native helper lane intrinsic on SM >= 6.6Pedro J. Estébanez3-6/+14
2022-10-19nir2dxil: Lower texture projectionsPedro J. Estébanez1-0/+1
2022-09-22dzn: rename module_dir to icd_lib_path for consistenceYonggang Luo1-3/+3
2022-09-01vulkan: Add a vk_command_buffer_ops structJason Ekstrand1-3/+5
2022-09-01vulkan: Re-order arguments to vk_command_buffer_initJason Ekstrand1-1/+1
2022-09-01dozen: move to use common command buffer result code.Dave Airlie2-51/+26
2022-09-01vulkan/cmd_queue: Drop vk_cmd_queue::errorJason Ekstrand1-1/+1
2022-08-30nir: adjust nir_src_copy signature to take a nir_instr *Rhys Perry2-4/+4
2022-08-30Revert "nir: Drop the unused instr arg for src/dest copy functions."Rhys Perry2-4/+4
2022-08-25dzn: Get max supported shader modelJesse Natalie4-2/+30
2022-08-25microsoft/compiler: Support SM6.7Jesse Natalie2-1/+10
2022-08-25microsoft/compiler: SM6.6 is supportedJesse Natalie2-1/+2
2022-08-25microsoft/compiler: Handle SM6.6 handlesJesse Natalie1-8/+108
2022-08-25microsoft/compiler: Pass lower_bound, upper_bound, space to createhandleJesse Natalie1-24/+29
2022-08-25microsoft/compiler: Delete double-assignment of sampler metadata fieldJesse Natalie1-1/+0
2022-08-25microsoft/compiler: Add getters for res bind/props structsJesse Natalie3-0/+235
2022-08-25microsoft/compiler: Add dynamic create handle helperJesse Natalie1-11/+24
2022-08-25microsoft/compiler: Add struct and function defs for SM6.6 handle funcsJesse Natalie5-0/+36
2022-08-25microsoft/compiler: Support up to shader model 6.5Jesse Natalie2-4/+13
2022-08-25microsoft/compiler: Always emit a shader at the max-supported shader modelJesse Natalie1-24/+13
2022-08-23vulkan,anv,dozen: Use VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXTJason Ekstrand1-8/+3
2022-08-20microsoft/clc: Handle a null clc loggerJesse Natalie1-3/+3
2022-08-18microsoft/compiler: Fix PSV struct when numthreads is 0Jesse Natalie1-3/+3
2022-08-18dxil_nir_lower_int_cubemaps: When not lowering samplers, don't touch sampler ...Jesse Natalie1-4/+4
2022-08-18microsoft/compiler: Discard shouldn't be marked readnoneJesse Natalie1-1/+1
2022-08-12meson: remove source_root() call in nir compiler pathKonstantin Kharlamov1-2/+1
2022-08-11microsoft/compiler: Change calls to NIR_INSTR_UNSUPPORTED to log to dxil_logg...Michael Tang1-13/+19
2022-08-11microsoft/compiler: Add dxil_logger type and parameter to nir_to_dxilMichael Tang8-8/+53
2022-08-10nir: add a nir_opt_if_options enumPierre-Eric Pelloux-Prayer2-2/+2
2022-08-09microsoft/clc: Fixes compiling errors with clang/mingw64 in clc/clc_compiler_...Yonggang Luo1-2/+2
2022-08-09meson: clc compiler test only works on win32Yonggang Luo1-1/+1
2022-08-08dzn: Use D3D12 constants instead of naked numbers for device limitsJesse Natalie2-52/+51