summaryrefslogtreecommitdiffstats
path: root/src/angle/patches/0009-ANGLE-glGetUniform-v-functions-to-work-properly.patch
Commit message (Collapse)AuthorAgeFilesLines
* Fix ANGLE glGetUniform*v functions to work properly with arraysMiikka Heikkinen2016-05-091-0/+31
glGetUniform*v functions are supposed to return just a single array element, so returning the whole array is always incorrect. Task-number: QTBUG-53072 Change-Id: I22f05d420082d4d9de06d975b3d0f5e64d3e0c41 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>