From a109a80dca502bd36d61f1d1b3ad1c708ea5ad09 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 26 Mar 2021 12:21:23 +0100 Subject: render: drop support for ellipses For anything more complicated than quads, compositors can easily ship their own shaders. Closes: https://github.com/swaywm/wlroots/issues/2759 --- include/render/gles2.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/render') diff --git a/include/render/gles2.h b/include/render/gles2.h index 7bfd6235..be9a5a7d 100644 --- a/include/render/gles2.h +++ b/include/render/gles2.h @@ -61,13 +61,6 @@ struct wlr_gles2_renderer { GLint color; GLint pos_attrib; } quad; - struct { - GLuint program; - GLint proj; - GLint color; - GLint pos_attrib; - GLint tex_attrib; - } ellipse; struct wlr_gles2_tex_shader tex_rgba; struct wlr_gles2_tex_shader tex_rgbx; struct wlr_gles2_tex_shader tex_ext; -- cgit v1.2.3