summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
AgeCommit message (Expand)Author
2018-06-30Mark all video backend names for translationTechjar
2018-05-26VideoConfig: Add a field for indicating logic op support in the backendStenzek
2018-05-18EfbInterface: Make perf_values internally linkedLioncash
2018-03-10OGL: Re-implement async shader compilingStenzek
2018-03-10Move shader caches to VideoCommonStenzek
2018-02-11VideoConfig: Remove bForceCopyToRam fieldStenzek
2018-01-27VideoBackend: Remove PeekMessages methodStenzek
2018-01-27VideoBackends: Combine Initialize/Prepare and Cleanup/Shutdown methodsStenzek
2018-01-05Implement dual-source blending in shaderJonathan Hamilton
2017-11-21VideoConfig: Remove bSupportsInternalResolutionFrameDumpsStenzek
2017-11-17Software Backend: Force EFB/XFB to copy to ramiwubcode
2017-11-17Add support for hybrid XFBiwubcode
2017-09-09Common: Move version strings to their own headerLioncash
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2017-08-01HiresTextures: Support loading BC7 (BPTC) from DDS filesStenzek
2017-07-30General: Remove unnecessary semicolonsLioncash
2017-06-13Video Backends: Split texture cache code out into separate files, introduce '...iwubcode
2017-04-29TextureCache: Support compressed textures and pass pitch/size to uploadStenzek
2017-04-29HiresTextures: Support parsing DDS files directlyStenzek
2017-04-12VideoBackends: Support updated texture encoding shader generatorsStenzek
2017-04-01VideoBackends: Add configuration field for GPU texture decodingStenzek
2017-04-01VideoBackends: Add support flag for compute shadersStenzek
2017-03-14OGL: Remove support for NV_depth_buffer_float.Jules Blok
2017-03-10Merge pull request #4935 from Armada651/depth-range-fixMarkus Wick
2017-03-10VideoBackends: Move max texture size to VideoConfigStenzek
2017-02-24OGL: Add support for glDepthRangedNV to handle oversized depth ranges.Jules Blok
2017-02-03FramebufferManagerBase: Return a std::pair from GetTargetSizeLioncash
2016-12-26TextureCache: Drop unused parameter in backend API.degasus
2016-12-26TextureCache: Extract BP enum check to VideoCommon.degasus
2016-12-09TextureCacheBase: Eliminate static stateLioncash
2016-11-28VideoConfig: Add option for full-resolution frame dumpingStenzek
2016-10-02Merge pull request #4240 from lioncash/includeshuffle2
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-03VideoSoftware: Don't Init the PixelEngine twiceEmptyChaos
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-01-24OpcodeDecoder: Add namespaceLioncash
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2016-01-09VideoSW: fix some warningsTillmann Karras
2016-01-06VideoSW: Use more VideoCommondegasus
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-23Revert "Merge pull request #3076 from void-ghost/stereo3d_presets"Jules Blok