summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-16radeon/vcn: set dec->bs_ptr = NULL on unmapPierre-Eric Pelloux-Prayer2-0/+6
2020-09-16r600/uvd: set dec->bs_ptr = NULL on unmapPierre-Eric Pelloux-Prayer1-0/+3
2020-09-16mesa/st: release debug_output after destroying the contextPierre-Eric Pelloux-Prayer1-1/+8
2020-09-16mesa: add bool param to _mesa_free_context_dataPierre-Eric Pelloux-Prayer9-15/+16
2020-09-16mesa: rename _mesa_free_errors_dataPierre-Eric Pelloux-Prayer3-3/+3
2020-09-16aco: Fix emit_boolean_exclusive_scan in wave32 mode.Timur Kristóf1-1/+2
2020-09-16anv, iris: Set MediaSamplerDOPClockGateEnable for gen12+Jordan Justen3-3/+6
2020-09-16radeonsi: fix max syncobj wait timeoutQiang Yu1-0/+3
2020-09-16blorp: Fix alignment test for HIZ_CCS_WT fast-clearsNanley Chery1-2/+2
2020-09-16gallivm: disable brilinear for lod bias and explicit lod.Dave Airlie1-1/+1
2020-09-16pan/mdg: Fix spilling of non-32-bit typesIcecream951-1/+1
2020-09-16nir: More NIR_MAX_VEC_COMPONENTS fixesJason Ekstrand9-10/+19
2020-09-16freedreno: Make the pack struct have a .qword for wide addresses.Eric Anholt1-3/+10
2020-09-16spirv: Run repair_ssa if there are discard instructionsJason Ekstrand2-1/+3
2020-09-16nir/opt_if: fix opt_if_merge when destination branch has a jumpRhys Perry1-0/+7
2020-09-16radeonsi: Work around Wasteland 2 bug.Bas Nieuwenhuizen1-0/+3
2020-09-16swr: fix build with mingwMichel Zou12-21/+25
2020-09-16radeonsi: fix syncobj wait timeoutQiang Yu1-11/+6
2020-09-16Revert "ac: generate FMA for inexact instructions for radeonsi"Marek Olšák3-40/+0
2020-09-16egl/x11: Free memory allocated for reply structures on errorAndrey Vostrikov1-1/+8
2020-09-16aco: fix byte_align_scalar for 3 dword vectorsRhys Perry1-4/+11
2020-09-16iris: Fix aux assertion in resource_get_handleNanley Chery1-0/+1
2020-09-16amd/common: Fix various non-critical integer overflowsTony Wasserka1-2/+2
2020-09-16aco: Fix integer overflows when emitting parallel copies during RATony Wasserka1-2/+2
2020-09-16radv: Fix various non-critical integer overflowsTony Wasserka3-7/+7
2020-09-16radv: Fix threading issue with submission refcounts.Bas Nieuwenhuizen1-0/+6
2020-09-16intel/fs: Don't copy-propagate stride=0 sources into ddx/ddyJason Ekstrand1-1/+1
2020-09-16gallium/tgsi_exec: Fix up NumOutputs countingEric Anholt1-8/+2
2020-09-16intel/compiler: Fix pointer arithmetic when reading shader assemblyDanylo Piliaiev1-1/+1
2020-09-02radeonsi: use radeonsi_clamp_div_by_zero for SPECviewperf13, Road RedemptionPierre-Eric Pelloux-Prayer1-0/+6
2020-09-02radeonsi,driconf: add clamp_div_by_zero optionPierre-Eric Pelloux-Prayer4-1/+7
2020-09-02ac/llvm: add option to clamp division by zeroPierre-Eric Pelloux-Prayer2-1/+10
2020-09-02radeonsi: enable PIPE_CAP_NO_CLIP_ON_COPY_TEXPierre-Eric Pelloux-Prayer1-0/+1
2020-09-02mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEXPierre-Eric Pelloux-Prayer6-2/+19
2020-09-02vulkan: make VK_TIME_DOMAIN_CLOCK_MONOTONIC_RAW_EXT conditionalJonathan Gray2-0/+28
2020-09-02util/os_misc: os_get_available_system_memory() for OpenBSDJonathan Gray1-0/+20
2020-09-02anv: use os_get_available_system_memory()Jonathan Gray1-26/+6
2020-09-02util/os_misc: add os_get_available_system_memory()Jonathan Gray2-0/+37
2020-09-02anv: use os_get_total_physical_memory()Jonathan Gray1-5/+4
2020-09-02intel/perf: fix raw query kernel metric selectionLionel Landwerlin3-1/+19
2020-09-02intel/perf: store query symbol nameLionel Landwerlin2-0/+2
2020-09-02intel/fs: Fix MOV_INDIRECT and BROADCAST of Q types on Gen11+Jason Ekstrand2-5/+23
2020-09-02intel/nir: Rewrite the guts of lower_alpha_to_coverageJason Ekstrand2-80/+100
2020-09-02nir: Add a nir_metadata_all enum valueJason Ekstrand1-0/+9
2020-09-02vulkan/wsi/x11: wait for acquirable images in FIFO modeRoman Gilg1-6/+9
2020-09-02vulkan/wsi/x11: add sent image counterRoman Gilg1-0/+8
2020-09-02nir/algebraic: mark some optimizations with fsat(NaN) as inexactSamuel Pitoiset1-3/+9
2020-09-02gallivm: fix build on LLVM 12 due to LLVMAddConstantPropagationPass removalMarek Olšák1-0/+2
2020-09-02vulkan: Fix memory leaks.Vinson Lee1-1/+4
2020-09-02pan/mdg: Fix perspective combinationAlyssa Rosenzweig1-0/+1