qt5base-lts/src/gui
Fredrik Orderud 8a60244da8 Fix renderbufferStorageMultisample: invalid internalformat
Chrome 78 is outputting "INVALID_ENUM: renderbufferStorageMultisample: invalid
internalformat" when running a Qt application after building it for WebAssembly (WASM)
against the Qt 5.13 branch using the Emscripten 1.39.3 (upstream) compiler.

The problem appear to be caused by glRenderbufferStorageMultisample not supporting
GL_DEPTH_STENCIL directly. Instead, GL_DEPTH24_STENCIL8 or GL_DEPTH32F_STENCIL8
should be passed. Keeping the glRenderbufferStorage call as-is.

Change-Id: I777dbc26b1d989950525a434a25ed344389f5059
Reference: https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glRenderbufferStorageMultisample.xhtml
Fixes: QTBUG-80286
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2019-11-26 21:03:33 +01:00
..
accessible Merge remote-tracking branch 'origin/5.12' into 5.13 2019-06-20 07:50:44 +02:00
animation Modernize the "animation" feature 2018-10-12 14:26:15 +00:00
doc Long live QColorConstants! 2019-08-25 16:31:32 +02:00
image HiDPI: Select most fitting pixel ratio when painting QIcon 2019-11-18 07:34:32 +00:00
itemmodels Merge remote-tracking branch 'origin/5.13' into dev 2019-05-13 08:04:58 +02:00
kernel Don’t warn on QT_AUTO_SCREEN_SCALE_FACTOR usage 2019-11-20 15:19:24 +01:00
math3d QVector3D: fix documentation spelling error 2019-06-19 10:25:57 +02:00
opengl Fix renderbufferStorageMultisample: invalid internalformat 2019-11-26 21:03:33 +01:00
painting Fix text-rendering regression on semi-transparent background on Linux 2019-10-31 13:43:54 +00:00
platform wasm: Add saveFileContent() 2019-08-20 19:34:53 +02:00
rhi rhi: d3d11: Do not rely on Win10-only enum value 2019-11-22 13:06:32 +01:00
text Use default QTD font size for mono font when importing markdown 2019-11-13 06:59:16 +00:00
util QTextureFileReader: backport ASTC support 2019-08-15 09:26:11 +02:00
vulkan Convert a few sizeof(array)/sizeof(element0) fors to range fors 2019-10-04 09:00:24 +02:00
configure.json Fix check for EGL on INTEGRITY 2019-11-04 09:44:51 +01:00
configure.pri Fix passing FREETYPE_LIBS and friends to configure 2019-09-18 11:07:25 +02:00
gui.pro Introduce the Qt graphics abstraction as private QtGui helpers 2019-06-13 10:13:45 +02:00
Qt5GuiConfigExtras.cmake.in Fix generation of the Qt5::GLESv2 target on ARM 2019-03-05 13:31:42 +00:00
QtGui.dynlist
qtgui.tracepoints Don't pass scope args to _exit trace points 2019-04-30 07:42:19 +00:00