Commit Graph

262 Commits

Author SHA1 Message Date
Jarcode
a15292be64 Add prefix guidelines 2019-04-02 17:18:41 -07:00
Jarcode
8cb183fb9a Fixed emission bug with @n:(...) syntax 2019-04-02 16:20:21 -07:00
Jarcode
d1028c24da Fixed recursive pipe parsing, use proper pipe uniform prefix 2019-04-02 16:01:54 -07:00
Jarcode
452deea23d Handle preceding operators for pipe defaults 2019-04-02 15:45:20 -07:00
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
ad66445c28 deprecate --stdin 2019-03-15 00:42:43 -07:00
Jarcode
706ec0fcd4 properly handle default pipe names 2019-03-15 00:32:33 -07:00
Jarcode
315063eb9c sanitize --pipe input 2019-03-14 22:07:09 -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
Jarcode
04a4da4993 Properly print formatting errors 2019-03-12 20:26:23 -07:00
Jarcode
0dc321900d Handle invalid color input from stdin 2019-03-12 20:25:07 -07:00
Levi Webb
299605ad1a removing trailing character for setting in test case 2019-03-12 18:24:41 -07:00
Levi Webb
c15535cf3f Update README.md 2019-03-12 17:41:27 -07:00
Levi Webb
dbadfffd17 Update README.md 2019-03-12 17:41:09 -07:00
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