summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* v3d: Sync on last CS when non-compute stage uses resource written by CSJose Maria Casanova Crespo2020-02-256-25/+76
* spirv: Remove outdated SPIR-V decoration warningsArcady Goldmints-Orlov2020-02-241-3/+2
* util: promote u_debug_memory.c to src/utilErik Faye-Lund2020-02-245-2/+2
* i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8Danylo Piliaiev2020-02-201-11/+23
* intel/fs: Correctly handle multiply of fsign with a source modifierIan Romanick2020-02-201-0/+10
* st/vdpau: Only call is_video_format_supported hook if neededMichel Dänzer2020-02-201-7/+7
* mesa: fix immediate mode with tessellation and varying patch verticesMarek Olšák2020-02-201-0/+2
* intel/gen12: Take into account opcode when decoding SWSBCaio Marcelo de Oliveira Filho2020-02-202-3/+7
* zink: confused compilation macro usage for zink in target helpers.luc2020-02-181-1/+1
* egl: Implement getImage/putImage on pbuffer swrast.Mathias Fröhlich2020-02-184-5/+96
* intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch writes.Francisco Jerez2020-02-181-7/+3
* 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
* glsl: fix gl_nir_set_uniform_initializers() for image arraysTimothy Arceri2020-02-141-1/+1
* 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
* nir: do not use De Morgan's Law rules for flt and fgeSamuel Pitoiset2020-02-111-1/+1
* 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
* Vulkan overlay: use the corresponding image index for each swapchainGeorg Lehmann2020-02-101-3/+8
* freedreno/ir3: put the conversion back for half const to the right place.Hyunjun Ko2020-02-101-6/+6
* Vulkan Overlay: Don't try to change the image layout to present twiceGeorg Lehmann2020-02-071-22/+27
* Correctly wait in the fragment stage until all semaphores are signaledGeorg Lehmann2020-02-071-2/+10
* svga: Fix banded DMA uploadThomas Hellstrom2020-02-071-10/+11
* intel: Load the driver even if I915_PARAM_REVISION is not found.Rafael Antognolli2020-02-071-1/+1
* 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
* mesa: allow bit queries for EXT_disjoint_timer_queryTapani Pälli2020-02-051-4/+14
* mapi: add GetInteger64vEXT with EXT_disjoint_timer_queryTapani Pälli2020-02-053-1/+16
* intel/fs: Don't count integer instructions as being possibly coissueIan Romanick2020-02-051-1/+8
* radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen2020-02-051-6/+7
* st/mesa: Handle the rest renderbuffer formats from OSMesaDanylo Piliaiev2020-02-051-0/+5
* i965: Do not set front_buffer_dirty if there is no front bufferDanylo Piliaiev2020-02-051-1/+3
* 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
* util: Add os_same_file_description helperMichel Dänzer2020-02-042-0/+31
* 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/blorp: Use the correct size for vkCmdCopyBufferToImageJason Ekstrand2020-02-031-0/+8
* intel/fs: Write the address register with NoMask for MOV_INDIRECTJason Ekstrand2020-02-031-0/+9
* genxml: Add a new 3DSTATE_SF field on gen12Jason Ekstrand2020-02-031-0/+5
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-02-033-1/+13
* radeonsi: disable display DCCPierre-Eric Pelloux-Prayer2020-02-031-2/+5
* anv: Improve BTI change cache flushingJason Ekstrand2020-02-032-0/+28
* aco: fix target calculation when vgpr spilling introduces sgpr spillingRhys Perry2020-02-031-3/+2