Re: [Mesa-dev] nouveau_drv_video.so ?

2016-06-29 Thread Xiang, Haihao
Are you using VA-API on X11? libva gets the driver name from Xserver, it is nouveau for you. so libva tries to load nouveau_drv_video.so.  You can create a symlink for nouveau pointing to a available driver or just ignore the message because you have gallium_drv_video.so now. Thanks Haihao >

Re: [Mesa-dev] [PATCH] meta: allow nested meta operations

2010-12-09 Thread Xiang, Haihao
On Thu, 2010-12-09 at 23:27 +0800, Brian Paul wrote: > On 12/08/2010 10:01 PM, Xiang, Haihao wrote: > > _mesa_meta_CopyPixels results in nested meta operations on Sandybridge. > > Previoulsy the second meta operation overrides all states saved by the > > first meta function. &

[Mesa-dev] [PATCH] meta: allow nested meta operations

2010-12-08 Thread Xiang, Haihao
_mesa_meta_CopyPixels results in nested meta operations on Sandybridge. Previoulsy the second meta operation overrides all states saved by the first meta function. --- src/mesa/drivers/common/meta.c | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/mesa/dri

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: > > >

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. > > > >

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