summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-02freedreno: Break out of "should we free the entry" loop once we've freed.Eric Anholt1-0/+1
2020-12-02gallium: Fix leak of currently bound UBOs at CSO context destruction.Eric Anholt1-4/+5
2020-12-02gallivm: Fix max const buffer count.Eric Anholt1-1/+1
2020-12-02gallium: Fix leak of bound SSBOs at CSO context destruction.Eric Anholt1-0/+7
2020-12-02freedreno: Fix leak of u_transfer_helper.Eric Anholt1-0/+2
2020-12-02gallium: Fix leak of the merged driconf options.Eric Anholt1-0/+1
2020-12-02zink: do not require VK_KHR_external_memoryErik Faye-Lund1-1/+1
2020-12-02freedreno: Add missing dependency to buildDaniel Stone1-0/+1
2020-12-02radv: Fix leak in radv_amdgpu_winsys_destroy()James Park1-0/+1
2020-12-02radeonsi: disable WGP mode on gfx10.3 to prevent hangsMarek Olšák1-1/+4
2020-12-02radeonsi: fix a nasty bug in si_pm4.cMarek Olšák1-2/+5
2020-12-02radeonsi: fix a memory leak in si_create_dcc_retile_csMarek Olšák1-0/+1
2020-12-01nir/algebraic: Avoid creating new fp64 ops when using softfp64Kenneth Graunke1-4/+13
2020-12-01aco: Fix NGG GS assert failure from the WG scan.Timur Kristóf1-1/+1
2020-12-01etnaviv/drm: fix evil-twin etna_drm_table_lockChristian Gmeiner3-3/+2
2020-12-01st/mesa: fix uninitialized/random clip plane state vars in lower_ucpMarek Olšák1-1/+1
2020-12-01mesa: call FLUSH_VERTICES before changing sampler uniformsMarek Olšák1-5/+8
2020-12-01radv: Deal with unused attachments in mip flushBas Nieuwenhuizen1-0/+3
2020-12-01r600/sfn: fix component loading from fixed buffer IDGert Wollny1-48/+55
2020-12-01radv: Fix a hang on CB change by adding flushes.Bas Nieuwenhuizen2-0/+76
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-01glsl: avoid an out-of-bound access while setting up a location for variableAndrii Simiklit1-4/+6
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-01aco: fix v_mul_hi_u32_u24 formatRhys Perry1-1/+1
2020-11-24radv: Fix RB+ blending for VK_FORMAT_E5B9G9R9_UFLOAT_PACK32.Bas Nieuwenhuizen1-0/+5
2020-11-24spirv: Call repair SSA for OpTerminateInvocationJason Ekstrand2-3/+17
2020-11-24zink: fall back to util_blitter for scaled resolvesErik Faye-Lund1-0/+5
2020-11-24gallium: fix missing bit field in p_state.hDave Airlie1-1/+1
2020-11-24lavapipe: enable pipeline stats queriesDave Airlie3-10/+44
2020-11-24lavapipe: fixup mipmap precsion bitsDave Airlie1-2/+2
2020-11-24llvmpipe: fix multisample lines.Dave Airlie1-18/+18
2020-11-24llvmpipe: fix multisample point rendering.Dave Airlie1-3/+3
2020-11-24llvmpipe/setup: move point stats collection earlier.Dave Airlie1-4/+4
2020-11-24lavapipe: fix wsi acquire fencesDave Airlie1-9/+2
2020-11-24lavapipe: fixup device allocate + enable private dataDave Airlie10-64/+66
2020-11-24zink: fix layered resolvesErik Faye-Lund1-6/+22
2020-11-23aco: fix combining add/sub to b2i if a new dest needs to be allocatedSamuel Pitoiset2-3/+16
2020-11-23v3dv/cmd_buffer: missing (uint8_t *) casting when calling memcmpAlejandro Piñeiro1-2/+2
2020-11-23ac/nir: fix a typo in ac_are_tessfactors_def_in_all_invocsMarek Olšák1-1/+1
2020-11-23r600/sfn: lower bool to int32 only after common optimizationsGert Wollny1-2/+1
2020-11-23nir: fix gathering patch IO usage with lowered IOMarek Olšák1-0/+12
2020-11-23nir: fix gathering TCS cross invocation access with lowered IOMarek Olšák1-2/+2
2020-11-20intel/compiler: Rotate instructions ROR and ROL cannot have source modifiersIan Romanick1-0/+2
2020-11-19ac: Don't negate strstr return values in ac_query_gpu_infoMichel Dänzer1-3/+3
2020-11-19intel/fs: Fix sampler message headers on Gen11+ when using scratchKenneth Graunke1-5/+22
2020-11-19freedreno: Fix warning about uninit size for the size==0 special case.Eric Anholt1-0/+1