Skip to content
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

Closed
wants to merge 8 commits into from
Closed

Conversation

yshui
Copy link
Owner

@yshui yshui commented Jul 16, 2021

TODOs:

  • Corner radius API change
  • Rounded corner
    • GLX
    • xrender
  • Clip shadows properly for rounded windows
    • GLX
    • xrender
  • Rounded border
    • GLX
    • xrender

@codecov
Copy link

codecov bot commented Jul 16, 2021

Codecov Report

Merging #658 (d397b30) into next (ad18d12) will decrease coverage by 0.00%.
The diff coverage is 57.14%.

❗ Current head d397b30 differs from pull request most recent head da909b7. Consider uploading reports for the commit da909b7 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             next     #658      +/-   ##
==========================================
- Coverage   39.31%   39.31%   -0.01%     
==========================================
  Files          46       46              
  Lines        9584     9590       +6     
==========================================
+ Hits         3768     3770       +2     
- Misses       5816     5820       +4     
Impacted Files Coverage Δ
src/backend/backend_common.c 40.08% <0.00%> (-0.17%) ⬇️
src/backend/gl/gl_common.h 23.07% <ø> (ø)
src/options.c 21.47% <ø> (+0.12%) ⬆️
src/backend/gl/gl_common.c 15.10% <50.00%> (+0.14%) ⬆️
src/backend/backend.c 63.80% <100.00%> (+0.44%) ⬆️
src/picom.c 67.59% <0.00%> (-0.16%) ⬇️
src/win.c 68.03% <0.00%> (-0.10%) ⬇️

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
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>
Thanks, @tryone144

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
@Blakeinstein
Copy link

Why was this closed?

@yshui
Copy link
Owner Author

yshui commented Feb 5, 2022

@Blakeinstein because it has been implemented

@Blakeinstein
Copy link

Blakeinstein commented Feb 5, 2022

@Blakeinstein because it has been implemented

I am dumb, I was looking at tryone's PR. apologies.

on an additional note, maybe merge pr's linking issues? hard to see if you dont resolve an issue with a pr. (could be my ocd)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants