Commit Graph

18606 Commits

Author SHA1 Message Date
Henrik Rydgard
ecbef7a2ff Remove easy_file.cpp/h. Minor cleanups. 2015-09-19 14:29:02 +02:00
Henrik Rydgard
6cc7a85cde Rename WndMainWindow to MainWindow 2015-09-19 13:14:05 +02:00
Henrik Rydgard
4c46c8aea9 Split out the menu handling from WndMainWindow.cpp 2015-09-19 13:11:06 +02:00
Henrik Rydgård
5e640a3c40 Merge pull request #7982 from hrydgard/remove-unused
Get rid of a ton of unused code in ext/native
2015-09-19 12:37:35 +02:00
Henrik Rydgard
2aba7e0373 Symbian buildfix 2015-09-19 12:34:55 +02:00
Henrik Rydgard
a5d7b32bfe MSVC buildfix, remove color.h 2015-09-19 12:32:57 +02:00
Henrik Rydgård
94ac552fff Another Qt buildfix 2015-09-19 12:06:17 +02:00
Henrik Rydgård
89ca8f035b Qt buildfix 2015-09-19 11:33:28 +02:00
Henrik Rydgård
333ed22907 Remove gfx_es2/vertex_format 2015-09-19 11:07:52 +02:00
Henrik Rydgård
c219793803 Remove the old UI texture class 2015-09-19 11:05:00 +02:00
Henrik Rydgård
7979b6378e Remove old UI framework 2015-09-19 10:58:50 +02:00
Henrik Rydgård
9fa4e65fb6 Remove stb_image 2015-09-19 10:44:13 +02:00
Henrik Rydgård
ca0a6dc7f9 Remove native audio mixer (Unused in PPSSPP) and stb_vorbis 2015-09-19 10:43:58 +02:00
Henrik Rydgård
efbd100dd3 Remove rapidxml 2015-09-19 10:36:35 +02:00
Henrik Rydgård
95584a8966 Remove bits, varint 2015-09-19 10:35:16 +02:00
Henrik Rydgård
1a59e3820a Remove aabb, hamming, perlin 2015-09-19 10:32:35 +02:00
Henrik Rydgård
58ffa5f38c Remove file/dialog.cpp,h 2015-09-19 10:29:16 +02:00
Henrik Rydgård
df47f41db6 Remove scoped_ptr (now unique_ptr), midi 2015-09-19 10:26:27 +02:00
Henrik Rydgård
45e3b7122b Remove some unused code (error_context, fastlist, stats) 2015-09-19 10:15:24 +02:00
Henrik Rydgård
6ddbe00961 Merge pull request #7971 from sergiobenrocha2/master
Improve FFmpeg detection on debian systems (cmake)
2015-09-18 23:12:44 +02:00
Henrik Rydgård
96c4fecccc Merge pull request #7952 from KentuckyCompass/isofilesystem_map
Make ISO filesystem case sensitive and add a few optimizations
2015-09-18 22:31:37 +02:00
Henrik Rydgård
4bdde2af26 Merge pull request #7978 from angelXwind/master
ENABLE_BITCODE should not be prefixed with CLANG_
2015-09-17 23:14:23 +02:00
Karen Tsai
11387f834c ENABLE_BITCODE should not be prefixed with CLANG_ 2015-09-17 17:03:11 -04:00
Henrik Rydgård
b368e79210 Merge pull request #7977 from angelXwind/master
Set ENABLE_BITCODE = NO; in generated project.pbxproj (fixes compilation on Xcode 7's iPhoneOS9.0.sdk)
2015-09-17 22:51:20 +02:00
Karen Tsai
aeb9068fa9 Set ENABLE_BITCODE = NO; in generated project.pbxproj (fixes compilation on Xcode 7's iPhoneOS9.0.sdk) 2015-09-17 16:50:00 -04:00
Henrik Rydgård
9636e4cef4 Fix assorted key mapping issues affecting Shield and probably pads in general on Android. See #7976 2015-09-17 22:46:59 +02:00
Henrik Rydgard
aa4a33e6db Fix "ANY" device keydefs (used for ui nav). 2015-09-17 22:07:22 +02:00
Henrik Rydgard
3232e46c36 Make debug build nearly warning free in MSVC 2015 2015-09-17 22:02:15 +02:00
Henrik Rydgård
a71fbccfbc Warning fixes for new LLVM on mac (warns on inconsistent usage of override) 2015-09-17 20:29:37 +02:00
Henrik Rydgård
a3eb31994b Merge pull request #7973 from unknownbrackets/gpu-minor
Fix nearest framebuffer check
2015-09-17 09:17:12 +02:00
Unknown W. Brackets
a66bc633f6 Fix nearest framebuffer check.
Broken in 454a363.
2015-09-16 20:05:55 -07:00
sergiobenrocha2
906b62037a Remove debian folder. 2015-09-16 19:08:15 -03:00
sergiobenrocha2
e81fa01bf0 Improve FFmpeg detection on debian systems; fix build when git is installed but there is no .git folder. 2015-09-16 19:07:25 -03:00
Henrik Rydgård
17af86d4c3 Merge pull request #7970 from sergiobenrocha2/master
Improve detection of shared libs (zlib, libzip, libsnappy and glew)
2015-09-16 09:27:08 +02:00
sergiobenrocha2
18f452ff29 Ops fix this. 2015-09-16 01:59:22 -03:00
sergiobenrocha2
1c869e4607 png17 must be after image, no need of libzip here; fix freetype2 header. 2015-09-16 01:32:23 -03:00
sergiobenrocha2
91ff535272 Fix atlastool build. 2015-09-16 01:13:15 -03:00
sergiobenrocha2
86051a8f3c Less derp :) 2015-09-16 01:06:56 -03:00
sergiobenrocha2
5ec87f3459 Improve detection of for shared libs in both sdl and Qt (zlib, libzip, snappy and glew). 2015-09-16 00:59:31 -03:00
sergiobenrocha2
69fa5b179d Make build_ppgeatlas.sh executable. 2015-09-15 22:47:10 -03:00
sergiobenrocha2
c23f51480e Add option to shared libzip and libsnappy in CMakeLists.txt. 2015-09-15 22:46:51 -03:00
Unknown W. Brackets
253ed9f584 Merge pull request #7870 from unknownbrackets/tex-split
Split texture application into two phases
2015-09-13 15:49:30 -07:00
Unknown W. Brackets
3233116749 Use fixed regs for uv bounds check in arm64. 2015-09-13 15:06:29 -07:00
Unknown W. Brackets
dff4aeb30f Correct uv bound pointers in arm vertexjit. 2015-09-13 14:55:10 -07:00
Henrik Rydgård
d34219e0ba Merge pull request #7968 from sum2012/patch-1
Enabled some code on proAdhoc by @lightfirst
2015-09-13 23:32:51 +02:00
Henrik Rydgård
315ff819b4 Merge pull request #7966 from unknownbrackets/hle-minor
Move ThreadQueueList to its own file, minor tweaks
2015-09-13 21:31:12 +02:00
Unknown W. Brackets
93e9d6cd56 Respect framebuffer offset in fb copies.
We need to offset the copy coordinates also, or we'll copy the wrong
thing.
2015-09-13 11:35:15 -07:00
Unknown W. Brackets
62de281e35 Use texture UV range to optimize framebuf copies. 2015-09-13 11:34:52 -07:00
Unknown W. Brackets
f4df7f076e Hash less of 512 tall textures when possible.
This allows xBRZ to work better on such textures, and also may reupload
them less frequently.
2015-09-13 11:15:57 -07:00
Unknown W. Brackets
88eea00fe4 Add a safety against vertcache breaking uv checks. 2015-09-13 11:09:21 -07:00