summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2022-04-15 17:18:32 +0200
committerMarge Bot <emma+marge@anholt.net>2022-04-26 14:12:20 +0000
commit2f5cf6fcee41dff0415b130a482ca7627ea2056f (patch)
tree57888c5a30aa0d2bcbf28e773177ead532d33af6 /docs
parent2d597c9f9d62df913455afff2980b274c6bffb18 (diff)
ci: skqp: update URL
The file and functionality isn't present in `main` branch anymore. Acked-by: Emma Anholt <emma@anholt.net> Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15973>
Diffstat (limited to 'docs')
-rw-r--r--docs/ci/skqp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ci/skqp.rst b/docs/ci/skqp.rst
index 607bc983e4d..92ea5746cad 100644
--- a/docs/ci/skqp.rst
+++ b/docs/ci/skqp.rst
@@ -10,7 +10,7 @@ The rendering tests have support for GL, GLES and Vulkan backends and test some
rendering scenarios.
And the unit tests check the GPU behavior without rendering images.
-Tests
+Tests
-----
Render tests design
@@ -19,7 +19,7 @@ Render tests design
It is worth noting that `rendertests.txt` can bring some detail about each test
expectation, so each test can have a max pixel error count, to tell skqp that it
is OK to have at most that number of errors for that test. See also:
-https://github.com/google/skia/blob/main/tools/skqp/README_ALGORITHM.md
+https://github.com/google/skia/blob/c29454d1c9ebed4758a54a69798869fa2e7a36e0/tools/skqp/README_ALGORITHM.md
.. _test-location: