summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-13docs: Add release notes for 19.3.4Dylan Baker1-0/+187
2020-02-11nir: do not use De Morgan's Law rules for flt and fgeSamuel Pitoiset2-2/+2
2020-02-11Revert "gallium: Fix big-endian addressing of non-bitmask array formats."Eric Anholt2-18/+7
2020-02-11radeonsi: fix the DCC MSAA bug workaroundMarek Olšák2-2/+2
2020-02-11svga: fix size of format_conversion_table[]Neha Bhende2-1/+3
2020-02-11.pick_status.json: Update to 23037627359e739c42b194dec54875aefbb9d00bDylan Baker1-0/+594
2020-02-10Vulkan overlay: use the corresponding image index for each swapchainGeorg Lehmann2-4/+9
2020-02-10freedreno/ir3: put the conversion back for half const to the right place.Hyunjun Ko2-7/+7
2020-02-10.pick_status.json: Update to 689817c9dfde9a0852f2b2489cb0fa93ffbcb215Dylan Baker1-0/+162
2020-02-07Vulkan Overlay: Don't try to change the image layout to present twiceGeorg Lehmann2-23/+28
2020-02-07Correctly wait in the fragment stage until all semaphores are signaledGeorg Lehmann2-3/+11
2020-02-07svga: Fix banded DMA uploadThomas Hellstrom2-11/+12
2020-02-07intel: Load the driver even if I915_PARAM_REVISION is not found.Rafael Antognolli2-2/+2
2020-02-07swr: Fix GCC 4.9 checks.Vinson Lee3-3/+3
2020-02-07.pick_status.json: Update to d8bae10bfe0f487dcaec721743cd51441bcc12f5Dylan Baker1-0/+477
2020-02-06radeonsi: stop using the VM_ALWAYS_VALID flagPierre-Eric Pelloux-Prayer3-16/+0
2020-02-05mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli1-4/+14
2020-02-05mapi: add GetInteger64vEXT with EXT_disjoint_timer_queryTapani Pälli3-1/+16
2020-02-05intel/fs: Don't count integer instructions as being possibly coissueIan Romanick2-2/+9
2020-02-05radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen2-7/+8
2020-02-05st/mesa: Handle the rest renderbuffer formats from OSMesaDanylo Piliaiev2-1/+6
2020-02-05i965: Do not set front_buffer_dirty if there is no front bufferDanylo Piliaiev2-2/+4
2020-02-05.pick_status.json: Mark ca6a22305b275b49fbc88b8f4cba2fefb24c2a5d as backportedDylan Baker1-1/+1
2020-02-05.pick_status.json: Update to 7eaf21cb6f67adbe0e79b80b4feb8c816a98a720Dylan Baker1-0/+495
2020-02-04winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2-3/+21
2020-02-04winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2-24/+48
2020-02-04util: Add os_same_file_description helperMichel Dänzer2-0/+31
2020-02-04winsys/amdgpu: Only re-export KMS handles for different DRM FDsMichel Dänzer3-11/+32
2020-02-04winsys/amdgpu: Keep track of retrieved KMS handles using hash tablesMichel Dänzer3-0/+47
2020-02-04winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsysMichel Dänzer2-1/+28
2020-02-04etnaviv: Destroy rsc->pending_ctx set in etna_resource_destroy()Marek Vasut2-1/+2
2020-02-04clover: Use explicit conversion from llvm::StringRef to std::stringJan Vesely3-3/+4
2020-02-04.pick_status.json: Update to 9afdcd64f2c96f3fcc1a28912987f2e8066aa995Dylan Baker1-0/+180
2020-02-03panfrost: Fix the damage box clamping logicBoris Brezillon2-1/+3
2020-02-03anv/blorp: Use the correct size for vkCmdCopyBufferToImageJason Ekstrand2-1/+9
2020-02-03intel/fs: Write the address register with NoMask for MOV_INDIRECTJason Ekstrand2-1/+10
2020-02-03genxml: Add a new 3DSTATE_SF field on gen12Jason Ekstrand2-1/+6
2020-02-03anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand4-2/+14
2020-02-03.pick_status.json: Update to b550b7ef3b8d12f533b67b1a03159a127a3ff34aDylan Baker1-0/+720
2020-02-03bin/pick-ui: Add a new maintainer script for picking patchesDylan Baker5-0/+1129
2020-02-03radeonsi: disable display DCCPierre-Eric Pelloux-Prayer1-2/+5
2020-02-03anv: Improve BTI change cache flushingJason Ekstrand3-1/+29
2020-02-03aco: fix target calculation when vgpr spilling introduces sgpr spillingRhys Perry2-4/+3
2020-02-03i965: Use brw_batch_references in tex_busy checkKenneth Graunke2-2/+3
2020-02-03aco: don't always add logical edges from continue_break blocks to headersRhys Perry2-2/+3
2020-02-03aco: don't consider loop header blocks branch blocks in add_coupling_codeRhys Perry2-2/+2
2020-02-03.pick_status.json: Update to f09c466732e4a5b648d7503787777c926dd93c29Dylan Baker1-0/+450
2020-02-03.pick_status.json: Mark 552028c013cc1d49a2b61ebe0fc3a3781a9ba826 as denominatedDylan Baker1-1/+1
2020-02-03aco: run p_wqm instructions in WQMRhys Perry2-3/+4
2020-02-03aco: ensure predecessors' p_logical_end is in WQM when a p_phi is in WQMRhys Perry2-2/+11