Commit Graph

336 Commits

Author SHA1 Message Date
Jarcode
14029d784c Use proper channel count bultin 2019-08-27 00:21:26 -07:00
Jarcode
7fcf288a5b unflip bars by default 2019-08-27 00:18:29 -07:00
Jarcode
9d4674d680 Added support for mono bars rendering, closes #123 2019-08-26 23:03:22 -07:00
Jarcode
e8e8b1f701 Added time uniform requests, closes #121 2019-08-26 21:40:43 -07:00
Jarcode
3207db6d27 Explicitly free offscreen pixmap 2019-08-26 20:59:12 -07:00
Jarcode
6d48f95995 Update readme with Make instructions 2019-08-26 20:39:08 -07:00
Jarcode
ce77587e3a Warning fixes and supression, glad header update 2019-08-26 20:27:11 -07:00
Jarcode
0358143bb7 Added signal reloading and legacy makefile support 2019-08-26 20:11:13 -07:00
Jarcode
b4cdcb3120 Added missing premultiply steps, closes #127 2019-08-22 17:55:49 -07:00
Robin B
f1284a6835 Mention old meson behavior in README instructions (#119) 2019-06-12 23:38:51 +02:00
Levi Webb
1a7a6deb49 Merge pull request #113 from LiteracyFanatic/LiteracyFanatic-fix-parameter-typo
Rename parameter with typo
2019-04-24 03:40:03 -07:00
Jordan Cannon
8259d8bb74 Rename parameter with typo
While reading through render.c I noticed a small typo in one of the parameter names. I assume that udaa was intended to be udata. Since the parameter is not actually used in transform_smooth at present, I have renamed it to _ as done in some of the other transform functions.
2019-04-22 23:43:04 -05:00
Robin Broda
26d36170de glava-config: Use X11 as rendering backend 2019-04-04 01:50:22 +02:00
Robin Broda
dc2f08a21a Add glava-config configuration program 2019-04-04 01:36:05 +02:00
Jarcode
6d68a1923f Merge branch 'master' of https://github.com/wacossusca34/glava 2019-04-03 16:07:53 -07:00
Jarcode
eca50058a2 Fixed standalone shader path for meson 2019-04-03 16:07:41 -07:00
Robin Broda
b6edf9700a Optimize compatibility makefile 2019-04-04 00:56:08 +02:00
Robin Broda
b2b3d1017a Fix shaderdir passed to glava 2019-04-04 00:54:10 +02:00
Robin Broda
6e60bcc698 Change build system to meson 2019-04-04 00:48:06 +02:00
Jarcode
c766c574a6 Added fg/bg pipe defaults, fixed parsing bugs, fixed broken smoothing defaults 2019-04-03 01:20:45 -07:00
Jarcode
d72deb8fae Merge branch 'master' of https://github.com/wacossusca34/glava 2019-04-02 18:47:32 -07:00
Jarcode
bf2c5cfcbd Fixed invert default behaviour for radial, closes #111 2019-04-02 18:47:04 -07:00
Levi Webb
d374192223 Update README.md 2019-04-02 18:38:39 -07:00
Levi Webb
67305d419e Update README.md 2019-04-02 18:07:14 -07:00
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