About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
microsoft
Age
Commit message (
Expand
)
Author
2025-11-06
mesa: replace most occurrences of getenv() with os_get_option()
Antonio Ospite
2025-11-06
d3d12/dozen: Use os_get_option_dup for passing to ID3D12SDKConfiguration_SetS...
Yonggang Luo
2025-11-04
treewide: use UTIL_DYNARRAY_INIT
Alyssa Rosenzweig
2025-10-24
util/dynarray: infer type in append
Alyssa Rosenzweig
2025-10-22
docs: update/fix vk spec urls
Eric Engestrom
2025-10-10
microsoft/compiler: Respect write masks when lowering unaligned loads and stores
Jesse Natalie
2025-10-10
microsoft/compiler: Use lower_mem_access_bit_sizes for scratch/shared
Jesse Natalie
2025-10-01
ci: Bump DirectX-Headers and Agility SDK dependencies to 1.618.1
Sil Vilerino
2025-09-26
vulkan: Compute path to write into JSON manifests once, use it everywhere
Simon McVittie
2025-09-26
vulkan: Consistently form driver library names as prefix + name + suffix
Simon McVittie
2025-09-12
microsoft: switch to new subgroup size info
Georg Lehmann
2025-09-05
vulkan: Drop the driver_internal from vk_image_view_init/create()
Faith Ekstrand
2025-09-04
nir: make ballot_bitfield_extract 1bit only
Georg Lehmann
2025-08-28
dzn: -DVK_USE_PLATFORM_WIN32_KHR is already comes from idep_vulkan_wsi_define...
Yonggang Luo
2025-08-22
vulkan/wsi: Make get_blit_queue return a struct vk_queue *
Faith Ekstrand
2025-08-22
util: Remove the __declspec(dllexport) on win32 for PUBLIC export macro
Yonggang Luo
2025-08-21
nir: convert nir_instr_worklist to init/fini semantics w/out allocation
Marek Olšák
2025-08-21
util/hash_table: don't allocate hash_table_u64::table, declare it statically
Marek Olšák
2025-08-20
microsoft/clc: Fixes gcc 14 compile warning about narrowing conversion
Yonggang Luo
2025-08-20
microsoft/clc: Fixes gcc 14 compile warning about sign-compare
Yonggang Luo
2025-08-16
dozen: Drop dzn_create_sync_for_memory()
Faith Ekstrand
2025-08-13
microsoft/compiler: Fixes dxcapi.h compiling warning with mingw64-clang
Yonggang Luo
2025-08-11
microsoft/clc: Improve clc_compiler_test.cpp to use defined expect value
Yonggang Luo
2025-08-11
microsoft/clc: {} for struct initialize to avoid warning
Yonggang Luo
2025-08-06
all: rename gl_shader_stage to mesa_shader_stage
Qiang Yu
2025-08-05
nir: add nir_variable_create_zeroed helper
Marek Olšák
2025-08-05
nir: don't use variables as ralloc parents, use the shader instead
Marek Olšák
2025-08-05
nir: add nir_variable_{set,append,steal}_name{f}() to modify nir_variable names
Marek Olšák
2025-08-01
treewide: simplify nir_def_rewrite_uses_after
Alyssa Rosenzweig
2025-08-01
treewide: use nir_def_as_*
Alyssa Rosenzweig
2025-07-31
build: avoid redefining unreachable() which is standard in C23
Antonio Ospite
2025-07-30
nir: drop load_sample_id_no_per_sample
Alyssa Rosenzweig
2025-07-29
microsoft/compiler: fix returning _Bool instead of pointer
Antonio Ospite
2025-07-25
d3d12: Use NIR_PASS instead of NIR_PASS_V
Jesse Natalie
2025-07-25
dozen: Use NIR_PASS instead of NIR_PASS_V
Jesse Natalie
2025-07-25
microsoft/clc: Use NIR_PASS instead of NIR_PASS_V
Jesse Natalie
2025-07-25
microsoft/compiler: Use NIR_PASS instead of NIR_PASS_V
Jesse Natalie
2025-07-24
nir: add nir_tex_instr::can_speculate
Marek Olšák
2025-07-23
dzn: use common SWAP
Alyssa Rosenzweig
2025-07-21
dzn: drop redundant internal = true writes
Alyssa Rosenzweig
2025-07-09
dozen: adopt wsi_common_get_memory
Yiwei Zhang
2025-07-08
nir: add nir_vectorize_cb callback parameter to nir_lower_phis_to_scalar()
Daniel Schürmann
2025-06-30
treewide: use nir_break_if with named if
Alyssa Rosenzweig
2025-06-30
treewide: use nir_break_if
Alyssa Rosenzweig
2025-06-30
dzn: Roll up initialization failure in dzn_meta_init
Jesse Natalie
2025-06-28
ci: Fix artifact name for jobs with parallel indices
Valentine Burley
2025-06-26
nir: rename nir_lower_io_to_temporaries -> nir_lower_io_vars_to_temporaries
Marek Olšák
2025-06-26
nir: rename nir_lower_io_arrays_to_elements -> nir_lower_io_array_vars_to_ele...
Marek Olšák
2025-06-26
nir: rename nir_lower_clip_cull_distance_arrays -> nir_lower_clip_cull_distan...
Marek Olšák
2025-06-26
nir: rename nir_lower_io_to_vector -> nir_opt_vectorize_io_vars
Marek Olšák
[next]