-
-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rounded corner for new backends #658
Commits on Oct 23, 2021
-
backend: add new image property: corner radius
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de31cd4 - Browse repository at this point
Copy the full SHA de31cd4View commit details -
backend: gl_common: handle corner radius property
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1fec938 - Browse repository at this point
Copy the full SHA 1fec938View commit details -
options: don't disable rounded corner for new backends
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6d72bf2 - Browse repository at this point
Copy the full SHA 6d72bf2View commit details -
backend: set corner radius property
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d397b30 - Browse repository at this point
Copy the full SHA d397b30View commit details
Commits on Oct 25, 2021
-
backend: xrender: handle corner radius
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 76db8cc - Browse repository at this point
Copy the full SHA 76db8ccView commit details -
backend: xrender: cache rounded rectangle mask
xcb_render_triangle is slow because (at least for Glamor) it's rasterizing the triangles on CPU. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1dea294 - Browse repository at this point
Copy the full SHA 1dea294View commit details
Commits on Nov 8, 2021
-
backend: xrender: fix accidentally deleta refcount decrement
Thanks, @tryone144 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a078b2f - Browse repository at this point
Copy the full SHA a078b2fView commit details -
backend: explicitly initialize corner_radius
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for da909b7 - Browse repository at this point
Copy the full SHA da909b7View commit details