diff options
author | Daniel Schürmann <[email protected]> | 2019-09-19 13:43:35 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2020-06-25 15:16:30 +0200 |
commit | 63e1e7209c2bf7d8bbce18380d4f1b2cff4c0bbb (patch) | |
tree | 9d90217fe3b79ec43f68478df98c0749e52bb109 /.gitlab-ci.yml | |
parent | db0afb380077a6e426aaa035a6cce0b42b78e41d (diff) |
radv: enable ACO by default
No more dragons have been seen, caution is still required...
Reviewed-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5445>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd895e44c01..4b8713bb026 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1116,7 +1116,6 @@ arm64_a530_gles31: variables: VK_DRIVER: radeon ACO_DEBUG: validateir,validatera - RADV_PERFTEST: aco # Can only be triggered manually on personal branches because RADV is the only # driver that does Vulkan testing at the moment. |