Re: [Mesa-dev] [PATCH] mesa/st: don't advertise NV_vdpau_interop if it doesn't work.

2014-09-08 Thread Ilia Mirkin
On Mon, Sep 8, 2014 at 9:50 AM, Christian König wrote: > From: Christian König > > As long as we don't have a workaround for frame based > decoding in VDPAU we should not advertise NV_vdpau_interop. > > v2: fix commit message, check if get_video_param is present > > Signed-off-by: Christian König

[Mesa-dev] [PATCH] mesa/st: don't advertise NV_vdpau_interop if it doesn't work.

2014-09-08 Thread Christian König
From: Christian König As long as we don't have a workaround for frame based decoding in VDPAU we should not advertise NV_vdpau_interop. v2: fix commit message, check if get_video_param is present Signed-off-by: Christian König Cc: mesa-sta...@lists.freedesktop.org --- src/mesa/state_tracker/s

Re: [Mesa-dev] [PATCH] mesa/st: don't advertise NV_vdpau_interop if it doesn't work.

2014-08-29 Thread Ilia Mirkin
On Fri, Aug 29, 2014 at 5:59 AM, Christian König wrote: > From: Christian König > > As long as we don't have a workaround for field based frame-based... field is the one that's supported. > decoding in VDPAu we should not advertise NV_vdpau_interop. VDPAU > > Signed-off-by: Christian König >

[Mesa-dev] [PATCH] mesa/st: don't advertise NV_vdpau_interop if it doesn't work.

2014-08-29 Thread Christian König
From: Christian König As long as we don't have a workaround for field based decoding in VDPAu we should not advertise NV_vdpau_interop. Signed-off-by: Christian König Cc: mesa-sta...@lists.freedesktop.org --- src/mesa/state_tracker/st_extensions.c | 7 ++- 1 file changed, 6 insertions(+),