cogl: Add a vertend to generate GLSL
authorNeil Roberts <neil@linux.intel.com>
Thu, 2 Dec 2010 20:48:45 +0000 (20:48 +0000)
committerNeil Roberts <neil@linux.intel.com>
Mon, 13 Dec 2010 17:28:28 +0000 (17:28 +0000)
commit8764a0d4874949c12d6c0e6af863d81a39bc4991
tree70e5216276cf9de0ec9eb3610d888dee74b3355b
parent6c34fb7232f3d82a6f5720fc9e07a41d997e643b
cogl: Add a vertend to generate GLSL

The GLSL vertend is mostly only useful for GLES2. The fixed function
vertend is kept at higher priority than the GLSL vertend so it is
unlikely to be used in any other circumstances.
14 files changed:
clutter/cogl/cogl/Makefile.am
clutter/cogl/cogl/cogl-context.c
clutter/cogl/cogl/cogl-context.h
clutter/cogl/cogl/cogl-pipeline-fragend-arbfp.c
clutter/cogl/cogl/cogl-pipeline-fragend-fixed.c
clutter/cogl/cogl/cogl-pipeline-fragend-glsl.c
clutter/cogl/cogl/cogl-pipeline-opengl.c
clutter/cogl/cogl/cogl-pipeline-private.h
clutter/cogl/cogl/cogl-pipeline-progend-glsl.c
clutter/cogl/cogl/cogl-pipeline-vertend-fixed.c
clutter/cogl/cogl/cogl-pipeline-vertend-glsl-private.h [new file with mode: 0644]
clutter/cogl/cogl/cogl-pipeline-vertend-glsl.c [new file with mode: 0644]
clutter/cogl/cogl/cogl-pipeline.c
clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c