platform/upstream/mesa.git
2023-03-31 Samuel Pitoisetvulkan: Update XML and headers to 1.3.246
2023-03-31 antoninozink: update requirements now that pv mode can be emulated
2023-03-31 antoninozink: always advertize provoking vertex mode support
2023-03-31 antoninozink: add provoking vertex mode lowering
2023-03-31 antoninozink: add field to 'zink_gs_key' and enum
2023-03-31 antoninozink: simplify logic to call `zink_set_primitive_emulat...
2023-03-31 antoninonir: only handle flat interpolation when needed in...
2023-03-31 xuruipanfrost: Check the return value of drmGetVersion
2023-03-31 Erik Faye-Lunddocs: make code-block indents consistent
2023-03-31 Erik Faye-Lunddocs: format code-block as toml
2023-03-31 Erik Faye-Lunddocs: format code-block as ini
2023-03-31 Friedrich Vockradv: Work around use-after-free compiler errors
2023-03-31 Samuel Pitoisetradv: add dynamic support for rectangles enable/mode
2023-03-31 Samuel Pitoisetvulkan: add dynamic support for rectangles enable/mode
2023-03-31 Samuel Pitoisetradv: fix sample shading when a new fragment shader...
2023-03-31 Sagar Ghugeintel/decoder: Bump the binding table guess value to 32
2023-03-31 Alyssa Rosenzweigdocs: Remove docs about macOS hardware drivers
2023-03-31 Jesse Nataliemicrosoft/clc: Add shader model / validator to compiler API
2023-03-31 Alyssa Rosenzweigpanfrost: Choose hierarchy masks by vertex count
2023-03-31 Alyssa Rosenzweigpanfrost: Estimate vertex count for hier mask
2023-03-31 Alyssa Rosenzweigpanfrost: Clean up tiler calculations
2023-03-30 Danylo Piliaievfreedreno/computerator: Add support for a7xx
2023-03-30 Danylo Piliaievfreedreno/computerator: Templatize a6xx backend
2023-03-30 Danylo Piliaievfreedreno: Add dummy a730/a740 definition
2023-03-30 Danylo Piliaievfreedreno: Move fd6_pack.h to common code accessible...
2023-03-30 Danylo Piliaievfreedreno/computerator: Convert to C++
2023-03-30 Danylo Piliaievfreedreno: C++ fixes for computerator to compile
2023-03-30 Danylo Piliaievfreedreno/computerator: C++ proofing
2023-03-30 Danylo Piliaievfreedreno/registers: More a7xx regs
2023-03-30 Danylo Piliaievfreedreno/registers: Document new CP_EVENT_WRITE::SEQNO
2023-03-30 Alyssa Rosenzweigpanfrost: Add a v9 fast path for no images
2023-03-30 Alyssa Rosenzweigpanfrost: Don't update access with a single batch
2023-03-30 Alyssa Rosenzweigpanfrost: Mark packs as ALWAYS_INLINE
2023-03-30 Alyssa Rosenzweigpanfrost: Don't redundantly call emit_const_buf
2023-03-30 Alyssa Rosenzweigpanfrost: Print perf debug on seqnum overflow
2023-03-30 Alyssa Rosenzweigpanfrost: Print perf debug when flushing everything
2023-03-30 Mike Blumenkrantzzink: stop caching vertex states
2023-03-30 Mike Blumenkrantzzink: use fast popcnt for vstate draws
2023-03-30 Mike Blumenkrantzzink: don't swizzle velems state for vstate draws
2023-03-30 Mike Blumenkrantzzink: explicitly pass null velems when creating pipelin...
2023-03-30 Mike Blumenkrantzzink: add another vstate draw template for popcnt presence
2023-03-30 Mike Blumenkrantzzink: bind vertex state directly from draw hook
2023-03-30 Mike Blumenkrantzzink: use search_or_add for masking vstate
2023-03-30 Mike Blumenkrantzzink: flag vertex buffers for rebind after vstate draws
2023-03-30 Mike Blumenkrantzzink: omit VkPipelineVertexInputStateCreateInfo with...
2023-03-30 Konstantin... radv: Stop counting user SGPRS separately
2023-03-30 Konstantin... radv: Set user SGPR locations when declaring args
2023-03-30 Harri Nieminenbin: Fix typos
2023-03-30 Mike Blumenkrantzzink: block resolves where src extents > dst extents
2023-03-30 Samuel Pitoisetradv: add push constant state to the cmdbuf state
2023-03-30 Samuel Pitoisetradv: copy need_indirect_descriptor_sets to radv_cmd_state
2023-03-30 Samuel Pitoisetradv: add a helper to convert a VkPipelineBindPoint
2023-03-30 Rob Clarkfreedreno: Optimize repeated finishes
2023-03-30 Rob Clarkfreedreno/drm: Disable threaded-submit for msm
2023-03-30 Rob Clarkfreedreno/drm: Make threaded-submit optional
2023-03-30 Rob Clarkmesa: Add a few more function traces
2023-03-30 Rob Clarkfreedreno/drm: Stop cleanup at first active BO
2023-03-30 Rob Clarkfreedreno/drm: Fast path for idle check
2023-03-30 Mike Blumenkrantzzink: fix quads emulation gs with array variables
2023-03-30 Rob Clarkdri2/android: Bypass throttling
2023-03-30 Konstantin... radv/rq: Rematerialize inv_dir before proceed
2023-03-30 Mike Blumenkrantzzink: set src access when rebinding buffers, unset...
2023-03-30 Danylo Piliaievtu/drm: Support cached non-coherent memory
2023-03-30 Danylo Piliaievturnip: add cached and cached-coherent memory types
2023-03-30 Erik Faye-Lundzink: enable spir-v 1.6 for vulkan 1.3
2023-03-30 Erik Faye-Lundzink: use spir-v 1.6 local-size when needed
2023-03-30 Erik Faye-Lundzink: use demote from spir-v 1.6 when possible
2023-03-30 Erik Faye-Lundzink: emit terminate for spir-v 1.6
2023-03-30 Mike Blumenkrantzzink: add spirv builder function for terminate
2023-03-30 Mike Blumenkrantzllvmpipe: fix handling of unused color attachments
2023-03-30 Mike Blumenkrantzllvmpipe: fix linear fs analysis with nonzero fs outputs
2023-03-30 Samuel Pitoisetradv: copy ia_multi_vgt_param to the cmdbuf state
2023-03-30 Samuel Pitoisetradv: copy uses_{drawid,baseinstance} to the cmdbuf...
2023-03-30 Samuel Pitoisetradv: copy rast_prim to the cmdbuf state
2023-03-30 Samuel Pitoisetradv: add a helper that returns the current rasterized...
2023-03-30 Samuel Pitoisetradv: copy custom blend mode to the cmdbuf state
2023-03-30 Samuel Pitoisetradv: rework emitting inner coverage when a fragment...
2023-03-30 Samuel Pitoisetradv: remove radv_graphics_pipeline::vb_desc_alloc_size
2023-03-30 Samuel Pitoisetradv: remove radv_graphics_pipeline::vb_desc_usage_mask
2023-03-30 Samuel Pitoisetradv: adjust vb_desc_usage_mask for dynamic VS inputs...
2023-03-30 Samuel Pitoisetaco: remove unused aco_shader_info::vb_desc_usage_mask
2023-03-30 Samuel Pitoisetradv: remove radv_graphics_pipeline::can_use_simple_input
2023-03-30 Samuel Pitoisetradv: remove radv_graphics_pipeline::next_vertex_stage
2023-03-30 Samuel Pitoisetradv: remove radv_graphics_pipeline::last_vertex_attrib_bit
2023-03-30 Samuel Pitoisetradv: remove radv_graphics_pipeline::use_per_attribute_...
2023-03-30 Patrick Lerdaintel: fix memory leak related to brw_nir_create_passth...
2023-03-30 Pierre-Eric... radeonsi: don't use alignment_log2 of imported buffers
2023-03-30 Erik Faye-Lunddocs: use version-number as toctree-title for relnotes
2023-03-30 Erik Faye-Lunddocs: move old relnotes to _extra directory
2023-03-30 Lina Versacevenus: Enable VK_EXT_memory_budget
2023-03-30 Lina Versacevenus: Refactor vn_physical_device_init_memory_properties
2023-03-30 Lina Versacevenus: Delete vn_renderer_info::has_cache_management
2023-03-30 Lina Versacevenus: Update protocol for VK_EXT_memory_budget
2023-03-30 Karol Herbstnvc0: enable fp helper invocation memory loads on Turing+
2023-03-30 Samuel Pitoisetradv: use serialized NIR for graphics libs with the...
2023-03-30 Eric Engestromci/broadcom: slightly increase coverage of vk tests
2023-03-30 Eric Engestromci/broadcom: consolidate v3d-rpi4* jobs into a single...
2023-03-30 Eric Engestromci/broadcom: consolidate vc4-rpi3* jobs into a single...
2023-03-30 Rob ClarkRevert "CI: Disable freedreno"
2023-03-30 Timur Kristófradv: Move I/O lowering functions into a new file.
next