summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-04bump version for 20.2.4 releasemesa-20.2.4Dylan Baker1-1/+1
2020-12-04docs: add release notes for 20.2.4Dylan Baker1-0/+135
2020-12-03freedreno: Break out of "should we free the entry" loop once we've freed.Eric Anholt2-1/+2
2020-12-03gallium: Fix leak of currently bound UBOs at CSO context destruction.Eric Anholt2-5/+6
2020-12-03gallivm: Fix max const buffer count.Eric Anholt2-2/+2
2020-12-03gallium: Fix leak of bound SSBOs at CSO context destruction.Eric Anholt2-1/+8
2020-12-03freedreno: Fix leak of u_transfer_helper.Eric Anholt2-1/+3
2020-12-03freedreno: Add missing dependency to buildDaniel Stone2-1/+2
2020-12-03radv: Fix leak in radv_amdgpu_winsys_destroy()James Park2-1/+3
2020-12-03radeonsi: disable WGP mode on gfx10.3 to prevent hangsMarek Olšák2-2/+5
2020-12-03radeonsi: fix a nasty bug in si_pm4.cMarek Olšák2-3/+6
2020-12-03radeonsi: fix a memory leak in si_create_dcc_retile_csMarek Olšák2-1/+2
2020-12-03etnaviv: fix disabling of INT filter for realLucas Stach2-4/+10
2020-12-03aco: fix fp16 *0.5 omodRhys Perry2-2/+2
2020-12-03aco: disable omod if the sign of zeros should be preservedRhys Perry2-2/+6
2020-12-03aco: disallow various v_add_u32 opts if modifiers are usedRhys Perry3-2/+30
2020-12-03aco: fix combine_constant_comparison_ordering() NaN check with 16/64-bitRhys Perry3-17/+97
2020-12-03aco: don't combine precise max(min()) to med3Rhys Perry3-8/+53
2020-12-03pick-ui: don't grab the mouseDylan Baker1-1/+1
2020-12-03.pick_status.json: Update to 872c4bcd27db7b7ca26abe9fc090ae26d502156fDylan Baker1-0/+1404
2020-12-02ac/nir: fix a typo in ac_are_tessfactors_def_in_all_invocsMarek Olšák2-2/+2
2020-12-02amd/llvm: run clang-formatDylan Baker9-10837/+9700
2020-12-01iris: initialize shared screen->vtbl only onceTapani Pälli4-32/+57
2020-12-01etnaviv/drm: fix evil-twin etna_drm_table_lockChristian Gmeiner4-4/+3
2020-12-01mesa: call FLUSH_VERTICES before changing sampler uniformsMarek Olšák2-6/+9
2020-12-01nir: fix sampler_lod_parameters_pan indicesRhys Perry2-2/+2
2020-12-01freedreno/a6xx: Fix typo in height alignment calculation in a6xx layoutDanylo Piliaiev2-2/+2
2020-12-01anv: fix descriptor pool leak in VMA objectLionel Landwerlin2-2/+4
2020-12-01aco/optimizer: Only set scc_needed when it is actually needed.Timur Kristóf2-2/+4
2020-12-01radeonsi/gfx10: flush gfx cs on ngg -> legacy transitionPierre-Eric Pelloux-Prayer2-2/+7
2020-12-01nir/unsigned_upper_bound: fix buffer overflow in search_phi_bcselRhys Perry2-9/+12
2020-12-01llvmpipe/setup: move point stats collection earlier.Dave Airlie2-5/+5
2020-12-01zink: fix layered resolvesErik Faye-Lund2-7/+23
2020-12-01gitlab-ci: drop deprecated platforms that snuck in when nobody was watchingEric Engestrom2-2/+2
2020-12-01intel/compiler: Rotate instructions ROR and ROL cannot have source modifiersIan Romanick2-1/+3
2020-12-01.pick_status.json: Update to 89f6b72f19dbc503386643c6283047bdb1013befDylan Baker1-0/+3321
2020-12-01radeon/vcn : Corrected dpb_size calculation for VP9_2SureshGuttula1-1/+1
2020-12-01gallium: update abs_delta segementation parameterSureshGuttula3-2/+3
2020-11-25radeon/vce: Bitrate not updated when changing framerateKrunal Patel1-1/+3
2020-11-23.pick_status.json: Update to a92f597b98bb032b904c7c8a8c3a9fe798b51915Dylan Baker1-0/+801
2020-11-23docs: Add relnotes for 20.2.3Dylan Baker1-1/+1
2020-11-23version: bump version to 20.2.3mesa-20.2.3Dylan Baker1-1/+1
2020-11-23docs: add release notes for 20.2.3Dylan Baker1-0/+184
2020-11-19intel/fs: Fix sampler message headers on Gen11+ when using scratchKenneth Graunke2-6/+23
2020-11-19radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomicsMarek Olšák2-1/+3
2020-11-19radeonsi: only do VGT_FLUSH for fast launch if previous draw was normal launchMarek Olšák3-2/+7
2020-11-19radeonsi: do VGT_FLUSH when switching NGG -> legacy on Sienna CichlidMarek Olšák2-2/+2
2020-11-19anv/image: Fix isl_surf_usage_flags for stencil imagesChad Versace2-5/+5
2020-11-19anv/image: Check DISJOINT in vkGetPhysicalDeviceImageFormatProperties2 (v2)Chad Versace2-1/+26
2020-11-19freedreno: Fix leak of shader binary on disk cache hits.Eric Anholt2-2/+2