Displaying 2 results from an estimated 2 matches for "bindpixmaptotextur".
Did you mean:
bindpixmaptotexture
2006 May 02
2
Compilation failure as of 20060502
Hi,
The changes yesterday breaks compilation for me. I do have the latest
glproto (1.4.7) and mesa cvs (20050603, i.e. a couple of hours ago) and
xgl (20050603) have been recompiled after the updates.
Here's the initial error (with a whole lot similar):
texture.c: In function 'bindPixmapToTexture':
texture.c:196: error: 'GLX_TEXTURE_FORMAT_EXT' undeclared (first use in
this function)
What am I missing? :)
2006 Apr 17
0
Compiz on AIGLX
...ove, 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 problem, beginning at line 1082
in switc...