Commit Graph
63 Commits
Author SHA1 Message Date
Henrik Rydgård dfcfe5d00f Android: Allow apps to override the use of low profile.
Minor logging improvement in vjson
2014-01-14 17:32:06 +01:00
Sacha 9d5cd81729 iOS: Disable neon in libpng16. 2013-12-09 15:36:48 +10:00
Sacha 8aa73bfc8d iOS buildfix. 2013-12-08 02:49:26 +10:00
Sacha 64b5146718 Add libpng16 to project. 2013-12-08 01:37:22 +10:00
Sacha 26dfe75882 Some improvements to Qt Audio. 2013-12-06 13:06:04 +10:00
Sacha b83fea1b6b Symbian: libzip buildfix. 2013-12-06 05:03:48 +10:00
The Dax 3c862d7bd5 Win32 doesn't have strings.h. 2013-12-05 12:00:40 -05:00
Henrik Rydgård e6baad31ed Linux buildfix 2 2013-12-05 15:08:01 +01:00
Sacha 1e03cd84c3 Linux buildfix. 2013-12-05 22:51:51 +10:00
Henrik Rydgard ae7c0827f2 Hack unicode support into libzip 2013-11-20 19:38:23 +01:00
Henrik Rydgard 857fa4426b Hack libzip into building on win32 2013-11-20 19:01:27 +01:00
Henrik Rydgård e497942827 Minor json stuff 2013-11-20 14:41:58 +01:00
Sacha 35b84eecac Update to v1.4 of rg_etc1 to fix 64-bit compile bug with gcc. 2013-11-17 15:40:39 +10:00
Henrik Rydgård 64614c954f Update some CMakeLists used by projects other than PPSSPP 2013-11-04 12:27:37 +01:00
Henrik Rydgard c1f05326c4 Better fix for the UINT_64 errors. 2013-10-20 13:51:10 +02:00
Henrik Rydgard f8cab66c8c Quickfix for android build (weirdly, works locally but not on teamcity) 2013-10-20 13:18:56 +02:00
Sacha 06a7ad40b2 This define is redundant. __STDC_CONSTANT_MACROS should be defined globally instead. 2013-10-20 16:39:22 +10:00
Henrik Rydgård 0f68de275c Minor fixes 2013-10-09 00:44:45 +02:00
Henrik Rydgard 81bbc65216 Update glew 2013-10-08 21:15:09 +02:00
dykebeard 151b377506 Simple PNG screenshot support 2013-07-07 14:32:03 -04:00
Sacha a8277742ad Buildfix for Symbian and OSX 2013-07-05 19:31:28 +10:00
Sacha 4736b26fc3 Blackberry buildfix: Include should not occur inside namespace. 2013-07-05 14:51:33 +10:00
Henrik Rydgard 72eefa450f Add jpgd (public domain) 2013-07-05 00:06:33 +02:00
Henrik Rydgard bd78a06015 Add a nice public domain jpeg encoder 2013-06-22 22:27:09 +02:00
Henrik Rydgard 131c222bba Add <stdlib.h> to ext/vjson/block_allocator.cpp, required on some platforms 2013-06-14 22:06:27 +02:00
Henrik Rydgard 2b3e1355ad More UI fixes 2013-06-03 19:59:32 +02:00
Henrik Rydgard 4267d9903c More networking and UI stuff 2013-06-01 18:59:31 +02:00
Clément G b7ab5e9905 Fix build again when __SSE_4_2__ is enabled 2013-04-24 22:37:34 +02:00
Henrik Rydgård 8aaa92bf26 Merge pull request #58 from tpunix/fbo_ext
Fbo ext
2013-03-30 00:39:36 -07:00
Henrik Rydgard 4ffc4f0415 Cmakelist update 2013-03-30 00:09:58 +01:00
Henrik Rydgard 75e9af1379 Switch out etcpack with the ZLIB licensed rg_etc1 library 2013-03-29 13:53:04 +01:00
tpu b1bf596472 define GLEW_STATIC to avoid warning 2013-03-29 14:12:56 +08:00
Lioncash 366de9f248 Fix a another memory leak in etctool.
imgdec = (unsigned char*) malloc(expandedwidth*expandedheight*3);
is called before the if statement "if((f=fopen(dstfile,"wb")))"

If the file 'f' failed in the if statement, it would never be freed (since "free(imgdec)" was within that if block.
2013-02-02 13:18:23 -05:00
Lioncash 5b5eec793f Damn tabs. 2013-02-02 01:41:06 -05:00
Lioncash 36c82b5d18 Resource leak fix, also cleanup. 2013-02-02 01:36:53 -05:00
Clément G 5e54aea274 fix city.cpp build when SSE_4_2 is defined 2013-01-27 12:00:43 +01:00
Sacha d783975258 Fix cityhash for non-glibc systems where byteswap isn't defined. Define it manually instead. Also, fix harmattan building of Qt frontend. 2013-01-23 11:31:19 +10:00
Summeli 0f7f38a5ff Added byteswap functions for Symbian & BlackBerry 2013-01-22 23:20:17 +02:00
Xele02 c02c9e6bdd Remove typedef redefined which break linux build 2013-01-21 01:22:00 +01:00
Henrik Rydgard b5037341aa Add cityhash, a good and fast hash. 2013-01-19 12:11:41 +01:00
Henrik Rydgard 618680d379 make stbi_png_partial static 2013-01-03 12:01:51 +01:00
Sacha 965c93411f Symbian support for project.
Also, check if 24-bit depth is supported and use it (when packed stencil isn't provided). VideoCore III and VideoCore IV used in Symbian, Android and Raspberry Pi require this as they only support 24-bit depth, 8-bit stencil.
2012-12-13 14:39:44 +10:00
Henrik Rydgard d5fdf2271e Project cleanup 2012-11-22 18:55:39 +01:00
Kovensky 9e08523ced Nothing actually requires malloc.h
It's ancient pre-ISO-standard history. Forget about it.
2012-11-18 21:43:03 -03:00
Kovensky b17119f2c6 Fixes for compatibility with FreeBSD
backtrace.cpp assumes that anything non-windows is linux.

stb_vorbis.c includes malloc.h which has been deprecated since the 90s
on all implementations other than MSVC.

The stat64 hack in file_util.cpp is only needed on linux.

http_client.h also assumes non-windows is linux.
2012-11-18 21:41:44 -03:00
MrOrdinaire a13616e684 fix missing #include's and missing CMake linking directives 2012-11-03 10:34:06 +08:00
MrOrdinaire a0943beedf fix inconsistent file naming 2012-11-03 01:04:44 +08:00
Henrik Rydgard 33b82fa077 Various 2012-10-31 20:42:43 +01:00
Henrik Rydgard ce2be356b2 Add stb_image as an alternative to libpng. 2012-10-26 11:19:07 +02:00
Henrik Rydgard 1c1889c726 WIP 2012-09-28 10:01:01 +02:00