Skip to content
Snippets Groups Projects
  • Elizabeth Figura's avatar
    d3ba810c
    tests: Stop probing all pixels when drawing a uniform colour. · d3ba810c
    Elizabeth Figura authored
    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).
    d3ba810c
    History
    tests: Stop probing all pixels when drawing a uniform colour.
    Elizabeth Figura authored
    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).