mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-16 08:21:40 -04:00
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:
commit
615cf1a235
3 changed files with 59 additions and 27 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue