Re: [Mesa-dev] [PATCH] fix regression caused by b4bb6680200b5a898583392f4c831c02f41e63f7

2010-11-14 Thread Xiang, Haihao
On Thu, 2010-11-11 at 10:14 +0800, Xiang, Haihao wrote: > On Thu, 2010-11-11 at 01:47 +0800, Jerome Glisse wrote: > > On Wed, Nov 10, 2010 at 12:28 PM, Eric Anholt wrote: > > > On Wed, 10 Nov 2010 08:25:19 +0800, "Xiang, Haihao" > > > wrote: > > >> Any comment? If no problem, I will check in thi

Re: [Mesa-dev] [PATCH] fix regression caused by b4bb6680200b5a898583392f4c831c02f41e63f7

2010-11-10 Thread Xiang, Haihao
On Thu, 2010-11-11 at 01:47 +0800, Jerome Glisse wrote: > On Wed, Nov 10, 2010 at 12:28 PM, Eric Anholt wrote: > > On Wed, 10 Nov 2010 08:25:19 +0800, "Xiang, Haihao" > > wrote: > >> Any comment? If no problem, I will check in this fix. > > > > This should really be part of the core -- all drive

Re: [Mesa-dev] [PATCH] fix regression caused by b4bb6680200b5a898583392f4c831c02f41e63f7

2010-11-10 Thread Jerome Glisse
On Wed, Nov 10, 2010 at 12:28 PM, Eric Anholt wrote: > On Wed, 10 Nov 2010 08:25:19 +0800, "Xiang, Haihao" > wrote: >> Any comment? If no problem, I will check in this fix. > > This should really be part of the core -- all drivers have to flush when > changing current context. Agree. Cheers, J

Re: [Mesa-dev] [PATCH] fix regression caused by b4bb6680200b5a898583392f4c831c02f41e63f7

2010-11-10 Thread Eric Anholt
On Wed, 10 Nov 2010 08:25:19 +0800, "Xiang, Haihao" wrote: > Any comment? If no problem, I will check in this fix. This should really be part of the core -- all drivers have to flush when changing current context. pgp8Q4yysAmQ6.pgp Description: PGP signature ___

Re: [Mesa-dev] [PATCH] fix regression caused by b4bb6680200b5a898583392f4c831c02f41e63f7

2010-11-09 Thread Xiang, Haihao
Any comment? If no problem, I will check in this fix. Thanks Haihao > Oleksiy Krivoshey reported commit > b4bb6680200b5a898583392f4c831c02f41e63f7(dri: Unset current context and > dispatch table when unbinding) causes a regression when he used vaapi > with OpenGL render output on Ironlake. > >

[Mesa-dev] [PATCH] fix regression caused by b4bb6680200b5a898583392f4c831c02f41e63f7

2010-11-07 Thread Xiang, Haihao
Oleksiy Krivoshey reported commit b4bb6680200b5a898583392f4c831c02f41e63f7(dri: Unset current context and dispatch table when unbinding) causes a regression when he used vaapi with OpenGL render output on Ironlake. See: http://lists.freedesktop.org/archive...er/000380.html The root cause is th