Re: [Intel-gfx] [PATCH] uxa/glamor: Prefer to create a pure glamor pixmap.

2011-12-23 Thread Chris Wilson
On Fri, 23 Dec 2011 19:59:22 +0800, zhigang.g...@linux.intel.com wrote: > From: Zhigang Gong > > Prefer to create a pure glamor pixmap rather than a BO and then > create a texture from that BO in glamor. As this will avoid some > glFlush requirements, it can get about 20-30% performance gain. >

[Intel-gfx] [PATCH] uxa/glamor: Prefer to create a pure glamor pixmap.

2011-12-23 Thread zhigang . gong
From: Zhigang Gong Prefer to create a pure glamor pixmap rather than a BO and then create a texture from that BO in glamor. As this will avoid some glFlush requirements, it can get about 20-30% performance gain. When glamor is enabled, route the uxa_create_gc to glamor_create_gc. This commit al