summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2015-09-22VideoBackend: Video config filename is now exposed in VideoBackends.ghost
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell
2015-09-20VideoSW: Don't raise a PanicAlert because of indicesdegasus
2015-09-19GLInterface: Fix VideoSW on linux + OSX (v2)degasus
2015-09-18Revert "GLInterface: Fix VideoSW on linux + OSX"Markus Wick
2015-09-17VideoSW: Remove unused functiondegasus
2015-09-17Merge pull request #3054 from degasus/masterflacs
2015-09-17VideoSW: Drop SW bbox codedegasus
2015-09-17VideoSW: Drop HwRasterizerdegasus
2015-09-17GLInterface: Fix VideoSW on linux + OSXdegasus
2015-09-17Rasterizer: Use multiplication instead of shifts in DrawTriangleFrontFaceLioncash
2015-09-12MathUtil: Convert Clamp into a constexpr functionLioncash
2015-09-05General: Remove unimplemented function prototypesLioncash
2015-09-03[windows] Update projects to vs2015.Shawn Hoffman
2015-08-28Merge pull request #2920 from rohit-n/build-pchMarkus Wick
2015-08-28Fix building with PCH disabled.Rohit Nirmal
2015-08-28Vec3: Simplify operator== codeLioncash
2015-08-28Vec3: Remove a memset call on the this pointerLioncash
2015-06-23Fix some warningsTillmann Karras
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-09Merge pull request #2533 from degasus/syncgpuJules Blok
2015-06-08VideoSW: refactor shared lighting attenuation functionNanoByte011
2015-06-08VideoSW: rewrite lighting attenuationNanoByte011
2015-06-08Fifo: Rewrite SyncGpudegasus
2015-05-30Add a dirty flag for arraybases.Scott Mansell
2015-05-30Clean up cached_arraybases. Update VideoSW to new scheme.Scott Mansell
2015-05-26Fix building with PCH disabled.Rohit Nirmal
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25Add missing license headersTillmann Karras
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2015-05-22Merge pull request #2410 from lioncash/swatomicMarkus Wick
2015-05-18VideoBackends: Clamp depth to uint24 range.Jules Blok
2015-05-14Software: Convert most volatile variables to atomicsLioncash
2015-04-06Fifo: rewrite sync on idle skipping hackdegasus
2015-03-18SWVertexLoader: fix truncated componentsTillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-02-01VideoBackends: set GLInterface to zero after deleting itdegasus
2015-01-31OGL: Fix a memory leak that would occur every time a game is launchedLioncash
2015-01-21Merge pull request #1869 from Stevoisiak/GeneralConsistencyRyan Houdek
2015-01-18VideoSW: Fix vertex skippingdegasus
2015-01-12Minor consistency changesStevoisiak
2015-01-04Fix building with PCH disabled.Rohit Nirmal
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