Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/builders/linux_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"debug",
"--unoptimized",
"--prebuilt-dart-sdk",
"--enable-impeller-vulkan",
"--target-dir",
"host_debug_impeller_vulkan"
],
Expand Down
2 changes: 1 addition & 1 deletion impeller/docs/renderdoc_frame_capture.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# In your $ENGINE_SRC folder, do:

./flutter/tools/gn --unopt --no-lto --enable-impeller-playground\
--enable-impeller-vulkan --target-dir host_debug_impeller_vulkan
--target-dir host_debug_impeller_vulkan
autoninja -C out/host_debug_impeller_vulkan/
```

Expand Down
10 changes: 1 addition & 9 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ def parse_args(args):
action='store_true',
help='Whether impeller unit tests run in playground mode.'
)

parser.add_argument(
'--prebuilt-impellerc',
default=None,
Expand All @@ -972,15 +973,6 @@ def parse_args(args):
'Do not use this outside of CI or with impellerc from a different engine version.'
)

# This is currently a no-op, will be removed shortly.
parser.add_argument(
'--enable-impeller-vulkan',
default=False,
action='store_true',
help='Enables WIP impeller support for vulkan. ' +
'https://github.com/flutter/flutter/issues/107357'
)

parser.add_argument(
'--enable-impeller-3d',
default=False,
Expand Down