mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
Merge branch 'gles2-scissor' into 'master'
render/gles2: scissor region on render See merge request wlroots/wlroots!5294
This commit is contained in:
commit
a6dd34f7eb
4 changed files with 105 additions and 1 deletions
|
|
@ -30,3 +30,9 @@ benchmark(
|
|||
executable('bench-scene', 'bench_scene.c', dependencies: wlroots),
|
||||
timeout: 30,
|
||||
)
|
||||
|
||||
benchmark(
|
||||
'render-pass',
|
||||
executable('bench-render-pass', 'bench_render_pass.c', dependencies: wlroots),
|
||||
timeout: 30,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue