58 Commits

Author SHA1 Message Date
Henrik Rydgard
516dbf37e4 ARM64 buildfix 2015-03-07 01:30:09 +01:00
Henrik Rydgard
7d86cb2c04 Port my old webserver from the predecessor to native 2014-12-15 00:06:54 +01:00
Martin Foo
c247c0c7b1 Compatibility ndk r9d armeabi-v7a-hard APP_ABI building. 2014-10-15 10:12:16 +08:00
Henrik Rydgard
ef3912f63f Proper msvc implementation of snprintf - _snprintf is different (does not add a null terminator) 2014-09-06 10:29:09 +02:00
Unknown W. Brackets
110f640ca8 Fix Linux/Android compilation. 2014-08-23 00:35:13 -07:00
Henrik Rydgard
a9ab9bcdca android: LDLIBS in a static library just causes warnings: remove 2014-07-20 17:13:51 +02:00
Sacha
d809cf9e37 Remove some redundant armv7 defines. Also, a stray QFile include. 2014-06-11 15:14:20 +10:00
Sacha
f4d66f5c50 Update everything to libpng17 (even atlastool). 2014-05-31 05:13:47 +10:00
Henrik Rydgård
8c33c6aa09 Fix build for x86 android etc. 2014-03-22 15:17:14 +01:00
Henrik Rydgard
9a49f564ce fast_math: SIMD function library that can select to use NEON at runtime.
Only contains one function so far: fast_matrix_mul_4x4. C, SSE, and NEON impls.
2014-03-22 00:31:10 +01:00
Henrik Rydgård
25bbd8fbd1 Link backtrace.cpp on Android too for consistency. Use it in FLOG. 2014-01-23 14:31:56 +01:00
Henrik Rydgard
6670d0003a Set ATIClampBug on Tegra as it appears to apply. 2013-12-21 13:46:27 +01:00
Sacha
9a66b6e803 Proper fix for libpng16 includes. 2013-12-10 02:13:19 +10:00
Sacha
d0023bbdd9 Remove stb_image usage (no longer used for anything). 2013-12-08 02:35:53 +10:00
Sacha
64b5146718 Add libpng16 to project. 2013-12-08 01:37:22 +10:00
Henrik Rydgard
0b24b5ce26 Add simple version string parser 2013-11-26 13:57:24 +01:00
Henrik Rydgård
c60ea2f96c Don't forget Android.mk 2013-11-18 14:05:00 +01:00
Henrik Rydgård
2b63ad24ca Add the armv6 flag to armeabi builds 2013-10-28 16:42:50 +01:00
Henrik Rydgård
4c676c3904 Move GLExtensions to a new header that is not pulling in GL headers.
Start moving out detection functionality that does not need GL headers to gpu_features.cpp.
2013-10-25 11:43:40 +02:00
Sacha
83b65e7de1 Remove DisableFZ. Use a working armv7 define. Add EnableFZ to Blackberry thread. 2013-10-24 03:07:26 +10:00
Henrik Rydgard
c1f05326c4 Better fix for the UINT_64 errors. 2013-10-20 13:51:10 +02:00
Henrik Rydgård
2382e34a2a Initial support for loading OpenGL ES 3.0 on Android, and checking for it. 2013-10-08 12:03:02 +02:00
Henrik Rydgard
faf9714b56 -ffast-math doesn't seem like a good idea. 2013-08-31 23:16:20 +02:00
Henrik Rydgard
685a1f7e6f Harmonize compiler options, warning fix 2013-08-30 20:18:39 +02:00
Henrik Rydgard
0931f784b6 Win32: Add a sentence-caching text drawing engine using Win32 fonts. 2013-08-30 14:44:23 +02:00
Henrik Rydgard
5d3f2e8b5d Add some disabled code to use EGL_NV_system_time for timing.
This gives NV PerfHud ES some interesting capabilities (can pause, speedup, slow down from the debugger UI).
2013-07-27 00:34:36 +02:00
Henrik Rydgård
70921b27d3 Add stb_image_write to Android.mk 2013-07-07 21:28:04 +02:00
Florent Castelli
e9a261ea9d Fix path for jpgd.cpp for Android 2013-07-05 21:30:25 +02:00
Henrik Rydgard
72eefa450f Add jpgd (public domain) 2013-07-05 00:06:33 +02:00
Unknown W. Brackets
3db24e97c1 Android buildfix. 2013-07-03 01:17:57 -07:00
Kingcom
fb2025774a Added reference to android makefile 2013-07-01 10:24:36 +02:00
Henrik Rydgard
bd78a06015 Add a nice public domain jpeg encoder 2013-06-22 22:27:09 +02:00
Henrik Rydgard
a509d38357 UI, http with gzip, etc. 2013-06-04 22:32:04 +02:00
Henrik Rydgard
c87fe2f782 UIScreen helper class, derive your newUI screens from this. 2013-06-03 19:59:33 +02:00
Henrik Rydgard
4a208872c5 Android buildfixing 2013-06-01 00:50:08 +02:00
Henrik Rydgard
21a9fa2645 Merge remote-tracking branch 'origin'
Conflicts:
	native.vcxproj
	native.vcxproj.filters
2013-05-31 23:08:19 +02:00
Henrik Rydgard
5f659ce282 Add some network stuff (background downloader, URL splitter) 2013-05-31 23:04:42 +02:00
Henrik Rydgard
f075c8fd56 Merge DrawContext into UIContext. 2013-05-28 00:32:00 +02:00
Henrik Rydgard
7bad683cae More new UI work 2013-05-25 16:57:20 +02:00
Peter Thoman
7a22148583 Added ThreadPool to Android Makefile, hope this works 2013-05-01 13:23:51 +02:00
Henrik Rydgard
43b78be9dd Update android.mk 2013-04-18 11:57:22 +02:00
Henrik Rydgard
25711066df Add prioritizedworkqueue, thread stuff, ui tweaks, small optimizations in file util 2013-04-13 21:22:03 +02:00
Henrik Rydgard
75e9af1379 Switch out etcpack with the ZLIB licensed rg_etc1 library 2013-03-29 13:53:04 +01:00
Henrik Rydgard
c4b6067eeb Attempt at android build fix on the build server (old ndk?) 2013-03-21 22:50:24 +01:00
Henrik Rydgard
4fef50245d Include math_util in build 2013-03-21 20:51:35 +01:00
Henrik Rydgard
b5037341aa Add cityhash, a good and fast hash. 2013-01-19 12:11:41 +01:00
Henrik Rydgard
74057385bf Initial UTF-8 support 2013-01-02 20:56:09 +01:00
Xele02
09ad65d3dd Add decoding png function for Save Dialog 2012-12-14 23:35:09 +01:00
U-CARLOS-2P5HQ6IZ\Carlos
0d441906cc armv6support 2012-12-02 20:47:51 +01:00
Henrik Rydgard
975986f79b Add -DARM and -DUSING_GLES2 to standalone makefiles. 2012-11-26 09:06:07 +01:00