Commit Graph

4385 Commits

Author SHA1 Message Date
Unknown W. Brackets
c73657e39a Buildfix for iOS and Android. 2013-05-01 23:31:18 -07:00
Sacha
ae9490ad30 Use boost to do C++11 features on Symbian. Use namespaces. 2013-05-02 15:46:41 +10:00
Unknown W. Brackets
64bdc6374d Merge pull request #1621 from raven02/patch-14
Buildfix (non-windows)
2013-05-01 22:33:54 -07:00
raven02
c2e8e852a3 Buildfix (non-windows) 2013-05-02 09:06:35 +08:00
Henrik Rydgård
51a2d3d44c Merge pull request #1620 from nachume/jpnfont
FIX unintelligible sequence of decimal characters on savedialog.
2013-05-01 13:12:55 -07:00
Henrik Rydgard
90f8d48da1 Update native 2013-05-01 20:52:41 +02:00
Henrik Rydgård
dcff4970bd Merge pull request #1616 from PeterTh/master
Add global threadpool, use it for texture scaling parallelization
2013-05-01 11:51:01 -07:00
Peter Thoman
1f7a3776b3 Only scale textures which were never invalidated 2013-05-01 20:31:57 +02:00
nachume
15a05e56ad Merge branch 'master' of https://github.com/hrydgard/ppsspp into jpnfont 2013-05-02 01:11:14 +09:00
nachume
c95c85ea8d I'm sorry. Comment was unnecessary
and sceAtrac too.
2013-05-02 01:05:22 +09:00
Henrik Rydgård
403f62844e Merge pull request #1618 from unknownbrackets/gpu-minor
Approximate better with two fixed blend colors
2013-05-01 08:29:17 -07:00
nachume
eac08a496c FIX unintelligible sequence of decimal characters on savedialog.
ppge_atlas JPN font define ShiftJIS -> UTF8 is all ok.
    but, cannot use all of chinese character. bacause blockAlloc failed. 
    So no change drawing Kanji.
    you can try to change native/tools/atlastool.cpp USE_LEVEL for all of chinese character.

FIX savedialog XXXGetStatus() loop. for daungeon traveler 2.
    Can now be saved it.
FIX sceAtrac getCodec  InvalidMemory
2013-05-02 00:14:41 +09:00
Unknown W. Brackets
d412cf5c64 Approximate better with two fixed blend colors.
Having one be constant, or having a nearby blend, is better than fixing
both to 1.0 or 0.0.
2013-05-01 08:00:52 -07:00
Peter Thoman
e19442a8c1 Eliminated C++11 lambdas 2013-05-01 16:31:28 +02:00
Peter Thoman
95e6a5c4ea Adjusted Texture Scaler to use global threadpool 2013-05-01 14:12:10 +02:00
Peter Thoman
0ef103525f Added Global Threadpool to common 2013-05-01 14:12:09 +02:00
Peter Thoman
af68180319 Parallelized texture scaling 2013-05-01 14:12:09 +02:00
Peter Thoman
5e918a644f Moved texture scaling to separate file 2013-05-01 14:12:09 +02:00
Henrik Rydgård
74b55cc0ad Merge pull request #1614 from unknownbrackets/gpu-minor
Improve blending with two fixed colors
2013-05-01 01:08:44 -07:00
Unknown W. Brackets
4009a37692 Improve blending with two fixed colors.
It's not right, but it's less bad.  Maybe there's a better way?

