Re: [PATCH 1/2] simple-shm: Don't attach the buffer to the surface for every redraw

2012-10-04 Thread Kristian Høgsberg
On Tue, Oct 02, 2012 at 06:03:14PM +0100, Rob Bradford wrote: > From: Rob Bradford > > This will allow us to change just a sub region of the buffer. Good changes, makes simple-shm a more useful test case. Committed. Kristian > --- > clients/simple-shm.c | 2 +- > 1 file changed, 1 insertion

[PATCH 1/2] simple-shm: Don't attach the buffer to the surface for every redraw

2012-10-02 Thread Rob Bradford
From: Rob Bradford This will allow us to change just a sub region of the buffer. --- clients/simple-shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/simple-shm.c b/clients/simple-shm.c index 252e040..e8dc620 100644 --- a/clients/simple-shm.c +++ b/clients/simple-