Skip to content
Snippets Groups Projects
Commit d3ba810c authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Henri Verbeet
Browse files

tests: Stop probing all pixels when drawing a uniform colour.

This is simply unnecessary and wastes time.

As part of this, simply remove the "all" directive. Only for a couple of tests
is it even potentially interesting to validate all pixels (e.g.
nointerpolation.shader_test), and for those "all" is replaced with an explicit
(0, 0, 640, 480) rect.

In all other cases we just probe (0, 0).
parent 021eb285
No related branches found
No related tags found
1 merge request!908tests: Stop probing all pixels when drawing a uniform colour.
Pipeline #27629 skipped
Showing
with 154 additions and 154 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment