diff options
author | byungchul.so <byungchul.so@samsung.com> | 2022-07-06 12:44:21 +0900 |
---|---|---|
committer | byungchul.so <byungchul.so@samsung.com> | 2022-07-06 19:09:37 +0900 |
commit | 5e6045b893cc337da60d320dfd37777027d4a8c5 (patch) | |
tree | 251772208f62ad3ec5252bb113edb7c350ed9cde /COPYING | |
parent | e5cd1eebcaca37b515e6cb52111730d08587e5a2 (diff) | |
download | emulator-yagl-tizen_7.0_hotfix.tar.gz emulator-yagl-tizen_7.0_hotfix.tar.bz2 emulator-yagl-tizen_7.0_hotfix.zip |
yagl_glsl_parser: parsing '#if !defined()' block correctlytizen_7.0_m2_releasesubmit/tizen/20220707.002536accepted/tizen/unified/20220707.133343accepted/tizen/7.0/unified/hotfix/20221116.104403accepted/tizen/7.0/unified/20221110.062127tizen_7.0_hotfixtizen_7.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unified
- 'state->pp_current_expr > 0' is added to ensure always 'token' is put on the top of expression stack.
- Increase the priority of yagl_glsl_pp_op_defined to ensure yagl_glsl_pp_op_defined is ahead of yagl_glsl_pp_op_not
- With this patch, #if !defined(TOKEN) is parsed from ['not', 'token', 'defined'] to ['token', 'defined', 'not'].
Change-Id: I8298c9cb2f36dd5412dde270deeaf2101bc5087d
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions