summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
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
2014-07-15Fix incorrect clamping in SWRenderer.Scott Mansell
2014-07-13Fix warnings unearthed by #579Tillmann Karras
2014-07-11remove unused globalsdegasus
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-22Merge pull request #500 from lioncash/iniPierre Bourdon
2014-06-21Merge pull request #501 from magumagu/sw-cp-structsTony Wasserka
2014-06-21VideoSoftware: remove duplicated CommandProcessor structures.magumagu
2014-06-19VideoCommon: use the Light struct in XF memorydegasus
2014-06-18Kill off replaceable usages of s[n]printf.Lioncash
2014-06-16Use only section-based ini reading.Lioncash
2014-06-13Merge pull request #445 from magumagu/video-dead-codeTony Wasserka
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-06-01Video backends: remove dead code.magumagu
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-05-22Merge pull request #370 from Sonicadvance1/remove_specialized_memcmpshuffle2
2014-05-18Merge pull request #355 from magumagu/gx-missing-opcodeTony Wasserka
2014-05-17Removes ZeroFrog's "optimized" memcpy and memcmp functions.Ryan Houdek
2014-05-17Merge pull request #360 from magumagu/lighting-roundingTony Wasserka
2014-05-17Video backends: warn on usage of GL_DRAW_QUADS_2.magumagu
2014-05-17Merge pull request #269 from magumagu/swbackend-xfregistersTony Wasserka
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-16Video backend: merge global var xfmem into xfregs.magumagu
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu
2014-05-16Video backends: fix behavior of "konst" TEV inputs.magumagu
2014-05-11Video backends: fix rounding in lighting computation.magumagu
2014-05-10Opcode decoding: handle missing opcodes 0x88 etc.magumagu
2014-05-08Opcode decoding: 0xC0 isn't a valid command.magumagu