Re: [Mesa-dev] [PATCH] pipe_loader: Try to connect with the X server before probing pciids v2

2012-07-18 Thread Michel Dänzer
On Mit, 2012-07-18 at 12:28 -0400, Tom Stellard wrote: > When X is running it is neccesary for pipe_loader to authenticate with > DRM, in order to be able to use the device. > > This makes it possible to run OpenCL programs while X is running. > > v2: > - Fix C++ style comments > - Drop Xlib

Re: [Mesa-dev] [PATCH] pipe_loader: Try to connect with the X server before probing pciids v2

2012-07-18 Thread Francisco Jerez
Tom Stellard writes: > When X is running it is neccesary for pipe_loader to authenticate with > DRM, in order to be able to use the device. > > This makes it possible to run OpenCL programs while X is running. > > v2: > - Fix C++ style comments > - Drop Xlib-xcb dependency > - Close the X c

[Mesa-dev] [PATCH] pipe_loader: Try to connect with the X server before probing pciids v2

2012-07-18 Thread Tom Stellard
When X is running it is neccesary for pipe_loader to authenticate with DRM, in order to be able to use the device. This makes it possible to run OpenCL programs while X is running. v2: - Fix C++ style comments - Drop Xlib-xcb dependency - Close the X connection when done - Split auth code