Re: [PATCH xf86-video-r128] Fix build without EXA

2012-07-18 Thread Michel Dänzer
On Die, 2012-07-17 at 22:53 -0700, Connor Behan wrote: > The offscreen area used by EXA needs to be declared even with lazy > evaluation. > > Signed-off-by: Connor Behan Pushed, thanks! -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast

Re: [PATCH xf86-video-r128] Make debug mode work again

2012-07-18 Thread Michel Dänzer
On Die, 2012-07-17 at 22:33 -0700, Connor Behan wrote: > The source should not assume that debugging is turned off. It should > build even if the user edits r128.h and enables it. > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=47785 > > Signed-off-by: Connor Behan Pushed, thanks! -- E

[PATCH xf86-video-r128] Fix build without EXA

2012-07-18 Thread Connor Behan
The offscreen area used by EXA needs to be declared even with lazy evaluation. Signed-off-by: Connor Behan --- src/r128_cursor.c | 2 ++ src/r128_driver.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/r128_cursor.c b/src/r128_cursor.c index 974a6d5..b76913c 100644 --- a/src/r128_cur