Re: [PATCH] DRI2: Allow multiple driver names.

2010-01-19 Thread Aaron Plattner
On Wed, Jan 13, 2010 at 01:58:05PM -0800, Keith Packard wrote: On Wed, 13 Jan 2010 11:35:52 -0800, Aaron Plattner aplatt...@nvidia.com wrote: Each driver type (e.g. DRI2DriverDRI or DRI2DriverVDPAU) can have a name in the driverNames array in DRI2InfoRec. DRI2Connect returns the name

Re: [PATCH] DRI2: Allow multiple driver names.

2010-01-19 Thread Kristian Høgsberg
On Tue, Jan 19, 2010 at 7:26 PM, Aaron Plattner aplatt...@nvidia.com wrote: On Wed, Jan 13, 2010 at 01:58:05PM -0800, Keith Packard wrote: On Wed, 13 Jan 2010 11:35:52 -0800, Aaron Plattner aplatt...@nvidia.com wrote: Each driver type (e.g. DRI2DriverDRI or DRI2DriverVDPAU) can have a name

[PATCH] DRI2: Allow multiple driver names.

2010-01-13 Thread Aaron Plattner
Each driver type (e.g. DRI2DriverDRI or DRI2DriverVDPAU) can have a name in the driverNames array in DRI2InfoRec. DRI2Connect returns the name for the driver specified by driverType. Also print names of supported drivers in DRI2ScreenInit. Signed-off-by: Aaron Plattner aplatt...@nvidia.com ---

Re: [PATCH] DRI2: Allow multiple driver names.

2010-01-13 Thread Keith Packard
On Wed, 13 Jan 2010 11:35:52 -0800, Aaron Plattner aplatt...@nvidia.com wrote: Each driver type (e.g. DRI2DriverDRI or DRI2DriverVDPAU) can have a name in the driverNames array in DRI2InfoRec. DRI2Connect returns the name for the driver specified by driverType. Also print names of supported