Commit a5f89b9
committed
[FIX] Switch from dev-es to main branch
1 parent 126ff8e commit a5f89b9
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
Submodule MobileGlues updated 73 files
- .github/workflows/build.yml+6-1
- .gitignore+3
- .gitmodules+3-3
- README.md+9-5
- build.gradle-38
- build.gradle.kts+42
- src/main/cpp/.clang-format+24
- src/main/cpp/3rdparty/glm+1
- src/main/cpp/CMakeLists.txt+19-3
- src/main/cpp/config/config.cpp+82-79
- src/main/cpp/config/gpu_utils.cpp+128-46
- src/main/cpp/config/gpu_utils.h+5-1
- src/main/cpp/config/settings.cpp+172-118
- src/main/cpp/config/settings.h+140-19
- src/main/cpp/egl/egl.c-5
- src/main/cpp/egl/egl.cpp+283
- src/main/cpp/egl/egl.h+2-54
- src/main/cpp/egl/loader.cpp+114-108
- 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+257-3
- src/main/cpp/gl/buffer.h+34-18
- src/main/cpp/gl/drawing.cpp+207-39
- src/main/cpp/gl/drawing.h+12-5
- src/main/cpp/gl/framebuffer.cpp+38-2
- 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+118-2
- src/main/cpp/gl/gl_native.cpp+15-15
- src/main/cpp/gl/gl_stub.cpp+101-99
- src/main/cpp/gl/glext.h+1-1
- src/main/cpp/gl/glsl/glsl_for_es.cpp+249-68
- src/main/cpp/gl/glsl/glsl_for_es.h+12-9
- src/main/cpp/gl/glsl/preConvertedGlsl.cpp-2.8k
- src/main/cpp/gl/glsl/preConvertedGlsl.h-21
- src/main/cpp/gl/log.cpp+1-1
- src/main/cpp/gl/log.h+96-31
- 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.cpp+568-462
- src/main/cpp/gl/pixel.h+1-1
- src/main/cpp/gl/program.cpp+49-6
- src/main/cpp/gl/program.h+5-3
- src/main/cpp/gl/shader.cpp+62-47
- src/main/cpp/gl/shader.h+1-1
- src/main/cpp/gl/texture.cpp+1.2k-729
- src/main/cpp/gl/texture.h+113-28
- src/main/cpp/gl/vertexattrib.h+1-1
- src/main/cpp/gles/gles.h+874-728
- src/main/cpp/gles/loader.cpp+29-10
- src/main/cpp/gles/loader.h+1-1
- src/main/cpp/gles3.h+1-1
- src/main/cpp/glx/lookup.cpp+47-47
- 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/main.cpp+49-47
- src/main/cpp/version.h+10-4
0 commit comments