platform/upstream/mesa.git
2023-10-19 Eric Anholtci/bare-metal: Default our boards to a 20-minute timeou...
2023-10-19 Eric Anholtci/bare-metal: Drop the 2 vs 1 exit code from poe_run.
2023-10-19 Eric Anholtci: Stop doing internal retries in bare-metal.
2023-10-19 Eric Anholtci/zink: Only test half of piglit pre-merge on anv.
2023-10-19 Mike Blumenkrantzzink: fix legacy depth texture rewriting for single...
2023-10-19 Mike Blumenkrantzzink: update pointer for GPL pipeline cache entry formats
2023-10-18 Mike Blumenkrantznir/lower_fragcolor: preserve location_frac
2023-10-18 Lina Versacevenus: Enable VK_EXT_graphics_pipeline_library behind...
2023-10-18 Lina Versacevenus: Do pipeline fixes for VK_EXT_graphics_pipeline_l...
2023-10-18 Lina Versacevenus: Refactor pipeline fixup into two stages
2023-10-18 Lina Versacevenus: Renames for VkGraphicsPipelineCreateInfo fixes
2023-10-18 Lina Versacevenus: Add enum vn_pipeline_type
2023-10-18 Lina Versacevenus: Use VkImageAspectFlags in vn_subpass
2023-10-18 Lina Versacevenus: Drop incorrectly-used always-true pipeline vars
2023-10-18 Lina Versacevenus: Fix subpass attachments
2023-10-18 Lina Versacevenus: Fix crash when VkGraphicsPipelineCreateInfo...
2023-10-18 Lina Versacevenus: Erase pViewports and pScissors in fewer cases
2023-10-18 Lina Versacevenus: Sync protocol for VK_EXT_graphics_pipeline_library
2023-10-18 Karol Herbstasahi: flush denorms on exact fmin/fmax
2023-10-18 Timur Kristófac: Add rudimentary implementation of printing SDMA...
2023-10-18 Timur Kristófac: Print IP type for IBs.
2023-10-18 Timur Kristófac: Rename ac_do_parse_ib to parse_pkt3_ib.
2023-10-18 Timur Kristófac: Add amd_ip_type argument to ac_parse_ib and ac_pars...
2023-10-18 Timur Kristófac: Clarify SDMA opcode defines.
2023-10-18 Timur Kristófac/gpu_info: Add some SDMA related information.
2023-10-18 David Roscafrontends/va: Implement vaMapBuffer2
2023-10-18 Vlad Schillerpvr: Enable VK_KHR_uniform_buffer_standard_layout
2023-10-18 Vlad Schillerpvr: Enable KHR_image_format_list
2023-10-18 Vlad Schillerpvr: Enable VK_EXT_scalar_block_layout
2023-10-18 Marek Olšákradeonsi/ci: update failures and flakes
2023-10-18 Marek Olšákradeonsi/ci: enable GLES CTS in the runner
2023-10-18 Marek Olšákradeonsi/ci: enable GTF tests in the runner
2023-10-18 Marek Olšákradeonsi/ci: update the runner for new build scripts
2023-10-18 Mike Blumenkrantzzink: ignore unacquired swapchain images during end...
2023-10-18 Samuel Pitoisetci: bump DEQP_FRACTION for some jobs
2023-10-18 Samuel Pitoisetci: bump the number of tests per group from 500 to...
2023-10-18 Samuel Pitoisetci: update CTS to vulkan-cts-1.3.7.0
2023-10-18 Faith Ekstrandnvk: Advertise VK_EXT_primitive_topology_list_restart
2023-10-18 Faith Ekstrandnvk: Implement VK_EXT_image_sliced_view_of_3d
2023-10-18 Lionel Landwerlinanv: track render targets & render area changes separately
2023-10-18 Lionel Landwerlinanv: reuse local variable for gfx state
2023-10-18 Faith Ekstrandnvk: Advertise VK_KHR_workgroup_memory_explicit_layout
2023-10-18 David Roscaradeonsi: Fix plane size in si_copy_multi_plane_texture
2023-10-18 Konstantin... radv/rt: Use nir_shader_instructions_pass for lower_rt_...
2023-10-18 Sid Pranjalenvk: Enable VK_EXT_load_store_op_none
2023-10-18 Konstantin... llvmpipe: Compile a nop texture function for unsupporte...
2023-10-18 Chia-I Wuutil: improve BITFIELD_MASK and BITFIELD64_MASK on...
2023-10-18 Marek Olšákmesa: don't pass Infs to the shader via gl_Fog.scale
2023-10-18 Emma Anholtglsl: Remove lower_discard().
2023-10-18 Emma Anholtnir: Flatten ifs with discards in nir_opt_peephole_sele...
2023-10-18 Emma Anholti915: Make I915_DEBUG=fs log shaders that fail to link...
2023-10-17 Mike Blumenkrantzlavapipe: VK_EXT_nested_command_buffer
2023-10-17 Mike Blumenkrantzzink: add automatic swapchain readback using heuristics
2023-10-17 Mike Blumenkrantzzink: fix readback_present locking
2023-10-17 Mike Blumenkrantzzink: use screen destructor for creation fails
2023-10-17 Mike Blumenkrantzzink: reorder glsl_type_singleton_init_or_ref call
2023-10-17 Mike Blumenkrantzzink: don't destroy uninitialized disk cache thread
2023-10-17 Mike Blumenkrantzzink: don't destroy any simple_mtx_t objects during...
2023-10-17 Mike Blumenkrantzzink: add some checks to determine whether queue is...
2023-10-17 Robert Maderiris: Support parameter queries for main planes
2023-10-17 Leandro Ribeiroegl: error out if we can't find an EGLDevice in _eglFin...
2023-10-17 Leandro Ribeiroegl/drm: get compatible render-only device fd for kms...
2023-10-17 Leandro Ribeiroloader: add loader_is_device_render_capable()
2023-10-17 Leandro Ribeirokmsro: try to use only compatible render-capable devices
2023-10-17 Leandro Ribeirodri: add queryCompatibleRenderOnlyDeviceFd() to __DRI_M...
2023-10-17 Leandro Ribeiropipe-loader: add pipe_loader_get_compatible_render_capa...
2023-10-17 Leandro Ribeiroloader: add driver list as parameter in loader_open_ren...
2023-10-17 Leandro Ribeiroloader: rename loader_open_render_node() to loader_open...
2023-10-17 Yiwei Zhangvenus: properly expose KHR_external_fence/sempahore_fd
2023-10-17 Faith Ekstrandnvk: Implement VK_EXT_depth_bias_control
2023-10-17 Faith Ekstrandnvk: Re-sort device features
2023-10-17 Faith Ekstrandnvk: Add a nvk_cmd_buffer_dirty_render_pass() helper
2023-10-17 Felix DeGroodanv: set ComputeMode.PixelAsyncComputeThreadLimit = 4
2023-10-17 Marek Olšáknir/algebraic: use only signed_zero_preserve_* for...
2023-10-17 Marek Olšáknir: split FLOAT_CONTROLS_SIGNED_ZERO_INF_NAN_PRESERVE_...
2023-10-17 Rohan Garganv: fix debug string for PC flush
2023-10-17 Lucas Stachetnaviv: zero shared TS metadata block
2023-10-17 Lucas Stachetnaviv: use correct blit box sizes when copying resource
2023-10-17 Vinson Leebroadcom/qpu: Remove duplicate variable opcode
2023-10-17 Lionel Landwerlinintel/ds: provide names for different events of a timel...
2023-10-17 Lionel Landwerlinu_trace: generate tracepoint name array in perfetto...
2023-10-17 Lionel Landwerlinu_trace: generate tracepoint index parameter in perfett...
2023-10-17 Hyunjun Koanv: don't flush_llc on gen9
2023-10-17 Gert Wollnyvirgl: Fix logic for reporting PIPE_MIRROR_CLAMP
2023-10-17 Dave Airlieintel-clc: avoid using spirv-linker.
2023-10-17 Marek Olšákradeonsi/ci: update gfx1100 results
2023-10-17 Marek Olšákwinsys/amdgpu: don't send CP_GFX_SHADOW chunk if shadow...
2023-10-17 Marek Olšákradeonsi: disable register shadowing without SR-IOV...
2023-10-17 Marek Olšákac/gpu_info: don't allow register shadowing with SR...
2023-10-17 Adam Jacksondocs: Mention 'meson devenv' in the pre-install test...
2023-10-16 Iván Brianoanv: advertise VK_KHR_global_priority_queue
2023-10-16 Friedrich Vockradv/rt: Reject hits within 10ULP of previous hits...
2023-10-16 Lionel Landwerlinanv: workaround Gfx11 with optimized state emission
2023-10-16 Marek Olšákwinsys/amdgpu: pad gfx and compute IBs with only 1 NOP
2023-10-16 Marek Olšákwinsys/amdgpu: correctly pad noop IBs for RADEON_NOOP=1
2023-10-16 Marek Olšákwinsys/amdgpu: properly pad the IB in amdgpu_submit_gfx_nop
2023-10-16 Marek Olšákac/gpu_info: set gfx and compute IB padding to only...
2023-10-16 Marek Olšákac/gpu_info: conservatively decrease IB alignment and...
2023-10-16 Marek Olšákac/gpu_info: drop the hack unifying all IB alignments
2023-10-16 Marek Olšákac/gpu_info: move ib_pad_dw_mask into ip[]
next