mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-11-04 22:49:15 +08:00
* chore(rive_native): release v0.0.10 * chore(rive_native): bump release * docs: grammar CHANGELOG * chore: update hash.txt with new hashes feature: scripting prevent infinite exec (#10570) 3afebf3d4f * feature: working on fullscreen code * feature(scripting): prevent infinite execution * fix: missing method for ScriptingTest context fix(gl): Only do memory barrier workarounds on Mali (#10575) 8494dda792 fix(gl): Only do memory barrier workarouns on Mali We introduced a spurious memory barrier per flush in order to work around corruption on Mali-G78. But ironically, this barrier introduced corruption on Adreno 610. Add some logic to only do the barrier on Mali. Co-authored-by: Gordon <pggordonhayes@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>