summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-12-11 15:50:21 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2017-12-12 19:18:38 +0000
commit495833b7965330cc1db5fdce0a3c86f7ec15e836 (patch)
tree5be146f3a722bf9639b2b500e9ff278d2f77ceaa /src/plugins/platforms/android
parent06e903cf684a829716736702b95b66846c713fd5 (diff)
[ChangeLog][QPA][eglfs] Fix crash when using cursors and multiple GL contexts
The hash from QOpenGLContext* to cursor texture/shader data can accumulate dangling pointers if the program uses multiple contexts on the same screen. This is fixed by moving the cursor data into the platform context. The code for deleting the texture and shader program is omitted as it is tied to the life time of the context and the GL context deletes its resources automatically upon destruction. Task-number: QTBUG-65119 Change-Id: Ic3b8e5669d14949af811bdf047e7d47000216180 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/plugins/platforms/android')
0 files changed, 0 insertions, 0 deletions