зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1437750 - Update debug flags in WebRenderDebugPrefChangeCallback() r=nical
This commit is contained in:
Родитель
547711573c
Коммит
7758865123
|
@ -605,12 +605,11 @@ WebRenderDebugPrefChangeCallback(const char* aPrefName, void*)
|
||||||
GFX_WEBRENDER_DEBUG(".profiler", 1 << 0)
|
GFX_WEBRENDER_DEBUG(".profiler", 1 << 0)
|
||||||
GFX_WEBRENDER_DEBUG(".render-targets", 1 << 1)
|
GFX_WEBRENDER_DEBUG(".render-targets", 1 << 1)
|
||||||
GFX_WEBRENDER_DEBUG(".texture-cache", 1 << 2)
|
GFX_WEBRENDER_DEBUG(".texture-cache", 1 << 2)
|
||||||
GFX_WEBRENDER_DEBUG(".alpha-primitives", 1 << 3)
|
GFX_WEBRENDER_DEBUG(".gpu-time-queries", 1 << 3)
|
||||||
GFX_WEBRENDER_DEBUG(".gpu-time-queries", 1 << 4)
|
GFX_WEBRENDER_DEBUG(".gpu-sample-queries", 1 << 4)
|
||||||
GFX_WEBRENDER_DEBUG(".gpu-sample-queries", 1 << 5)
|
GFX_WEBRENDER_DEBUG(".disable-batching", 1 << 5)
|
||||||
GFX_WEBRENDER_DEBUG(".disable-batching", 1 << 6)
|
GFX_WEBRENDER_DEBUG(".epochs", 1 << 6)
|
||||||
GFX_WEBRENDER_DEBUG(".epochs", 1 << 7)
|
GFX_WEBRENDER_DEBUG(".compact-profiler", 1 << 7)
|
||||||
GFX_WEBRENDER_DEBUG(".compact-profiler", 1 << 8)
|
|
||||||
#undef GFX_WEBRENDER_DEBUG
|
#undef GFX_WEBRENDER_DEBUG
|
||||||
|
|
||||||
gfx::gfxVars::SetWebRenderDebugFlags(flags);
|
gfx::gfxVars::SetWebRenderDebugFlags(flags);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче