summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware/Src/Tev.cpp
AgeCommit message (Expand)Author
2013-09-01More warnings: mark/avert truncating conversions from float.comex
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-04-07Apply re07a91930df0 to the software renderer.NeoBrainX
2013-03-28VideoSoftware: Fail less at clamping.NeoBrainX
2013-03-26VideoSoftware: Improve fog range adjustment by using less magic and more comm...NeoBrainX
2013-03-25Windows build fix from web interface...NeoBrainX
2013-03-25VideoSoftware: Implement fog range adjustment, fixing issue 6147.NeoBrainX
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 ZComploc option breaking stuff.NeoBrainX
2013-02-15Video_Software: Toggable zfreeze and early_z support for testing.NeoBrainX
2013-01-31Fix remaining compiler warnings.Glenn Rice
2013-01-08Move alpha pretest to BPMemory.h and rename a bunch of alpha testing related ...NeoBrainX
2013-01-08PixelShaderGen: Don't disable depth texture emulation if z writing is disable...NeoBrainX
2012-08-31Video_Software: Fix moar stuffNeoBrainX
2012-08-27Video_Software: Fix stuff.NeoBrainX
2012-08-26Video_Software: Implement PE pixel metricsNeoBrainX
2011-02-06Deal with some clang-inspired buglets.Soren Jorvang
2011-02-03Use brute force to link the software plugin.Soren Jorvang
2011-01-29Explicit dependency on libvideo.Soren Jorvang
2011-01-29Link the video plugin statically into the main binary on OS X.Soren Jorvang
2010-12-31Video software:donkopunchstania
2010-12-02Create a config dialog. Add dumping TEV texture fetches. Better TEV stage dum...donkopunchstania
2010-11-23Related FOG changes:gnick79
2010-06-09Hg:Shawn Hoffman
2010-05-26If the format is not one of the expected ones, just return rather thanSoren 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
2009-12-02Fixed 24 bit depth copies to RAM. 24 and 16 bit depth copies are now more acc...donkopunchstania
2009-11-21Try to do Z textures better. Z texturing does not work if early z or no z upd...donkopunchstania
2009-10-28SWG: Adds TEV stage output dumping. Fixes interrupt handling in the command p...donkopunchstania
2009-10-12Adding software rendering plugin. This is aimed at accurate emulation, not fa...donkopunchstania