summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2014-03-14PixelShaderGen: Use integer math for indirect tev stage texcoord calculation.Tony Wasserka
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-03-06SW renderer: add missing ClearCurrent()Tillmann Karras
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-03-03videosoftware: More coding style fixes.Tony Wasserka
2014-03-01videosoftware: Provide a more elaborate comment on the FifoPlayer support hack.Tony Wasserka
2014-03-01videosoftware: Added hack to bypass xfb just so fifoplayer works.Scott Mansell
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Merge pull request #88 from lioncash/relative-includesPierre Bourdon
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Merge pull request #79 from Tilka/nitsPierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Fix some vertical alignmentsLioncash
2014-02-16Remove the old MMIO access "interface".Pierre Bourdon
2014-02-16MMIO: Port the SW CP/PE MMIOs to the new interface.Pierre Bourdon
2014-02-16MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...Pierre Bourdon
2014-02-16Silence some Windows compiler warningsTillmann Karras
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09Merge pull request #54 from lioncash/cleanupRyan Houdek
2014-02-09Remove function Xchg from SWStatistics.cpp. Like the one previous, this can b...Lioncash
2014-02-09Clean up some struct indentationsLioncash
2014-02-09Cleanup enum indentations.Lioncash
2014-02-04SWCommandProcessor: fix the CPReg structure fieldsPierre Bourdon
2014-01-25Videosoftware: Fix memory cleanup code.Scott Mansell
2014-01-21Finally Merge branch 'videosoftware-xfb'Scott Mansell
2014-01-19Stop building GLExtensions.cpp twice(One in GL, one in software). We don't ne...Ryan Houdek
2014-01-18Merge of GL-AutoChoose.Ryan Houdek
2014-01-17[GLExtensions] Make sure to initialize our function pointers with VideoSoftwa...Ryan Houdek
2014-01-17[GLExtensions] Still had a GLEW lib hanging out in the CMake file for the sof...Ryan Houdek
2014-01-17[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely f...Ryan Houdek
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-31Convert all vcxproj files to UNIX line endingsJasper St. Pierre
2013-12-30Software renderer: Add a zfreeze related TODO.Tony Wasserka
2013-12-16Software renderer: Add linear interpolation of fog range adjustment factors.Tony Wasserka
2013-12-12Have our OpenGL/ES context creation be less stupid.Ryan Houdek
2013-12-11Remove all instances of OpenCL in the Dolphin Project. A brief history of Ope...Ryan Houdek
2013-11-24Dynamically allocate color textures.Scott Mansell
2013-11-24Increase res of color texture to match PAL Super Smash Bros: BrawlScott Mansell
2013-11-23Remove c++11 feature so VC2010 can be happy.Scott Mansell
2013-11-23Merge branch 'master' into videosoftware-xfbScott Mansell
2013-11-17std::string can't be passed to ... format.Matthew Parlane
2013-11-17Don't pass char* to std::string.Matthew Parlane
2013-11-17Use IOFile for TextureToPng to support non-asciiMatthew Parlane
2013-11-16Change software rasterizer screenshot code due to change in api just now.Ryan Houdek
2013-11-17Api was too confusing for people.Matthew Parlane