aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: Disable seamless cube map on GC880Marek Vasut2020-05-133-3/+10
* freedreno/a6xx: fix max-scissor optRob Clark2020-05-132-13/+10
* freedreno: Skip taking the lock for resource usage if it's already flagged.Eric Anholt2020-05-121-0/+5
* freedreno: Move the resource_read early out to an inline.Eric Anholt2020-05-123-15/+20
* freedreno: Add an early out for preparing to read a resource.Eric Anholt2020-05-121-0/+7
* freedreno: Split the fd_batch_resource_used by read vs write.Eric Anholt2020-05-125-47/+70
* freedreno: Add a nohw flag to skip submitting to the kernel.Eric Anholt2020-05-123-0/+5
* freedreno/gmem: rework gmem layout algoRob Clark2020-05-121-29/+48
* freedreno/gmem: relax alignment on a6xxRob Clark2020-05-121-0/+2
* freedreno: add gmemtoolRob Clark2020-05-122-0/+163
* freedreno/gmem: add helper to dump GMEM layoutRob Clark2020-05-121-0/+53
* freedreno/gmem: add div_align() helperRob Clark2020-05-121-5/+11
* freedreno: initialize max_scissorRob Clark2020-05-121-0/+8
* freedreno/gmem: don't assume scissor opt when estimating # of binsRob Clark2020-05-121-6/+6
* freedreno: Drop the "write" arg to emit_const_bo now relocs don't care.Eric Anholt2020-05-125-35/+19
* freedreno: Replace OUT_RELOCW with OUT_RELOC.Eric Anholt2020-05-1226-93/+93
* freedreno: Tell the kernel that all BOs are for writing.Eric Anholt2020-05-121-1/+0
* freedreno: Replace OUT_RELOCD with permanently flagging shader BOs for it.Eric Anholt2020-05-124-4/+4
* freedreno: Start moving relocs flags into the BOs.Eric Anholt2020-05-121-3/+1
* etnaviv: generalize FE stall before loading shader and sampler statesLucas Stach2020-05-121-10/+10
* r600: Fix nir compiler options, i.e. don't lower IO to temps for TESSGert Wollny2020-05-121-5/+6
* gallium/util: Fix leak in the live shader cacheAxel Davy2020-05-111-1/+4
* zink: enable conditional rendering if availableDave Airlie2020-05-114-2/+78
* zink: add a GET_PROC_ADDR macro to simplify load_device_extensionsErik Faye-Lund2020-05-111-5/+10
* zink: load vk_GetMemoryFdKHR while creating screenErik Faye-Lund2020-05-112-5/+15
* radeonsi: do not use cmask with encrypted texturePierre-Eric Pelloux-Prayer2020-05-111-0/+4
* radeonsi: determine secure flag must be set for gfx IBPierre-Eric Pelloux-Prayer2020-05-116-1/+147
* amdgpu: use AMDGPU_IB_FLAGS_SECURE when requestedPierre-Eric Pelloux-Prayer2020-05-111-0/+5
* radeonsi: add support for PIPE_RESOURCE_FLAG_ENCRYPTEDPierre-Eric Pelloux-Prayer2020-05-111-3/+6
* gallium: PIPE_RESOURCE_FLAG_ENCRYPTEDPierre-Eric Pelloux-Prayer2020-05-111-0/+1
* radeonsi/sdma: implement tmz supportPierre-Eric Pelloux-Prayer2020-05-113-9/+33
* radeonsi: force using staging texture when uploading to secure texturePierre-Eric Pelloux-Prayer2020-05-111-1/+1
* amdgpu: add encrypted slabs supportPierre-Eric Pelloux-Prayer2020-05-114-18/+70
* radeonsi: allocate framebuffer texture as secure when using tmzPierre-Eric Pelloux-Prayer2020-05-111-0/+4
* radeon: add RADEON_CREATE_ENCRYPTED flagPierre-Eric Pelloux-Prayer2020-05-112-0/+6
* radeonsi: add AMD_DEBUG=tmz optionPierre-Eric Pelloux-Prayer2020-05-111-0/+5
* amdgpu/radeon: add secure apiPierre-Eric Pelloux-Prayer2020-05-115-0/+49
* lima/ppir: rework select conditionsErico Nunes2020-05-095-25/+70
* lima/ppir: add fallback mov option for const schedulerErico Nunes2020-05-091-3/+27
* lima/ppir: rework store outputErico Nunes2020-05-097-28/+40
* lima/ppir: rework emit nir to ppirErico Nunes2020-05-091-36/+47
* lima/ppir: remove unused clone functionsErico Nunes2020-05-092-99/+0
* lima/ppir: duplicate consts in nirErico Nunes2020-05-096-4/+130
* lima/ppir: duplicate intrinsics in nirErico Nunes2020-05-096-33/+175
* lima/ppir: combine varying loads in node_to_instrErico Nunes2020-05-091-8/+22
* lima/ppir: do not assume single src for pipeline outputsErico Nunes2020-05-093-23/+31
* lima/ppir: fix lod bias register codegenErico Nunes2020-05-091-1/+1
* lima/ppir: introduce liveness internal live setErico Nunes2020-05-093-6/+24
* radeonsi: remove emacs style config fileQiang Yu2020-05-091-11/+0
* freedreno: Initialize the bo's iova at creation time.Eric Anholt2020-05-081-4/+0