summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2016-01-18Merge pull request #3523 from lioncash/videoPierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-15PixelShaderGen: Use bitwise AND for wrapping indirect texture coordinatesStenzek
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2016-01-12Merge VideoBackendHardware into VideoBackend.degasus
2016-01-09VideoSW: fix some warningsTillmann Karras
2016-01-06VideoSW: Use more VideoCommondegasus
2016-01-06Merge pull request #3313 from degasus/videoswMarkus Wick
2016-01-04Merge pull request #3434 from lioncash/enumMarkus Wick
2016-01-02VideoBackend: Get rid of a boolean globalLioncash
2016-01-02OnScreenDisplay: Make CallbackType an enum classLioncash
2015-12-28VideoSW: Clear Vertex data before usagedegasus
2015-12-28Merge pull request #3381 from Armada651/revert-3076Markus Wick
2015-12-27Revert "ShaderGen: Toggle value of uninitialized color."Scott Mansell
2015-12-22VertexLoaderBase: Get rid of explicit delete and newLioncash
2015-12-23Revert "Merge pull request #3076 from void-ghost/stereo3d_presets"Jules Blok
2015-12-20VideoBackends: Simplify initialization and deinitialization of resourcesLioncash
2015-12-19VideoSW: Clear normal vertex data.degasus
2015-12-18Merge pull request #3315 from degasus/testPierre Bourdon
2015-12-06VideoSW: Use Zero for undefined colors.degasus
2015-12-06Rasterizer: Mark some references as constLioncash
2015-12-06Rasterizer: Specify internal linkage on DrawLioncash
2015-12-06Rasterizer: Convert BLOCK_SIZE into a constant variableLioncash
2015-12-06Rasterizer: Get rid of a clamp macroLioncash
2015-12-06Rasterizer: Get rid of a trivial pointer castLioncash
2015-12-02VideoSW: Wipe output verticesdegasus
2015-10-17Merge pull request #3157 from degasus/videosw3Markus Wick
2015-10-17Merge pull request #3155 from degasus/videoswflacs
2015-10-15VertexShaderManager: Get rid of float pointer castsLioncash
2015-10-14VideoSW: Use OpenGL Core contextdegasus
2015-10-14VideoSW: Split up OGL window handlingdegasus
2015-10-11VertexLoaderUtils: remove simple wrapper functionsTillmann Karras
2015-10-10Misc. style fixesTillmann Karras
2015-10-10VideoSW: Wipe alpha on bypass EFBdegasus
2015-10-03Merge pull request #3076 from void-ghost/stereo3d_presetsshuffle2
2015-09-30Tev: Don't savestate Zero16Lioncash
2015-09-30ChunkFile: Provide additional helpers for C-style arraysLioncash
2015-09-26Common: Move NonCopyable to its own headerLioncash
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