tests: rename shaper_matrix_and_cLUT to opaque_pixel_conversion
This name describes better what this test does. In the future another TEST() for alpha blending will be added. Both of them will be using matrix-shaper and cLUT output profiles. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
6393e43357
commit
cb38c9c84d
|
@ -660,9 +660,14 @@ check_process_pattern_ex(struct buffer *src, struct buffer *shot,
|
|||
}
|
||||
|
||||
/*
|
||||
* Test that matrix-shaper profile does CM correctly, it is used color ramp pattern
|
||||
* Test that opaque client pixels produce the expected output when converted
|
||||
* from the implicit sRGB input to ICC profile described output.
|
||||
*
|
||||
* The groundtruth conversion comes from the struct lcms_pipeline definitions.
|
||||
* The first error source is converting those to ICC files. The second error
|
||||
* source is Weston.
|
||||
*/
|
||||
TEST(shaper_matrix_and_cLUT)
|
||||
TEST(opaque_pixel_conversion)
|
||||
{
|
||||
int seq_no = get_test_fixture_index();
|
||||
const struct setup_args *arg = &my_setup_args[seq_no];
|
||||
|
|
Loading…
Reference in New Issue