mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
Enable layers acceleration by default on GTK platforms.
"Why is this still `blocked by default for platform`.. Everyone on Linux forces it on anyway once they are aware of it." -- Tobin Tag #1319
This commit is contained in:
@@ -133,12 +133,7 @@ public:
|
||||
}
|
||||
|
||||
bool AccelerateLayersByDefault() override {
|
||||
#ifdef NIGHTLY_BUILD
|
||||
// Only enable the GL compositor on Nightly for now until we have
|
||||
// sufficient data for blocklisting.
|
||||
return true;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef GL_PROVIDER_GLX
|
||||
|
||||
Reference in New Issue
Block a user