summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2016-10-03VideoCommon: Minor changesShawn Hoffman
2016-10-02Merge pull request #4240 from lioncash/includeshuffle2
2016-10-02Merge pull request #4245 from aldelaro5/logs-levels-changesMat M
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-10-01VideoBackends: Make TextureCache::CompileShaders return a boolStenzek
2016-10-01VideoCommon: Add config fields for multithreading and validation layersStenzek
2016-09-24Software: Clean out unnecessary includes/fwd declsLioncash
2016-09-22DebugUtils: const correctnessLioncash
2016-09-22TextureEncoder: const correctnessLioncash
2016-09-22NativeVertexFormat: const correctnessLioncash
2016-09-22Clipper: const correctnessLioncash
2016-09-22Rasterizer: const correctnessLioncash
2016-09-22Merge pull request #4225 from lioncash/softMarkus Wick
2016-09-22SWVertexLoader: Value initialize SetupUnit instanceLioncash
2016-09-22Merge pull request #4233 from lioncash/efbMarkus Wick
2016-09-21EfbInterface: Change out parameters on getters to return by valueLioncash
2016-09-21SWOGLWindow: Utilize the move constructor in PrintTextLioncash
2016-09-21SWOGLWindow: const correctness for ShowImageLioncash
2016-09-03VideoSoftware: Don't Init the PixelEngine twiceEmptyChaos
2016-09-02Merge pull request #4172 from phire/software_fog_errorMarkus Wick
2016-09-02VideoSoftware: Fix unsigned overflow bug in fogScott Mansell
2016-08-31CommentsPreston Smith
2016-08-31Revert postMat movementPreston Smith
2016-08-30Remove else in software rendererPreston Smith
2016-08-30lint fixPreston Smith
2016-08-30inputform ABC1's q value is defaulting to 0Preston Smith
2016-08-30Software renderer fixPreston Smith
2016-08-22VertexManager: Correct variable naming schemeLioncash
2016-07-29VideoCommon: Make API_TYPE an enum classLioncash
2016-06-26VideoCommon: Drop GetConfigName.degasus
2016-06-26VideoBackends: Merge ShowConfig functions.degasus
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-18VideoSW: Fix XFB config.degasus
2016-05-18VideoSW: Drop Update in XFB copy.degasus
2016-05-03Merge pull request #3742 from phire/ditherMatthew Parlane
2016-04-30VideoSW: Fix special case.degasus
2016-03-24VideoCommon: Refactor TexMode0 mipmaps disabled test into a helper functionEmptyChaos
2016-03-23Implement Dithering for video softwareScott Mansell
2016-03-06VideoSW: Drop SetTevReg for colors.degasus
2016-03-06VideoSW: Drop SetScissor().degasus
2016-03-06VideoSW: Drop SetViewOffset.degasus
2016-01-31VideoCommon: Convert some DataReader includes into forward declarationsLioncash
2016-01-25Fifo: Make g_bSkipCurrentFrame a TU-local variableLioncash
2016-01-24OpcodeDecoder: Add namespaceLioncash
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