Commit 92c5145
committed
[Tizen][impeller] Use GLES2 shaders in GL embedder surface
The '[Tizen][impeller] Disable gles3 compile' patch removes generation of
the GLES3 impeller shader variants. Flutter 3.44 changed
embedder_surface_gl_impeller.cc to select GLES3 shaders at runtime, which
fails to compile/link without the GLES3 shader symbols.
Always use the GLES2 shader set (valid on GLES3 contexts as well) so the
GL-only Tizen engine builds with GLES3 shader compilation disabled.1 parent b55fddf commit 92c5145
1 file changed
Lines changed: 5 additions & 20 deletions
Lines changed: 5 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
36 | 23 | | |
37 | 24 | | |
38 | 25 | | |
| |||
101 | 88 | | |
102 | 89 | | |
103 | 90 | | |
104 | | - | |
105 | | - | |
106 | | - | |
| 91 | + | |
107 | 92 | | |
108 | 93 | | |
109 | 94 | | |
| |||
0 commit comments