Commit c277c34
File tree
- .github/workflows
- app
- src/main
- java/com/fcl/plugin/mobileglues
- settings
- utils
- res
- layout
- values-zh
- values
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Submodule MobileGlues updated 60 files
- .github/workflows/build.yml+6-1
- .gitmodules+3-3
- README.md+8-4
- src/main/cpp/3rdparty/glm+1
- src/main/cpp/CMakeLists.txt+5-2
- src/main/cpp/config/gpu_utils.cpp+106-43
- src/main/cpp/config/settings.cpp+117-74
- src/main/cpp/config/settings.h+153-64
- src/main/cpp/egl/egl.c-5
- src/main/cpp/egl/egl.cpp+232
- src/main/cpp/egl/egl.h+2-54
- src/main/cpp/egl/loader.cpp-2
- src/main/cpp/gl/ExtWrappers/DSAWrapper.cpp+1.7k
- src/main/cpp/gl/ExtWrappers/DSAWrapper.h+131
- src/main/cpp/gl/ExtWrappers/MultiBindWrapper.cpp+50
- src/main/cpp/gl/ExtWrappers/MultiBindWrapper.h+21
- src/main/cpp/gl/FSR1/FSR1.cpp+407
- src/main/cpp/gl/FSR1/FSR1.h+57
- src/main/cpp/gl/FSR1/FSRShaderSource.h+3.9k
- src/main/cpp/gl/buffer.cpp+229-1
- src/main/cpp/gl/buffer.h+2-2
- src/main/cpp/gl/drawing.cpp+207-39
- src/main/cpp/gl/drawing.h+12-5
- src/main/cpp/gl/framebuffer.cpp+37-1
- src/main/cpp/gl/framebuffer.h+2-6
- src/main/cpp/gl/getter.cpp+34-18
- src/main/cpp/gl/getter.h+4-1
- src/main/cpp/gl/gl.cpp+10-5
- src/main/cpp/gl/gl_native.cpp+12-12
- src/main/cpp/gl/gl_stub.cpp+99-99
- src/main/cpp/gl/glext.h+1-1
- src/main/cpp/gl/glsl/glsl_for_es.cpp+175-19
- src/main/cpp/gl/glsl/glsl_for_es.h+2-3
- src/main/cpp/gl/log.cpp+1-1
- src/main/cpp/gl/mg.cpp+3
- src/main/cpp/gl/mg.h+17-8
- src/main/cpp/gl/multidraw.cpp+32-82
- src/main/cpp/gl/multidraw.h+2-2
- src/main/cpp/gl/pixel.h+1-1
- src/main/cpp/gl/program.cpp+48-5
- src/main/cpp/gl/program.h+5-3
- src/main/cpp/gl/shader.cpp+61-46
- src/main/cpp/gl/shader.h+1-1
- src/main/cpp/gl/texture.cpp+578-311
- src/main/cpp/gl/texture.h+52-9
- src/main/cpp/gl/vertexattrib.h+1-1
- src/main/cpp/gles/loader.cpp+26-7
- src/main/cpp/gles/loader.h+1-1
- src/main/cpp/gles3.h+1-1
- src/main/cpp/glx/lookup.h+1-1
- src/main/cpp/include/EGL/egl.h+328-315
- src/main/cpp/include/EGL/eglext.h+1.4k-362
- src/main/cpp/include/EGL/eglplatform.h+106-58
- src/main/cpp/include/GL/gl.h+2.1k
- src/main/cpp/include/GL/glcorearb.h+6.0k
- src/main/cpp/include/GL/glext.h+12.9k
- src/main/cpp/include/GLES3/gl32.h+1-1
- src/main/cpp/include/GLES3/gl3platform.h
- src/main/cpp/includes.h+1-1
- src/main/cpp/version.h+10-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments