summaryrefslogtreecommitdiff
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* iris: Don't skip fast depth clears if the color changedJason Ekstrand2020-03-061-1/+5
* intel/gen12+: Disable mid thread preemption.Rafael Antognolli2020-03-061-0/+12
* gallivm/tgsi: fix stream id regressionDave Airlie2020-03-061-2/+5
* v3d: Sync on last CS when non-compute stage uses resource written by CSJose Maria Casanova Crespo2020-02-256-25/+76
* util: promote u_debug_memory.c to src/utilErik Faye-Lund2020-02-243-454/+0
* st/vdpau: Only call is_video_format_supported hook if neededMichel Dänzer2020-02-201-7/+7
* zink: confused compilation macro usage for zink in target helpers.luc2020-02-181-1/+1
* radeonsi: don't wait for shader compilation to finish when destroying a contextMarek Olšák2020-02-181-3/+0
* gallium/swr: simplify environmental variabled expansion codeKrzysztof Raszkowski2020-02-141-29/+0
* iris: fix aux buf map failure in 32bits app on AndroidTapani Pälli2020-02-131-8/+9
* radeonsi: make si_fence_server_signal flush pipe without workPeng Huang2020-02-131-0/+4
* Revert "gallium: Fix big-endian addressing of non-bitmask array formats."Eric Anholt2020-02-111-17/+6
* radeonsi: fix the DCC MSAA bug workaroundMarek Olšák2020-02-111-1/+1
* svga: fix size of format_conversion_table[]Neha Bhende2020-02-111-0/+2
* svga: Fix banded DMA uploadThomas Hellstrom2020-02-071-10/+11
* swr: Fix GCC 4.9 checks.Vinson Lee2020-02-072-2/+2
* radeonsi: stop using the VM_ALWAYS_VALID flagPierre-Eric Pelloux-Prayer2020-02-063-16/+0
* winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2020-02-042-3/+21
* winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2020-02-042-24/+48
* winsys/amdgpu: Only re-export KMS handles for different DRM FDsMichel Dänzer2020-02-043-11/+32
* winsys/amdgpu: Keep track of retrieved KMS handles using hash tablesMichel Dänzer2020-02-043-0/+47
* winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsysMichel Dänzer2020-02-042-1/+28
* etnaviv: Destroy rsc->pending_ctx set in etna_resource_destroy()Marek Vasut2020-02-041-0/+1
* clover: Use explicit conversion from llvm::StringRef to std::stringJan Vesely2020-02-042-2/+3
* panfrost: Fix the damage box clamping logicBoris Brezillon2020-02-031-0/+2
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-02-031-0/+4
* radeonsi: Clear uninitialized variableDrew Davenport2020-02-031-1/+1
* lima: ppir: don't delete root ld_tex nodes without successors in current blockVasily Khoruzhick2020-02-031-6/+1
* radeonsi: don't invoke decompression inside internal launch_gridMarek Olšák2020-01-283-4/+22
* radeonsi: clean up how internal compute dispatches are handledMarek Olšák2020-01-281-18/+12
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-281-1/+1
* clover: Initialize Asm ParsersJan Vesely2020-01-281-0/+1
* util: call bind_sampler_states before setting sampler_viewsPierre-Eric Pelloux-Prayer2020-01-281-6/+6
* radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1Marek Olšák2020-01-281-0/+1
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-151-14/+14
* radeonsi: make sure fmask expand is done if neededPierre-Eric Pelloux-Prayer2020-01-151-1/+2
* radeonsi: fix fmask expand compute shaderPierre-Eric Pelloux-Prayer2020-01-151-1/+1
* radeonsi: release saved resources in si_compute_do_clear_or_copyPierre-Eric Pelloux-Prayer2020-01-141-0/+2
* radeonsi: release saved resources in si_compute_copy_imagePierre-Eric Pelloux-Prayer2020-01-141-0/+3
* radeonsi: release saved resources in si_compute_clear_render_targetPierre-Eric Pelloux-Prayer2020-01-141-0/+2
* radeonsi: release saved resources in si_compute_expand_fmaskPierre-Eric Pelloux-Prayer2020-01-141-0/+1
* radeonsi: release saved resources in si_retile_dccPierre-Eric Pelloux-Prayer2020-01-141-0/+4
* radeonsi: check ctx->sdma_cs before using itPierre-Eric Pelloux-Prayer2020-01-081-1/+2
* radeonsi: disable SDMA on gfx8 to fix corruption on RX 580Marek Olšák2020-01-071-0/+5
* r600: Fix maximum line widthGert Wollny2020-01-071-4/+1
* winsys/radeon: initialize pte_fragment_sizeMarek Olšák2020-01-071-0/+1
* nine: fix empty-body-issuesEric Engestrom2020-01-071-1/+1
* util/format: remove left-over util_format_description_table declarationEric Engestrom2020-01-071-4/+0
* radeon/vcn2: enable rate control for hevc encodingPierre-Eric Pelloux-Prayer2020-01-071-1/+7
* etnaviv: update resource status after flushingChristian Gmeiner2020-01-071-0/+8