testsuite: Add a test to check scaling behavior

Various GL texture formats do not support linear scaling or mipmap
generation.

Add a test that checks this.
This commit is contained in:
Benjamin Otte 2023-12-09 00:39:54 +01:00
parent 3e5af3afce
commit 1858d955de
2 changed files with 1093 additions and 4 deletions

View File

@ -444,10 +444,11 @@ if os_linux
endif
tests = [
['transform'],
['shader'],
['path', [ 'path-utils.c' ] ],
['path-special-cases'],
[ 'transform' ],
[ 'shader' ],
[ 'path', [ 'path-utils.c' ] ],
[ 'path-special-cases' ],
[ 'scaling' ],
]
test_cargs = []

1088
testsuite/gsk/scaling.c Normal file

File diff suppressed because it is too large Load Diff