diff options
author | Eric Engestrom <[email protected]> | 2017-12-20 15:53:09 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-12-27 22:31:50 +0000 |
commit | 81cea66ff1c4d7c2c5167715ff9968754a58bfd1 (patch) | |
tree | 7cae72bb352bc9496e3fd3ca0da38c3198ac146a /src/egl/main/egldisplay.h | |
parent | 2f421651aca9c0a308c8a632d1847bbd0598e294 (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.h | 2 |
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; |