Re: [Intel-gfx] [PATCH 1/2] glamor: Move flags check to intel_glamor.

2011-11-15 Thread Chris Wilson
On Tue, 15 Nov 2011 19:36:13 +0800, Zhigang Gong wrote: > Address Chris comment. We concentrate all the flag check into > intel_glamor layer which makes the interface to glamor > self-contained. Thanks, that looks a lot better and makes it much easier to read how glamor is integrated into the dr

[Intel-gfx] [PATCH 1/2] glamor: Move flags check to intel_glamor.

2011-11-15 Thread Zhigang Gong
Address Chris comment. We concentrate all the flag check into intel_glamor layer which makes the interface to glamor self-contained. Signed-off-by: Zhigang Gong --- src/Makefile.am|6 +--- src/intel_driver.c | 25 + src/intel_glamor.c | 75