Re: [PATCH] RFCv2: video support for dri2 (Rob Clark)

2011-09-03 Thread Michal Suchanek
2011/9/2 Rob Clark : > 2011/9/2 Christian König : >> Hi Rob, >> >>>  + flipping between multiple back buffers, perhaps not in order (to >>>    handle video formats with B-frames) >> Oh, yes please. The closed source drivers seems to do this also all the >> time, and I never really understood why DR

Re: [PATCH] RFCv2: video support for dri2 (Rob Clark)

2011-09-02 Thread Rob Clark
2011/9/2 Christian König : > Hi Rob, > >>  + flipping between multiple back buffers, perhaps not in order (to >>    handle video formats with B-frames) > Oh, yes please. The closed source drivers seems to do this also all the > time, and I never really understood why DRI is limiting the buffers to

Re: [PATCH] RFCv2: video support for dri2 (Rob Clark)

2011-09-02 Thread Michel Dänzer
On Fre, 2011-09-02 at 12:04 +0200, Christian König wrote: > > > + flipping between multiple back buffers, perhaps not in order (to > >handle video formats with B-frames) > Oh, yes please. The closed source drivers seems to do this also all the > time, and I never really understood why DRI is

Re: [PATCH] RFCv2: video support for dri2 (Rob Clark)

2011-09-02 Thread Alex Deucher
2011/9/2 Christian König : > Hi Rob, > >>  + flipping between multiple back buffers, perhaps not in order (to >>    handle video formats with B-frames) > Oh, yes please. The closed source drivers seems to do this also all the > time, and I never really understood why DRI is limiting the buffers to

Re: [PATCH] RFCv2: video support for dri2 (Rob Clark)

2011-09-02 Thread Christian König
Hi Rob, > + flipping between multiple back buffers, perhaps not in order (to >handle video formats with B-frames) Oh, yes please. The closed source drivers seems to do this also all the time, and I never really understood why DRI is limiting the buffers to the OGL attachment points. ... > C

Re: [PATCH] RFCv2: video support for dri2

2011-09-01 Thread Rob Clark
On Thu, Sep 1, 2011 at 5:22 PM, Younes Manton wrote: > On Thu, Sep 1, 2011 at 4:52 PM, Rob Clark wrote: >> To allow the potential use of overlays to display video content, a few >> extra parameters are required: >> >>  + source buffer in different format (for example, various YUV formats) >>   an

Re: [PATCH] RFCv2: video support for dri2

2011-09-01 Thread Younes Manton
On Thu, Sep 1, 2011 at 4:52 PM, Rob Clark wrote: > To allow the potential use of overlays to display video content, a few > extra parameters are required: > >  + source buffer in different format (for example, various YUV formats) >   and size as compared to destination drawable >  + multi-planar

[PATCH] RFCv2: video support for dri2

2011-09-01 Thread Rob Clark
To allow the potential use of overlays to display video content, a few extra parameters are required: + source buffer in different format (for example, various YUV formats) and size as compared to destination drawable + multi-planar formats where discontiguous buffers are used for differen