Andrey Akhmichin
6486533355
engine: platform: android: replace va function calls.
2 years ago
Gleb Mazovetskiy
5e0a0765ce
Trim all trailing whitespace
...
The `.editorconfig` file in this repo is configured to trim all trailing
whitespace regardless of whether the line is modified.
Trims all trailing whitespace in the repository to make the codebase easier
to work with in editors that respect `.editorconfig`.
`git blame` becomes less useful on these lines but it already isn't very useful.
Commands:
```
find . -type f -name '*.h' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
find . -type f -name '*.c' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
```
4 years ago
mittorn
f0c9aa1585
vid_android: workaround small output buffer
4 years ago
mittorn
4515d3e3cb
platform/android: implement native software blitter, fix lost context on resize, fix safegl
4 years ago
mittorn
98ffbaf87a
android: fix fallbacks
4 years ago
Alibek Omarov
8399107826
engine: platform: android: remake video backend to use EGL through Java code
5 years ago
mittorn
1365020302
ref: add enum for screen rotation
5 years ago
mittorn
7f6395fa7d
ref: display transformation API
5 years ago
Alibek Omarov
8be58bcd21
engine: android: fix EGL context create error condition
5 years ago
Alibek Omarov
06e38b45c8
engine: android: don't throw host error when initializing software renderer on Android
5 years ago
Alibek Omarov
fa622168a0
engine: fix style, disable XASH_USE_SELECT
5 years ago
Alibek Omarov
4049c54511
engine: android: fix video backend not compiled
5 years ago
Alibek Omarov
07aa9595c0
engine: android: allow building dedicated on Android
5 years ago
Alibek Omarov
2f8fec6b70
Remove trailing spaces, convert mistakenly put spaces to tabs. The most useful commit ever.
5 years ago
Alibek Omarov
d596f4ea52
engine: android: vid: fix building with NDK r19c
6 years ago
Alibek Omarov
2e953bd1a9
ref_api: remove GL_OnContextCreated, remove return value of GL_RenderFrame
6 years ago
Alibek Omarov
85c2126775
engine: android: implement egl context management
6 years ago
Alibek Omarov
3fef353291
android: initial port
6 years ago