summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
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
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