index
:
swayfx.git
master
SwayFX: Sway, but with eye candy!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
desktop
/
fx_renderer.c
Age
Commit message (
Expand
)
Author
2023-04-06
structure: moved fx_renderer and related fuctions to a folder
Will McKinnon
2023-04-03
style: unified rounded quad shaders
Will McKinnon
2023-03-20
style: cleaned up fx_renderer.c
Will McKinnon
2023-03-18
refactor: merged tex shaders
Will McKinnon
2023-01-18
feat: Add box shadows (#64)
William McKinnon
2023-01-04
rebase: Sway 1.8 (#78)
Erik Reider
2022-12-11
refactor: deduplicate vertex shaders
Will McKinnon
2022-12-07
[Feature] Dim inactive windows (#66)
Erik Reider
2022-11-23
render refactor: implement decoration_data struct (#61)
William McKinnon
2022-11-18
fix: delete all shaders on fx_renderer create failure
Will McKinnon
2022-11-11
feat: added support for external textures
Will McKinnon
2022-11-11
feat: render tiling move indicator with round corners
Will McKinnon
2022-11-11
Per application color saturation support (#21)
Erik Reider
2022-11-11
feat: add round titlebars (#26)
William McKinnon
2022-11-10
refactor: move shaders to individual files
Will McKinnon
2022-10-26
style: cleaned up some frag shaders
Will McKinnon
2022-10-26
fix: corner borders no longer render when borders are off
Will McKinnon
2022-10-26
refactor: improved rounded corner shader
Will McKinnon
2022-10-20
style: cleaned up comments
Will McKinnon
2022-10-20
style: cleaned up corner rendering function
Will McKinnon
2022-10-15
refactor: moved frag shader init to func
Will McKinnon
2022-10-09
feat: add round borders (#22)
William McKinnon
2022-08-29
Add Anti-Aliased Corner Radius (#18)
William McKinnon
2022-08-25
moved shaders to header
Will McKinnon
2022-08-21
Add rounded corners (#9)
William McKinnon
2022-08-21
Render rect with fx_renderer (#14)
William McKinnon
2022-08-13
Add official fx renderer (#3)
William McKinnon