summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-05VERSION: bump for 21.1.0 finalmesa-21.1.0Eric Engestrom1-1/+1
2021-05-05docs: add release notes for 21.1.0Eric Engestrom2-11/+5564
2021-05-04util: fix (re-enable) L3 cache pinningMarek Olšák5-5/+5
2021-05-04intel/nir: Set lower txs with non-zero LODJason Ekstrand2-1/+2
2021-05-04ir3/postsched: Fix dependencies for a0.x/p0.xConnor Abbott2-2/+6
2021-05-04.pick_status.json: Update to 1d418e79b8a0f4270775277b7115b88ac4c77113Eric Engestrom1-0/+567
2021-05-03glx: revert "Downgrade sRGB-ful fbconfigs"Tapani Pälli2-13/+1
2021-05-03radv,ac/llvm: use a dword alignment for descriptor loadsRhys Perry3-2/+6
2021-05-03tu: Fix SP_GS_PRIM_SIZE for large sizesConnor Abbott2-2/+7
2021-05-03radv: Only require DRM 3.23.Bas Nieuwenhuizen3-15/+34
2021-05-03radv/winsys: fix executing huge secondary command buffers on GFX6Samuel Pitoiset2-1/+54
2021-05-03aco/spill: Fix improper handling of exec phisTony Wasserka2-3/+4
2021-05-03radv: check if DCC is enabled when resolving different levelsSamuel Pitoiset2-2/+4
2021-05-03util: disable glthread in CSGOTimothy Arceri2-2/+1
2021-05-03.pick_status.json: Update to f5d6a1b916fb163ee72e6a6f356937b1fbac53e0Eric Engestrom1-0/+1089
2021-05-02glx: Assign unique serial number to GLXBadFBConfig errorBastian Beranek2-1/+4
2021-05-02panfrost: Fix viewport scissor for preload drawsIcecream953-5/+6
2021-05-02.pick_status.json: Update to f3d2fade82c168a7ffffa4bd7bf22585c45c711bEric Engestrom1-0/+324
2021-04-30intel/isl: Fix isl_color_value_unpack to match the prototypeJason Ekstrand2-2/+2
2021-04-30pan/mdg: Fix calculation of available work registersIcecream952-2/+2
2021-04-30intel/compiler: Fix INTEL_DEBUG=hexJordan Justen2-1/+2
2021-04-30v3d: DRM_FORMAT_MOD_BROADCOM_SAND128 only available for NV12 format.Jose Maria Casanova Crespo2-1/+5
2021-04-30v3d: YUV formats at query_dmabuf_modifiers are external_onlyJose Maria Casanova Crespo2-5/+3
2021-04-30v3d: YUV formats at is_dmabuf_modifier_supported are external_onlyJose Maria Casanova Crespo2-2/+2
2021-04-30.pick_status.json: Update to b80720acb13e1014aea89e6bd25f22d43df85356Dylan Baker1-0/+387
2021-04-29util/hash_table: do not leak u64 struct keyJuan A. Suarez Romero13-66/+34
2021-04-29radv: fix use-after-free upon GS copy shader cache hitsRhys Perry2-1/+3
2021-04-29vulkan: fix use-after-free in vk_common_DestroyDebugReportCallbackEXTRhys Perry2-3/+2
2021-04-29radv: fix computation of the number of user SGPRS for NGG GS stateSamuel Pitoiset2-1/+4
2021-04-29driconf: add workaround for Golf With FriendsPierre-Eric Pelloux-Prayer2-1/+6
2021-04-29.pick_status.json: Update to ede0b3c643279f4126fb10552a2f1d00be27f16dDylan Baker1-0/+432
2021-04-28i965/bufmgr: fix invalid assertionLionel Landwerlin2-3/+1
2021-04-28vulkan/wsi/display: don't report support if there is no drm fdLionel Landwerlin2-2/+5
2021-04-28.pick_status.json: Update to cbd6e5f2e592a9834a03004a473537f25aea4336Dylan Baker1-0/+594
2021-04-28VERSION: bump for 21.1.0-rc3mesa-21.1.0-rc3Dylan Baker1-1/+1
2021-04-27zink: fix shader-image requirementsErik Faye-Lund2-2/+3
2021-04-27radv: fix various CMASK regressions on GFX9Samuel Pitoiset3-9/+31
2021-04-27radeonsi: make the gfx9 DCC MSAA clear shader depend on the number of samplesMarek Olšák4-6/+10
2021-04-27android: amd/common: add nir include pathMauro Rossi2-1/+2
2021-04-27android: gallium/radeonsi: add nir include pathMauro Rossi2-1/+2
2021-04-27nir/lower_clip_disable: Fix store writemaskConnor Abbott2-2/+3
2021-04-27ir3: Prevent oob writes to inputs/outputs arrayConnor Abbott2-9/+43
2021-04-27.pick_status.json: Update to ee9b744cb5d1466960e78b1de44ad345590e348cDylan Baker1-0/+630
2021-04-26anv: Use the same re-order mode for streamout as for GSJason Ekstrand2-1/+2
2021-04-26zink: correct image cap checksErik Faye-Lund2-7/+3
2021-04-26zink: do not require vulkan memory model for shader-imagesErik Faye-Lund6-17/+6
2021-04-26radv: disable VK_FORMAT_R64_SFLOATRhys Perry2-4/+4
2021-04-26mesa: fix incomplete GL_NV_half_float implementationTimothy Arceri8-1/+266
2021-04-26.pick_status.json: Update to 72eca47c660b6c6051be5a5a80660ae765ecbaa5Eric Engestrom1-0/+252
2021-04-25tgsi_exec: Fix NaN behavior of min and maxIan Romanick3-21/+17