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

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

2015-10-27 Thread Brian Paul
Sorry for causing this regression. Thanks for fixing it. Question below... On 10/27/2015 05:31 AM, Marek Olšák wrote: From: Marek Olšák This is required since 7d7dd1871174905dfdd3ca874a09d9. --- src/mesa/main/vdpau.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/vdp

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

2015-10-27 Thread Christian König
On 27.10.2015 13:16, Emil Velikov wrote: Hi Marek, On 27 October 2015 at 11:31, Marek Olšák wrote: From: Marek Olšák This is required since 7d7dd1871174905dfdd3ca874a09d9. Can you add the bugzilla tag please. I'd suspect many of us are not fluent in gl-vdpau interop can you please throw in

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

2015-10-27 Thread Emil Velikov
Hi Marek, On 27 October 2015 at 11:31, Marek Olšák wrote: > From: Marek Olšák > > This is required since 7d7dd1871174905dfdd3ca874a09d9. Can you add the bugzilla tag please. I'd suspect many of us are not fluent in gl-vdpau interop can you please throw in a small comment. Thinking about the fol

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

2015-10-27 Thread Marek Olšák
From: Marek Olšák This is required since 7d7dd1871174905dfdd3ca874a09d9. --- src/mesa/main/vdpau.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/vdpau.c b/src/mesa/main/vdpau.c index 0efa56e..0c000c4 100644 --- a/src/mesa/main/vdpau.c +++ b/src/mesa/main/vdpau.c @@ -375,6