[PULL] Add VDPAU drivers to the server's DRI2 implementation

Kristian Høgsberg krh at bitplanet.net
Sat Oct 24 08:56:11 PDT 2009


On Fri, Oct 23, 2009 at 8:13 PM, Aaron Plattner <aplattner at nvidia.com> wrote:
> Hi Keith,
>
> These changes add VDPAU driver name registration support to the X server.
> I extended the driver type mechanism to allow a full DRI2InfoRec for VDPAU
> drivers instead of just a name so that other drivers can return information
> through the deviceName parameter.  libvdpau currently doesn't have a way of
> passing the deviceName through to the backend driver, but we could add a
> way to do that if it becomes necessary.

I don't think we need a new DRI2InfoRec for this.  Can we just add a
field that's an array of driver names instead and a field that gives
the length of that array?  Do you need a new device name for vdpau?

cheers,
Kristian


More information about the xorg-devel mailing list