summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-17VERSION: update to 22.1.7mesa-22.1.722.1Dylan Baker1-1/+1
2022-08-17docs: add release notes for 22.1.7Dylan Baker1-0/+0
2022-08-16nir/lower_gs_intrinsics: fix primitive count for pointsQiang Yu2-5/+28
2022-08-16vk/device-select-layer: fix .sType of VkPhysicalDeviceGroupPropertiesEric Engestrom2-1/+4
2022-08-16r300: fix variables detection for paired ALU and TEX instructions in differen...Pavel Ondračka2-6/+87
2022-08-16frontend/nine: Fix ff position_t fallback when w = 0Axel Davy2-1/+4
2022-08-16frontend/nine: Fix shader multi-use crashAxel Davy3-5/+19
2022-08-16frontend/nine: Fix cso restore bugAxel Davy2-3/+3
2022-08-16frontend/nine: Fix ATOC handlingAxel Davy2-5/+2
2022-08-16frontend/nine: Fix buffer tracking out of boundsAxel Davy3-2/+5
2022-08-16frontend/nine: Skip invalid swvp callsAxel Davy2-1/+10
2022-08-16.pick_status.json: Mark 11ab6087797f805cf158048915c67945613c9a72 as denominatedDylan Baker1-1/+1
2022-08-16meson: Microsoft / maybe Intel CLC need the all-targets workaroundpal10002-1/+2
2022-08-16.pick_status.json: Update to 74fc367127ccf945f4c649dd6ddff955c802e36eDylan Baker1-0/+1062
2022-08-12isl: fix bug where sb.MOCS is not being setsjfricke2-2/+2
2022-08-12glthread: call _mesa_glthread_DeleteBuffers unconditionallyMarek Olšák2-2/+2
2022-08-12glthread: unbind framebuffers in glDeleteFramebuffersMarek Olšák3-2/+17
2022-08-12mesa/st: fix reference to nir->info after nir_to_tgsiCharmaine Lee2-3/+4
2022-08-12.pick_status.json: Update to 24b9ad7cd5ebc7cfa5d03cf0f243ea4841c971b9Dylan Baker1-0/+441
2022-08-11anv: don't return incorrect error code for vkCreateDescriptorPoolLionel Landwerlin2-2/+2
2022-08-11egl/wgl: Fix some awkward sizeof formattingJesse Natalie2-4/+4
2022-08-11egl/wgl: Delete unused variables/codeJesse Natalie2-50/+1
2022-08-11nir/validate: clamp unsized tex dests to 32bitMike Blumenkrantz2-2/+3
2022-08-11.pick_status.json: Update to a3bf0da1cbd4b10043c80bf44609a3024b5fcc36Dylan Baker1-0/+441
2022-08-11zink: do not use VK_FORMAT_D32_SFLOAT_S8_UINT without checkingErik Faye-Lund2-2/+3
2022-08-11zink: add have_D32_SFLOAT_S8_UINT booleanErik Faye-Lund3-3/+5
2022-08-11zink: Make sure that we keep the existing ici pNext chain on inserts.Emma Anholt2-5/+2
2022-08-11amdgpu/bo: update uses_secure_bos when importing buffersPierre-Eric Pelloux-Prayer2-1/+2
2022-08-11docs: fixup link to virgl docsErik Faye-Lund2-2/+2
2022-08-11tu: Fix sysmem depth attachment clear flushingConnor Abbott2-1/+2
2022-08-11aco: fix LdsBranchVmemWARHazard with 2+ branch chainsRhys Perry2-1/+4
2022-08-11agx: Fix packing of samplers in texture instrsAlyssa Rosenzweig2-2/+2
2022-08-11virgl: Fix unmapping of blob resourcesDmitry Osipenko2-1/+13
2022-08-11freedreno/drm: Fix potential bo cache vs export crashRob Clark2-2/+2
2022-08-11radeonsi: don't assume that TC_ACTION_ENA invalidates L1 cache on gfx9Marek Olšák2-3/+3
2022-08-11anv: fixup PIPE_CONTROL restriction on gfx8Lionel Landwerlin2-1/+19
2022-08-11draw: don't touch info values that aren't valid.Dave Airlie2-6/+9
2022-08-11zink: add all format modifiers when adding for dmabuf exportMike Blumenkrantz2-3/+4
2022-08-11zink: don't add modifiers if EXT_image_drm_format_modifier isn't presentMike Blumenkrantz2-2/+2
2022-08-11zink: use modifier_aspect to check for modifier plane in zink_resource_get_paramMike Blumenkrantz2-2/+2
2022-08-11zink: demote dmabuf tiling to linear if modifiers aren't supportedMike Blumenkrantz2-2/+2
2022-08-11nine: check return on resource_get_handleMike Blumenkrantz2-6/+9
2022-08-11zink: drop mode_changed check from linewidth/depthbias draw updatesMike Blumenkrantz2-2/+2
2022-08-11zink: init cache_put program fence on program creationMike Blumenkrantz3-2/+3
2022-08-11bin/gen_release_notes.py: bump advertised vulkan version to 1.3Eric Engestrom2-2/+2
2022-08-11zink: handle mutable swapchain images with dmabufMike Blumenkrantz2-21/+65
2022-08-11iris: Make the D16 reg mode single-sampledNanley Chery2-8/+10
2022-08-11anv: Make the D16 reg mode single-sampledNanley Chery3-8/+10
2022-08-10zink: don't flag lazy push constant set dirty on batch changeMike Blumenkrantz2-3/+3
2022-08-10zink: fix gfx program cache pruning with generated tcsMike Blumenkrantz3-2/+10