summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix false positive when rendering transparent objects in wireframeiCatButler2017-03-191-1/+5
* Add support for new visualisationsiCatButler2017-03-174-234/+169
* Fix some edge cases and imprve depth visualisation:iCatButler2016-09-013-30/+253
* Various CPU updatesiCatButler2016-07-303-27/+94
* Change "valid" flag to multiple bit flagsiCatButler2016-07-041-8/+29
* Imporved CPU integrationiCatButler2016-06-271-10/+24
* Initial PGXP CPU commitiCatButler2016-06-071-30/+105
* Fix screen smoothingiCatButler2016-05-311-0/+7
* Add PGXP configuration dialogiCatButler2016-05-161-15/+23
* Implement vertex cachingiCatButler2016-05-151-11/+153
* Add PGXP visual debug modeiCatButler2016-05-105-10/+256
* Revert pcsxr@87829iCatButler2016-05-081-27/+6
* More fixes for persective correct buildiCatButler2016-05-061-10/+13
* Ensure w is reset to 1.f to prevent stale values.iCatButler2016-05-032-1/+4
* Fix bugs from previousiCatButler2016-05-026-57/+88
* Perspective correct texturingiCatButler2016-04-276-37/+112
* Bring up to date with PCSX-R master (97809)iCatButler2016-03-307-74/+156
* - Fix memory addresses as each mirrored address range is further mirrored 4 t...iCatButler2016-03-281-1/+1
* - Move pgxp_gpu source files into correct folder.iCatButler2016-03-263-2/+127
* Initial upload of PGXP.iCatButler2016-03-254-21/+35
* Plugins/DFInput: change the order of SDL subsystems being closed on SDL2 builds.SND\MaddTheSane_cp2015-01-271-2/+3
* plug-ins: Quiet some 64-bit to 32-bit warnings on 64-bit OSes, specifically O...SND\MaddTheSane_cp2014-10-073-4/+4
* OS X: Minor changesSND\MaddTheSane_cp2014-05-227-14/+14
* sio1blade windows crash fix;SND\edgbla_cp2014-04-242-8/+18
* Refactored plugin warnings.SND\ckain_cp2014-04-165-69/+69
* DFInput: Implement SDL2 GameController support.SND\MaddTheSane_cp2014-04-084-55/+193
* - bugfix: when controller is connected configuration dialog does not show up ...SND\dario86_cp2014-02-221-8/+13
* peopsgl/xvideo: CPUToVRAM write: wrap to beginning of same scanline when goin...SND\ckain_cp2014-01-302-8/+22
* Added rewind feature. Currently only supported via GTK and needs SHM. Rewind ...SND\ckain_cp2014-01-243-2/+13
* GTK: memleak fix and no warn about incompatible parameter.SND\ckain_cp2014-01-211-1/+0
* Xvideo: Use YUV mode from primary Xv adapter rather than RGB mode from non-pr...SND\ckain_cp2014-01-214-223/+278
* build system fixes by Michał Górny.SND\edgbla_cp2013-12-176-9/+10
* peopsgl/xvideo: fixed interlace/frame bit31 toggling. Now X-Men Academies are...SND\ckain_cp2013-11-142-11/+52
* Fix Toshinden Subaru with a hack for now. Seems that xa.c needs some further ...SND\ckain_cp2013-10-021-5/+20
* .SND\edgbla_cp2013-09-051-3/+3
* dfcdrom: type fix;SND\edgbla_cp2013-08-311-0/+1
* SDL2/SDL1.2 (Linux);SND\edgbla_cp2013-08-295-21/+21
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-267-14/+14
* CdromId fix;SND\edgbla_cp2013-08-251-1/+1
* Some better checking for disabling haptic feedback on the dfinput plug-in.SND\MaddTheSane_cp2013-08-221-1/+6
* Fix compiling issue.SND\MaddTheSane_cp2013-08-212-34/+36
* make silence.SND\edgbla_cp2013-08-191-5/+5
* GTK/dfinput: added "prevent screensaver" feature. Makes ugly call to xdg-scre...SND\ckain_cp2013-07-266-6/+61
* GTK: added "hide mouse cursor" feature. Enable/disable via dfinput config dia...SND\ckain_cp2013-07-254-14/+33
* Fix some integer values being too small (according to Xcode) on 64-bit hardware.SND\MaddTheSane_cp2013-07-092-11/+11
* Fix the CALLBACK placement in the sio1 plug-in: I messed it up when I copied ...SND\MaddTheSane_cp2013-07-092-4/+4
* Get rid of a warning about integer truncationSND\MaddTheSane_cp2013-07-081-1/+1
* Change some +stringWithCString and -initWithCString:encoding: to modern Objec...SND\MaddTheSane_cp2013-07-051-1/+1
* Moving some code around.SND\MaddTheSane_cp2013-07-052-7/+40
* DoConfiguration() for DFSound on OS X returns an int, and the function it cal...SND\MaddTheSane_cp2013-07-041-1/+1