Re: [Mesa-dev] [PATCH 3/7] dri2: Open the fd before loading the driver.

2014-01-26 Thread Keith Packard
Eric Anholt e...@anholt.net writes: I want to stop trusting the server for the driver name, and instead decide on our own based on the fd, so I needed this code motion. Reviewed-by: Keith Packard kei...@keithp.com -- keith.pack...@intel.com pgp0Q34HtVkgL.pgp Description: PGP signature

[Mesa-dev] [PATCH 3/7] dri2: Open the fd before loading the driver.

2014-01-23 Thread Eric Anholt
I want to stop trusting the server for the driver name, and instead decide on our own based on the fd, so I needed this code motion. --- src/glx/dri2_glx.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c