summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-21VertexLoader: remove inlined gettersdegasus
2014-12-21VertexLoaderUid: remove operator<degasus
2014-12-21VideoLoader: remove VAT_*_FRACBITSdegasus
2014-12-13VideoSW: rewrite VertexLoader to use the VideoCommon onedegasus
2014-12-13Merge pull request #1640 from rohit-n/switch-defaultskidau
2014-12-11Silence some -Wswitch-default warnings.Rohit Nirmal
2014-12-09VideoCommon: Rename s_pCurBufferPointerdegasus
2014-12-09VertexLoader: Move the old Datareader function into VertexLoaderdegasus
2014-11-24More formatting and consistency fixesStevoisiak
2014-11-20Vertex Loader: SSE implementations of more position/texcoord/normal formatsFiora
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-11-13Various formatting and consistency fixesStevoisiak
2014-11-02Merge pull request #1460 from phire/moreGetPointerRyan Houdek
2014-11-01VideoCommon/VideoBackends: Remove unnecessary wxWidgets references.Lioncash
2014-11-01Remove GetPointers in VideoSoftware.Scott Mansell
2014-10-26OGL: Get rid of error macrosLioncash
2014-10-22Merge pull request #1347 from comex/header-hygienecomex
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-10-19Remove a hard dependency from libGL from the software renderer.Ryan Houdek
2014-10-15Merge pull request #1272 from RisingFog/sconfig-dump-framesskidau
2014-10-13Merge pull request #1095 from crudelios/sw-bboxskidau
2014-10-13Merge pull request #1273 from lioncash/iamanidiotLioncash
2014-10-13Software: Remove obsoleted VideoConfigDialog.Lioncash
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