
Fixes https://github.com/flutter/flutter/issues/160593 Primitive Restart cannot be used on some (All?) Adreno's because it causes a dramatic performance regression. Opt out and use the GLES strategy. Refactors the batch submit command buffer capability into workarounds_vk
Flutter Engine
gclient
bootstrap
Flutter engine uses gclient
to manage dependencies.
If you've already cloned the flutter repository:
- Copy one of the
engine/scripts/*.gclient
to the root folder as.gclient
:- Googlers: copy
rbe.gclient
to enable faster builds with RBE - Everyone else: copy
standard.gclient
- Googlers: copy
- run
gclient sync