diff options
author | Neil Roberts <neil@linux.intel.com> | 2010-12-05 18:02:05 +0000 |
---|---|---|
committer | Neil Roberts <neil@linux.intel.com> | 2010-12-13 17:29:14 +0000 |
commit | dc1f1949d0f639a3ef60ebd69feeee935eced1bf (patch) | |
tree | eecffb12bf2e3f19c8fdf7fd44efd74288811811 /cogl/cogl-pipeline-fragend-glsl.c | |
parent | 2b32a9eb2a2a87f8bf7d885fe3a2163fd97b9624 (diff) | |
download | cogl-dc1f1949d0f639a3ef60ebd69feeee935eced1bf.tar.gz |
Remove the GLES2 wrapper
The GLES2 wrapper is no longer needed because the shader generation is
done within the GLSL fragend and vertend and any functions that are
different for GLES2 are now guarded by #ifdefs.
Diffstat (limited to 'cogl/cogl-pipeline-fragend-glsl.c')
-rw-r--r-- | cogl/cogl-pipeline-fragend-glsl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cogl/cogl-pipeline-fragend-glsl.c b/cogl/cogl-pipeline-fragend-glsl.c index 902afafa..393bb325 100644 --- a/cogl/cogl-pipeline-fragend-glsl.c +++ b/cogl/cogl-pipeline-fragend-glsl.c @@ -62,10 +62,6 @@ * GL/GLES compatability defines for pipeline thingies: */ -#ifdef HAVE_COGL_GLES2 -#include "../gles/cogl-gles2-wrapper.h" -#endif - /* This might not be defined on GLES */ #ifndef GL_TEXTURE_3D #define GL_TEXTURE_3D 0x806F |