Commit Graph

87 Commits

Author SHA1 Message Date
Jarcode
13e9f051ce Emit #line directives, refactor prefixes '__' -> '_', fix 'bars' outline 2019-04-02 03:22:46 -07:00
Jarcode
4b71de19c4 Fixed buggy outlines for 'bars' 2019-03-30 15:47:28 -07:00
Jarcode
4cdf1f13f9 Allow underscores in @ syntax 2019-03-14 22:00:42 -07:00
Jarcode
06644549e2 remove unnessecary strdup 2019-03-14 21:57:26 -07:00
Jarcode
0acf7d4188 Migrate builtin macros to '__' prefix 2019-03-14 21:51:58 -07:00
Jarcode
aa56b89ddf Add --pipe flag 2019-03-14 21:39:50 -07:00
Levi Webb
299605ad1a removing trailing character for setting in test case 2019-03-12 18:24:41 -07:00
Jarcode
d640ac5d3c Added basic test mode for debug builds 2019-03-12 16:18:46 -07:00
Levi Webb
094dec9b00 Fix spelling error breaking native transparency 2019-03-12 13:21:21 -07:00
Jarcode
c485d80013 Deprecate 'nativeonly', fix passing garbage data for vec4 stdin 2019-03-12 12:35:46 -07:00
Robin B
1a595c2f19 Prevent fragment from being potentially undefined leading to driver-specific noise
This fixes noise in the center of the circle shader, where `d >= -(float(C_LINE) / 2.0F)` is false
2019-03-12 15:54:37 +01:00
Jarcode
c14c2a835a Added support for reading uniforms from stdin, see #77 2019-03-10 16:13:34 -07:00
Jarcode
6f688e8b4d Restore new smoothing parameters 2019-03-09 21:14:08 -08:00
Jarcode
bfea8e167a Load system config for 'smooth_parameters.glsl' 2019-03-09 21:13:27 -08:00
Jarcode
f7170afb75 Fixed attached base frequencies in 'bars' 2019-03-09 15:27:35 -08:00
Jarcode
5fdf0545a8 Added GLSL sampling modes 2019-03-09 14:52:38 -08:00
Jarcode
f87c70af2b Disable second 'graph' pass if nessecary (& other formatting), see #97 2019-02-05 17:45:17 -08:00
Jarcode
7c30c4a78a Added support for disabling shader passes, see #97 2019-02-04 22:07:26 -08:00
Theo Müller
3ff1097941 Fix inverting in antialias pass 2019-02-01 22:40:46 +01:00
Theo Müller
041bfdfd55 Make anti-aliasing work with invert 2019-02-01 20:19:15 +01:00
Theo Müller
8cbf7bc579 Cubic interpolation for joining graph channels 2019-01-31 12:05:05 +01:00
Theo Müller
91530dfc49 Make joining optional 2019-01-30 20:26:35 +01:00
Theo Müller
a39a1324e1 Add anti-aliasing option for graph 2019-01-30 19:59:51 +01:00
Theo Müller
140d98b404 Join middle borders instead of clamping them down 2019-01-30 19:59:51 +01:00
Jarcode
1337253257 Added audio backends, fifo support, see #78 2018-11-17 21:03:02 -08:00
Jarcode
76325cb126 Fixed uninitialized GLSL output variable, closes #70 2018-11-13 17:04:12 -08:00
Jarcode
426f70f579 Added --request parameter, fixed reading directives at end of file, limited most output to --verbose option 2018-11-02 16:27:54 -07:00
Jarcode
6670c54827 Cleaned up and optimized 'graph' module and its settings, fixes #76 2018-10-29 20:16:40 -07:00
Jarcode
f4ad41df32 Added '@' include specifier, #define workaround, closes #74, closes #75 2018-10-26 21:40:31 -07:00
Robin B
52af6ac173 radial: configurable offsets (#73)
* Add: Offset radial visualizer (config)

* Add: Offset radial visualizer
2018-10-25 18:56:59 +02:00
Jarcode
3da1fb34dd stopped using centered coords for radial module, see #69 2018-10-21 12:13:56 -07:00
Jarcode
db625cf00c Add flags for i3 2018-10-08 17:52:04 -07:00
Jarcode
25c1701ce6 Update --desktop flags for i3 and awesome 2018-10-08 17:49:17 -07:00
Jarcode
83a94e3eb4 Handle window map_state and VisibilityNotify events, closes #68 2018-10-08 11:18:45 -07:00
Jarcode
353c3bd62f Added support for unmanaged windows, see #65 and #4 2018-10-04 20:14:37 -07:00
Jarcode
e4b16cdbb6 Added option to render bars on left/right sides, see #64 2018-10-03 17:45:48 -07:00
Jarcode
8102f99683 Added option to vertically flip bars output, see #64 2018-10-03 17:21:53 -07:00
Levi Webb
217d5c9eea Fix spelling error 2018-09-26 19:04:44 -07:00
Smarthard
53f7352347 bars COLOR refactored & alpha channel support added 2018-09-11 19:01:24 +03:00
Jarcode
d49be40fd3 Added --desktop flag with presets, added setclickthrough option, removed kde previous kde changes, updated readme 2018-09-08 21:06:18 -07:00
Jarcode
fb1d85dbf9 Added potential fixes for KDE 2018-09-08 14:05:40 -07:00
Jarcode
45b614a692 Added configuration option for fullscreen check 2018-08-05 21:24:18 -07:00
Jarcode
75a3affbc0 changed defaults to disable mirroring 2018-08-05 19:27:50 -07:00
Jarcode
8c3b9a5f21 Added audio buffer mirroring, closes #53 2018-08-05 17:38:59 -07:00
Jarcode
4cc8a5e3ba Added "pinned" option for setxwinstate, addresses #4 2018-06-02 09:28:13 -07:00
Jarcode
22bc7c446c Fixed window class not being set by glx backend, + other fixes 2018-02-12 16:36:27 -08:00
Jarcode
b86870e0fd Added passes for premultiplied alpha, fixed alpha blending for native transparency 2018-02-12 16:25:32 -08:00
Jarcode
f021457abd Added GLX window creation backend, addresses #18 2018-02-12 12:47:59 -08:00
Jarcode
79d06b070e Fixed potetial segmentation fault for xwin_should_render, addresses #19 2018-02-11 12:02:26 -08:00
Jarcode
3df89da8bb fixed alpha blending for 'radial' inner circle 2018-02-11 11:42:26 -08:00