summaryrefslogtreecommitdiff
path: root/src/microsoft
AgeCommit message (Expand)AuthorFilesLines
2023-08-03nir: Remove nir_alu_dest::write_maskAlyssa Rosenzweig1-1/+0
2023-08-03treewide: sed out more is_ssaAlyssa Rosenzweig4-8/+3
2023-08-03nir: Drop nir_alu_src::{negate,abs}Alyssa Rosenzweig1-3/+0
2023-08-03treewide: Remove more is_ssa assertsAlyssa Rosenzweig1-1/+0
2023-08-03treewide: Drop is_ssa assertsAlyssa Rosenzweig3-19/+0
2023-08-03nir: Remove nir_alu_dest::saturateAlyssa Rosenzweig1-1/+0
2023-08-01nir: Rename scoped_barrier -> barrierAlyssa Rosenzweig3-4/+4
2023-07-26microsoft/clc/compiler: Convert to use nir_foreach_function_impl when possibleYonggang Luo2-31/+18
2023-07-26microsoft/compiler: convert to use nir_foreach_function_with_impl in function...Yonggang Luo1-7/+3
2023-07-18ci: move microsoft files rules to src/microsoft/ci/gitlab-ci.ymlEric Engestrom1-0/+55
2023-07-12ci: avoid running hardware jobs if lint fails - now on Windows too!Eric Engestrom1-0/+2
2023-07-12nir: rename has_txs to has_texture_scalingChristian Gmeiner1-1/+0
2023-07-10nir: use nir_intrinsic_get_varErik Faye-Lund1-1/+1
2023-07-07microsoft/clc: Fix usage of nir_builder_atJesse Natalie1-7/+7
2023-07-03dxil: Use nir_remove_non_entrypointsYonggang Luo1-5/+1
2023-07-03microsoft: Use nir_builder_atKonstantin Seurer2-4/+2
2023-06-29d3d12: use imm-helpersErik Faye-Lund2-12/+12
2023-06-29microsoft/compiler: use nir_imm_zeroErik Faye-Lund1-5/+3
2023-06-28microsoft/clc: Don't build compiler test if build-tests is falseProdea Alexandru-Liviu1-1/+1
2023-06-27dzn: VK_EXT_external_memory_hostJesse Natalie3-8/+151
2023-06-27treewide: Remove unused buildersAlyssa Rosenzweig1-2/+0
2023-06-27nir: Use nir_builder_createAlyssa Rosenzweig5-30/+15
2023-06-27microsoft: Use nir_ instead of nir_build_ helpersKonstantin Seurer4-30/+30
2023-06-27ci: add a test-dozen-deqp flakeMike Blumenkrantz1-0/+1
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo5-10/+10
2023-06-24nir: Add function nir_function_set_implYonggang Luo1-2/+1
2023-06-22dzn: Align placed footprints used when copying linear <-> optimal for BC formatsJesse Natalie1-5/+9
2023-06-21dzn: Fix multisample counts in device limitsJesse Natalie1-4/+2
2023-06-21dzn: Remove dynamic check for block-compressed supportJesse Natalie1-45/+1
2023-06-21dzn: Use common GetPhysicalDeviceFeatures2Jesse Natalie1-184/+153
2023-06-21dzn: Inline D3D12 device creation in physical device creationJesse Natalie2-110/+84
2023-06-21dzn: Ignore export access parametersJesse Natalie2-3/+2
2023-06-20compiler: Move spirv into a module of its ownCaio Oliveira2-2/+2
2023-06-20compiler/clc: Move related NIR passes to the common mesa clcCaio Oliveira1-0/+1
2023-06-20compiler/clc: Rename the internal library from libclc to libmesaclcCaio Oliveira1-1/+1
2023-06-19compiler: Move from nir_scope to mesa_scopeCaio Oliveira3-6/+6
2023-06-15microsoft/clc: Add unreachable() to fix 'may be unitialized' warningCaio Oliveira1-2/+4
2023-06-15nir: add and use nir_imod_immErik Faye-Lund1-1/+1
2023-06-15nir: use nir_imm_{true,false}Erik Faye-Lund2-2/+2
2023-06-15nir: use more imm-helpersErik Faye-Lund1-3/+2
2023-06-15nir: use new immediate comparison helpersErik Faye-Lund2-3/+3
2023-06-13treewide: Remove use_scoped_barrierAlyssa Rosenzweig1-1/+0
2023-06-13dxil: Remove custom SSBO loweringJesse Natalie4-230/+45
2023-06-13microsoft/compiler: Don't over-align raw buffer load/store intrinsicsJesse Natalie1-2/+2
2023-06-13microsoft/compiler: Don't lower bit sizes for movsJesse Natalie1-1/+4
2023-06-13dxil: Delete load_ubo_dxil intrinsicJesse Natalie5-118/+70
2023-06-13dxil: Don't generate load_ubo_dxil directlyJesse Natalie3-51/+58
2023-06-13microsoft/compiler: Support load_ubo_vec4Jesse Natalie2-47/+20
2023-06-13spirv2dxil: Don't lower shared/temp to explicit I/OJesse Natalie1-7/+15
2023-06-13microsoft/compiler: Un-lower shared/scratch to derefsJesse Natalie7-445/+192