Improves Popolocrois and Lunar (battle) blending issues.
2013-05-01 00:55:30 -07:00
Sacha
29651c026b Windows buildfix. Harmattan buildfix (it doesn't have lambdas). Tabify XBRZ. 2013-05-01 12:58:51 +10:00
Sacha
5ea37772d7 pre-C++11 buildfix. Linux buildfix. 2013-05-01 11:19:01 +10:00
Sacha
e698af9924 Symbian buildfix. 2013-05-01 04:53:44 +10:00
Sacha
6e082c62ec Qt Buildfix. Wrong dir. 2013-05-01 04:30:59 +10:00
Sacha
c02670eedf Buildfix for Qt 2013-05-01 04:10:17 +10:00
Sacha
7e3fed70cf Implement gettimeofday kernel function for non-Windows platforms. Helps some homebrew run. 2013-05-01 04:06:43 +10:00
Henrik Rydgård
69e168a293 another buildfix 2013-04-30 18:45:49 +02:00
Henrik Rydgård
6f75d24955 Buildfix 2013-04-30 18:44:40 +02:00
Henrik Rydgård
d0ce3707cb Merge pull request #1608 from PeterTh/master
Threading fix for texture scaling, make option immediate (mk. 2)
2013-04-30 09:28:59 -07:00
Peter Thoman
2212e7f609 Fixed threading issue pointed out by unknownbrackets and made texture scaling changes apply immediately 2013-04-30 17:58:05 +02:00
Henrik Rydgård
37a33d9daf Merge pull request #1605 from raven02/patch-13
Stubs for last few functions in sceDisplay
2013-04-30 08:32:41 -07:00
Henrik Rydgård
d95cfb67d4 Merge pull request #1604 from raven02/patch-12
Buildfix
2013-04-30 08:32:18 -07:00
raven02
1366f3e5c9 Stubs for last few functions in sceDisplay 2013-04-30 21:29:18 +08:00
raven02
3be767b44b Buildfix 2013-04-30 20:54:10 +08:00
Henrik Rydgård
b7cd4d63e2 Merge pull request #1599 from PeterTh/master
xBRZ texture scaling
2013-04-30 04:29:36 -07:00
Peter Thoman
6950cfef35 Changed xBRZ UI to have separate off option 2013-04-30 12:14:34 +02:00
Henrik Rydgård
132b4ad658 Merge pull request #1601 from unknownbrackets/savestates
Fix savestates not even trying on diff version
2013-04-30 00:28:47 -07:00
Henrik Rydgård
5247041dc6 Merge pull request #1602 from unknownbrackets/gpu-minor
Double alpha at least for the src case
2013-04-30 00:28:25 -07:00
Unknown W. Brackets
320951a77c Disasm the GE blend mode better. 2013-04-30 00:17:39 -07:00
Unknown W. Brackets
8f27d03af3 Double alpha at least for a known case.
Makes Popolocrois look much better now.
2013-04-30 00:04:20 -07:00
Unknown W. Brackets
bc1e0d09d4 Report a possible blend error. 2013-04-30 00:04:00 -07:00
Unknown W. Brackets
1e6e333d38 Fix savestates not even trying on diff version.
Also, update native.
2013-04-29 23:40:12 -07:00
Peter Thoman
c7c4ec7c3b Added xBR texture scaling to TextureCache 2013-04-30 03:49:12 +02:00
Peter Thoman
30f3d8dbee Added Windows UI for xBR texture scaling option 2013-04-30 03:47:33 +02:00
Peter Thoman
04d0a61968 Added config option for xBR texture scaling 2013-04-30 03:46:27 +02:00
Peter Thoman
392087f26b Added xBRZ library 2013-04-30 03:44:54 +02:00
Henrik Rydgard
833596e755 Update lang 2013-04-30 00:42:50 +02:00
Henrik Rydgård
685e83670e Merge pull request #1597 from sum2012/patch-4
Fix Sengoku Musou 3 Z Special  crash in  sceAtracGetChannel
2013-04-29 11:06:01 -07:00
Henrik Rydgård
f3b19e0f07 Merge pull request #1594 from sum2012/patch-2
build fix for other
2013-04-29 11:04:54 -07:00
Henrik Rydgård
d70d74cc2a Merge pull request #1595 from sum2012/patch-3
IMPL sceDisplayIsForeground
2013-04-29 11:03:44 -07:00