mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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/*.gclientto the root folder as.gclient:- Googlers: copy
rbe.gclientto enable faster builds with RBE - Everyone else: copy
standard.gclient
- Googlers: copy
- run
gclient sync