summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-21VERSION: bump for 22.0.2 releasemesa-22.0.2Dylan Baker1-1/+1
2022-04-21docs: add release notes for 22.0.2Dylan Baker1-0/+293
2022-04-21.pick_status.json: Update to 9f44a264623461c98368185b023d99446676e039Dylan Baker1-1/+1
2022-04-21spirv: fix OpBranchConditional when both branches are the sameAlexey Bozhenko2-5/+8
2022-04-21util/stencil: fix stencil fallback blit shader texture types.Dave Airlie2-3/+3
2022-04-21u_blitter/stencil: take dstbox x/y into accounts for dst fb widthDave Airlie2-3/+3
2022-04-21intel/dev: Add device info for RPL-PJordan Justen3-1/+14
2022-04-21crocus: export GEM handle with RDWR access rightsMichael Olbrich2-2/+2
2022-04-21util/draw: fix indirect draw count readbackMike Blumenkrantz2-3/+2
2022-04-21util/draw: handle draw_count=0 when reading indirect parametersMike Blumenkrantz2-1/+5
2022-04-21util/draw: fix map size of indirect buffer in util_draw_indirect_readMike Blumenkrantz2-4/+3
2022-04-21zink: handle device-local unsynchronized mapsMike Blumenkrantz2-1/+10
2022-04-21.pick_status.json: Mark dd783d7144932d79ef761810d46e45c3df7148cf as denominatedDylan Baker1-1/+1
2022-04-21nouveau/nir: Fix the inverted sense of usesSampleMaskIn.Emma Anholt2-2/+2
2022-04-21intel/compiler: invalidate all metadata in brw_nir_lower_intersection_shaderMarcin Ślusarz2-1/+2
2022-04-21anv: invalidate all metadata in anv_nir_lower_ubo_loadsMarcin Ślusarz2-3/+2
2022-04-21anv: allow getting the address of the beginning of the batchLionel Landwerlin2-2/+2
2022-04-21vulkan: explicitly cast object-type enumErik Faye-Lund2-4/+5
2022-04-21zink: support restart with PIPE_PRIM_LINES_ADJACENCY if ext is availableMike Blumenkrantz2-1/+2
2022-04-21zink: unconditionally set line width on rasterizer state changeMike Blumenkrantz2-26/+2
2022-04-21zink: reject resource creation if format features don't match attachmentMike Blumenkrantz2-2/+2
2022-04-21mesa: flush bitmap caches when changing scissors or window rects stateSviatoslav Peleshko3-1/+12
2022-04-21radv: fix initializing pipeline_key::topology for GFX9 and olderSamuel Pitoiset2-3/+3
2022-04-21intel: fix URB programming for GT1sLionel Landwerlin2-7/+24
2022-04-21nir: Add lowering for fround_even on r300.Emma Anholt4-1/+21
2022-04-21panfrost: Stop overallocating compressed texturesIcecream952-2/+2
2022-04-21nir/opcodes: fisfinite32 should return bool32Jason Ekstrand2-2/+2
2022-04-21mesa/st: set normalized coords for RECT samplers if rects are unsupportedMike Blumenkrantz2-2/+2
2022-04-21nir/lower_tex: fix rect queries with lower_rect setMike Blumenkrantz2-4/+5
2022-04-21iris: Don't leak scratch BOsJason Ekstrand2-1/+350
2022-04-21zink: avoid creating ssbo variable types with multiple runtime arraysMike Blumenkrantz2-3/+4
2022-04-21zink: use the calculated last struct member idx for ssbo size in ntvMike Blumenkrantz2-3/+3
2022-04-21iris: Add pre-draw flushing for stream output targetsKenneth Graunke3-1/+15
2022-04-21nir/lower_int64: Fix [iu]mul_high handlingJason Ekstrand2-3/+3
2022-04-21.pick_status.json: Mark 2b688942c1b1f5ca4f3e4d33231579149aeb8fdb as denominatedDylan Baker1-1/+1
2022-04-21anv: fix push constant lowering for task/meshMarcin Ślusarz2-2/+2
2022-04-21draw: handle tess eval shader when getting num outputsDave Airlie4-1/+5
2022-04-21turnip: Stop allocating unused pvtmem space in the pipeline CS.Emma Anholt2-7/+1
2022-04-21intel/perf: Fix OA report accumulation on Gfx12+.Francisco Jerez2-18/+5
2022-04-21nir_to_tgsi: Fix the address reg mapping for images and SSBOs to match G-T-T.Emma Anholt2-8/+8
2022-04-21nir_to_tgsi: Fix emitting the sample number for non-array MSAA image access.Emma Anholt2-2/+2
2022-04-21nir/lower_tex: avoid adding invalid LOD to RECT texturesMike Blumenkrantz2-1/+3
2022-04-21blorp: disable depth boundsLionel Landwerlin2-1/+9
2022-04-21d3d12: fix return-code without dxcompiler.dllErik Faye-Lund2-2/+8
2022-04-21zink: fix max geometry input component advertisingMike Blumenkrantz2-2/+2
2022-04-21anv: Disallow blending on swizzled formatsJason Ekstrand2-2/+9
2022-04-21radv: save/restore the stencil reference during internal driver operationsSamuel Pitoiset3-2/+13
2022-04-21llvmpipe: fix nr_sampler_view in key creation.Dave Airlie5-5/+8
2022-04-21nir: intel/compiler: Lower TXD on array surfaces on DG2+Ian Romanick4-3/+10
2022-04-21radv: suspend/resume queries during internal driver operationsSamuel Pitoiset6-16/+41