summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-03freedreno: Break out of "should we free the entry" loop once we've freed.Eric Anholt1-0/+1
2020-12-03gallium: Fix leak of currently bound UBOs at CSO context destruction.Eric Anholt1-4/+5
2020-12-03gallivm: Fix max const buffer count.Eric Anholt1-1/+1
2020-12-03gallium: Fix leak of bound SSBOs at CSO context destruction.Eric Anholt1-0/+7
2020-12-03freedreno: Fix leak of u_transfer_helper.Eric Anholt1-0/+2
2020-12-03freedreno: Add missing dependency to buildDaniel Stone1-0/+1
2020-12-03radv: Fix leak in radv_amdgpu_winsys_destroy()James Park1-0/+2
2020-12-03radeonsi: disable WGP mode on gfx10.3 to prevent hangsMarek Olšák1-1/+4
2020-12-03radeonsi: fix a nasty bug in si_pm4.cMarek Olšák1-2/+5
2020-12-03radeonsi: fix a memory leak in si_create_dcc_retile_csMarek Olšák1-0/+1
2020-12-03etnaviv: fix disabling of INT filter for realLucas Stach2-4/+10
2020-12-03aco: fix fp16 *0.5 omodRhys Perry1-1/+1
2020-12-03aco: disable omod if the sign of zeros should be preservedRhys Perry1-1/+5
2020-12-03aco: disallow various v_add_u32 opts if modifiers are usedRhys Perry2-1/+29
2020-12-03aco: fix combine_constant_comparison_ordering() NaN check with 16/64-bitRhys Perry2-16/+96
2020-12-03aco: don't combine precise max(min()) to med3Rhys Perry2-7/+52
2020-12-02ac/nir: fix a typo in ac_are_tessfactors_def_in_all_invocsMarek Olšák1-1/+1
2020-12-02amd/llvm: run clang-formatDylan Baker9-10837/+9700
2020-12-01iris: initialize shared screen->vtbl only onceTapani Pälli3-31/+56
2020-12-01etnaviv/drm: fix evil-twin etna_drm_table_lockChristian Gmeiner3-3/+2
2020-12-01mesa: call FLUSH_VERTICES before changing sampler uniformsMarek Olšák1-5/+8
2020-12-01nir: fix sampler_lod_parameters_pan indicesRhys Perry1-1/+1
2020-12-01freedreno/a6xx: Fix typo in height alignment calculation in a6xx layoutDanylo Piliaiev1-1/+1
2020-12-01anv: fix descriptor pool leak in VMA objectLionel Landwerlin1-1/+3
2020-12-01aco/optimizer: Only set scc_needed when it is actually needed.Timur Kristóf1-1/+3
2020-12-01radeonsi/gfx10: flush gfx cs on ngg -> legacy transitionPierre-Eric Pelloux-Prayer1-1/+6
2020-12-01nir/unsigned_upper_bound: fix buffer overflow in search_phi_bcselRhys Perry1-8/+11
2020-12-01llvmpipe/setup: move point stats collection earlier.Dave Airlie1-4/+4
2020-12-01zink: fix layered resolvesErik Faye-Lund1-6/+22
2020-12-01intel/compiler: Rotate instructions ROR and ROL cannot have source modifiersIan Romanick1-0/+2
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-19intel/fs: Fix sampler message headers on Gen11+ when using scratchKenneth Graunke1-5/+22
2020-11-19radeonsi: fix scan_instruction for bindless inc_wrap/dec_wrap atomicsMarek Olšák1-0/+2
2020-11-19radeonsi: only do VGT_FLUSH for fast launch if previous draw was normal launchMarek Olšák2-1/+6
2020-11-19radeonsi: do VGT_FLUSH when switching NGG -> legacy on Sienna CichlidMarek Olšák1-1/+1
2020-11-19anv/image: Fix isl_surf_usage_flags for stencil imagesChad Versace1-4/+4
2020-11-19anv/image: Check DISJOINT in vkGetPhysicalDeviceImageFormatProperties2 (v2)Chad Versace1-0/+25
2020-11-19freedreno: Fix leak of shader binary on disk cache hits.Eric Anholt1-1/+1
2020-11-19egl/dri2: fix race between image create and egl_image_target_textureTapani Pälli1-0/+3
2020-11-19draw: fix tess eval pipeline statistics.Dave Airlie1-3/+4
2020-11-19etnaviv: nir: do not run opt loop after nir_lower_bool_xxx(..)Christian Gmeiner1-2/+0
2020-11-19vdpau: Add missing printf format specifier.Vinson Lee1-1/+1
2020-11-19freedreno/ir3: Fix crash in shader compile fail pathRob Clark1-1/+1
2020-11-19mesa: Clamp some depth values in glClearBufferfiNanley Chery1-2/+14
2020-11-19mesa: Clamp some depth values in glClearBufferfvNanley Chery1-1/+15
2020-11-19mesa: Add and use _mesa_has_depth_float_channelNanley Chery3-2/+13
2020-11-19mesa: Fix vertex_format_to_pipe_format index.Brendan Dougherty1-4/+3
2020-11-19nir: handle float atomics in copy propagation passMarcin Ślusarz1-0/+8