egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:

committed by
Emil Velikov

parent
2f421651ac
commit
81cea66ff1
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user