PDA

View Full Version : texture_from_pixmap confusion


curaga
07-03-2009, 10:47 AM
Just updated to Mesa 7.4.4, Linux 2.6.30.1, Xorg 1.6.1.901, Radeon 6.12.2.

Xorg.0.log now states(II) AIGLX: enabled GLX_texture_from_pixmap with driver support

Yetbash-3.2$ texture_from_pixmap
GLX_EXT_texture_from_pixmap not supported.

Andbash-3.2$ glxinfo | grep texture_from_pixmap
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmapTwice, not thrice. Or, listed in both server and client, but not in the "GLX extensions" part.

So, is it supported now or is it not? Contradicting messages ;)

nanonyme
07-03-2009, 11:20 AM
Hmm, are GLX_texture_from_pixmap and GLX_EXT_texture_from_pixmap supposed to be the same thing then? :o (and yeah, the latter two at least seem a bit contradicting)

curaga
07-03-2009, 11:52 AM
Wow, I didn't see that the first message was without _EXT_. Could be a typo there? If it is without _EXT_, why is it not listed in glxinfo?

The mystery gets deeper...

nanonyme
07-03-2009, 02:14 PM
Wow, I didn't see that the first message was without _EXT_. Could be a typo there? If it is without _EXT_, why is it not listed in glxinfo?

The mystery gets deeper...Out of curiosity, what is that texture_from_pixmap program actually and where's the sources? :)

curaga
07-03-2009, 02:39 PM
It's one of the mesa demos, in the same directory as glxinfo and glxgears (progs/xdemos).

nanonyme
07-16-2009, 05:22 PM
It's one of the mesa demos, in the same directory as glxinfo and glxgears (progs/xdemos).I see no one with more insight than me replied which I consider a bit of a pity. Yes, I read through the program's sources, the detection looks pretty much trivial so I'm a bit puzzled as to why it doesn't succeed.

agd5f
07-16-2009, 06:28 PM
IIRC, without dri2, texture_from_pixmap only works for indirect contexts.