mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-03 14:09:33 +03:00
Automatically call flex/bison if necessary
ANGLE translator's parser code generation is changed to use the binaries of flex/bison stored in the cloud. scripts/run_code_generation.py now automatically runs these files if the input files change. Bug: angleproject:3419 Change-Id: Icce4247f93b27baf8ee12dbb16112fa2cc98c111 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1940572 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
committed by
Commit Bot
parent
62a93045cd
commit
5efb36b9af
@@ -73,6 +73,10 @@ generators = {
|
||||
'src/libANGLE/renderer/gen_angle_format_table.py',
|
||||
'ANGLE load functions table':
|
||||
'src/libANGLE/renderer/gen_load_functions_table.py',
|
||||
'ANGLE shader preprocessor':
|
||||
'src/compiler/preprocessor/generate_parser.py',
|
||||
'ANGLE shader translator':
|
||||
'src/compiler/translator/generate_parser.py',
|
||||
'D3D11 blit shader selection':
|
||||
'src/libANGLE/renderer/d3d/d3d11/gen_blit11helper.py',
|
||||
'D3D11 format':
|
||||
|
||||
Reference in New Issue
Block a user