search for: texture_from_pixmap

Displaying 7 results from an estimated 7 matches for "texture_from_pixmap".

2007 Jan 28
4
Compiz .36 => No Borders
...org/index.php?title=Compiling 2) try to run by launching compiz...but the only results was to not view the windows' borders.. so i searched in the forum and found a guide... that told me how to look if everything was going well..and here i found(??) a problem...the command is glxinfo | grep texture_from_pixmap and the result shoud be.. GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap, GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, instead that is mine qwerty@homeLESS:~$ glxinfo | grep texture_fr...
2007 Apr 11
3
The direct/indirect rendering stuff and compiz
...ue is: compiz has now some fallback code to indirect rendering if direct doesn't work. But that's completely useless, because it'll fail some lines later, exactly here: glxExtensions = glXQueryExtensionsString (dpy, screenNum); if (!strstr (glxExtensions, "GLX_EXT_texture_from_pixmap")) The issue is, glXQueryExtensionsString won't return texture_from_pixmap on AIGLX if LIBGL_ALWAYS_INDIRECT isn't set. Now, the hacky solution would be to do something like the patch I attached to the bug 8160. The proper solution would probably to add an optional parameter to g...
2006 Nov 14
1
free from GLX_EXT_texture_from_pixmap
...might have hear this before. I just came across it today. from http://blog.beryl-project.org/ "I am running your svn and have noticed this non-tfp Beryl, what is this? It is exactly what it sounds like, an early attempt (with some success I might add) to make Beryl run without the need for texture_from_pixmap. No more black window bug from nvidia, no more Xgl, no more AIGLX. Oh yeah? and its faster than Xgl/AIGLX (nvidia beta performance looks to be about the same). The code is all thanks to Onestone who is a true bling hero, and the idea itself originates from the Project Looking Glass people. Kud...
2008 May 02
1
Java animations, Google Earth flashing with Compiz enabled
...Earth popup dialogs, such as those for displaying user-submitted photographs, do not display but parts of their UI do display. These are my Compiz settings: $ compiz --version Checking for Xgl: not present. Detected PCI ID for VGA: 01:00.0 0300: 1002:7145 (prog-if 00 [VGA controller]) Checking for texture_from_pixmap: not present. Trying again with indirect rendering: Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (1680x1050) to maximum 3D texture size (4096): Passed. Checking for nVidia: not present. Che...
2007 Jan 05
1
[non glx_ftp method support in compiz]
I'm currently using r300_dri driver (R9600 card). Compiz use glx_ftp and AIGLX(7.2RC2) unstable with it, it's result in system hardlock very often. Just trued veryl with --use-copy option, and it's very stable for me now. So nonftp method support in compiz would be very desirable. Good luck.
2007 Jun 29
1
FGLRX using Aiglx??
Hi! AFAIK FGLRX doesnt support glx_ext_texture_from_pixmap, and enabling composite+dri is resulting in screen corruption even with 8.38.6. Then how are you guys running it without XGL? Regards, Karthik On 6/29/07, compiz-request at lists.freedesktop.org < compiz-request at lists.freedesktop.org> wrote: > > Send compiz mailing list submission...
2006 Jul 21
1
GLX redirection extension
...uests on destroyed windows. These erroneous requests result in unnecessary X errors and can crash GL under compliant GLX implementations. The advantages of redirecting GLX to the compositor might include: 1) Support for direct GLX contexts. 2) Drawing directly into textures. 3) Avoiding texture_from_pixmap. 4) Avoiding GL crashes. 5) Reduced memory usage. 6) Improved resource sharing. There is an expectation that many of the problems that GLX redirection might address can be resolved within the GL drivers given time. Whilst this might be true, it would probably be more efficient to avoid crea...