Commit Graph

244 Commits

Author SHA1 Message Date
Jarcode
5c9d974252 Fixed extglob in Makefile 2019-03-12 16:30:03 -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 v1.6.3 2019-03-12 13:21:21 -07:00
Jarcode
c485d80013 Deprecate 'nativeonly', fix passing garbage data for vec4 stdin v1.6.2 2019-03-12 12:35:46 -07:00
Levi Webb
b37ab5ba09 Merge pull request #106 from wacossusca34/circle-fix-undefined-fragcolor
Prevent `fragment` from being potentially undefined (Fixes #105)
v1.6.1
2019-03-12 11:34:33 -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
c9dac68bb4 Allow '--stdin' to work properly with pipes, see #77 2019-03-10 16:36:13 -07: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
d07b93d54e Fix clickthrough for reparented windows, closes #80 v1.6.0 2019-03-09 16:55:03 -08:00
Jarcode
f7170afb75 Fixed attached base frequencies in 'bars' 2019-03-09 15:27:35 -08:00
Jarcode
8ccbf22732 Merge branch 'master' of https://github.com/wacossusca34/glava 2019-03-09 14:52:58 -08:00
Jarcode
5fdf0545a8 Added GLSL sampling modes 2019-03-09 14:52:38 -08:00
Levi Webb
b77d1a7b3a Update build requirements, closes #102 2019-03-02 11:26:03 -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
Levi Webb
bc2db4a415 Merge pull request #97 from arch1t3cht30/graph_tweaks
Anti-aliasing and better joining for the graph module
2019-02-02 14:58:33 -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
Levi Webb
f235362f44 Merge pull request #94 from dan-santana/musl-build
Fix musl build
2019-01-04 21:45:19 -08:00
Levi Webb
32853b73d8 Merge pull request #93 from dan-santana/master
Use SONAMEs when loading GLX libs dinamically
2019-01-04 21:43:29 -08:00
Daniel Santana
4705699bb6 Fix musl build 2019-01-04 22:23:52 -02:00
Daniel Santana
3ef23f0db8 Use SONAMEs when loading GLX libs dinamically 2019-01-04 21:57:52 -02:00
Levi Webb
4d51ccbd54 Update README.md 2019-01-01 14:00:11 -08:00
Levi Webb
6c02d15c80 Force bash in Makefile, see #91 2019-01-01 12:47:57 -08:00
Levi Webb
40dac829cc Merge pull request #92 from Aaahh/patch-7
Check SHADERDIR exist
2019-01-01 12:46:06 -08:00
Aaahh Ahh
bde3101c42 Check SHADERDIR exist
Unity has incorrectly set XDG_CONFIG_DIRS to a path that does not exist
2018-12-30 16:49:40 -05:00
Levi Webb
f2857e5f21 Merge pull request #83 from jubalh/readme
Add install instructions
2018-12-17 13:09:01 -08:00
Levi Webb
66a9b09b10 Merge pull request #82 from jubalh/giti
Add gitignore
2018-11-30 18:15:16 -08:00
Michael Vetter
31a39b6ecd Add install instructions
Some distros have packages for glava. Let's mention them.
2018-11-30 14:49:13 +01:00
Michael Vetter
dd0f5bf0f9 Add gitignore
Add files that we don't want to have in version control so devs have it
easier.
2018-11-30 14:42:58 +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 v1.5.8 2018-11-02 16:27:54 -07:00
Jarcode
1d2b014da7 Fix leak with 'xroot' transparency 2018-11-02 13:09:48 -07:00
Jarcode
6670c54827 Cleaned up and optimized 'graph' module and its settings, fixes #76 v1.5.7 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
Jarcode
93df114308 update wording 2018-10-26 18:42:01 -07:00
Jarcode
d21edcfb29 update contribution guidelines 2018-10-26 18:41:00 -07:00
Jarcode
e0b4f7d6c7 Merge branch 'master' of https://github.com/wacossusca34/glava 2018-10-26 18:35:44 -07:00
Jarcode
386d32076c Style changes and contribution guidelines 2018-10-26 18:35:29 -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
2c99124556 Fixed various static leaks v1.5.6 2018-10-21 10:28:06 -07:00
Jarcode
9d1c3a177c Fixed critical bug that caused GLava to stop rendering if it was obstructed v1.5.5 2018-10-09 17:43:15 -07:00