Re: [Intel-gfx] [PATCH] Initialize DRI2 info rec version 4 list of driver names

2010-01-31 Thread Zhenyu Wang
On 2010.01.29 23:31:06 -0800, Keith Packard wrote: With DRI2 supporting multiple subsystems, the video driver must initialize the list of driver names instead of just passing the single driver name used by Mesa. Without this, the X server will fail to initialize DRI2 as the numDrivers field in

[PATCH] Initialize DRI2 info rec version 4 list of driver names

2010-01-29 Thread Keith Packard
With DRI2 supporting multiple subsystems, the video driver must initialize the list of driver names instead of just passing the single driver name used by Mesa. Without this, the X server will fail to initialize DRI2 as the numDrivers field in this structure will be uninitialized. Signed-off-by: