Add some batching functions to QPlatformSharedGraphicsCache iface
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Thu, 24 May 2012 13:47:52 +0000 (15:47 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 May 2012 23:54:45 +0000 (01:54 +0200)
commit770e0bb75653b93e9bf7525f5b9062dd3cff8fb5
tree6e089444793b30f5524df5a1aa8bfa26c9bd1cac
parent7cdcc267220db301080e7ade8e2f21e530e77b82
Add some batching functions to QPlatformSharedGraphicsCache iface

This adds some pure virtual functions to the interface to enable
batching requests.

The interface functions no longer need to be invokable, as
invokeMethod() is too slow to be used at the required frequency
anyway.

Change-Id: I89b607de1a28f3f4b728c334c04bcd443d4366b4
Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
src/gui/kernel/qplatformsharedgraphicscache.h
src/gui/kernel/qplatformsharedgraphicscache_qpa.cpp