Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-15 | PSP: Improve const-correctness | Colin Snover | |
2014-02-18 | PSP: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | PSP: Fix various forbidden symbol clashes | Max Horn | |
2011-02-15 | PSP: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel | |
This change is not tested, but should hopefully work fine. | |||
2010-11-29 | BACKENDS: Fix SVN keyword usage. | Johannes Schickel | |
svn-id: r54584 | |||
2010-11-10 | PSP: changed renderer to render huge images properly | Yotam Barnoy | |
The PSP HW wasn't able to calculate the proper stretching when given the whole image size on a huge image. This is also a better way to do it because we're not overwriting tiles of the texture. svn-id: r54190 | |||
2010-10-14 | PSP: clarify and fix up display code | Yotam Barnoy | |
Also added support for stretching images, and fixed up displaying of large images as well as PNG files svn-id: r53454 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-09-20 | PSP: Split up PspMemory class. | Yotam Barnoy | |
PspMemorySwap is more specific ie. it only needs to be known by PSP files. It could be put in another file, but not worth the effort. svn-id: r52816 | |||
2010-07-18 | Made memcpy faster but not as fast with uncached mem. | Yotam Barnoy | |
svn-id: r50980 | |||
2010-05-27 | PSP: fixed a screen shake bug | Yotam Barnoy | |
svn-id: r49258 | |||
2010-05-17 | PSP: added option for render by callback and fixed up and cleaned up debug ↵ | Yotam Barnoy | |
mechanism. This allows for about 4% speedup since we no longer need to wait for VSYNC in our main thread. I'll activate it as soon as I've tested it out properly. svn-id: r49055 | |||
2010-04-25 | PSP:Implemented fingolfin's suggestion for cleaning up debugging code | Yotam Barnoy | |
svn-id: r48792 | |||
2010-04-12 | PSP: Fix code formatting using astyle | Max Horn | |
svn-id: r48634 | |||
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy | |
svn-id: r48632 |