summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-13ci: Expand the freedreno blit skip regex to cover more cases.Eric Anholt1-1/+1
2019-11-13anv: Initialize depth_bounds_test_enable when not explicitly setCaio Marcelo de Oliveira Filho1-2/+1
2019-11-13pan/midgard: Remove util/ra supportAlyssa Rosenzweig8-280/+26
2019-11-13pan/midgard: Integrate LCRAAlyssa Rosenzweig3-76/+82
2019-11-13pan/midgard: Implement linearly-constrained register allocationAlyssa Rosenzweig3-0/+339
2019-11-13pan/midgard: Add blend shader selection bits for MRTAlyssa Rosenzweig3-30/+13
2019-11-13drm-shim: fix EOF caseChristian Gmeiner1-0/+1
2019-11-13util/android: fix android build errorsTapani Pälli1-1/+1
2019-11-13gitlab-ci: build RADV on ARM64Samuel Pitoiset1-0/+1
2019-11-13gitlab-ci: build a specific libdrm version for ARM64Samuel Pitoiset2-2/+9
2019-11-13zink: move drawing separate sourceErik Faye-Lund4-296/+312
2019-11-13zink: move blitting to separate sourceErik Faye-Lund4-176/+188
2019-11-13zink: move filter-helper to separate helper-headerErik Faye-Lund2-13/+41
2019-11-13zink: move format-checking to separate sourceErik Faye-Lund4-155/+161
2019-11-12ci: Disable flappy blit tests on a630.Eric Anholt1-0/+4
2019-11-12freedreno/ir3: remove unused parameterRob Clark1-4/+4
2019-11-12freedreno/ir3: legalize cleanupsRob Clark1-1/+7
2019-11-12freedreno/ir3: fix gpu hang with pre-fs-tex-fetchRob Clark2-10/+32
2019-11-12freedreno/ir3: only tex instructions have wrmaskRob Clark1-6/+3
2019-11-12freedreno/ir3: re-work shader inputs/outputsRob Clark5-270/+192
2019-11-12freedreno/ir3: simplify creating sysval inputsRob Clark1-90/+58
2019-11-12freedreno/ir3: remove first-vertex sysvalRob Clark3-7/+0
2019-11-12freedreno/ir3: helper to print ir if debug enabledRob Clark2-28/+16
2019-11-12freedreno/ir3: show input/output wrmask's in disasmRob Clark1-2/+9
2019-11-12freedreno/ir3: add input/output iteratorsRob Clark11-63/+49
2019-11-12freedreno/ir3: remove impossible conditionRob Clark1-3/+0
2019-11-12freedreno/ir3: rename fanin/fanout to collect/splitRob Clark10-44/+48
2019-11-12freedreno/ir3: remove half-precision outputRob Clark1-30/+0
2019-11-12freedreno/ir3: fix valgrind complaint with STLWRob Clark1-1/+1
2019-11-12ci: Remove old commented copy of freedreno artifacts.Eric Anholt1-1/+0
2019-11-12ci: Enable all of GLES3/3.1 testing for softpipe.Eric Anholt3-11/+424
2019-11-12ci: Use cts_runner for our dEQP runs.Eric Anholt6-87/+56
2019-11-12ci: Make the skip list regexes match the full test name.Eric Anholt2-7/+7
2019-11-12ci: Use several debian buster packages instead of hand-building.Eric Anholt2-51/+9
2019-11-12iris: Use mocs from isl_dev.Rafael Antognolli7-71/+71
2019-11-12anv: Use mocs settings from isl_dev.Rafael Antognolli6-74/+15
2019-11-12intel/isl: Add MOCS settings to isl_device.Rafael Antognolli2-0/+57
2019-11-12freedreno: fix eglDupNativeFenceFD errorRob Clark1-4/+10
2019-11-12nir: fix a couple signed/unsigned comparison warnings in nir_builder.hBrian Paul1-2/+2
2019-11-12s/APIENTRY/GLAPIENTRY/ in teximage.cBrian Paul1-1/+1
2019-11-12android: mesa: Revert "android: mesa: revert "Enable asm unconditionally""Lepton Wu4-14/+0
2019-11-12aco: combine read_invocation and shuffle implementationsRhys Perry1-29/+7
2019-11-12aco: don't propagate vgprs into v_readlane/v_writelaneRhys Perry1-1/+8
2019-11-12aco: fix read_invocation with VGPR lane indexRhys Perry1-2/+1
2019-11-12nir/divergence: improve DA of shuffleRhys Perry1-1/+5
2019-11-12aco: fix shuffle with uniform operandsRhys Perry1-6/+6
2019-11-12aco: use DPP instead of exec modification when lowering GFX10 shufflesRhys Perry1-15/+7
2019-11-12gitlab-ci: build libdrm using meson instead of autotoolsEric Engestrom2-2/+2
2019-11-12aco: rematerialize s_movk instructionsDaniel Schürmann1-2/+7
2019-11-12aco: preserve kill flag on moved operands during RADaniel Schürmann1-1/+1