About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/microsoft
AgeCommit message (Expand)Author
2025-11-06mesa: replace most occurrences of getenv() with os_get_option()Antonio Ospite
2025-11-06d3d12/dozen: Use os_get_option_dup for passing to ID3D12SDKConfiguration_SetS...Yonggang Luo
2025-11-04treewide: use UTIL_DYNARRAY_INITAlyssa Rosenzweig
2025-10-24util/dynarray: infer type in appendAlyssa Rosenzweig
2025-10-22docs: update/fix vk spec urlsEric Engestrom
2025-10-10microsoft/compiler: Respect write masks when lowering unaligned loads and storesJesse Natalie
2025-10-10microsoft/compiler: Use lower_mem_access_bit_sizes for scratch/sharedJesse Natalie
2025-10-01ci: Bump DirectX-Headers and Agility SDK dependencies to 1.618.1Sil Vilerino
2025-09-26vulkan: Compute path to write into JSON manifests once, use it everywhereSimon McVittie
2025-09-26vulkan: Consistently form driver library names as prefix + name + suffixSimon McVittie
2025-09-12microsoft: switch to new subgroup size infoGeorg Lehmann
2025-09-05vulkan: Drop the driver_internal from vk_image_view_init/create()Faith Ekstrand
2025-09-04nir: make ballot_bitfield_extract 1bit onlyGeorg Lehmann
2025-08-28dzn: -DVK_USE_PLATFORM_WIN32_KHR is already comes from idep_vulkan_wsi_define...Yonggang Luo
2025-08-22vulkan/wsi: Make get_blit_queue return a struct vk_queue *Faith Ekstrand
2025-08-22util: Remove the __declspec(dllexport) on win32 for PUBLIC export macroYonggang Luo
2025-08-21nir: convert nir_instr_worklist to init/fini semantics w/out allocationMarek Olšák
2025-08-21util/hash_table: don't allocate hash_table_u64::table, declare it staticallyMarek Olšák
2025-08-20microsoft/clc: Fixes gcc 14 compile warning about narrowing conversionYonggang Luo
2025-08-20microsoft/clc: Fixes gcc 14 compile warning about sign-compareYonggang Luo
2025-08-16dozen: Drop dzn_create_sync_for_memory()Faith Ekstrand
2025-08-13microsoft/compiler: Fixes dxcapi.h compiling warning with mingw64-clangYonggang Luo
2025-08-11microsoft/clc: Improve clc_compiler_test.cpp to use defined expect valueYonggang Luo
2025-08-11microsoft/clc: {} for struct initialize to avoid warningYonggang Luo
2025-08-06all: rename gl_shader_stage to mesa_shader_stageQiang Yu
2025-08-05nir: add nir_variable_create_zeroed helperMarek Olšák
2025-08-05nir: don't use variables as ralloc parents, use the shader insteadMarek Olšák
2025-08-05nir: add nir_variable_{set,append,steal}_name{f}() to modify nir_variable namesMarek Olšák
2025-08-01treewide: simplify nir_def_rewrite_uses_afterAlyssa Rosenzweig
2025-08-01treewide: use nir_def_as_*Alyssa Rosenzweig
2025-07-31build: avoid redefining unreachable() which is standard in C23Antonio Ospite
2025-07-30nir: drop load_sample_id_no_per_sampleAlyssa Rosenzweig
2025-07-29microsoft/compiler: fix returning _Bool instead of pointerAntonio Ospite
2025-07-25d3d12: Use NIR_PASS instead of NIR_PASS_VJesse Natalie
2025-07-25dozen: Use NIR_PASS instead of NIR_PASS_VJesse Natalie
2025-07-25microsoft/clc: Use NIR_PASS instead of NIR_PASS_VJesse Natalie
2025-07-25microsoft/compiler: Use NIR_PASS instead of NIR_PASS_VJesse Natalie
2025-07-24nir: add nir_tex_instr::can_speculateMarek Olšák
2025-07-23dzn: use common SWAPAlyssa Rosenzweig
2025-07-21dzn: drop redundant internal = true writesAlyssa Rosenzweig
2025-07-09dozen: adopt wsi_common_get_memoryYiwei Zhang
2025-07-08nir: add nir_vectorize_cb callback parameter to nir_lower_phis_to_scalar()Daniel Schürmann
2025-06-30treewide: use nir_break_if with named ifAlyssa Rosenzweig
2025-06-30treewide: use nir_break_ifAlyssa Rosenzweig
2025-06-30dzn: Roll up initialization failure in dzn_meta_initJesse Natalie
2025-06-28ci: Fix artifact name for jobs with parallel indicesValentine Burley
2025-06-26nir: rename nir_lower_io_to_temporaries -> nir_lower_io_vars_to_temporariesMarek Olšák
2025-06-26nir: rename nir_lower_io_arrays_to_elements -> nir_lower_io_array_vars_to_ele...Marek Olšák
2025-06-26nir: rename nir_lower_clip_cull_distance_arrays -> nir_lower_clip_cull_distan...Marek Olšák
2025-06-26nir: rename nir_lower_io_to_vector -> nir_opt_vectorize_io_varsMarek Olšák