summaryrefslogtreecommitdiff
path: root/sway/desktop/fx_renderer.c
AgeCommit message (Expand)Author
2023-04-06structure: moved fx_renderer and related fuctions to a folderWill McKinnon
2023-04-03style: unified rounded quad shadersWill McKinnon
2023-03-20style: cleaned up fx_renderer.cWill McKinnon
2023-03-18refactor: merged tex shadersWill McKinnon
2023-01-18feat: Add box shadows (#64)William McKinnon
2023-01-04rebase: Sway 1.8 (#78)Erik Reider
2022-12-11refactor: deduplicate vertex shadersWill McKinnon
2022-12-07[Feature] Dim inactive windows (#66)Erik Reider
2022-11-23render refactor: implement decoration_data struct (#61)William McKinnon
2022-11-18fix: delete all shaders on fx_renderer create failureWill McKinnon
2022-11-11feat: added support for external texturesWill McKinnon
2022-11-11feat: render tiling move indicator with round cornersWill McKinnon
2022-11-11Per application color saturation support (#21)Erik Reider
2022-11-11feat: add round titlebars (#26)William McKinnon
2022-11-10refactor: move shaders to individual filesWill McKinnon
2022-10-26style: cleaned up some frag shadersWill McKinnon
2022-10-26fix: corner borders no longer render when borders are offWill McKinnon
2022-10-26refactor: improved rounded corner shaderWill McKinnon
2022-10-20style: cleaned up commentsWill McKinnon
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
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
2022-08-13Add official fx renderer (#3)William McKinnon