mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
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:
parent
3e5af3afce
commit
1858d955de
@ -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
1088
testsuite/gsk/scaling.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user