dolphin/Source/Plugins/Plugin_VideoSoftware/Src
ayuanx 72b1570e08 Fixed Issue 1928
Fixed Issue 1917
(Since wxWidgets is not allowed in core, so I moved the popup window to CFrame)

*Maybe* this could also fix Issue 1919?

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4780 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-03 23:05:52 +00:00
..
BPMemLoader.cpp Fix an issue with BPMEM_LOADTLUT, thanks to revned @ issue 1831, also fix a speed issue int the FIFO loop introduced recently (ZWW was ~20% slower) 2009-12-28 19:13:06 +00:00
BPMemLoader.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
Clipper.cpp STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
Clipper.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
cocoaGL.h fix video software plugin build on osx 2009-12-23 07:37:59 +00:00
cocoaGL.m fix video software plugin build on osx 2009-12-23 07:37:59 +00:00
CommandProcessor.cpp Fixes to the software plugin command processor. Made it easy to use the command processor in place of the one in video common. Use frame skip setting from the application in the software plugin instead of the internal frame skipping config setting. The WGP does not loop if the write pointer is set beyond the end of the fifo. 2009-11-11 03:14:38 +00:00
CommandProcessor.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
CPMemLoader.cpp
CPMemLoader.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
DebugUtil.cpp Fixed 24 bit depth copies to RAM. 24 and 16 bit depth copies are now more accurate. Added an offset to DX copies to RAM and made half sized copies to a texture linearly filtered. 2009-12-02 04:17:18 +00:00
DebugUtil.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
EfbCopy.cpp STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
EfbCopy.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
EfbInterface.cpp STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
EfbInterface.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
GLUtil.cpp fix video software plugin build on osx 2009-12-23 07:37:59 +00:00
GLUtil.h
HwRasterizer.cpp
HwRasterizer.h
main.cpp Fixes to the software plugin command processor. Made it easy to use the command processor in place of the one in video common. Use frame skip setting from the application in the software plugin instead of the internal frame skipping config setting. The WGP does not loop if the write pointer is set beyond the end of the fifo. 2009-11-11 03:14:38 +00:00
main.h Fixes to the software plugin command processor. Made it easy to use the command processor in place of the one in video common. Use frame skip setting from the application in the software plugin instead of the internal frame skipping config setting. The WGP does not loop if the write pointer is set beyond the end of the fifo. 2009-11-11 03:14:38 +00:00
NativeVertexFormat.h
NativeVertexWriter.h
OpcodeDecoder.cpp STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
OpcodeDecoder.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
PixelEngine.cpp SWG: Adds TEV stage output dumping. Fixes interrupt handling in the command processor. Some code cleanup and a few graphical fixes for rare cases. 2009-10-28 03:01:07 +00:00
PixelEngine.h
RasterFont.cpp
RasterFont.h
Rasterizer.cpp
Rasterizer.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
Renderer.cpp
Renderer.h
SConscript small opencl build fix on osx 2009-12-23 09:11:12 +00:00
SetupUnit.cpp
SetupUnit.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
Statistics.cpp
Statistics.h
stdafx.cpp
stdafx.h
Tev.cpp Fixed 24 bit depth copies to RAM. 24 and 16 bit depth copies are now more accurate. Added an offset to DX copies to RAM and made half sized copies to a texture linearly filtered. 2009-12-02 04:17:18 +00:00
Tev.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
TextureEncoder.cpp EFB to RAM in OGL and software plugin now work correctly when texture in RAM is a different size than the source. Corrected some block heights in texture decoder to fix copying certain EFB formats. 2009-11-15 20:14:03 +00:00
TextureEncoder.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
TextureSampler.cpp
TextureSampler.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
TransformUnit.cpp SWG: Adds TEV stage output dumping. Fixes interrupt handling in the command processor. Some code cleanup and a few graphical fixes for rare cases. 2009-10-28 03:01:07 +00:00
TransformUnit.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
VertexFormatConverter.cpp STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
VertexFormatConverter.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
VertexLoader_Position.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
VertexLoader.cpp
VertexLoader.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00
VideoConfig.cpp Fixes to the software plugin command processor. Made it easy to use the command processor in place of the one in video common. Use frame skip setting from the application in the software plugin instead of the internal frame skipping config setting. The WGP does not loop if the write pointer is set beyond the end of the fifo. 2009-11-11 03:14:38 +00:00
VideoConfig.h Fixes to the software plugin command processor. Made it easy to use the command processor in place of the one in video common. Use frame skip setting from the application in the software plugin instead of the internal frame skipping config setting. The WGP does not loop if the write pointer is set beyond the end of the fifo. 2009-11-11 03:14:38 +00:00
Win32.cpp Fixed Issue 1928 2010-01-03 23:05:52 +00:00
Win32.h
XFMemLoader.cpp
XFMemLoader.h STAND BACK - NEWLINE POLICE 2009-11-15 22:26:39 +00:00