summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_gs_intrinsics: fix primitive count for pointsQiang Yu2022-08-161-4/+27
* vk/device-select-layer: fix .sType of VkPhysicalDeviceGroupPropertiesEric Engestrom2022-08-161-0/+3
* r300: fix variables detection for paired ALU and TEX instructions in differen...Pavel Ondračka2022-08-161-5/+86
* frontend/nine: Fix ff position_t fallback when w = 0Axel Davy2022-08-161-0/+3
* frontend/nine: Fix shader multi-use crashAxel Davy2022-08-162-4/+18
* frontend/nine: Fix cso restore bugAxel Davy2022-08-161-2/+2
* frontend/nine: Fix ATOC handlingAxel Davy2022-08-161-4/+1
* frontend/nine: Fix buffer tracking out of boundsAxel Davy2022-08-162-1/+4
* frontend/nine: Skip invalid swvp callsAxel Davy2022-08-161-0/+9
* isl: fix bug where sb.MOCS is not being setsjfricke2022-08-121-1/+1
* glthread: call _mesa_glthread_DeleteBuffers unconditionallyMarek Olšák2022-08-121-1/+1
* glthread: unbind framebuffers in glDeleteFramebuffersMarek Olšák2022-08-122-1/+16
* mesa/st: fix reference to nir->info after nir_to_tgsiCharmaine Lee2022-08-121-1/+2
* anv: don't return incorrect error code for vkCreateDescriptorPoolLionel Landwerlin2022-08-111-1/+1
* egl/wgl: Fix some awkward sizeof formattingJesse Natalie2022-08-111-3/+3
* egl/wgl: Delete unused variables/codeJesse Natalie2022-08-111-49/+0
* nir/validate: clamp unsized tex dests to 32bitMike Blumenkrantz2022-08-111-1/+2
* zink: do not use VK_FORMAT_D32_SFLOAT_S8_UINT without checkingErik Faye-Lund2022-08-111-1/+2
* zink: add have_D32_SFLOAT_S8_UINT booleanErik Faye-Lund2022-08-112-2/+4
* zink: Make sure that we keep the existing ici pNext chain on inserts.Emma Anholt2022-08-111-4/+1
* amdgpu/bo: update uses_secure_bos when importing buffersPierre-Eric Pelloux-Prayer2022-08-111-0/+1
* tu: Fix sysmem depth attachment clear flushingConnor Abbott2022-08-111-0/+1
* aco: fix LdsBranchVmemWARHazard with 2+ branch chainsRhys Perry2022-08-111-0/+3
* agx: Fix packing of samplers in texture instrsAlyssa Rosenzweig2022-08-111-1/+1
* virgl: Fix unmapping of blob resourcesDmitry Osipenko2022-08-111-0/+12
* freedreno/drm: Fix potential bo cache vs export crashRob Clark2022-08-111-1/+1
* radeonsi: don't assume that TC_ACTION_ENA invalidates L1 cache on gfx9Marek Olšák2022-08-111-2/+2
* anv: fixup PIPE_CONTROL restriction on gfx8Lionel Landwerlin2022-08-111-0/+18
* draw: don't touch info values that aren't valid.Dave Airlie2022-08-111-5/+8
* zink: add all format modifiers when adding for dmabuf exportMike Blumenkrantz2022-08-111-2/+3
* zink: don't add modifiers if EXT_image_drm_format_modifier isn't presentMike Blumenkrantz2022-08-111-1/+1
* zink: use modifier_aspect to check for modifier plane in zink_resource_get_paramMike Blumenkrantz2022-08-111-1/+1
* zink: demote dmabuf tiling to linear if modifiers aren't supportedMike Blumenkrantz2022-08-111-1/+1
* nine: check return on resource_get_handleMike Blumenkrantz2022-08-111-5/+8
* zink: drop mode_changed check from linewidth/depthbias draw updatesMike Blumenkrantz2022-08-111-1/+1
* zink: init cache_put program fence on program creationMike Blumenkrantz2022-08-112-1/+2
* zink: handle mutable swapchain images with dmabufMike Blumenkrantz2022-08-111-20/+64
* iris: Make the D16 reg mode single-sampledNanley Chery2022-08-111-7/+9
* anv: Make the D16 reg mode single-sampledNanley Chery2022-08-112-7/+9
* zink: don't flag lazy push constant set dirty on batch changeMike Blumenkrantz2022-08-101-2/+2
* zink: fix gfx program cache pruning with generated tcsMike Blumenkrantz2022-08-102-1/+9
* glthread: don't ignore glPushAttrib/glPopAttrib when tracking GL_CULL_FACEMarek Olšák2022-08-102-0/+7
* pan/decode: Fix overrun decoding planesAlyssa Rosenzweig2022-08-101-2/+7
* r300: don't read from output transform_r300_vertex_SEQ/SNEFilip Gawin2022-08-101-12/+12
* anv: Move Wa_1806527549 and enable by defaultMykhailo Skorokhodov2022-08-102-9/+11
* iris: Move Wa_1806527549 and enable by defaultMykhailo Skorokhodov2022-08-101-9/+11
* intel/compiler: insert URB fence before task/mesh terminationMarcin Ślusarz2022-08-103-0/+24
* intel/compiler: there are 4 types of fences on gfx >= 12.5Marcin Ślusarz2022-08-101-1/+1
* intel/compiler: emit URB fences for TASK/MESHMarcin Ślusarz2022-08-101-3/+10
* virgl: honor host caps in shader cash sha evaluationGert Wollny2022-08-101-0/+4