platform/upstream/mesa.git
2023-08-10 Matt Costerpvr: Clean up extension tables
2023-08-10 Eric Engestromci: build hasvk in debian-vulkan job
2023-08-10 Eric Engestromci: reorder vk drivers alphabetically in debian-vulkan job
2023-08-10 David Roscaci/amd: Skip all VAAPI tests that creates too many...
2023-08-10 Matt Costerpvr: Pad rogue_regarray_cache_key union members to...
2023-08-10 Mike Blumenkrantzzink: don't try to replace separate shader prog in...
2023-08-10 Eric Engestromdocs/v3dv: mark direct display extensions as implemented
2023-08-10 Gert Wollnyr600: retire SB optimizer
2023-08-10 Mike Blumenkrantzzink: fix big tcs output io
2023-08-10 Mike Blumenkrantzzink: explicitly set non-optimal last_vertex_stage...
2023-08-10 Mike Blumenkrantzlavapipe: zero-init pipe_sampler_state
2023-08-10 Mike Blumenkrantzzink: reindex ssa defs before dumping debug shaders
2023-08-10 Mike Blumenkrantzdraw: fix so debug offset printing
2023-08-10 Mike Blumenkrantzzink: move ZINK_DEBUG=nir printing to just before compile
2023-08-10 Mike Blumenkrantzzink: fix xfb buffer array sizing to use buffer limit...
2023-08-10 Connor Abbottir3: Implement helper invocation optimization
2023-08-10 Connor Abbottir3: Gather pixlod status earlier
2023-08-10 Connor Abbottfreedreno, tu, ir3: Add last_helper statistic
2023-08-10 Connor Abbotttu: Add missing last_baryf statistic
2023-08-10 Connor Abbottir3, freedreno, tu: Plumb through SP_FS_PREFETCH_CNTL...
2023-08-10 Danylo Piliaievfreedreno/regs: Define unknown SP_FS_PREFETCH_CNTL...
2023-08-10 Connor Abbottir3: Parse (eq) flag
2023-08-10 Eric Engestrommeson: fix indentation
2023-08-10 Samuel Pitoisetradv: re-introduce radv_pipeline_stage_init()
2023-08-10 Samuel Pitoisetradv: stop passing redundant stage to radv_shader_stage...
2023-08-10 Samuel Pitoisetradv: introduce radv_shader_layout for per-stage descri...
2023-08-10 Samuel Pitoisetradv: remove useless NULL for pipeline layout during...
2023-08-10 Iago Toral... v3d: fix texture packing lowering
2023-08-10 Iago Toral... v3dv: assert that only tex instructions with sampler...
2023-08-10 Iago Toral... squash! v3dv,broadcom/compiler: don't abuse sampler...
2023-08-10 Iago Toral... nir/lower_tex: use a callback to check sampler return...
2023-08-10 Iago Toral... nir/lower_tex: copy backend_flags field when copying...
2023-08-10 Iago Toral... v3dv: remove unused code
2023-08-10 Lionel Landwerlinintel/fs: add variable for output of debug backend...
2023-08-10 Lionel Landwerlinintel/fs: track more steps with INTEL_DEBUG=optimizer
2023-08-10 Vinson Leelavapipe: Fix struct initialization
2023-08-10 Dave Airlienvk: enable KHR_shader_clock.
2023-08-10 Samuel Pitoisetradv: advertise VK_KHR_maintenance5
2023-08-10 Samuel Pitoisetradv: implement radv_Get{Device}ImageSubresourceLayout2...
2023-08-10 Samuel Pitoisetradv: allow VK_REMAINING_ARRAY_LAYERS with VkImageSubre...
2023-08-10 Samuel Pitoisetradv: add support for VkBufferUsageFlags2CreateInfoKHR
2023-08-10 Samuel Pitoisetradv: add support for VkPipelineCreateFlags2CreateInfoKHR
2023-08-10 Samuel Pitoisetradv: store pipeline create flags to radv_pipeline...
2023-08-10 Samuel Pitoisetradv/rmv: remove unused pipeline create flags when...
2023-08-10 Samuel Pitoisetradv: allow VK_WHOLE_SIZE for pSizes in vkCmdBindVertex...
2023-08-10 Samuel Pitoisetradv: implement vkCmdBindIndexBuffer2KHR()
2023-08-10 Samuel Pitoisetvulkan/render_pass: add common vkGetRenderingAreaGranul...
2023-08-10 Thomas H.P... nvk: advertise VK_EXT_tooling_info
2023-08-10 Mike Blumenkrantzlavapipe: maintenance5
2023-08-10 Mike Blumenkrantzlavapipe: VK_REMAINING_ARRAY_LAYERS for copy ops
2023-08-10 Mike Blumenkrantzlavapipe: GetDeviceImageSubresourceLayoutKHR
2023-08-10 Mike Blumenkrantzlavapipe: BindIndexBuffer2
2023-08-10 Mike Blumenkrantzlavapipe: block yuv formats from getting blit feature...
2023-08-10 Mike Blumenkrantzlavapipe: fix resolves where src image has a layer...
2023-08-10 Mike Blumenkrantzlavapipe: fix BindVertexBuffers2 buffer size handling
2023-08-10 Mike Blumenkrantzllvmpipe: fix early depth + alpha2coverage + occlusion...
2023-08-10 Mike Blumenkrantzllvmpipe: block weird uses of subsampled formats in...
2023-08-10 Mike Blumenkrantzlavapipe: GetRenderingAreaGranularityKHR
2023-08-10 Mike Blumenkrantzllvmpipe: export PIPE_CAP_IMAGE_LOAD_FORMATTED
2023-08-10 Mike Blumenkrantzllvmpipe: enable A8_UNORM for shader images
2023-08-10 Mike Blumenkrantzgallivm: handle A8_UNORM image stores
2023-08-10 timmac-qmcglsl: fix potential crash with DisableUniformArrayResize
2023-08-09 Georg Lehmannnir/opt_intrinsics: optimize (exclusive_scan(op, a...
2023-08-09 Georg Lehmannaco: use s_bitreplicate_b64_b32 to set exec to 0xffff00...
2023-08-09 Eric Engestromgit-blame-ignore-revs: add pvr formatting commit
2023-08-09 Eric Engestromgit-blame-ignore-revs: add radv formatting commit
2023-08-09 Eric Engestromgit-blame-ignore-revs: repeat instruction on how to...
2023-08-09 Mike Blumenkrantzzink: apply ZINK_DEBUG=noopt to linked separate shaders
2023-08-09 Mike Blumenkrantzzink: generated tcs is on the tes, not the vs
2023-08-09 Eric Engestromdocs/radv: mark VK_INTEL_shader_integer_functions2...
2023-08-09 Eric Engestromdocs/radv: mark VK_EXT_tooling_info as implemented
2023-08-09 Eric Engestromci: document max image tag length
2023-08-09 David Heidelbergci/zink: Add flake seen in the wild
2023-08-09 Georg Lehmannac/nir: handle more special cases in ac_nir_unpack_arg
2023-08-09 Feng Jiangvirgl/video: Enable AV1 decoding
2023-08-09 Feng Jiangvirgl/video: Add support for AV1 decoding
2023-08-09 Feng Jiangvirgl/video: Add definition of virgl_av1_picture_desc
2023-08-09 Feng Jiangfrontends/va: Add slice_count to AV1 slice_parameter
2023-08-09 Lionel Landwerlinanv: implement VK_EXT_pipeline_robustness
2023-08-09 Lionel Landwerlinanv/hasvk: track robustness per pipeline stage
2023-08-09 Lionel Landwerlinhasvk: remove descriptor array bounds checking
2023-08-09 Lionel Landwerlinanv: remove descriptor array bounds checking
2023-08-09 Lionel Landwerlinhasvk: fix null descriptor handling with A64 messages
2023-08-09 Yonggang Luosvga: use alignas over struct MKSGuestStatInfoEntry
2023-08-09 Yonggang Luov3dv: Use alignas(8) over 64 bit atomic value
2023-08-09 Yonggang Luoutil/treewide: Use alignas(x) instead __attribute__...
2023-08-09 Thomas H.P... nvk: EXT_conditional_rendering
2023-08-09 Dave Airlienvk: add cond render upload buffer.
2023-08-09 Dave Airlienvk: add gart forced cmd pool side buffer.
2023-08-09 Timothy Arceriglsl: mark structs containing images as bindless
2023-08-08 Mike Blumenkrantzaux/trace: fix winsys handle dumping
2023-08-08 Mike Blumenkrantzzink: add VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONI...
2023-08-08 Mike Blumenkrantzzink: add more locking for pipeline cache
2023-08-08 Mike Blumenkrantzzink: use SPV_KHR_workgroup_memory_explicit_layout...
2023-08-08 Mike Blumenkrantzzink: propagate have_workgroup_memory_explicit_layout...
2023-08-08 Mike Blumenkrantzzink: hook up VK_KHR_workgroup_memory_explicit_layout
2023-08-08 George Ouzounoudisnvk: Enable dynamic line rasterization mode state
2023-08-08 georgeouzounvk: Support VK_EXT_line_rasterization
2023-08-08 Mike Blumenkrantzzink: set msrtss depth resolve mode when enabled
2023-08-08 Mike Blumenkrantzzink: don't append msrtss to dynamic render if not...
next