mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
docs: use consistent casing for dEQP
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
This commit is contained in:
parent
e9c494e24a
commit
7041cf6612
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ DRM functionality, or to fix kernel bugs.
|
|||
The boards must have networking, so that we can extract the dEQP .xml results to
|
||||
artifacts on GitLab, and so that we can download traces (too large for an
|
||||
initramfs) for trace replay testing. Given that we need networking already, and
|
||||
our deqp/piglit/etc. payload is large, we use nfs from the x86 runner system
|
||||
our dEQP/piglit/etc. payload is large, we use nfs from the x86 runner system
|
||||
rather than initramfs.
|
||||
|
||||
See `src/freedreno/ci/gitlab-ci.yml` for an example of fastboot on DB410c and
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ If a test farm is short the HW to provide these guarantees, consider dropping
|
|||
tests to reduce runtime. dEQP job logs print the slowest tests at the end of
|
||||
the run, and piglit logs the runtime of tests in the results.json.bz2 in the
|
||||
artifacts. Or, you can add the following to your job to only run some fraction
|
||||
(in this case, 1/10th) of the deqp tests.
|
||||
(in this case, 1/10th) of the dEQP tests.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ How complete is Lima? Is reverse engineering complete?
|
|||
|
||||
At the time of writing, with local runs of the
|
||||
`OpenGL ES Conformance Tests <https://github.com/KhronosGroup/VK-GL-CTS/>`__
|
||||
(deqp) for OpenGL ES 2.0, Lima reports **97%** pass rate.
|
||||
(dEQP) for OpenGL ES 2.0, Lima reports **97%** pass rate.
|
||||
This coverage is on par with coverage provided by the ARM Mali driver.
|
||||
Some tests that pass with Lima fail on Mali and vice versa. Some of
|
||||
these issues are related to precision limitations which likely don’t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue