Neil Roberts c4dcbb6bdb Revert "Use COGL to establish GL state for ClutterGLXTexturePixmap"
This reverts commit f9d996a4603bef1f52e32e99f9f69a32b7c823ba.

The change from calling glBindTexture to using the material API with
cogl_material_flush_gl_state does not always work because it doesn't
necessarily leave the active texture unit as GL_TEXTURE0. For example,
if the previously rendered texture was multi-layered then the last
thing cogl_material_flush_gl_state will do is select GL_TEXTURE1 just
to disable it.
2009-03-19 17:48:15 +00:00
..
2009-03-18 17:07:50 +00:00
2009-01-20 18:47:50 +00:00
2009-03-10 12:38:02 +00:00
2009-03-10 12:38:04 +00:00
2009-03-13 14:29:27 +00:00