Revert "GraphicsEnvironment: Fix ANGLE system driver selection logic"
This reverts commit 37df61fa8e.
Reason for revert: Remove deferred list functionality now that the shape
of ANGLE shipping form is binaries. Applications on the list are broken
with ANGLE due to the lack of YUV support, this is currently being
worked on.
Bug: 280450222
Bug: 271862350
Change-Id: I01c659adee0ef6c68379a87320219855bdec4287
Test: atest CtsAngleIntegrationHostTestCases
This commit is contained in:
@@ -95,10 +95,6 @@ final class CoreSettingsObserver extends ContentObserver {
|
||||
Settings.Global.ANGLE_GL_DRIVER_SELECTION_VALUES, String.class);
|
||||
sGlobalSettingToTypeMap.put(
|
||||
Settings.Global.ANGLE_EGL_FEATURES, String.class);
|
||||
sGlobalSettingToTypeMap.put(
|
||||
Settings.Global.ANGLE_DEFERLIST, String.class);
|
||||
sGlobalSettingToTypeMap.put(
|
||||
Settings.Global.ANGLE_DEFERLIST_MODE, String.class);
|
||||
sGlobalSettingToTypeMap.put(
|
||||
Settings.Global.SHOW_ANGLE_IN_USE_DIALOG_BOX, String.class);
|
||||
sGlobalSettingToTypeMap.put(Settings.Global.ENABLE_GPU_DEBUG_LAYERS, int.class);
|
||||
|
||||
Reference in New Issue
Block a user