Commit 1dcfa8aa authored by Charles Yin's avatar Charles Yin Committed by Qt by Nokia
Browse files

Introduce QQuickCanvasPixmap


1. QQuickPixmap now only store textures instead of QImage data, however
context2d still need to access the QImage in some places, so cache the
loaded images to avoid the expensive GL readback operations.
2. Use texture directly if the render target is FBO.

Change-Id: I6228011e5698fa00f2e3420a3a4a305995b8a238
Reviewed-by: default avatarYunqiao Yin <charles.yin@nokia.com>
parent 332fe582
No related merge requests found
Showing with 271 additions and 108 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment