Re: [Mesa-dev] [PATCH] mesa: set the texture target in VDPAUMapSurfacesNV (v2)

2015-10-27 Thread Marek Olšák
Thanks, and sorry, I forgot to update the commit message. I will commit it shortly with that fixed. Marek On Tue, Oct 27, 2015 at 9:19 PM, Brian Paul wrote: > On 10/27/2015 02:17 PM, Marek Olšák wrote: >> >> From: Marek Olšák >> >> We initialized Target, but not TargetIndex. >> This is required

Re: [Mesa-dev] [PATCH] mesa: set the texture target in VDPAUMapSurfacesNV (v2)

2015-10-27 Thread Brian Paul
On 10/27/2015 02:17 PM, Marek Olšák wrote: From: Marek Olšák We initialized Target, but not TargetIndex. This is required since 7d7dd1871174905dfdd3ca874a09d9. v2: do it in the right place. Noticed by Brian Paul. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92645 --- src/mesa/main

[Mesa-dev] [PATCH] mesa: set the texture target in VDPAUMapSurfacesNV (v2)

2015-10-27 Thread Marek Olšák
From: Marek Olšák We initialized Target, but not TargetIndex. This is required since 7d7dd1871174905dfdd3ca874a09d9. v2: do it in the right place. Noticed by Brian Paul. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92645 --- src/mesa/main/vdpau.c | 5 +++-- 1 file changed, 3 insertio