[compiz] Re: compiz: Changes to 'master' (Added possibility to load textures with fixed RGBA byte ordering from header files)

2007-03-28 Thread David Reveman
On Wed, 2007-03-28 at 06:29 -0700, Danny Baumann wrote: include/compiz.h |5 +++-- src/cursor.c |3 ++- src/texture.c| 17 +++-- 3 files changed, 16 insertions(+), 9 deletions(-) New commits: commit 8e3b26fe3000602cfad0eaae2242abb1274c2ce3 Author: Danny

[compiz] Re: compiz: Changes to 'master' (Added possibility to load textures with fixed RGBA byte ordering from header files)

2007-03-28 Thread Danny Baumann
Hi, I find this change pretty ugly. Bool fixedRGBA looks like a quick hack to extend the imageToTexture function with some specific functionality. Creating a lower level function that accept a format and a type GLenum seems like a more appropriate solution to me. To be honest, I'm a bit

Re: [compiz] Beryl and Compiz Merge: What's actually going on?

2007-03-28 Thread Kristian Lyngstøl
On 3/28/07, David Reveman [EMAIL PROTECTED] wrote: I think you're making this into a bigger thing than what it is. Lets focus on solving the technical part first, most importantly move to having one core. I'm only talking about the code that's currently built into the compiz binary, none of the

[compiz] Compiz session management

2007-03-28 Thread dragoran
Hello, After trying to solve a issue with desktop-effects in fedora (compiz does not let itself to be replaced by metacity). We come to the conclusion that the compiz session management code is broken. When unmanaging the screen compiz should unregister itself from the session manager to let a

[compiz] Re: compiz: Changes to 'master' (Added possibility to load textures with fixed RGBA byte ordering from header files)

2007-03-28 Thread David Reveman
On Wed, 2007-03-28 at 18:28 +0200, Danny Baumann wrote: Hi, I find this change pretty ugly. Bool fixedRGBA looks like a quick hack to extend the imageToTexture function with some specific functionality. Creating a lower level function that accept a format and a type GLenum seems like

Re: [compiz] dbus introspection

2007-03-28 Thread Travis Watkins
On 3/27/07, David Reveman [EMAIL PROTECTED] wrote: I told Mike Dransfield to have a look at your patches and include them if they're OK. Let me know if you need feedback from me. I keep updating and expecting them to be there. :) Mike didn't seem to have any problems with them other than the

Re: [compiz] dbus introspection

2007-03-28 Thread Mike Dransfield
Travis Watkins wrote: On 3/27/07, David Reveman [EMAIL PROTECTED] wrote: I told Mike Dransfield to have a look at your patches and include them if they're OK. Let me know if you need feedback from me. I keep updating and expecting them to be there. :) Mike didn't seem to have any problems

Re: [compiz] dbus introspection

2007-03-28 Thread Travis Watkins
On 3/28/07, Mike Dransfield [EMAIL PROTECTED] wrote: I haven't forgotten about the patches, the problem with the warning seems to point to a deeper problem where the plugins are not correctly unregistered. Have you looked any further into these warnings and stopping them? As explained, it's

Re: [compiz] Compiz session management

2007-03-28 Thread Kristian Høgsberg
On 3/28/07, dragoran [EMAIL PROTECTED] wrote: Hello, After trying to solve a issue with desktop-effects in fedora (compiz does not let itself to be replaced by metacity). We come to the conclusion that the compiz session management code is broken. When unmanaging the screen compiz should