Re: RFC: video with DRI2

2011-07-20 Thread Rob Clark
On Wed, Jul 20, 2011 at 11:26 PM, Younes Manton wrote: > On Wed, Jul 20, 2011 at 11:40 PM, Rob Clark wrote: >> On Wed, Jul 20, 2011 at 5:53 PM, Younes Manton wrote: >>> On Wed, Jul 20, 2011 at 6:28 PM, Corbin Simpson >>> wrote: On Wed, Jul 20, 2011 at 3:15 PM, Rob Clark wrote: > >

Re: RFC: video with DRI2

2011-07-20 Thread Younes Manton
On Wed, Jul 20, 2011 at 11:40 PM, Rob Clark wrote: > On Wed, Jul 20, 2011 at 5:53 PM, Younes Manton wrote: >> On Wed, Jul 20, 2011 at 6:28 PM, Corbin Simpson >> wrote: >>> On Wed, Jul 20, 2011 at 3:15 PM, Rob Clark wrote: Anyone have some opinions on the best approach to take?  Anyone

Re: RFC: video with DRI2

2011-07-20 Thread Rob Clark
On Wed, Jul 20, 2011 at 5:53 PM, Younes Manton wrote: > On Wed, Jul 20, 2011 at 6:28 PM, Corbin Simpson > wrote: >> On Wed, Jul 20, 2011 at 3:15 PM, Rob Clark wrote: >>> >>> Anyone have some opinions on the best approach to take?  Anyone else >>> given some thought to this sort of thing before?

Re: RFC: video with DRI2

2011-07-20 Thread Younes Manton
On Wed, Jul 20, 2011 at 6:28 PM, Corbin Simpson wrote: > On Wed, Jul 20, 2011 at 3:15 PM, Rob Clark wrote: >> All, >> >> I've been looking a bit at dri2 as a way to handle video display (in >> addition to just GL stuff).  Basically it seems like a convenient way >> to share buffer handles between

Re: RFC: video with DRI2

2011-07-20 Thread Corbin Simpson
If I recall correctly, DRI2 can transport VDPAU and there is some libvdpau stuff in the Mesa/Gallium source tree. I haven't really been heavily involved, but I would imagine that that might be interesting to you. ~ C. On Wed, Jul 20, 2011 at 3:15 PM, Rob Clark wrote: > All, > > I've been looking

RFC: video with DRI2

2011-07-20 Thread Rob Clark
All, I've been looking a bit at dri2 as a way to handle video display (in addition to just GL stuff). Basically it seems like a convenient way to share buffer handles between Xorg driver and client video player app. (Yes, I know about Xv.. no, it isn't useful if I want to avoid a memcpy.) The b