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