Re: My Ideas on Compositors

2011-01-31 Thread Carl-Philip Haensch
Zitat von Joakim Sindholt : The demo compositor is ment to be light-weight so that awesome-users will have no fear to use it. So it's a necessary need to make the demo compositor extendable in a way you can add all features you know from compiz&co. The plugin API should be the interface betwee

Re: My Ideas on Compositors

2011-01-31 Thread Sam Spilsbury
On Tue, Feb 1, 2011 at 3:32 AM, Carl-Philip Haensch wrote: > Hi, > > after a discussion on #wayland, I want to write down some ideas about > compositor plugins for wayland at all. > > At first, the wayland reference implementation should be as basic as > possible to make wayland also a choice for

Mesa bug causing garbage in wayland terminal client

2011-01-31 Thread Darxus
There is currently a bug in mesa in git causing garbage output from the terminal client. Mesa bug report: https://bugs.freedesktop.org/show_bug.cgi?id=33786 First bad commit: commit 1dd8e2757852682af44b63193c89dff3c09c7703 Author: Brian Paul Date: Fri Jan 28 20:25:27 2011 -0700 st/mesa:

Re: My Ideas on Compositors

2011-01-31 Thread Daniel
El dl 31 de 01 de 2011 a les 12:02 -0800, en/na Christian Hergert va escriure: > On Mon, Jan 31, 2011 at 11:32 AM, Carl-Philip Haensch > wrote: > > after a discussion on #wayland, I want to write down some ideas about > > compositor plugins for wayland at all. > > I imagine you might want the plu

Present at LinuxTag 2011 in Berlin (May 11-14)

2011-01-31 Thread Marko Jung
Hi. I am program chair for LinuxTag, one of Europe's most important conferences Linux and Free Software. This year's event takes place May 11 to 14 at the Berlin Fairgrounds. LinuxTag is organised by volunteers within the LinuxTag Foundation in partnership with the local exhibition corporation.

Re: My Ideas on Compositors

2011-01-31 Thread Joakim Sindholt
On Mon, 2011-01-31 at 22:37 +0100, Carl-Philip Haensch wrote: > Zitat von Joakim Sindholt : > > > On Mon, 2011-01-31 at 21:49 +0100, Carl-Philip Haensch wrote: > >> Zitat von Joakim Sindholt : > >> > >> > > >> > What benefit does this approach give over clayland (or similar toolkit > >> > backends

Re: My Ideas on Compositors

2011-01-31 Thread Joakim Sindholt
On Mon, 2011-01-31 at 21:49 +0100, Carl-Philip Haensch wrote: > Zitat von Joakim Sindholt : > > > > > What benefit does this approach give over clayland (or similar toolkit > > backends)? > > > > > > > > I don't find information about clayland. > What is it, what does it? It's a wayland composit

Re: My Ideas on Compositors

2011-01-31 Thread Joakim Sindholt
On Mon, 2011-01-31 at 20:32 +0100, Carl-Philip Haensch wrote: > Hi, > > after a discussion on #wayland, I want to write down some ideas about > compositor plugins for wayland at all. > > At first, the wayland reference implementation should be as basic as > possible to make wayland also a cho

Re: My Ideas on Compositors

2011-01-31 Thread Christian Hergert
On Mon, Jan 31, 2011 at 11:32 AM, Carl-Philip Haensch wrote: > after a discussion on #wayland, I want to write down some ideas about > compositor plugins for wayland at all. I imagine you might want the plugins out of process so when they miss-behave or crash, they can be automatically disabled.

My Ideas on Compositors

2011-01-31 Thread Carl-Philip Haensch
Hi, after a discussion on #wayland, I want to write down some ideas about compositor plugins for wayland at all. At first, the wayland reference implementation should be as basic as possible to make wayland also a choice for OpenBox users. On the other hand, you want to have nice effects

Patch: Optimizing Matrix routines by hand

2011-01-31 Thread Carl-Philip Haensch
Hi, I wrote a patch that optimizes matrix scale and translate because i doubt gcc will find the shortest path through an invocation, three loops and a memory writeback per strcpy by itself. diff --git a/compositor/compositor.c b/compositor/compositor.c index 9d7c330..e571b12 100644 --- a/co