summaryrefslogtreecommitdiff
path: root/.gitlab-ci
AgeCommit message (Expand)AuthorFilesLines
2020-11-09panfrost: Force late pixel kill when depth/stencil is written from the FSBoris Brezillon1-29/+0
2020-11-09CI: Disable Panfrost T760Daniel Stone1-1/+1
2020-11-06ci/deqp: Switch to a new dEQP runner written in Rust.Eric Anholt36-7026/+6957
2020-11-06ci/bare-metal: Reset colors at the end of a line of serial output.Eric Anholt1-2/+2
2020-11-06ci/bare-metal: Apply autopep8 to the bare-metal scripts.Eric Anholt2-14/+32
2020-11-05ci: Distribute ADMGPU driver to LAVA as a moduleTomeu Vizoso7-7/+14
2020-11-05ci: Update dEQP skips and fails for Bifrost on G52Tomeu Vizoso3-1378/+32
2020-11-05ci: Update kernel for LAVA to 5.10-rc2 plus patchesTomeu Vizoso1-2/+2
2020-11-03nir/algebraic: better propagate constants up fadd chainsRhys Perry1-1/+1
2020-11-03nir: scalarize fdot in reverseRhys Perry4-65/+65
2020-10-30ci/x86: speed up piglit testingChristian Gmeiner1-0/+2
2020-10-28ci/bare-metal: suppress 'No such file or directory'Christian Gmeiner1-1/+1
2020-10-28CI: remove llvmpipe cl flake testDave Airlie1-2/+2
2020-10-27panfrost: Z16 depth buffer supportIcecream951-2/+2
2020-10-27CI: Only run OpenCL tests when we need toDaniel Stone1-0/+24
2020-10-26gallivm: lower flrp for all sizes.Dave Airlie1-4/+3
2020-10-26gallivm: get correct min/max behaviour for kernels.Dave Airlie1-31/+3
2020-10-26gallivm: add support for 8/16-bit mul_hiDave Airlie1-67/+2
2020-10-26gallivm: handle sub-32 bit masked stores.Dave Airlie1-5/+3
2020-10-26gallivm: add 16-bit split/merge support.Dave Airlie1-7/+3
2020-10-26gallivm: fix 64->16 f2f16Dave Airlie1-9/+3
2020-10-25gallivm: add load/store scratch support.Dave Airlie1-54/+10
2020-10-23freedreno/a6xx: Implement user clip/cull distancesConnor Abbott2-2/+1
2020-10-22ci: Add the new timeout-prone softpipe-gl test to the skips list.Eric Anholt1-0/+2
2020-10-20llvmpipe: enable CL imagesKarol Herbst1-11/+13
2020-10-20softpipe: Switch to using NIR as the shader format from mesa/st.Eric Anholt1-0/+1
2020-10-20ci: Enable NIR_VALIDATE everywhere.Eric Anholt2-8/+20
2020-10-15ci: Unskip fragment_ops tests on BifrostTomeu Vizoso2-1178/+0
2020-10-15glsl: more accurately handle swizzle in 64bit varying split with no left valueMike Blumenkrantz1-19/+7
2020-10-14ci/android: Switch to using the Android NDK.Eric Anholt3-0/+131
2020-10-11nir: Allow more deref modes in phisJason Ekstrand1-4/+3
2020-10-10ci: piglit: conditionally build OpenCL testsChristian Gmeiner2-2/+6
2020-10-10CI: build our own spirv toolsDave Airlie4-297/+158
2020-10-10ci: fix deqp clone + fetchDave Airlie1-2/+0
2020-10-08ci/softpipe: Add another flaky GS test to the skips list.Eric Anholt1-0/+1
2020-10-08nir/opt_deref: Fix the vector bitcast optimizationJason Ekstrand1-4/+3
2020-10-08ci: Disable pm_runtime and max clocks in LAVA jobsTomeu Vizoso1-0/+6
2020-10-08ci: Test Panfrost on Khadas VIM3 boardsTomeu Vizoso3-0/+2688
2020-10-08ci: Update kernel for LAVATomeu Vizoso3-3/+7
2020-10-08ci: enable piglit testing of clover/llvmpipe.Dave Airlie6-1/+518
2020-10-07CI: Don't run pixmark-piano twice on radeonsiDaniel Stone1-4/+0
2020-10-08ci: move to using clang 10 for meson + cloverDave Airlie5-7/+12
2020-10-07panfrost: Rework fixed-function blendingBoris Brezillon1-4/+4
2020-10-06util: implement F16C using inline assembly on x86_64Marek Olšák1-3/+2
2020-10-06CI: Re-enable Panfrost T7xx CIDaniel Stone1-2/+2
2020-10-06CI: Disable Panfrost T7xx CIDaniel Stone1-2/+2
2020-10-02ci/bare-metal: Move the "POWER_GOOD not seen in time" check to the right time.Eric Anholt1-5/+5
2020-10-01Revert F16C series (MR 6774)Matt Turner1-2/+3
2020-09-30util: implement f16c - fast half<->float conversionsMarek Olšák1-3/+2
2020-09-29gallivm: fix pow(0, y) to be 0Dave Airlie2-20/+3