summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
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
2014-04-24Software renderer: Update a reference link.Tony Wasserka
2014-04-19Fix "warning: unused variable 'skipFrames'"Tillmann Karras
2014-04-15Software backend: don't skip red component in TEV.magumagu
2014-04-15Software backend: make TEV rounding match hardware.magumagu
2014-04-12VideoSoftware: remove const memory usage of DebugUtildegasus
2014-04-11Merge pull request #224 from magumagu/swrender-deletepixelforkTony Wasserka
2014-04-05SWBackend: Fix code style.magumagu
2014-03-29SW backend: make shaders work on Intel/Windows.magumagu
2014-03-29Software backend: Delete forked PixelEngine.magumagu
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-26Software renderer: Properly calculate tev combiner output.Tony Wasserka
2014-03-26Software renderer: Use color combiner configuration for alpha combiner compar...Tony Wasserka
2014-03-25BPMemory: Make use of BitField in a number of structures.Tony Wasserka
2014-03-25BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...Tony Wasserka
2014-03-25BPMemory: Use the new BitField class in two selected structures.Tony Wasserka
2014-03-17More range-based loops and overridesTillmann Karras
2014-03-15Merge pull request #164 from lioncash/cstr-cullPierre Bourdon
2014-03-14PixelShaderGen: Treat UV coordinates like S17.7 integers (they're still store...Tony Wasserka
2014-03-14PixelShaderGen: Change indirect texture matrix uniforms to use integers.Tony Wasserka