cogl-gles2-wrapper: Layers aren't equal if one is enabled and one is not
authorNeil Roberts <neil@linux.intel.com>
Tue, 13 Jul 2010 12:59:07 +0000 (13:59 +0100)
committerNeil Roberts <neil@linux.intel.com>
Tue, 13 Jul 2010 13:28:35 +0000 (14:28 +0100)
commit31c127bfa7066f57d2b15957610ff4c12b5b5465
treeae803dcb2260c716308195d4a79857338dc959ef
parent698fd7d9601aa729f4bc1c261adda5d7b5e6dc08
cogl-gles2-wrapper: Layers aren't equal if one is enabled and one is not

Previously when comparing whether the settings for a layer are equal
it would only check if one of them was enabled. If so then it would
assume the other one was enabled and continue to compare the texture
environment. Now it also checks whether the enabledness differs.
clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c