Details
Description
(Moved to new report from QTBUG-71762 )
I am getting a bunch of errors in the console that are not there with 5.11.
Most of them seem to be related to GLES2, but I'm explicitly setting the default OpenGL context (tries to set it to 3.3 core, result on macOS is that we get 4.1 core).
Running the example:
Qt 5.11:
File URL QUrl("file:///Users/maloney/dev/QTBUG-XXX/test/index.html") URL change QUrl("file:///Users/maloney/dev/QTBUG-XXX/test/index.html") GVA info: Successfully connected to the Intel plugin, offline Gen75
Qt 5.12 (from git):
File URL QUrl("file:///Users/maloney/dev/QTBUG-XXX/test/index.html") [92147:775:1114/114438.803492:ERROR:validation_errors.cc(87)] Invalid message: VALIDATION_ERROR_MESSAGE_HEADER_UNKNOWN_METHOD URL change QUrl("file:///Users/maloney/dev/QTBUG-XXX/test/index.html") [92146:48899:1114/114438.851401:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox. [92146:48899:1114/114438.851510:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox. [92146:48899:1114/114438.851563:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox. [92146:48899:1114/114438.851703:ERROR:gles2_cmd_decoder.cc(18019)] CreateAndConsumeTextureCHROMIUM was passed a mailbox that was not generated by GenMailboxCHROMIUM. [92146:48899:1114/114438.860698:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox. [92146:48899:1114/114438.860876:ERROR:gles2_cmd_decoder.cc(17998)] ProduceTextureDirectCHROMIUM was not passed a crypto-random mailbox. [92146:48899:1114/114438.909074:ERROR:gles2_cmd_decoder.cc(18019)] CreateAndConsumeTextureCHROMIUM was passed a mailbox that was not generated by GenMailboxCHROMIUM. [92146:48899:1114/114438.912080:ERROR:gles2_cmd_decoder.cc(18019)] CreateAndConsumeTextureCHROMIUM was passed a mailbox that was not generated by GenMailboxCHROMIUM. GVA info: Successfully connected to the Intel plugin, offline Gen75
(I will attach the example program after I have a bug number.)