summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-12-20 15:53:09 +0000
committerEmil Velikov <[email protected]>2017-12-27 22:31:50 +0000
commit81cea66ff1c4d7c2c5167715ff9968754a58bfd1 (patch)
tree7cae72bb352bc9496e3fd3ca0da38c3198ac146a /src/egl/main/egldisplay.h
parent2f421651aca9c0a308c8a632d1847bbd0598e294 (diff)
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index 0005c81836d..addf430ffed 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -160,7 +160,7 @@ struct _egl_display
/* options that affect how the driver initializes the display */
struct {
- EGLBoolean UseFallback; /**< Use fallback driver (sw or less features) */
+ EGLBoolean ForceSoftware; /**< Use software path only */
void *Platform; /**< Platform-specific options */
} Options;