dolphin/Source/Plugins/Plugin_VideoSoftware/Src
donkopunchstania 8a711eadac Video software:
Changed the EFB color order from RGBA to ABGR to emulate it correctly on little-endian platforms. Added some enumerations to clear up what components are which colors. Fixed the TEV alpha input LUT which would have caused problems if anything was doing alpha comparisons.
Changed box filter for EFB copies from 3x3 to 2x2 because that is probably correct. Also makes the math nicer.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6696 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-31 06:45:18 +00:00
..
BPMemLoader.cpp Video software: 2010-12-31 06:45:18 +00:00
BPMemLoader.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
Clipper.cpp Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dumping. Byteswap indexed XF loading. Remove scaling texture coordinates in the HW rasterizer because that has already been done by the time they reach the rasterizer. Increase storage for clipper. 2010-12-02 05:38:48 +00:00
Clipper.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
cocoaGL.h Revert parts of r5576 and r5598 for Sonicadvance1's sake. 2010-06-04 05:00:37 +00:00
cocoaGL.m Remove NSAutoreleasePools that are no longer necessary now that pools 2010-07-09 22:31:04 +00:00
CommandProcessor.cpp remove fifowait flag, is not needed now as we execute all events that need to be executed even if the cpu is waiting for the fifo. 2010-12-04 03:44:56 +00:00
CommandProcessor.h Replace all bitfields which were only declared with "(un)signed" with their actual types. Let me know if I missed any. It would also be a good idea to test this commit in both x64 and x86. 2010-09-27 04:29:51 +00:00
CPMemLoader.cpp Hg: 2010-06-09 01:37:08 +00:00
CPMemLoader.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
DebugUtil.cpp Video software: 2010-12-31 06:45:18 +00:00
DebugUtil.h Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dumping. Byteswap indexed XF loading. Remove scaling texture coordinates in the HW rasterizer because that has already been done by the time they reach the rasterizer. Increase storage for clipper. 2010-12-02 05:38:48 +00:00
EfbCopy.cpp Video software: 2010-12-31 06:45:18 +00:00
EfbCopy.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
EfbInterface.cpp Video software: 2010-12-31 06:45:18 +00:00
EfbInterface.h Video software: 2010-12-31 06:45:18 +00:00
GLUtil.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
GLUtil.h addendum to last commit: forgot files outside the /Externals/GLew directory... 2010-09-09 17:52:52 +00:00
HwRasterizer.cpp Video software: 2010-12-31 06:45:18 +00:00
HwRasterizer.h Hg: 2010-06-09 01:37:08 +00:00
main.cpp Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dumping. Byteswap indexed XF loading. Remove scaling texture coordinates in the HW rasterizer because that has already been done by the time they reach the rasterizer. Increase storage for clipper. 2010-12-02 05:38:48 +00:00
main.h Hg: 2010-06-09 01:37:08 +00:00
NativeVertexFormat.h Video software: 2010-12-31 06:45:18 +00:00
OpcodeDecoder.cpp Hg: 2010-06-09 01:37:08 +00:00
OpcodeDecoder.h Hg: 2010-06-09 01:37:08 +00:00
PixelEngine.cpp remove fifowait flag, is not needed now as we execute all events that need to be executed even if the cpu is waiting for the fifo. 2010-12-04 03:44:56 +00:00
PixelEngine.h Hg: 2010-06-09 01:37:08 +00:00
RasterFont.cpp VSW: Copied rasterfont from ogl to prevent inter plugin dependencies 2009-10-13 06:12:58 +00:00
RasterFont.h VSW: Copied rasterfont from ogl to prevent inter plugin dependencies 2009-10-13 06:12:58 +00:00
Rasterizer.cpp abs() works on ints, not floats. Use fabsf() to avoid the double conversions. 2010-07-23 23:48:04 +00:00
Rasterizer.h Hg: 2010-06-09 01:37:08 +00:00
Renderer.cpp Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dumping. Byteswap indexed XF loading. Remove scaling texture coordinates in the HW rasterizer because that has already been done by the time they reach the rasterizer. Increase storage for clipper. 2010-12-02 05:38:48 +00:00
Renderer.h Hg: 2010-06-09 01:37:08 +00:00
SConscript Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dumping. Byteswap indexed XF loading. Remove scaling texture coordinates in the HW rasterizer because that has already been done by the time they reach the rasterizer. Increase storage for clipper. 2010-12-02 05:38:48 +00:00
SetupUnit.cpp Hg: 2010-06-09 01:37:08 +00:00
SetupUnit.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
Statistics.cpp Hg: 2010-06-09 01:37:08 +00:00
Statistics.h Hg: 2010-06-09 01:37:08 +00:00
stdafx.cpp Hg: 2010-06-09 01:37:08 +00:00
stdafx.h Hg: 2010-06-09 01:37:08 +00:00
Tev.cpp Video software: 2010-12-31 06:45:18 +00:00
Tev.h Video software: 2010-12-31 06:45:18 +00:00
TextureEncoder.cpp Video software: 2010-12-31 06:45:18 +00:00
TextureEncoder.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
TextureSampler.cpp Hg: 2010-06-09 01:37:08 +00:00
TextureSampler.h Video software: 2010-12-31 06:45:18 +00:00
TransformUnit.cpp Avoid repeatedly asserting in SWG plugin when matrix indices don't match. Small change to the transform unit to avoid some unnecessary work. Check if Q is zero before dividing UV coordinates by it. Fixes issue 3454. 2010-12-01 04:26:21 +00:00
TransformUnit.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
Vec3.h Silence some compiler warnings. 2010-08-01 16:14:35 +00:00
VertexFormatConverter.cpp Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VertexFormatConverter.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VertexLoader.cpp Avoid repeatedly asserting in SWG plugin when matrix indices don't match. Small change to the transform unit to avoid some unnecessary work. Check if Q is zero before dividing UV coordinates by it. Fixes issue 3454. 2010-12-01 04:26:21 +00:00
VertexLoader.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VertexLoader_Position.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
VideoConfig.cpp Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dumping. Byteswap indexed XF loading. Remove scaling texture coordinates in the HW rasterizer because that has already been done by the time they reach the rasterizer. Increase storage for clipper. 2010-12-02 05:38:48 +00:00
VideoConfig.h Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dumping. Byteswap indexed XF loading. Remove scaling texture coordinates in the HW rasterizer because that has already been done by the time they reach the rasterizer. Increase storage for clipper. 2010-12-02 05:38:48 +00:00
VideoConfigDialog.cpp First pass at dealing with different size_t/off_t sizes in C90 environments. 2010-12-05 15:59:11 +00:00
VideoConfigDialog.h First pass at dealing with different size_t/off_t sizes in C90 environments. 2010-12-05 15:59:11 +00:00
Win32.cpp Hg: 2010-06-09 01:37:08 +00:00
Win32.h Hg: 2010-06-09 01:37:08 +00:00
XFMemLoader.cpp Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dumping. Byteswap indexed XF loading. Remove scaling texture coordinates in the HW rasterizer because that has already been done by the time they reach the rasterizer. Increase storage for clipper. 2010-12-02 05:38:48 +00:00
XFMemLoader.h Replace all bitfields which were only declared with "(un)signed" with their actual types. Let me know if I missed any. It would also be a good idea to test this commit in both x64 and x86. 2010-09-27 04:29:51 +00:00