summaryrefslogtreecommitdiff
path: root/sway/desktop/fx_renderer.c
AgeCommit message (Collapse)Author
2022-10-20style: cleaned up corner rendering functionWill McKinnon
2022-10-15refactor: moved frag shader init to funcWill McKinnon
2022-10-09feat: add round borders (#22)William McKinnon
Co-authored-by: Erik Reider <[email protected]>
2022-08-29Add Anti-Aliased Corner Radius (#18)William McKinnon
2022-08-25moved shaders to headerWill McKinnon
2022-08-21Add rounded corners (#9)William McKinnon
2022-08-21Render rect with fx_renderer (#14)William McKinnon
* initial fx_render_rect work * fixed rect rendering
2022-08-13Add official fx renderer (#3)William McKinnon