summaryrefslogtreecommitdiffstats
path: root/gfx/config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /gfx/config
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/config')
-rw-r--r--gfx/config/gfxVars.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gfx/config/gfxVars.h b/gfx/config/gfxVars.h
index d74255b5db..c23db91cec 100644
--- a/gfx/config/gfxVars.h
+++ b/gfx/config/gfxVars.h
@@ -58,7 +58,7 @@ class gfxVarReceiver;
_(WebRenderBatchedUploadThreshold, int32_t, 512 * 512) \
_(UseSoftwareWebRender, bool, false) \
_(AllowSoftwareWebRenderD3D11, bool, false) \
- _(ScreenDepth, int32_t, 0) \
+ _(PrimaryScreenDepth, int32_t, 0) \
_(GREDirectory, nsString, nsString()) \
_(ProfDirectory, nsString, nsString()) \
_(AllowD3D11KeyedMutex, bool, false) \
@@ -101,7 +101,8 @@ class gfxVarReceiver;
_(AllowSoftwareWebRenderOGL, bool, false) \
_(WebglUseHardware, bool, true) \
_(WebRenderOverlayVpAutoHDR, bool, false) \
- _(WebRenderOverlayVpSuperResolution, bool, false)
+ _(WebRenderOverlayVpSuperResolution, bool, false) \
+ _(AllowWebGPUPresentWithoutReadback, bool, false)
/* Add new entries above this line. */