index
:
xavi/pcsxr
master
sio
sio-tcp
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix some edge cases and imprve depth visualisation:
iCatButler
2016-09-01
3
-30
/
+253
*
Various CPU updates
iCatButler
2016-07-30
3
-27
/
+94
*
Change "valid" flag to multiple bit flags
iCatButler
2016-07-04
1
-8
/
+29
*
Imporved CPU integration
iCatButler
2016-06-27
1
-10
/
+24
*
Initial PGXP CPU commit
iCatButler
2016-06-07
1
-30
/
+105
*
Fix screen smoothing
iCatButler
2016-05-31
1
-0
/
+7
*
Add PGXP configuration dialog
iCatButler
2016-05-16
1
-15
/
+23
*
Implement vertex caching
iCatButler
2016-05-15
1
-11
/
+153
*
Add PGXP visual debug mode
iCatButler
2016-05-10
5
-10
/
+256
*
Revert pcsxr@87829
iCatButler
2016-05-08
1
-27
/
+6
*
More fixes for persective correct build
iCatButler
2016-05-06
1
-10
/
+13
*
Ensure w is reset to 1.f to prevent stale values.
iCatButler
2016-05-03
2
-1
/
+4
*
Fix bugs from previous
iCatButler
2016-05-02
6
-57
/
+88
*
Perspective correct texturing
iCatButler
2016-04-27
6
-37
/
+112
*
Bring up to date with PCSX-R master (97809)
iCatButler
2016-03-30
7
-74
/
+156
*
- Fix memory addresses as each mirrored address range is further mirrored 4 t...
iCatButler
2016-03-28
1
-1
/
+1
*
- Move pgxp_gpu source files into correct folder.
iCatButler
2016-03-26
3
-2
/
+127
*
Initial upload of PGXP.
iCatButler
2016-03-25
4
-21
/
+35
*
Plugins/DFInput: change the order of SDL subsystems being closed on SDL2 builds.
SND\MaddTheSane_cp
2015-01-27
1
-2
/
+3
*
plug-ins: Quiet some 64-bit to 32-bit warnings on 64-bit OSes, specifically O...
SND\MaddTheSane_cp
2014-10-07
3
-4
/
+4
*
OS X: Minor changes
SND\MaddTheSane_cp
2014-05-22
7
-14
/
+14
*
sio1blade windows crash fix;
SND\edgbla_cp
2014-04-24
2
-8
/
+18
*
Refactored plugin warnings.
SND\ckain_cp
2014-04-16
5
-69
/
+69
*
DFInput: Implement SDL2 GameController support.
SND\MaddTheSane_cp
2014-04-08
4
-55
/
+193
*
- bugfix: when controller is connected configuration dialog does not show up ...
SND\dario86_cp
2014-02-22
1
-8
/
+13
*
peopsgl/xvideo: CPUToVRAM write: wrap to beginning of same scanline when goin...
SND\ckain_cp
2014-01-30
2
-8
/
+22
*
Added rewind feature. Currently only supported via GTK and needs SHM. Rewind ...
SND\ckain_cp
2014-01-24
3
-2
/
+13
*
GTK: memleak fix and no warn about incompatible parameter.
SND\ckain_cp
2014-01-21
1
-1
/
+0
*
Xvideo: Use YUV mode from primary Xv adapter rather than RGB mode from non-pr...
SND\ckain_cp
2014-01-21
4
-223
/
+278
*
build system fixes by Michał Górny.
SND\edgbla_cp
2013-12-17
6
-9
/
+10
*
peopsgl/xvideo: fixed interlace/frame bit31 toggling. Now X-Men Academies are...
SND\ckain_cp
2013-11-14
2
-11
/
+52
*
Fix Toshinden Subaru with a hack for now. Seems that xa.c needs some further ...
SND\ckain_cp
2013-10-02
1
-5
/
+20
*
.
SND\edgbla_cp
2013-09-05
1
-3
/
+3
*
dfcdrom: type fix;
SND\edgbla_cp
2013-08-31
1
-0
/
+1
*
SDL2/SDL1.2 (Linux);
SND\edgbla_cp
2013-08-29
5
-21
/
+21
*
Use __private_extern__ on OS X's localization functions.
SND\MaddTheSane_cp
2013-08-26
7
-14
/
+14
*
CdromId fix;
SND\edgbla_cp
2013-08-25
1
-1
/
+1
*
Some better checking for disabling haptic feedback on the dfinput plug-in.
SND\MaddTheSane_cp
2013-08-22
1
-1
/
+6
*
Fix compiling issue.
SND\MaddTheSane_cp
2013-08-21
2
-34
/
+36
*
make silence.
SND\edgbla_cp
2013-08-19
1
-5
/
+5
*
GTK/dfinput: added "prevent screensaver" feature. Makes ugly call to xdg-scre...
SND\ckain_cp
2013-07-26
6
-6
/
+61
*
GTK: added "hide mouse cursor" feature. Enable/disable via dfinput config dia...
SND\ckain_cp
2013-07-25
4
-14
/
+33
*
Fix some integer values being too small (according to Xcode) on 64-bit hardware.
SND\MaddTheSane_cp
2013-07-09
2
-11
/
+11
*
Fix the CALLBACK placement in the sio1 plug-in: I messed it up when I copied ...
SND\MaddTheSane_cp
2013-07-09
2
-4
/
+4
*
Get rid of a warning about integer truncation
SND\MaddTheSane_cp
2013-07-08
1
-1
/
+1
*
Change some +stringWithCString and -initWithCString:encoding: to modern Objec...
SND\MaddTheSane_cp
2013-07-05
1
-1
/
+1
*
Moving some code around.
SND\MaddTheSane_cp
2013-07-05
2
-7
/
+40
*
DoConfiguration() for DFSound on OS X returns an int, and the function it cal...
SND\MaddTheSane_cp
2013-07-04
1
-1
/
+1
[next]