mutter/clutter/cogl
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
..
common Use AM_SILENT_RULES if automake >= 1.11 is installed 2009-08-19 13:42:36 +01:00
gl
gles Revert "[cogl] Allow Cogl to create NPOT textures for GLES2" 2009-08-20 12:53:32 +01:00
cogl-bitmap.h
cogl-color.h
cogl-debug.h
cogl-deprecated.h
cogl-fixed.h
cogl-material.h [doc] Miscellaneous documentation fixes 2009-07-20 12:49:35 +01:00
cogl-matrix.h
cogl-offscreen.h
cogl-path.h
cogl-shader.h
cogl-texture.h
cogl-types.h [docs] texture_polygon() is called polygon() 2009-08-18 11:11:29 +01:00
cogl-vertex-buffer.h
cogl.h.in
cogl.pc.in
Makefile.am Use AM_SILENT_RULES if automake >= 1.11 is installed 2009-08-19 13:42:36 +01:00
TODO