summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"Tapani Pälli2019-11-143-70/+11
* Revert "egl: implement new functions from EGL_EXT_image_flush_external"Tapani Pälli2019-11-147-106/+0
* pan/midgard: Fix copypropagation for texturesAlyssa Rosenzweig2019-11-141-3/+4
* pan/midgard: Copypropagate vector creationAlyssa Rosenzweig2019-11-141-1/+45
* pan/lcra: Use Chaitin's spilling heuristicAlyssa Rosenzweig2019-11-141-9/+5
* pan/midgard: Compute spill costsAlyssa Rosenzweig2019-11-141-2/+13
* intel/compiler: fix nir_op_{i,u}*32 on ICLPaulo Zanoni2019-11-131-1/+1
* spirv: Consider the sampled_image case in wa_glslang_179 workaroundCaio Marcelo de Oliveira Filho2019-11-131-2/+7
* anv: Initialize depth_bounds_test_enable when not explicitly setCaio Marcelo de Oliveira Filho2019-11-131-2/+1
* pan/midgard: Remove util/ra supportAlyssa Rosenzweig2019-11-138-280/+26
* pan/midgard: Integrate LCRAAlyssa Rosenzweig2019-11-133-76/+82
* pan/midgard: Implement linearly-constrained register allocationAlyssa Rosenzweig2019-11-133-0/+339
* pan/midgard: Add blend shader selection bits for MRTAlyssa Rosenzweig2019-11-132-24/+13
* drm-shim: fix EOF caseChristian Gmeiner2019-11-131-0/+1
* util/android: fix android build errorsTapani Pälli2019-11-131-1/+1
* zink: move drawing separate sourceErik Faye-Lund2019-11-134-296/+312
* zink: move blitting to separate sourceErik Faye-Lund2019-11-134-176/+188
* zink: move filter-helper to separate helper-headerErik Faye-Lund2019-11-132-13/+41
* zink: move format-checking to separate sourceErik Faye-Lund2019-11-134-155/+161
* freedreno/ir3: remove unused parameterRob Clark2019-11-121-4/+4
* freedreno/ir3: legalize cleanupsRob Clark2019-11-121-1/+7
* freedreno/ir3: fix gpu hang with pre-fs-tex-fetchRob Clark2019-11-122-10/+32
* freedreno/ir3: only tex instructions have wrmaskRob Clark2019-11-121-6/+3
* freedreno/ir3: re-work shader inputs/outputsRob Clark2019-11-125-270/+192
* freedreno/ir3: simplify creating sysval inputsRob Clark2019-11-121-90/+58
* freedreno/ir3: remove first-vertex sysvalRob Clark2019-11-123-7/+0
* freedreno/ir3: helper to print ir if debug enabledRob Clark2019-11-122-28/+16
* freedreno/ir3: show input/output wrmask's in disasmRob Clark2019-11-121-2/+9
* freedreno/ir3: add input/output iteratorsRob Clark2019-11-1211-63/+49
* freedreno/ir3: remove impossible conditionRob Clark2019-11-121-3/+0
* freedreno/ir3: rename fanin/fanout to collect/splitRob Clark2019-11-1210-44/+48
* freedreno/ir3: remove half-precision outputRob Clark2019-11-121-30/+0
* freedreno/ir3: fix valgrind complaint with STLWRob Clark2019-11-121-1/+1
* iris: Use mocs from isl_dev.Rafael Antognolli2019-11-127-71/+71
* anv: Use mocs settings from isl_dev.Rafael Antognolli2019-11-126-74/+15
* intel/isl: Add MOCS settings to isl_device.Rafael Antognolli2019-11-122-0/+57
* freedreno: fix eglDupNativeFenceFD errorRob Clark2019-11-121-4/+10
* nir: fix a couple signed/unsigned comparison warnings in nir_builder.hBrian Paul2019-11-121-2/+2
* s/APIENTRY/GLAPIENTRY/ in teximage.cBrian Paul2019-11-121-1/+1
* android: mesa: Revert "android: mesa: revert "Enable asm unconditionally""Lepton Wu2019-11-122-4/+0
* aco: combine read_invocation and shuffle implementationsRhys Perry2019-11-121-29/+7
* aco: don't propagate vgprs into v_readlane/v_writelaneRhys Perry2019-11-121-1/+8
* aco: fix read_invocation with VGPR lane indexRhys Perry2019-11-121-2/+1
* nir/divergence: improve DA of shuffleRhys Perry2019-11-121-1/+5
* aco: fix shuffle with uniform operandsRhys Perry2019-11-121-6/+6
* aco: use DPP instead of exec modification when lowering GFX10 shufflesRhys Perry2019-11-121-15/+7
* aco: rematerialize s_movk instructionsDaniel Schürmann2019-11-121-2/+7
* aco: preserve kill flag on moved operands during RADaniel Schürmann2019-11-121-1/+1
* aco: fix invalid access on Pseudo_instructionsDaniel Schürmann2019-11-122-2/+10
* zink: remove no-longer-needed hackErik Faye-Lund2019-11-121-10/+0