Merge branch 'gles2-tbr-scissor-master' into 'master'

render/gles2: add scissor-based clipping for tile-based renderers

See merge request wlroots/wlroots!5295
This commit is contained in:
José María Casanova Crespo 2026-04-07 12:07:14 +02:00
commit 615cf1a235
3 changed files with 59 additions and 27 deletions

View file

@ -87,6 +87,8 @@ struct wlr_gles2_renderer {
struct wl_list buffers; // wlr_gles2_buffer.link
struct wl_list textures; // wlr_gles2_texture.link
bool scissor; // enables scissor clipping for tile render GPUs
};
struct wlr_gles2_render_timer {