Re: [PATCH v4] fbdev: Add an fbdev compositor backend using pixman and evdev

2013-02-07 Thread Kristian Høgsberg
On Sat, Feb 02, 2013 at 12:02:32PM +, Philip Withnall wrote: > Add a frame buffer backend using pixman to render to fbdev. > This has been tested against nouveaufb but nothing else. Much of the code > came straight from the rpi backend (and copyright has been attributed > accordingly). > > The

[PATCH v4] fbdev: Add an fbdev compositor backend using pixman and evdev

2013-02-02 Thread Philip Withnall
Add a frame buffer backend using pixman to render to fbdev. This has been tested against nouveaufb but nothing else. Much of the code came straight from the rpi backend (and copyright has been attributed accordingly). The behaviour of this backend on less modern frame buffers has yet to be tested.