Add support for shared glyph cache
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Thu, 24 Nov 2011 12:48:19 +0000 (13:48 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jan 2012 12:03:03 +0000 (13:03 +0100)
commit47a5c708bf4e555cb8febef583f32c99f7d8ea1e
tree722842be890fe711a353759b100ac50bef9c2648
parent635d0a7cf6601b2e46e0eed21a648934bc471c6d
Add support for shared glyph cache

Use a shared graphics cache to back the distance fields if
it is available.

Change-Id: Id5e6e7a28e38e349d787e66016b2d0faebc791d7
Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
20 files changed:
src/quick/items/qquicktext.cpp
src/quick/items/qquicktext_p.h
src/quick/items/qquicktext_p_p.h
src/quick/items/qquicktextedit.cpp
src/quick/items/qquicktextedit_p.h
src/quick/items/qquicktextedit_p_p.h
src/quick/items/qquicktextinput.cpp
src/quick/items/qquicktextinput_p.h
src/quick/items/qquicktextinput_p_p.h
src/quick/items/qquicktextnode.cpp
src/quick/items/qquicktextnode_p.h
src/quick/scenegraph/coreapi/qsgnodeupdater.cpp
src/quick/scenegraph/qsgadaptationlayer.cpp
src/quick/scenegraph/qsgadaptationlayer_p.h
src/quick/scenegraph/qsgcontext.cpp
src/quick/scenegraph/qsgdistancefieldglyphnode.cpp
src/quick/scenegraph/qsgdistancefieldglyphnode_p.h
src/quick/scenegraph/qsgshareddistancefieldglyphcache.cpp [new file with mode: 0644]
src/quick/scenegraph/qsgshareddistancefieldglyphcache_p.h [new file with mode: 0644]
src/quick/scenegraph/scenegraph.pri