aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: fix alignment assert in nir_emit_intrinsicArcady Goldmints-Orlov2020-05-121-1/+1
* 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
* turnip: Execute ir3_nir_lower_gs pass againBrian Ho2020-05-122-2/+8
* 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
* vulkan: Handle vkGet/SetPrivateDataEXT on Android swapchainsJason Ekstrand2020-05-122-9/+107
* anv,vulkan: Implement VK_EXT_private_dataJason Ekstrand2020-05-124-1/+176
* turnip: enable tiling for compressed formatsJonathan Marek2020-05-121-2/+5
* turnip: update "fetchsize" value to match fdl6_layout changesJonathan Marek2020-05-121-4/+1
* freedreno: Fix non-constbuf-upload UBO block indices and count.Eric Anholt2020-05-122-9/+35
* nir: Fix count when we didn't lower load_uniforms but did shift load_ubos.Eric Anholt2020-05-121-1/+1
* 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-1228-100/+98
* freedreno: Tell the kernel that all BOs are for writing.Eric Anholt2020-05-124-80/+39
* freedreno: Mark all ringbuffer BOs as to be dumped on crash.Eric Anholt2020-05-122-4/+5
* freedreno: Replace OUT_RELOCD with permanently flagging shader BOs for it.Eric Anholt2020-05-129-12/+14
* freedreno: Start moving relocs flags into the BOs.Eric Anholt2020-05-127-17/+16
* aco: optimize add/sub(a, cndmask(b, 0, 1, cond)) -> addc/subbrev_co(0, a, b)Samuel Pitoiset2020-05-121-13/+79
* aco: coalesce parallelcopies during register allocationDaniel Schürmann2020-05-121-6/+3
* glthread: Fix use of alloca() without #include "c99_alloca.h"Jon Turney2020-05-121-0/+2
* etnaviv: generalize FE stall before loading shader and sampler statesLucas Stach2020-05-121-10/+10
* radv: update the list of allowed Android extensionsSamuel Pitoiset2020-05-121-0/+13
* radv: handle different Vulkan API versions correctlySamuel Pitoiset2020-05-121-12/+43
* radv: limit the Vulkan version to 1.1 for AndroidSamuel Pitoiset2020-05-121-2/+7
* r600: Fix nir compiler options, i.e. don't lower IO to temps for TESSGert Wollny2020-05-121-5/+6
* v3d/tex: use TMUSLOD register if possibleAlejandro Piñeiro2020-05-111-1/+10
* v3d/tex: set up default values for Configuration Parameter 1 if possibleAlejandro Piñeiro2020-05-111-1/+14
* v3d/tex: only look up the 2nd texture gather offset for 1d non-arraysAlejandro Piñeiro2020-05-111-1/+1
* drirc: Enable glthread for rpcs3Ani2020-05-111-0/+3
* pan/midgard: Fix old style shadowsIcecream952020-05-121-0/+4
* gallium/util: Fix leak in the live shader cacheAxel Davy2020-05-111-1/+4
* nir/algebraic: Eliminate useless extract before unpackIan Romanick2020-05-111-0/+5
* nir/algebraic: Add some half packing optimizations for pack_half_2x16_splitIan Romanick2020-05-111-0/+7
* nir/algebraic: Optimize ushr of pack_half, not ishrIan Romanick2020-05-111-1/+1
* intel: Delete hardcoded devinfo->urb.size values for Gen7+ (sans DG1).Kenneth Graunke2020-05-113-35/+6
* egl: Limit the EGL ver for androidAbhishek Kumar2020-05-111-0/+5
* amd/common: Fix incorrect use of asprintf instead of vasprintfSerge Martin2020-05-111-2/+2
* 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