Don't use hardware driver by default, until its working a bit better.
This commit is contained in:
@@ -372,7 +372,7 @@ intelCreateContext(const __GLcontextModes * mesaVis,
|
||||
/*
|
||||
* Pipe-related setup
|
||||
*/
|
||||
if (getenv("INTEL_SOFTPIPE")) {
|
||||
if (!getenv("INTEL_HW")) {
|
||||
intel->pipe = intel_create_softpipe( intel );
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user