| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add texture only visualisation | iCatButler | 2017-03-24 | 1 | -2/+12 |
| * | Fix issue with flat shaded primitives in colour only mode | iCatButler | 2017-03-19 | 1 | -4/+5 |
| * | Fix false positive when rendering transparent objects in wireframe | iCatButler | 2017-03-19 | 1 | -1/+5 |
| * | Add support for new visualisations | iCatButler | 2017-03-17 | 4 | -234/+169 |
| * | Add support for arbitrary clock multipliers | iCatButler | 2017-03-17 | 5 | -44/+28 |
| * | Fix some edge cases and imprve depth visualisation: | iCatButler | 2016-09-01 | 3 | -30/+253 |
| * | Merge pull request #3 from CarterLi/master | iCatButler | 2016-08-05 | 4 | -2/+45 |
| |\ | |||||
| | * | Fix OSX build | Carter Li | 2016-08-05 | 4 | -2/+45 |
| |/ | |||||
| * | Add PGXP support to 64bit dynarec | iCatButler | 2016-08-05 | 2 | -10/+384 |
| * | Fix possible function pointer initialisation problem | iCatButler | 2016-08-03 | 3 | -4/+3 |
| * | Fix NCLIP related crash | iCatButler | 2016-08-01 | 3 | -26/+30 |
| * | Various CPU updates | iCatButler | 2016-07-30 | 10 | -194/+1017 |
| * | Use overclock on load state | iCatButler | 2016-07-30 | 1 | -0/+4 |
| * | Change "valid" flag to multiple bit flags | iCatButler | 2016-07-04 | 7 | -56/+105 |
| * | Additional checks | iCatButler | 2016-07-02 | 8 | -162/+387 |
| * | Fix interpreter bugs | iCatButler | 2016-06-30 | 3 | -21/+33 |
| * | Initialise GTE and CPU regsiters (invalidate) | iCatButler | 2016-06-30 | 5 | -2/+25 |
| * | Disable debug mode | iCatButler | 2016-06-29 | 4 | -2/+7 |
| * | Imporved CPU integration | iCatButler | 2016-06-27 | 25 | -1420/+1305 |
| * | CPU op fixes | iCatButler | 2016-06-11 | 1 | -35/+42 |
| * | Initial PGXP CPU commit | iCatButler | 2016-06-07 | 18 | -519/+2853 |
| * | Add checkbox for per-game memory cards | iCatButler | 2016-05-31 | 3 | -2/+16 |
| * | Fix screen smoothing | iCatButler | 2016-05-31 | 1 | -0/+7 |
| * | Add PGXP configuration dialog | iCatButler | 2016-05-16 | 8 | -21/+131 |
| * | Merge with OSX commit | iCatButler | 2016-05-15 | 5 | -10/+48 |
| |\ | |||||
| | * | Merge pull request #2 from CarterLi/master | iCatButler | 2016-05-13 | 5 | -10/+47 |
| | |\ | |||||
| | | * | Fix build on OSX | Carter Li | 2016-05-13 | 5 | -10/+47 |
| | |/ | |||||
| * | | Implement vertex caching | iCatButler | 2016-05-15 | 7 | -35/+230 |
| * | | Track memory read and writes with constant addresses | iCatButler | 2016-05-15 | 1 | -0/+80 |
| * | | Define and initialise PsxClockSpeed | iCatButler | 2016-05-15 | 2 | -1/+4 |
| |/ | |||||
| * | Add PGXP visual debug mode | iCatButler | 2016-05-10 | 10 | -10/+272 |
| * | Integrate SonofUgly's overclocking mechanism | iCatButler | 2016-05-08 | 6 | -13/+107 |
| * | Revert pcsxr@87829 | iCatButler | 2016-05-08 | 1 | -27/+6 |
| * | More fixes for persective correct build | iCatButler | 2016-05-06 | 3 | -23/+56 |
| * | Ensure w is reset to 1.f to prevent stale values. | iCatButler | 2016-05-03 | 3 | -8/+12 |
| * | Fix bugs from previous | iCatButler | 2016-05-02 | 8 | -79/+110 |
| * | Perspective correct texturing | iCatButler | 2016-04-27 | 10 | -127/+321 |
| * | Fix load state bug | iCatButler | 2016-04-01 | 1 | -0/+2 |
| * | Merge pull request #1 from tapcio/master | iCatButler | 2016-04-01 | 14 | -364/+432 |
| |\ | |||||
| | * | Added: | Robert Krawczyk | 2016-04-01 | 14 | -364/+432 |
| |/ | |||||
| * | Revert "Son of Ugly's Wipeout patch" | iCatButler | 2016-03-31 | 5 | -46/+19 |
| * | Fix default definition of pgxpMemory call. | iCatButler | 2016-03-30 | 1 | -1/+1 |
| * | This Son of Ugly's Wipeout patch | iCatButler | 2016-03-30 | 5 | -19/+46 |
| * | Prevent crash on negative length patch | iCatButler | 2016-03-30 | 1 | -24/+11 |
| * | Bring up to date with PCSX-R master (97809) | iCatButler | 2016-03-30 | 37 | -2308/+2645 |
| * | - Fix memory addresses as each mirrored address range is further mirrored 4 t... | iCatButler | 2016-03-28 | 4 | -46/+62 |
| * | - Move pgxp_gpu source files into correct folder. | iCatButler | 2016-03-26 | 8 | -465/+517 |
| * | Initial upload of PGXP. | iCatButler | 2016-03-25 | 19 | -51/+727 |
| * | Update to VS 2015 | iCatButler | 2016-03-22 | 7 | -13/+21 |
| * | Russian translation (edgbla); | SND\edgbla_cp | 2015-02-22 | 10 | -69/+69 |
