mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09: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:
parent
fac859839e
commit
f24dcfdaa4
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue