summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware/Src/TransformUnit.cpp
AgeCommit message (Collapse)Author
2010-05-26If the format is not one of the expected ones, just return rather thanSoren Jorvang
proceeding with uninitialized data. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5495 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-04-14Some video SW clean up and bug fixes. Did a hacky fix for bad light data. ↵donkopunchstania
Add fog rendering. Add some offsets to make rasterized pixel locations and texture coordinates more accurate. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5361 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-03-09Texture coordinates are stored in fixed point format in TEV which allows ↵donkopunchstania
overflows to be emulated correctly. Added logic to calculated texture LOD and use the correct mip. Dumping textures will now dump all mip levels. Added line rendering. Changed data stored in vertex from float arrays to vectors for cleaner math. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5178 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-11Do special handling of texture coordinate generation if there is only a ↵donkopunchstania
position and texture coordinate present. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4801 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-10-28SWG: Adds TEV stage output dumping. Fixes interrupt handling in the command ↵donkopunchstania
processor. Some code cleanup and a few graphical fixes for rare cases. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4472 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-10-12Adding software rendering plugin. This is aimed at accurate emulation, not ↵donkopunchstania
fast. Its more like a debugging tool than actually useful. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4407 8ced0084-cf51-0410-be5f-012b33b47a6e