search for: glx_texture_target_ext

Displaying 1 result from an estimated 1 matches for "glx_texture_target_ext".

2006 Apr 17
0
Compiz on AIGLX
...wobbly, minimize, resize, cube, rotate, move, fade, scale, place, zoom. However the last two plugins, switcher and decoration are broken. Decoration just draws nothing, I found that the problematic function call is the (*screen->queryDrawable) (screen->display->display, texture->pixmap, GLX_TEXTURE_TARGET_EXT, &target); in bindPixmapToTexture in texture.c called from line 248 in decoration.c : target is 0 and it falls in the default case in the following switch. Judging by the docs I've found, there must be a problem with the pixmap or the texture. There's a similar problem with switcher pro...