Re: [Mesa-dev] [PATCH 2/3] xorg/xvmc: Only set decode buffer when available

2011-08-29 Thread Younes Manton
2011/8/29 Maarten Lankhorst : > Hey, > > On 08/29/2011 10:08 AM, Christian König wrote: >> Am Montag, den 29.08.2011, 00:36 -0400 schrieb Younes Manton: >> [snip] >>> Well, that was what the last discussion was all about, whether or not >>> decode buffers should be handled internally by each driver

Re: [Mesa-dev] [PATCH 2/3] xorg/xvmc: Only set decode buffer when available

2011-08-29 Thread Maarten Lankhorst
Hey, On 08/29/2011 10:08 AM, Christian König wrote: > Am Montag, den 29.08.2011, 00:36 -0400 schrieb Younes Manton: > [snip] >> Well, that was what the last discussion was all about, whether or not >> decode buffers should be handled internally by each driver or >> externally. It was decided to ha

Re: [Mesa-dev] [PATCH 2/3] xorg/xvmc: Only set decode buffer when available

2011-08-29 Thread Christian König
Am Montag, den 29.08.2011, 00:36 -0400 schrieb Younes Manton: [snip] > Well, that was what the last discussion was all about, whether or not > decode buffers should be handled internally by each driver or > externally. It was decided to handle it externally, to simplify life > for drivers that want

Re: [Mesa-dev] [PATCH 2/3] xorg/xvmc: Only set decode buffer when available

2011-08-28 Thread Younes Manton
On Sun, Aug 28, 2011 at 12:56 PM, Maarten Lankhorst wrote: > On 08/28/2011 06:23 PM, Younes Manton wrote: >> On Sun, Aug 28, 2011 at 12:13 PM, Younes Manton wrote: >>> On Sat, Aug 27, 2011 at 7:58 PM, Maarten Lankhorst >>> wrote: The nouveau xvmc decoder doesn't need it. Signed-of

Re: [Mesa-dev] [PATCH 2/3] xorg/xvmc: Only set decode buffer when available

2011-08-28 Thread Maarten Lankhorst
On 08/28/2011 06:23 PM, Younes Manton wrote: > On Sun, Aug 28, 2011 at 12:13 PM, Younes Manton wrote: >> On Sat, Aug 27, 2011 at 7:58 PM, Maarten Lankhorst >> wrote: >>> The nouveau xvmc decoder doesn't need it. >>> >>> Signed-off-by: Maarten Lankhorst >>> --- >>> src/gallium/state_trackers/xor

Re: [Mesa-dev] [PATCH 2/3] xorg/xvmc: Only set decode buffer when available

2011-08-28 Thread Younes Manton
On Sun, Aug 28, 2011 at 12:13 PM, Younes Manton wrote: > On Sat, Aug 27, 2011 at 7:58 PM, Maarten Lankhorst > wrote: >> The nouveau xvmc decoder doesn't need it. >> >> Signed-off-by: Maarten Lankhorst >> --- >>  src/gallium/state_trackers/xorg/xvmc/surface.c |    9 ++--- >>  1 files changed,

Re: [Mesa-dev] [PATCH 2/3] xorg/xvmc: Only set decode buffer when available

2011-08-28 Thread Younes Manton
On Sat, Aug 27, 2011 at 7:58 PM, Maarten Lankhorst wrote: > The nouveau xvmc decoder doesn't need it. > > Signed-off-by: Maarten Lankhorst > --- >  src/gallium/state_trackers/xorg/xvmc/surface.c |    9 ++--- >  1 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/src/gallium/stat

[Mesa-dev] [PATCH 2/3] xorg/xvmc: Only set decode buffer when available

2011-08-27 Thread Maarten Lankhorst
The nouveau xvmc decoder doesn't need it. Signed-off-by: Maarten Lankhorst --- src/gallium/state_trackers/xorg/xvmc/surface.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/gallium/state_trackers/xorg/xvmc/surface.c b/src/gallium/state_trackers/xorg/xvmc/su