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>
This commit is contained in:
David Heidelberg 2022-04-15 17:18:32 +02:00 committed by Marge Bot
parent 2d597c9f9d
commit 2f5cf6fcee
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ The rendering tests have support for GL, GLES and Vulkan backends and test some
rendering scenarios. rendering scenarios.
And the unit tests check the GPU behavior without rendering images. And the unit tests check the GPU behavior without rendering images.
Tests Tests
----- -----
Render tests design Render tests design
@ -19,7 +19,7 @@ Render tests design
It is worth noting that `rendertests.txt` can bring some detail about each test 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 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: 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: .. _test-location: