gstreamer/ext/gl
Nicolas Dufresne c20c6cfb92 opengl: Clean Makefile.am
+ Split headers from source
+ Remove uneeded AM_CFLAGS, AM_LDFLAGS
+ Always set OBJCFLAGS

Due to the presence of a .m and regardless of the conditional values,
automake will promote the link command to OBJC using OBJCFLAGS. Only
the basic flags (like warnings and optimization) are going to make a
difference though.

This cleanup builds up the makefile with less specific files first
toward more specific file. FLAGS are built with the basic that unused
flags will have empty variable.
2015-02-24 19:01:45 -05:00
..
effects gl: fix various build errors without desktop gl 2014-11-28 10:59:46 +11:00
BUGS move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
caopengllayersink.h new caopengllayersink element 2015-02-24 19:12:10 +11:00
caopengllayersink.m caopengllayersink: render black when we don't have a texture to display 2015-02-25 00:03:28 +11:00
gltestsrc.c gltestsrc: implement checkers pattern with GLSL 2014-10-07 23:41:38 +11:00
gltestsrc.h gltestsrc: implement snow pattern with GLSL. 2014-09-24 00:40:37 +10:00
gstglbumper.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglbumper.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstglcolorscale.c gl: fix typo in #if 2014-11-28 11:04:22 +11:00
gstglcolorscale.h glcolorscale: support gl3 2014-11-28 09:14:25 +11:00
gstgldeinterlace.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstgldeinterlace.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstgldifferencematte.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstgldifferencematte.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstgleffects.c gleffects: don't abort when setting the effect to 0,1,2 2014-12-11 19:41:23 +11:00
gstgleffects.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstglfilterapp.c glfilterapp: fix unused variable compiler warning 2014-11-28 16:04:54 +00:00
gstglfilterapp.h glfilterapp: actually emit the client-draw signal 2014-06-12 23:17:05 +10:00
gstglfilterblur.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterblur.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfiltercube.c glfiltercube: use a shader everywhere 2014-12-11 19:41:23 +11:00
gstglfiltercube.h gl: remove the use of glu 2014-11-28 09:14:26 +11:00
gstglfilterglass.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterglass.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfilterlaplacian.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterlaplacian.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfilterreflectedscreen.c Constify some static arrays everywhere 2015-01-21 10:18:50 +01:00
gstglfilterreflectedscreen.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfiltershader.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfiltershader.h glfiltershader: port to GLES2 2014-06-17 23:21:15 +10:00
gstglfiltersobel.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfiltersobel.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglimagesink.c glimagesink: cosmetic cleanup 2015-02-24 15:22:34 -05:00
gstglimagesink.h glimagesink: clobber the alpha channel by default 2015-01-30 15:54:05 +11:00
gstglmixer.c gl: remove the egl caps from the src pads 2015-02-03 15:30:08 +11:00
gstglmixer.h gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglmixerpad.h glmixer: fix some compiler warnings 2015-02-22 10:34:05 +00:00
gstglmosaic.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglmosaic.h gl: Move GstGLMixer to the plugin for now 2014-07-11 09:41:05 +02:00
gstgloverlay.c gl: Add support for GstVideoAlignment 2014-12-19 12:11:08 -05:00
gstgloverlay.h gloverlay: support gl3 2014-11-28 09:14:25 +11:00
gstgltestsrc.c gl: remove the egl caps from the src pads 2015-02-03 15:30:08 +11:00
gstgltestsrc.h gltestsrc: Add other-context property 2014-10-13 13:25:42 +02:00
gstgltransformation.c gltransform: Fix includes of graphene headers 2015-02-18 17:15:01 -05:00
gstgltransformation.h gltransform: Fix includes of graphene headers 2015-02-18 17:15:01 -05:00
gstglvideomixer.c glvideomixer: don't upload if alpha <= 0 2015-01-15 09:50:02 +11:00
gstglvideomixer.h glvideomixer: add support for gl3 2014-11-28 09:14:25 +11:00
gstopengl.c new caopengllayersink element 2015-02-24 19:12:10 +11:00
Makefile.am opengl: Clean Makefile.am 2015-02-24 19:01:45 -05:00