summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-06Bump version for 20.2.2 releasemesa-20.2.2Dylan Baker1-1/+1
2020-11-06docs: add release notes for 20.2.2Dylan Baker1-0/+147
2020-11-02blorp: allow blits with floating point source layersLionel Landwerlin4-9/+14
2020-11-02anv: fix source/destination layers for 3D blitsLionel Landwerlin1-4/+10
2020-11-02winsys/amdgpu: remove incorrect assertion check against max_check_space_sizeMarek Olšák2-3/+1
2020-11-02radv: Fix variable name collision.Bas Nieuwenhuizen2-7/+7
2020-11-02etnaviv: free tgsi tokens when shader state is deletedMichael Tretter2-1/+2
2020-11-02etnaviv: blt: properly program surface TS offset for clearsLucas Stach2-3/+3
2020-11-02etnaviv: drm: fix BO refcount raceLucas Stach2-4/+8
2020-11-02intel/dev: Bump Max EU per subslice/dualsubsliceLionel Landwerlin2-2/+2
2020-11-02gallivm: zero init the temporary register storage.Dave Airlie2-3/+3
2020-11-02intel/tools: fix invalid type in argument to printfMarcin Ślusarz2-2/+2
2020-11-02radv: Do not access set layout during vkCmdBindDescriptorSets.Bas Nieuwenhuizen4-8/+14
2020-11-02radv: Fix 1D compressed mipmaps on GFX9.Bas Nieuwenhuizen2-13/+40
2020-11-02aco: ignore the ACO-inserted continue in create_continue_phis()Rhys Perry2-2/+2
2020-11-02aco: update phi_map in add_subdword_operand()Rhys Perry2-17/+25
2020-11-02.pick_status.json: Update to 8077f3f4c4a3d8007caa30eed93fed1c6bbf3c5aDylan Baker1-0/+1665
2020-11-02freedreno: Disallow tiled if SHARED and not QCOM_COMPRESSEDRob Clark2-2/+6
2020-11-02iris: fix the order of src and dst for fence memcpyTapani Pälli2-2/+2
2020-11-02loader/dri3: Allocate up to 4 back buffers for page flipsMichel Dänzer2-4/+23
2020-11-02loader/dri3: Keep current number of back buffers if frame was skippedMichel Dänzer2-1/+4
2020-11-02loader/dri3: Only allocate additional buffers if neededMichel Dänzer3-13/+32
2020-10-26aco: fix determining if LOD is zero for nir_texop_txf/nir_texop_txsSamuel Pitoiset2-4/+2
2020-10-26gallivm/nir: handle nir_op_flt in lp_build_nir_llvmTapani Pälli2-1/+2
2020-10-26.pick_status.json: Update to b92eadb29cc8ef09096d9196434d49e35a3eccafDylan Baker1-0/+1485
2020-10-21virgl: Fixes portal2 binary name in tweak configRyan Neph2-2/+2
2020-10-21frontends/va/postproc: Un-break field flagThong Thai2-3/+3
2020-10-21glsl: relax rule on varying matching for shaders older than 4.00Timothy Arceri2-2/+32
2020-10-21.pick_status.json: Update to 025050bae73d0598d788e3c307328670a3bf51c1Dylan Baker1-0/+702
2020-10-20vulkan/wsi: fix possible random stalls in wsi_display_wait_for_eventMarcin Ślusarz2-2/+2
2020-10-20.pick_status.json: Update to d0f8fe5909107aa342f62813ced9ce535ed6da32Dylan Baker1-0/+351
2020-10-19isl: Fix the aux-map encoding for D24_UNORM_X8Nanley Chery2-2/+2
2020-10-19Revert "radeonsi/gfx10: disable vertex grouping"Marek Olšák3-5/+7
2020-10-19intel/isl: Drop redundant unpack of unorm channelsNanley Chery2-2/+1
2020-10-19st/mesa: Add missing sentinels in format_map[]Nanley Chery2-4/+4
2020-10-19.pick_status.json: Update to 3c87ac1f60875b5bbd4facca22fc426ee747997aDylan Baker1-0/+252
2020-10-16.pick_status.json: Update to 7c5129985bcac75053823a31674e8a1e2629230cDylan Baker1-0/+270
2020-10-15aco: add missing SCC clobber in get_buffer_sizeRhys Perry2-2/+2
2020-10-15vc4: Enable nir_lower_io for uniformsJose Maria Casanova Crespo2-2/+3
2020-10-15vc4: Add missing load_ubo set_align in yuv_blit fs.Jose Maria Casanova Crespo2-1/+2
2020-10-15aco/isel: Always export position data from VS/NGGTony Wasserka2-1/+6
2020-10-15nir/opt_load_store_vectorize: don't vectorize stores across demoteRhys Perry3-1/+8
2020-10-15.pick_status.json: Update to aea74eac3d7706ed8d870504b163356e3f104a4cDylan Baker1-0/+774
2020-10-14.pick_status.json: Update to f29c81f863c9879a6a87724cbdae1e1818f3f6b4Dylan Baker1-0/+378
2020-10-14docs: add SHA256 sums for 20.2.1Dylan Baker1-1/+1
2020-10-14VERSION: bump for 20.2.1mesa-20.2.1Dylan Baker1-1/+1
2020-10-14docs: add release notes for 20.2.1Dylan Baker1-0/+160
2020-10-13spirv: replace discard with demote for incorrect HLSL->SPIR-V translationsRhys Perry4-4/+31
2020-10-13vc4: Enable lower_umax and lower_uminJose Maria Casanova Crespo2-1/+3
2020-10-13nir/algebraic: optimize iand/ior of (n)eq zero when umax/umin not availableJose Maria Casanova Crespo3-5/+13