02.08.2017, 22:20, "[email protected]" <[email protected]>: > Hello there, > > We are trying to port QT Webkit 5.0 ( upstream trunk subversion revision > 136242) on an embedded platform. Earlier to this we had Webkit 74xxx (release > in 2010) on the embedded platform with Custom implementation of OpenGl 1.x ES.
Latest QtWebKit branch is based on r196805 + lots of backported fixes. http://code.qt.io/cgit/qt/qtwebkit.git/?h=5.212 > > We want to continue using our existing custom OpenGl 1.x implementation for > the targeted QT WebKit version 5.0. So can we continue using our custom > OpenGl 1.x implementation (fixed function pipeline) for QT WebKit 5.0 Port? > Ofcourse there could be few additional tweaks/functions/ extensions to be > supported by the custom OpenGl to support QT WebKit. At a high level any idea > what could be the challenges faced from a Graphics pipeline perspective for > WebKit QT port? Qt port assumes that GraphicsContext painting is done via QPainter (see GraphicsContextQt). However, if QPainter uses QPaintEngine based on OpenGL ES 1.x, it should be possible to integrate your OpenGL-based GraphicsContext smoothly. > > Thanks for help in advance! > > Warm Regards > > Gaurav > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. WARNING: Computer viruses can be transmitted via > email. The recipient should check this email and any attachments for the > presence of viruses. The company accepts no liability for any damage caused > by any virus transmitted by this email. www.wipro.com > , > > _______________________________________________ > webkit-qt mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-qt -- Regards, Konstantin _______________________________________________ webkit-qt mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-qt
