Bug 79022 - [Qt] Use private QSGRenderNode in QQuickWebView for improved Qt Scene Graph integration
Summary: [Qt] Use private QSGRenderNode in QQuickWebView for improved Qt Scene Graph i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 76773
  Show dependency treegraph
 
Reported: 2012-02-20 02:45 PST by Simon Hausmann
Modified: 2012-02-24 06:41 PST (History)
8 users (show)

See Also:


Attachments
[Qt] Use private QSGRenderNode in QQuickWebView for improved Qt Scene Graph integration (4.73 KB, patch)
2012-02-24 05:32 PST, Simon Hausmann
no flags Details | Formatted Diff | Diff
[Qt] Use private QSGRenderNode in QQuickWebView for improved Qt Scene Graph integration (4.73 KB, patch)
2012-02-24 05:50 PST, Simon Hausmann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2012-02-20 02:45:34 PST
Commit cb9a213e540c5152a5c9634d590285fb4d231141 in qtdeclarative introduces the private QSGRenderNode class, which will allow for a proper integration of the texture mapper in the scene graph.

Once that commit hits qt5.git and we update our dependencies to it, we should start using it.
Comment 1 Simon Hausmann 2012-02-24 05:32:59 PST
Created attachment 128718 [details]
[Qt] Use private QSGRenderNode in QQuickWebView for improved Qt Scene Graph integration
Comment 2 Simon Hausmann 2012-02-24 05:33:22 PST
Looks like the new hashes _require_ this approach to get anything on the screen. On the upside, it seems to work ;)
Comment 3 Simon Hausmann 2012-02-24 05:50:26 PST
Created attachment 128721 [details]
[Qt] Use private QSGRenderNode in QQuickWebView for improved Qt Scene Graph integration
Comment 4 Csaba Osztrogonác 2012-02-24 06:40:03 PST
Comment on attachment 128721 [details]
[Qt] Use private QSGRenderNode in QQuickWebView for improved Qt Scene Graph integration

rs=me.
Comment 5 Csaba Osztrogonác 2012-02-24 06:41:28 PST
Comment on attachment 128721 [details]
[Qt] Use private QSGRenderNode in QQuickWebView for improved Qt Scene Graph integration

Clearing flags on attachment: 128721

Committed r108789: <http://trac.webkit.org/changeset/108789>
Comment 6 Csaba Osztrogonác 2012-02-24 06:41:36 PST
All reviewed patches have been landed.  Closing bug.