On Wed, Sep 30, 2009 at 1:59 PM, Neil Roberts <[email protected]> wrote:
> Maybe your driver and backend combination doesn't support FBOs? Under GL > If your driver doesn't advertise the GL_EXT_framebuffer_object extension > then clutter_texture_new_from_actor will always return NULL. For GLES2 > it should always work but for GLES1 it won't. What platform and driver > are you using? > > - Neil > >From glxinfo: direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 client glx vendor string: SGI client glx version string: 1.4 GLX version: 1.2 OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) Q45/Q43 20061102 x86/MMX/SSE2 OpenGL version string: 1.4 Mesa 7.2 and GL_EXT_framebuffer_object extension is not listed. That explains everything :( -- Aarto
