mutter/clutter/cogl/gles
Robert Bragg 56daae9d7b Revert "[cogl] Allow Cogl to create NPOT textures for GLES2"
This reverts commit 3c47a3beb5.

Of course I remembered just after pushing the patch why we hadn't done
this before :-) If you look in the glsl spec:
http://www.khronos.org/registry/gles/specs/2.0/es_full_spec_2.0.24.pdf
Section 3.7.10 Texture Completeness and Non-Power-Of-Two Textures
you can see GLES 2.0 doesn't support mipmaps for npot textures.

There is possibly some way we could support this in Cogl but at least
it's not as simple as or-ing in the feature flag, sadly.
2009-08-20 12:53:32 +01:00
..
cogl-context.c Use GL_QUADS for flushing a quad batch 2009-06-01 17:29:01 +01:00
cogl-context.h [cogl] Fix the GLES 2.0 backend 2009-08-11 14:19:24 +01:00
cogl-defines.h.in [cogl] Add COGL_HAS_GL and COGL_HAS_GLES 2009-06-29 21:37:02 +02:00
cogl-fbo.c [cogl-offscreen] Cleans up the cogl offscreen API and adds documentation 2009-05-02 04:12:26 +01:00
cogl-fbo.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-fixed-fragment-shader.glsl [multi-texturing] This adds a new cogl_multi_texture API for GL,GLES1 + GLES2 2008-12-22 16:35:51 +00:00
cogl-fixed-vertex-shader.glsl [multi-texturing] This adds a new cogl_multi_texture API for GL,GLES1 + GLES2 2008-12-22 16:35:51 +00:00
cogl-gles2-wrapper.c [cogl material] optimize logging of material colors in the journal 2009-06-30 17:13:35 +01:00
cogl-gles2-wrapper.h [cogl] Fix the GLES 2.0 backend 2009-08-11 14:19:24 +01:00
cogl-primitives.c [cogl] Fix the GLES 2.0 backend 2009-08-11 14:19:24 +01:00
cogl-program.c [cogl] Remove the COGL{enum,int,uint} typedefs 2009-05-12 14:53:44 +01:00
cogl-program.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-shader-private.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-shader.c [gles/cogl-shader] Add a missing semicolon 2009-06-04 22:10:33 +01:00
cogl-texture-private.h [cogl] Fix the GLES 2.0 backend 2009-08-11 14:19:24 +01:00
cogl-texture.c [_cogl_texture_bitmap_prepare] use bitmap format for FORMAT_ANY + no alpha 2009-06-11 18:49:30 +01:00
cogl-util.c [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-util.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl.c Revert "[cogl] Allow Cogl to create NPOT textures for GLES2" 2009-08-20 12:53:32 +01:00
Makefile.am [cogl] %.c: %.glsl codegen: use BUILT_SOURCES var + fix stringify.sh 2009-08-19 15:43:20 +01:00
stringify.sh [cogl] %.c: %.glsl codegen: use BUILT_SOURCES var + fix stringify.sh 2009-08-19 15:43:20 +01:00