summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware/Src/Rasterizer.cpp
AgeCommit message (Expand)Author
2013-08-09D3D11: Implement zcomploc for hardware supporting D3D 11.0.NeoBrainX
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17New license header introduced to all Video based projects.Lioncash
2013-04-13Clean up most (99.99%) of the tab/space mismatches in the VideoSoftware project.Lioncash
2013-03-01VideoSoftware: Cleanup PE perf metrics; returning the proper value now.NeoBrainX
2013-03-01Merge branch 'master' into perfqueries.NeoBrainX
2013-02-26Improve VideoSoftware save states. They are fairly stable, but not perfect. O...Rachel Bryk
2013-02-15Video_Software: Fix the ZFreeze option doing nothing.NeoBrainX
2013-02-15Video_Software: Toggable zfreeze and early_z support for testing.NeoBrainX
2013-01-08PixelShaderGen: Don't disable depth texture emulation if z writing is disable...NeoBrainX
2012-08-27Video_Software: Fix stuff.NeoBrainX
2012-08-26Video_Software: Implement PE pixel metricsNeoBrainX
2012-03-02VideoSoftware: Implement zfreeze (GXSetCoPlanar).NeoBrainX
2011-02-03Use brute force to link the software plugin.Soren Jorvang
2011-01-29If perspective divide is enabled and texture coordinate Z is 0 then leave tex...donkopunchstania
2011-01-29Explicit dependency on libvideo.Soren Jorvang
2011-01-29Remove vertex format converter from software plugin because it is not needed ...donkopunchstania
2011-01-29Link the video plugin statically into the main binary on OS X.Soren Jorvang
2010-07-23abs() works on ints, not floats. Use fabsf() to avoid the double conversions.Soren Jorvang
2010-06-09Hg:Shawn Hoffman
2010-06-02Fix some cases of variables being used uninitialized. Also some unusedSoren Jorvang
2010-05-26Remove unused variables.Soren Jorvang
2010-04-14Some video SW clean up and bug fixes. Did a hacky fix for bad light data. Add...donkopunchstania
2010-03-09Texture coordinates are stored in fixed point format in TEV which allows over...donkopunchstania
2010-03-07Removed more compiler warnings in linux.Glenn Rice
2009-10-12SWV: Software Video now compiles and runs on x64XTra.KrazzY
2009-10-12Started fixing SW video compilation for linux, must go home nowXTra.KrazzY
2009-10-12Adding software rendering plugin. This is aimed at accurate emulation, not fa...donkopunchstania