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

Commits on Oct 23, 2021

  1. backend: add new image property: corner radius

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    de31cd4 View commit details
    Browse the repository at this point in the history
  2. backend: gl_common: handle corner radius property

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    1fec938 View commit details
    Browse the repository at this point in the history
  3. options: don't disable rounded corner for new backends

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    6d72bf2 View commit details
    Browse the repository at this point in the history
  4. backend: set corner radius property

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    d397b30 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. backend: xrender: handle corner radius

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    76db8cc View commit details
    Browse the repository at this point in the history
  2. 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>
    yshui committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1dea294 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. backend: xrender: fix accidentally deleta refcount decrement

    Thanks, @tryone144
    
    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a078b2f View commit details
    Browse the repository at this point in the history
  2. backend: explicitly initialize corner_radius

    Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
    yshui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    da909b7 View commit details
    Browse the repository at this point in the history