egl: Improve driver selection.
[mesa.git] / src / egl / main / egldisplay.h
index b42760befabcf7f55520439a4f094e4ea0192bbd..dbc5d32d910db654e1ecb46fa5eabbfd0c6b96ed 100644 (file)
@@ -93,6 +93,7 @@ struct _egl_display
    /* options that affect how the driver initializes the display */
    struct {
       EGLBoolean TestOnly;    /**< Driver should not set fields when true */
+      EGLBoolean UseFallback; /**< Use fallback driver (sw or less features) */
    } Options;
 
    /* these fields are set by the driver during init */