OSDN Git Service

Disable direct rendering on Cygwin
authorJon TURNEY <jon.turney@dronecode.org.uk>
Mon, 14 Mar 2011 22:08:23 +0000 (22:08 +0000)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Fri, 8 Apr 2011 19:37:41 +0000 (20:37 +0100)
commitc6e33ca285f9eba26cae2fdd74fb5cc694f1e74b
tree729587c2887e915e4b1ce4ec79c359a510d2535f
parente7d18ed1ef8106e2f0eec1078efde6da358e692b
Disable direct rendering on Cygwin

Add Cygwin platform-specific settings and drivers to build for dri driver:
- by default, disable direct rendering.
- if direct rendering is enabled, the swrast dridriver is the only one it's
sensible to try to build (this doesn't work at the moment as additional patches
are required to build a libGL which can load just swrast without the DRM headers,
even though there's no actual functional dependency)

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Julien Cristau <jcristau@debian.org>
configure.ac