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