Commit Graph

  • e0ef9a9505 Buildfix (all C++0x compilers). Drop the std::, do a static_cast for narrowing conversion as required by C++0x spec. Sacha 2013-05-04 00:06:30 +10:00
  • 3ddf1d016a Merge pull request #1649 from raven02/patch-4 Henrik Rydgård 2013-05-03 07:03:51 -07:00
  • 4286c8e031 Minor UI fix raven02 2013-05-03 21:29:45 +08:00
  • 9f76a533ad Merge pull request #1648 from PeterTh/master Henrik Rydgård 2013-05-03 05:49:23 -07:00
  • 203e3c9903 Merge pull request #74 from PeterTh/master Henrik Rydgård 2013-05-03 05:46:36 -07:00
  • f4f0a958d3 Applied loop tiling/strip mining to algorithms where it makes sense Peter Thoman 2013-05-03 14:25:01 +02:00
  • 5835fe293a When processing a parallel loop, save some context switching by processing one chunk on the calling thread Peter Thoman 2013-05-03 14:27:02 +02:00
  • 831681110d Merge pull request #1647 from raven02/patch-3 Henrik Rydgård 2013-05-03 05:26:55 -07:00
  • 401d373068 Add Hybrid option for Texture Scaling raven02 2013-05-03 20:23:43 +08:00
  • fa8250ba12 Avoid scaling empty and flat textures Peter Thoman 2013-05-03 13:35:24 +02:00
  • 75bbe9df9f Clean up (and slightly speed up) blinear scaling Peter Thoman 2013-05-03 13:17:36 +02:00
  • 655e7dbfbb Merge pull request #1640 from PeterTh/master Henrik Rydgård 2013-05-03 01:37:39 -07:00
  • 1a6c5daf0c Merge pull request #1646 from unknownbrackets/texcache Henrik Rydgård 2013-05-03 01:35:20 -07:00
  • 7d2fd0ea31 Removed Bilinear texture filtering option Peter Thoman 2013-05-03 10:29:29 +02:00
  • 9537be9ebb Don't double src alpha when it's not safe to do so. Unknown W. Brackets 2013-05-03 01:10:59 -07:00
  • df65bb40ac Avoid copying a tex if the PSP format is perfect. Unknown W. Brackets 2013-05-03 01:02:00 -07:00
  • 4df7549a8c Merge pull request #1637 from raven02/patch-2 Henrik Rydgård 2013-05-03 00:16:04 -07:00
  • 57c7b21640 Convert colors before applying clut, not after. Unknown W. Brackets 2013-05-03 00:12:42 -07:00
  • 8cb0423f32 Avoid name collision with ThreadPool on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. Sacha 2013-05-03 16:31:53 +10:00
  • 2396574f45 Avoid name collision with StringUtil on Windows hosts. Fixes all Linux/Unix cross-compiles from Windows, including Harmattan and Blackberry. Sacha 2013-05-03 16:22:15 +10:00
  • 8dd683f63f Fix name collision when building on Windows. Was preventing Blackberry from building. Sacha 2013-05-03 16:10:23 +10:00
  • b3f7df6d29 Minor fix raven02 2013-05-03 09:10:02 +08:00
  • 49fbf2b177 Fixed merging messup Peter Thoman 2013-05-03 02:57:23 +02:00
  • edf94091db Final Hybrid scaling adjustments & remove debug output Peter Thoman 2013-05-03 02:51:07 +02:00
  • 39f0b6e6cf Adapt non-windows UI to new config names Peter Thoman 2013-05-03 02:46:34 +02:00
  • ed870dbcc9 Better alpha component fix for xbrz Peter Thoman 2013-05-03 02:44:27 +02:00
  • f53c5dc381 Rename 2X Render Resolution to "Anti-Aliasing" for Andriod/iOS raven02 2013-05-03 06:44:08 +08:00
  • 77653f03b5 Better Align OK/Back button raven02 2013-05-03 06:39:28 +08:00
  • 7e9c3052f8 Hide mouse cursor in full screen mode raven02 2013-05-03 06:27:46 +08:00
  • d8df8a6796 Merge branch 'master' of https://github.com/hrydgard/ppsspp Peter Thoman 2013-05-03 00:24:03 +02:00
  • c692aaa936 remove outdated config parameters Peter Thoman 2013-05-03 00:20:38 +02:00
  • 4665226064 Fix typo breaking XBRZ option. Unknown W. Brackets 2013-05-02 14:32:45 -07:00
  • cd55068026 iFrameSkip should be an int. Henrik Rydgard 2013-05-02 21:36:36 +02:00
  • 0ccebacbd6 Turn off screensavers. Note that this won't work on Vista+ when there's a password. Henrik Rydgard 2013-05-02 20:58:10 +02:00
  • 51493ab8cb Merge pull request #1633 from raven02/patch-1 Henrik Rydgård 2013-05-02 11:27:36 -07:00
  • 10b4b0acf8 Merge pull request #1632 from unknownbrackets/config Henrik Rydgård 2013-05-02 11:27:22 -07:00
  • 6d66577f17 Don't write to transformedvertex.color1[4], it doesn't exist. Henrik Rydgard 2013-05-02 20:18:46 +02:00
  • 3edfc6ac1c Merge pull request #73 from nachume/vcxproj Henrik Rydgård 2013-05-02 11:16:41 -07:00
  • a07233d030 Merge pull request #72 from aquanull/patch-2 Henrik Rydgård 2013-05-02 11:16:02 -07:00
  • ec52816c17 Merge Peter Thoman 2013-05-02 20:09:43 +02:00
  • e352432aab Hybrid scaling works now Peter Thoman 2013-05-02 20:05:41 +02:00
  • b41eca41c2 I must every time stash before push to git. It's too much trouble. Can you use the "%LOCALAPPDATA%\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props" file instead of the [VC++ Directories] Property Page? nachume 2013-05-03 02:49:53 +09:00
  • 64146f343a xbrz: fixed byte order, made distance function alpha-aware Peter Thoman 2013-05-02 18:24:23 +02:00
  • bfe5aea1d1 Shrink UICheckBox heights aquanull 2013-05-03 00:19:27 +08:00
  • e1587744e4 Fix message dialog oversize raven02 2013-05-02 23:24:59 +08:00
  • a1cb85cd05 Stick to a single config entry per option. Unknown W. Brackets 2013-05-02 07:48:28 -07:00
  • 45b6670310 Merge pull request #1629 from raven02/xbrz Henrik Rydgård 2013-05-02 06:13:27 -07:00
  • 773864566a Take out above 3x raven02 2013-05-02 21:01:20 +08:00
  • 3d27799601 Add xBRZ texture scaling to Android/iOS Jacky TSUI 2013-05-02 20:34:35 +08:00
  • d70641d3f2 Manual merge Peter Thoman 2013-05-02 14:25:18 +02:00
  • 7ae3894365 Added functionality for hybrid scaling (not yet working) Peter Thoman 2013-05-02 14:09:46 +02:00
  • c84ca2968e Merge pull request #1626 from tpunix/master Henrik Rydgård 2013-05-02 03:30:48 -07:00
  • f3d6cffd72 npdrmLseek/npdrmRead BUG fix tpu 2013-05-02 17:47:34 +08:00
  • 42a4a1e4ba Brightness fix for scaled RGB565 and RGB5551 textures. Fix broken color conversion in DecodeTexture (which is not normally used). Henrik Rydgard 2013-05-02 10:56:30 +02:00
  • a125da7af6 Don't scale textures in "kernel" memory (like the 2048x2048 PPGe texture). Henrik Rydgard 2013-05-02 10:18:26 +02:00
  • 837e249aa4 Merge pull request #1624 from unknownbrackets/windows Henrik Rydgård 2013-05-02 01:07:04 -07:00
  • 29121588ae Merge pull request #1625 from raven02/patch-15 Henrik Rydgård 2013-05-02 01:06:41 -07:00
  • 79b9023461 Android : Shorter sound delay raven02 2013-05-02 15:59:09 +08:00
  • f74c4617ad Clean up some menu options and consistency. Unknown W. Brackets 2013-05-02 00:16:55 -07:00
  • a9529f831d Hack for Meego. For some reason it's not compiling ThreadPool.cpp Sacha 2013-05-02 17:34:57 +10:00
  • f9c50c822a Fix name collision by prefixing '::'. Sacha 2013-05-02 17:34:06 +10:00
  • 6a2a308069 Buildfix for Symbian. Sacha 2013-05-02 17:06:09 +10:00
  • 0388a8e23a Buildfix for Symbian. Sacha 2013-05-02 17:05:34 +10:00
  • c73657e39a Buildfix for iOS and Android. Unknown W. Brackets 2013-05-01 23:31:18 -07:00
  • 8d7fd41838 Buildfix for iOS. Unknown W. Brackets 2013-05-01 23:30:11 -07:00
  • ae9490ad30 Use boost to do C++11 features on Symbian. Use namespaces. Sacha 2013-05-02 15:46:30 +10:00
  • eb3c3cd217 Use boost to do C++11 features on Symbian. Use namespaces. Sacha 2013-05-02 15:45:51 +10:00
  • 64bdc6374d Merge pull request #1621 from raven02/patch-14 Unknown W. Brackets 2013-05-01 22:33:54 -07:00
  • c2e8e852a3 Buildfix (non-windows) raven02 2013-05-02 09:06:35 +08:00
  • 3e5023ea97 Refactored Texture Scaling, changed options & gui to separately select scaling level and method Peter Thoman 2013-05-01 23:55:34 +02:00
  • 74f63c1b7f Merge pull request #71 from nachume/jpnfix Henrik Rydgård 2013-05-01 13:50:14 -07:00
  • 51a2d3d44c Merge pull request #1620 from nachume/jpnfont Henrik Rydgård 2013-05-01 13:12:55 -07:00
  • 90f8d48da1 Update native Henrik Rydgard 2013-05-01 20:52:41 +02:00
  • dcff4970bd Merge pull request #1616 from PeterTh/master Henrik Rydgård 2013-05-01 11:51:01 -07:00
  • 1f7a3776b3 Only scale textures which were never invalidated Peter Thoman 2013-05-01 20:31:57 +02:00
  • 15a05e56ad Merge branch 'master' of https://github.com/hrydgard/ppsspp into jpnfont nachume 2013-05-02 01:11:14 +09:00
  • 07fb9d1cf5 Add a brief description of the USE_KANJI nachume 2013-05-02 01:08:07 +09:00
  • c95c85ea8d I'm sorry. Comment was unnecessary and sceAtrac too. nachume 2013-05-02 00:47:16 +09:00
  • 403f62844e Merge pull request #1618 from unknownbrackets/gpu-minor Henrik Rydgård 2013-05-01 08:29:17 -07:00
  • eb0f7f9b3a submodule update. add define switch for the kanjifilter changing add utf-8 code table for the perfect convert to UTF-8 from ShiftJIS nachume 2013-05-02 00:22:59 +09:00
  • da164e1abd Merge pull request #70 from PeterTh/master Henrik Rydgård 2013-05-01 08:16:45 -07:00
  • 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. nachume 2013-05-02 00:14:41 +09:00
  • d412cf5c64 Approximate better with two fixed blend colors. Unknown W. Brackets 2013-05-01 08:00:52 -07:00
  • e19442a8c1 Eliminated C++11 lambdas Peter Thoman 2013-05-01 16:31:28 +02:00
  • c75510b304 Eliminated lambda, undo debug compialtion changes Peter Thoman 2013-05-01 16:06:54 +02:00
  • 95e6a5c4ea Adjusted Texture Scaler to use global threadpool Peter Thoman 2013-05-01 14:08:33 +02:00
  • 0ef103525f Added Global Threadpool to common Peter Thoman 2013-05-01 14:08:01 +02:00
  • af68180319 Parallelized texture scaling Peter Thoman 2013-05-01 02:18:35 +02:00
  • 5e918a644f Moved texture scaling to separate file Peter Thoman 2013-04-30 21:44:34 +02:00
  • c7399857e3 Fixed potential shutdown deadlock issue Peter Thoman 2013-05-01 14:06:29 +02:00
  • 7a22148583 Added ThreadPool to Android Makefile, hope this works Peter Thoman 2013-05-01 13:23:51 +02:00
  • f0f0fd2b75 Forgot loop sequentialization Peter Thoman 2013-05-01 13:20:25 +02:00
  • 0fcf809d37 Added ThreadPool with parallel loop functionality Peter Thoman 2013-05-01 13:18:25 +02:00
  • dbff26fce5 Added NOMINMAX before including Windows.h in thread.h -- finally found where this came from Peter Thoman 2013-05-01 13:15:52 +02:00
  • 74b55cc0ad Merge pull request #1614 from unknownbrackets/gpu-minor Henrik Rydgård 2013-05-01 01:08:44 -07:00
  • 4009a37692 Improve blending with two fixed colors. Unknown W. Brackets 2013-05-01 00:55:30 -07:00
  • 29651c026b Windows buildfix. Harmattan buildfix (it doesn't have lambdas). Tabify XBRZ. Sacha 2013-05-01 12:58:51 +10:00
  • 5ea37772d7 pre-C++11 buildfix. Linux buildfix. Sacha 2013-05-01 11:19:01 +10:00
  • e698af9924 Symbian buildfix. Sacha 2013-05-01 04:53:44 +10:00
  • 6e082c62ec Qt Buildfix. Wrong dir. Sacha 2013-05-01 04:30:59 +10:00