From: Steinar H. Gunderson Date: Wed, 7 Oct 2015 18:21:08 +0000 (+0200) Subject: Install the new GLSL 1.50 shaders. X-Git-Tag: 1.3.0~27 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=0ec426abecf269366d539e40c8162c4f144163d7;ds=sidebyside Install the new GLSL 1.50 shaders. --- diff --git a/Makefile.in b/Makefile.in index 8d23660..acc8251 100644 --- a/Makefile.in +++ b/Makefile.in @@ -165,10 +165,10 @@ HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util. HDRS += $(INPUTS:=.h) HDRS += $(EFFECTS:=.h) -SHADERS = vs.vert vs.130.vert vs.300es.vert -SHADERS += header.130.frag header.300es.frag +SHADERS = vs.vert vs.130.vert vs.150.vert vs.300es.vert +SHADERS += header.130.frag header.150.frag header.300es.frag SHADERS += footer.frag -SHADERS += texture1d.130.frag texture1d.300es.frag +SHADERS += texture1d.130.frag texture1d.150.frag texture1d.300es.frag SHADERS += $(INPUTS:=.frag) SHADERS += $(EFFECTS:=.frag) SHADERS += highlight_cutoff_effect.frag