dolphin-emulator/Source/Core/VideoBackends/Software
degasus d31bed8b79 Fifo: Rewrite SyncGpu
The new implementation has 3 options:
 SyncGpuMaxDistance
 SyncGpuMinDistance
 SyncGpuOverclock

The MaxDistance controlls how many CPU cycles the CPU is allowed to be in front
of the GPU. Too low values will slow down extremly, too high values are as
unsynchronized and half of the games will crash.
The -MinDistance (negative) set how many cycles the GPU is allowed to be in
front of the CPU. As we are used to emulate an infinitiv fast GPU, this may be
set to any high (negative) number.

The last parameter is to hack a faster (>1.0) or slower(<1.0) GPU. As we don't
emulate GPU timing very well (eg skip the timings of the pixel stage completely),
an overclock factor of ~0.5 is often much more accurate than 1.0
2015-06-08 23:16:24 +02:00
..
BPMemLoader.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
BPMemLoader.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Clipper.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Clipper.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
CMakeLists.txt VideoCommon/VideoBackends: Remove unnecessary wxWidgets references. 2014-11-01 19:19:00 -04:00
CPMemLoader.cpp Add a dirty flag for arraybases. 2015-05-30 04:39:48 +12:00
CPMemLoader.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
DebugUtil.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
DebugUtil.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
EfbCopy.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
EfbCopy.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
EfbInterface.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
EfbInterface.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
HwRasterizer.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
HwRasterizer.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
NativeVertexFormat.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
OpcodeDecoder.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
OpcodeDecoder.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
RasterFont.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
RasterFont.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Rasterizer.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Rasterizer.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SetupUnit.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SetupUnit.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Software.vcxproj VideoCommon/VideoBackends: Remove unnecessary wxWidgets references. 2014-11-01 19:19:00 -04:00
SWCommandProcessor.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SWCommandProcessor.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SWmain.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SWRenderer.cpp Fix building with PCH disabled. 2015-05-26 22:44:51 -05:00
SWRenderer.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SWStatistics.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SWStatistics.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SWVertexLoader.cpp Clean up cached_arraybases. Update VideoSW to new scheme. 2015-05-30 04:09:27 +12:00
SWVertexLoader.h Merge pull request #2274 from degasus/disable_bbox 2015-05-25 08:46:12 -04:00
SWVideoConfig.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SWVideoConfig.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Tev.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Tev.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TextureEncoder.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TextureEncoder.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TextureSampler.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TextureSampler.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TransformUnit.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TransformUnit.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Vec3.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
VideoBackend.h Fifo: Rewrite SyncGpu 2015-06-08 23:16:24 +02:00
XFMemLoader.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
XFMemLoader.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00