summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2014-10-12Move bDumpFrames to SConfig (and it's references)Fog
2014-10-12Changed Dump Frames ReferencesFog
2014-10-10Fixed a small bug.crudelios
2014-10-10Several small optimizations.crudelios
2014-10-10Get buildbot to compile.crudelios
2014-10-10Fix linux build and various warnings.crudelios
2014-10-10Reimplement Bounding Box calculation using the software renderer.crudelios
2014-10-02Change a bunch of reference function arguments to pointers.comex
2014-09-30Remove useless STACKALIGN macro.comex
2014-09-28Rejigger some FIFO buffer variables to be more rational.comex
2014-09-28Mechanical changes to move most CP state to a struct rather than separate glo...comex
2014-09-21GPU: Only load the relevant color components upon writes to the tev color reg...Tony Wasserka
2014-09-19Merge pull request #1120 from rohit-n/muh-precompiled-headersRyan Houdek
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-19Add a comment to the software renderer that stride should be implementedRyan Houdek
2014-09-19WIP XFB scaling.magumagu
2014-09-10Merge pull request #1027 from rohit-n/change-includeRyan Houdek
2014-09-09Kill Core::g_CoreStartupParameter.Rachel Bryk
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-04TextureDecoder: Pass the TLUT address straight into the texture decoderJasper St. Pierre
2014-09-04TextureDecoder: Add an enum for the TLUT formatsJasper St. Pierre
2014-09-01msvc: remove some remnants of SDL and DSound from projects and general cleanup.Shawn Hoffman
2014-09-01VertexLoader: Change VtxDesc to use u64 instead of u32Pierre Bourdon
2014-08-30Get rid of C-style empty function parameter indicatorsLioncash
2014-08-23Remove unused declarations.comex
2014-08-21Merge pull request #764 from magcius/new-nogui-2Lioncash
2014-08-19msvc: resolve all warnings in VideoBackends/Software.Shawn Hoffman
2014-08-19Core: Remove UpdateFPSDisplayJasper St. Pierre
2014-08-19Core: Don't pass through a reference to the window handleJasper St. Pierre
2014-08-14Windows: Use a shared precompiled header for dolphin code under Source/Shawn Hoffman
2014-08-10Software: Fix function casing in SWRendererLioncash
2014-08-10Software: Fix some if-statement body placementsLioncash
2014-08-10Software: Fix over-indentation of SetupQuad()Lioncash
2014-08-10Software: Apply static to some functionsLioncash
2014-08-10Software: Fix function casing in TextureEncoderLioncash
2014-08-10Software: Fix the formatting and function casing in Vec3.hLioncash
2014-08-10Software: Fix various brace styling errorsLioncash
2014-08-10Software: Make an enum into a static constant in DebugUtil.cppLioncash
2014-08-10Software: Make constants char_width and char_height private in RasterFontLioncash
2014-08-10Software: Get rid of an unnecessary format string in SWmain.cppLioncash
2014-08-03Isolate D3D and Software Renderer from wxWidgets codeLioncash
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
2014-07-29Convert some more header inclusions into forward declarationsLioncash
2014-07-26Remove fakepoll.h.Lioncash
2014-07-23Get rid of a few C-style struct declarationsLioncash
2014-07-18Merge pull request #642 from phire/vs-constantsPierre Bourdon
2014-07-17SW: Call OnFrameEnd in the FifoPlayer XFB hack. Required to dump DFF frames.Pierre Bourdon
2014-07-17VideoSoftware: Use the same max XFB size as VideoCommon.Scott Mansell
2014-07-17Merge pull request #622 from phire/sw-fix-frame-dumpDolphin Bot
2014-07-17Fixed Frame dumping in VideoSoftware.Scott Mansell