Re: [compiz] Which effects are 3D and which are 2D?

2009-03-09 Thread Michel Dänzer
before R600 (and 3D support for those doesn't seem too far away either). -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer ___ compiz mailing list compiz

Re: [compiz] compiz 0.7 error No GLXFBConfig for default depth

2008-02-26 Thread Michel Dänzer
On Mon, 2008-02-25 at 09:55 +0100, Danny Baumann wrote: Option AddARGBGLXVisuals looks fishy to me. I'd recommend Option AddARGBGLXVisuals True FYI, the True is redundant for boolean options. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software

Re: [compiz] compiz works really strange with external monitor

2008-02-07 Thread Michel Dänzer
' as a faithful representation of reality. :) What to do with this information is policy and thus not up to the X server. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

Re: [compiz] [Mesa3d-dev] The direct/indirect rendering stuff and compiz

2008-01-23 Thread Michel Dänzer
[ Apologies for the late followup, I've been away over the weekend ] On Fri, 2007-04-13 at 12:17 -0600, Brian Paul wrote: Michel Dänzer wrote: I wonder why I didn't get any feedback on my proposal: Make glXQueryExtensionsString take the current context into account when appropriate

Re: [compiz] [Mesa3d-dev] The direct/indirect rendering stuff and compiz

2008-01-23 Thread Michel Dänzer
[ Apologies for the late followup, I've been away over the weekend ] On Fri, 2007-04-13 at 17:04 -0400, David Reveman wrote: On Fri, 2007-04-13 at 19:50 +0200, Michel Dänzer wrote: I wonder why I didn't get any feedback on my proposal: Make glXQueryExtensionsString take the current

Re: [compiz] compiz (core) - Fatal: No composite extension

2007-08-31 Thread Michel Dänzer
on. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer ___ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz

Re: [compiz] Dual-screen compiz mostly working

2007-08-06 Thread Michel Dänzer
the same effect as XaaNoOffscreenPixmaps. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer ___ compiz mailing list compiz@lists.freedesktop.org http

Re: [compiz] [R300] high Xorg process CPU usage

2007-07-30 Thread Michel Dänzer
/screen0/options/inactive_opacity gconf key was set to 90. Changing it to 100 restores sanity for me. Not sure how it came to be less than 100 in the first place, but if it can happen by default that should probably be fixed. -- Earthling Michel Dänzer | http

Re: [compiz] LIBGL_ALWAYS_INDIRECT=1 patch fix - any reason why it's not included?

2007-07-05 Thread Michel Dänzer
On Wed, 2007-07-04 at 17:01 +0100, Colin Guthrie wrote: Michel Dänzer wrote: On Wed, 2007-07-04 at 15:04 +0100, Colin Guthrie wrote: I don't really know enough about how all this works to comment on it, so are you saying that without the ALWAYS_INDIRECT workaround that applications other

Re: [compiz] [PATCH] Add option to Move for disabling server position sync on each notify

2007-06-26 Thread Michel Dänzer
plugin behaviour will make xeyes behave as expected while moving its window around? :) -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer ___ compiz mailing

Re: [compiz] [PATCH] Fix imageBufferToTexture for MSBFirst platforms.

2007-06-01 Thread Michel Dänzer
On Thu, 2007-05-31 at 13:38 -0400, David Reveman wrote: On Wed, 2007-05-23 at 15:37 +0200, Michel Dänzer wrote: Fixes icon colours on my PowerBook. Given that the preprocessor test was reversed when the code was reorganized and nobody on !MSBFirst platforms complained, one code path

[compiz] [PATCH] Fix imageBufferToTexture for MSBFirst platforms.

2007-05-23 Thread Michel Dänzer
imageToTexture (screen, texture, image, width, height, - GL_BGRA, GL_UNSIGNED_BYTE); -#else return imageToTexture (screen, texture, image, width, height, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV); -#endif } Bool -- 1.5.2-rc3.GIT -- Earthling Michel