Eric Anholt 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
--
keith.pack...@intel.com
pgp0Q34HtVkgL.pgp
Description: PGP signature
___
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
ind