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
/
vulkan
Age
Commit message (
Expand
)
Author
3 days
WIP
frygon
Lucas Fryzek
2025-11-06
vulkan/runtime: Add an environment variable to validate shader binaries
Faith Ekstrand
2025-11-06
vulkan/runtime: Add a vk_compile_shaders() helper
Faith Ekstrand
2025-11-06
vulkan/runtime: implement VK_KHR_pipeline_binary
Lionel Landwerlin
2025-11-06
vulkan/runtime: track imported stages
Lionel Landwerlin
2025-11-06
vulkan/runtime: switch precomp shaders to blake3 hashes
Lionel Landwerlin
2025-11-06
vulkan/runtime: use only blake3_hash to shader key
Lionel Landwerlin
2025-11-06
vulkan/runtime: split rt shaders hashing from compile
Lionel Landwerlin
2025-11-06
vulkan/runtime: split graphics shaders hashing from compile
Lionel Landwerlin
2025-11-06
vulkan/runtime: split compute shader hashing from compile
Lionel Landwerlin
2025-11-06
vulkan/runtime: Add a get_push_range_for_stage() helper
Faith Ekstrand
2025-11-06
vulkan/runtime: use stage flags to track valid stages
Lionel Landwerlin
2025-11-06
vulkan/runtime: keep the set layouts on the stack until pipeline creation
Lionel Landwerlin
2025-11-06
vulkan/runtime: split precomp shader hashing from precomp loading
Lionel Landwerlin
2025-11-06
vulkan/runtime: drop blake3 hash on precomp shaders
Lionel Landwerlin
2025-11-06
vulkan/runtime: drop some geometry shader hashing
Lionel Landwerlin
2025-11-06
vulkan/runtime: simplify robustness state hashing
Lionel Landwerlin
2025-11-06
vulkan/runtime: split out partitioning logic
Lionel Landwerlin
2025-11-06
vulkan/video: Avoid NULL pointers in session parameters
David Rosca
2025-11-06
vulkan/video: Add chroma subsampling to video session
David Rosca
2025-11-06
vulkan/video: NULL check codec-specific chain
Benjamin Cheng
2025-11-06
mesa: replace most occurrences of getenv() with os_get_option()
Antonio Ospite
2025-11-06
util,vulkan,llvmpipe: Use os_get_option_dup instead getenv
Yonggang Luo
2025-11-06
treewide: Use os_get_option_secure instead secure_getenv
Yonggang Luo
2025-11-04
treewide: use UTIL_DYNARRAY_INIT
Alyssa Rosenzweig
2025-11-04
vulkan: Always fill DS state for EXT_dynamic_rendering_unused_attachments
Danylo Piliaiev
2025-10-31
radv,vulkan: replace VK_RENDERING_INPUT_ATTACHMENT_NO_CONCURRENT_WRITES_BIT_MESA
Samuel Pitoiset
2025-10-30
vulkan/nir: call nir_opt_constant_folding() during vk_spirv_to_nir()
Daniel Schürmann
2025-10-28
vulkan/runtime: Fix typo in stack size calculation
Sagar Ghuge
2025-10-27
vulkan/meta: Handle VkResolveImageModeInfoKHR
Faith Ekstrand
2025-10-27
vulkan/meta: Handle VK_RENDERING_ATTACHMENT_RESOLVE_SKIP_TRANSFER_FUNCTION_BIT
Faith Ekstrand
2025-10-27
vulkan/util: Add a vk_format_srgb_to_linear() helper
Faith Ekstrand
2025-10-27
vulkan/render_pass: handle maintenance10 resolve flags
Lionel Landwerlin
2025-10-27
vulkan/render_pass: Add a missing sType
Lionel Landwerlin
2025-10-27
vulkan/runtime: enable null pointer to vkCmdSetSampleMaskEXT()
Lionel Landwerlin
2025-10-24
util/dynarray: infer type in append
Alyssa Rosenzweig
2025-10-24
vulkan: exclude non-existant Shader64BitIndexingEXT SPIR-V capability
Samuel Pitoiset
2025-10-24
vulkan: update spec to 1.4.330
Samuel Pitoiset
2025-10-23
vulkan/wsi: remove support for VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT
Xaver Hugl
2025-10-22
vulkan: Add vk_collect_dependency_info_src_stages
Mel Henning
2025-10-22
docs: update/fix vk spec urls
Eric Engestrom
2025-10-21
vulkan: increase MESA_VK_MAX_DISCARD_RECTANGLES
Lorenzo Rossi
2025-10-21
vulkan/bvh: Add leaf.h to vk_bvh_includes
Konstantin Seurer
2025-10-21
vulkan: Remove the vk_ir_triangle_node::id field
Konstantin Seurer
2025-10-21
vulkan/bvh: Add some debug helpers
Konstantin Seurer
2025-10-21
vulkan: Bump MAX_ENCODE_PASSES to 4
Konstantin Seurer
2025-10-21
vulkan: Add vk_ir_header::driver_internal
Konstantin Seurer
2025-10-21
vulkan/cmd_queue: Free all elements of struct arrays
Konstantin Seurer
2025-10-21
vulkan/cmd_queue: Fix indentation for struct array copies
Konstantin Seurer
2025-10-21
treewide: use nir_store_global alias of nir_build_store_global
Georg Lehmann
[next]