32a94e54b5
A number of drawing paths were never tested by lancelot because we always used argb32pm for subsurfaces. This patch switches the subsurfaces to use the painter format or its alpha version. This means changes to composition tests as it changes precision, especially of alpha in the a2rgb30 formats. Change-Id: I24d53bf6e1db8cca36bda69e2ddf07f20256b3c8 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
13 lines
266 B
Prolog
13 lines
266 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_lancelot
|
|
QT += testlib gui-private
|
|
|
|
SOURCES += tst_lancelot.cpp \
|
|
paintcommands.cpp
|
|
HEADERS += paintcommands.h
|
|
RESOURCES += images.qrc
|
|
|
|
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
|
|
|
|
TESTDATA += scripts/*
|