Commit Graph
45601 Commits
Author SHA1 Message Date
Sacha ae9490ad30 Use boost to do C++11 features on Symbian. Use namespaces. 2013-05-02 15:46:41 +10:00
Sacha eb3c3cd217 Use boost to do C++11 features on Symbian. Use namespaces. 2013-05-02 15:45:51 +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
Peter Thoman 3e5023ea97 Refactored Texture Scaling, changed options & gui to separately select scaling level and method 2013-05-01 23:55:34 +02:00
Henrik Rydgård 74f63c1b7f Merge pull request #71 from nachume/jpnfix
submodule update.
2013-05-01 13:50:14 -07: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 07fb9d1cf5 Add a brief description of the USE_KANJI 2013-05-02 01:08:07 +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 eb0f7f9b3a submodule update.
add define switch for the kanjifilter changing
add utf-8 code table for the perfect convert to UTF-8 from ShiftJIS
2013-05-02 00:22:59 +09:00
Henrik Rydgård da164e1abd Merge pull request #70 from PeterTh/master
Added threadpool
2013-05-01 08:16:45 -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 c75510b304 Eliminated lambda, undo debug compialtion changes 2013-05-01 16:06:54 +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 ThomanandPeter Thoman af68180319 Parallelized texture scaling 2013-05-01 14:12:09 +02:00
Peter ThomanandPeter Thoman 5e918a644f Moved texture scaling to separate file 2013-05-01 14:12:09 +02:00
Peter Thoman c7399857e3 Fixed potential shutdown deadlock issue 2013-05-01 14:06:29 +02:00
Peter Thoman 7a22148583 Added ThreadPool to Android Makefile, hope this works 2013-05-01 13:23:51 +02:00
Peter Thoman f0f0fd2b75 Forgot loop sequentialization 2013-05-01 13:20:25 +02:00
Peter Thoman 0fcf809d37 Added ThreadPool with parallel loop functionality 2013-05-01 13:18:25 +02:00
Peter Thoman dbff26fce5 Added NOMINMAX before including Windows.h in thread.h -- finally found where this came from 2013-05-01 13:15:52 +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 ThomanandPeter 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