ci: Add another offload test

Sadly, it fails to demonstrate the crash I'm after.
But its still useful to have.
This commit is contained in:
Matthias Clasen 2024-07-04 06:41:09 -04:00
parent db4f60cc9d
commit 7f7e4ab69e
2 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,14 @@ container {
}
}
}
subsurface {
child: transform {
transform: rotate(45);
child: texture {
texture: url('data:image/svg+xml;utf-8,<svg width="13" height="17"></svg>');
}
}
}
transform {
transform: translate3d(0, 1, 2);
child: subsurface {

View File

@ -1,3 +1,4 @@
0: not offloaded
1: not offloaded
2: offloaded, raised, above: -, texture: 16x16, source: 0 0 16 16, dest: 1 2 50 50
2: not offloaded
3: offloaded, raised, above: -, texture: 16x16, source: 0 0 16 16, dest: 1 2 50 50