Go to file
Robert Bragg 5f566c2833 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
doc/reference/cogl [docs] Remove the version number from the title 2009-08-13 16:15:04 +01:00
gl Call glClientActiveTexture() through COGL context. 2009-07-28 12:13:43 +01:00
gles Revert "[cogl] Allow Cogl to create NPOT textures for GLES2" 2009-08-20 12:53:32 +01:00
cogl-bitmap.h [docs] Various gtk-doc fixes for COGL 2009-06-10 12:57:36 +01:00
cogl-color.h [cogl-color] Adds a cogl_color_equal() function 2009-06-30 17:13:35 +01:00
cogl-debug.h [cogl journal] Perform software modelview transform on logged quads. 2009-06-30 17:13:36 +01:00
cogl-deprecated.h [cogl deprecated] Add backface culling deprecation 2009-05-28 14:14:50 +01:00
cogl-fixed.h [cogl] Updates all file headers and removes lots of trailing white space 2009-05-02 04:12:25 +01:00
cogl-material.h [doc] Miscellaneous documentation fixes 2009-07-20 12:49:35 +01:00
cogl-matrix.h Split the typdef to avoid confusing scanners 2009-07-01 15:30:21 +01:00
cogl-offscreen.h [docs] Various gtk-doc fixes for COGL 2009-06-10 12:57:36 +01:00
cogl-path.h [docs] Fix typos and remove mentions of SVN 2009-07-12 01:38:40 +01:00
cogl-shader.h [cogl-shader] Make get_info_log() slightly nicer 2009-06-01 17:40:23 +01:00
cogl-texture.h [cogl-texture docs] Improves the documentation of the internal_format args 2009-06-11 14:31:01 +01:00
cogl-types.h [docs] texture_polygon() is called polygon() 2009-08-18 11:11:29 +01:00
cogl-vertex-buffer.h [docs] Fix a missing parameter 2009-08-04 11:38:48 +01:00
cogl.h.in [doc] Miscellaneous documentation fixes 2009-07-20 12:49:35 +01:00
cogl.pc.in [cogl] Fix hardcoded paths in the pc file 2009-03-10 12:38:04 +00:00
Makefile.am Use AM_SILENT_RULES if automake >= 1.11 is installed 2009-08-19 13:42:36 +01:00
TODO Merged clutter-ivan branch into trunk. 2008-04-25 13:37:36 +00:00