summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2017-08-05Don't force the aspect ratio in GameINIsLéo Lam
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2017-08-02Merge pull request #5858 from stenzek/ubershader-6-bit-colorStenzek
2017-08-01Merge pull request #5834 from stenzek/bc7Stenzek
2017-08-01HiresTextures: Support loading BC7 (BPTC) from DDS filesStenzek
2017-08-01Ubershaders: Fix 6-bit color truncation not being appliedStenzek
2017-07-31VideoConfig: Drop force vertex/pixel ubershader settingsStenzek
2017-07-30VideoCommon: Move WM_USER_CREATE message to after backend initializationStenzek
2017-07-30PixelShaderGen: Don't include host early z support in UIDStenzek
2017-07-30Ubershaders: Support per-pixel lightingStenzek
2017-07-30VideoBackends: Support a different number of threads for precompilingStenzek
2017-07-30ShaderGen: Use consistent variable names for texture coordinatesStenzek
2017-07-30NativeVertexFormat: Drop unused virtual method SetupVertexPointersStenzek
2017-07-30Vulkan: Uber shader supportStenzek
2017-07-30OGL: Uber shader supportStenzek
2017-07-30VideoConfig: Add config options for ubershadersStenzek
2017-07-30ShaderGen: Implement vertex ubershadersStenzek
2017-07-30ShaderGen: Implement pixel ubershadersStenzek
2017-07-30PixelShaderGen: Move header generation to seperate functionStenzek
2017-07-30GeometryShaderGen: Add UID enumeration functionsStenzek
2017-07-30VertexLoaderManager: Add methods to generate "uber" vertex formatsStenzek
2017-07-30XFMemory: Convert several registers to bitfieldsStenzek
2017-07-30BPMemory: Convert a number of unions to BitFieldsScott Mansell
2017-07-30VideoCommon: Add AsyncShaderCompiler class implementationStenzek
2017-07-30VideoCommon: Improve precision of FPS counterStenzek
2017-07-20ShaderGen: Pass host config to shader generation functionsStenzek
2017-07-20VideoCommon: Move shader cache filename generation to commonStenzek
2017-07-20VideoConfig: Add host config unionStenzek
2017-07-20ShaderGen: Remove host state from shader uidsStenzek
2017-07-11Merge pull request #5726 from mimimi085181/minimal-tmem-cache-emulationAnthony
2017-07-11Merge pull request #5720 from JosJuice/file-metadataLeo Lam
2017-07-10Implement minimal emulation of TMEM cachingmimimi085181
2017-07-05PixelShaderGen: Add missing inputs.Jules Blok
2017-07-05D3D: Add quad-buffer stereoscopy support.Jules Blok
2017-06-29FileUtil: Add a class for Exists/IsDirectory/GetSizeJosJuice
2017-06-25Change "blocking" BlockingLoop::Stop to give up and die after a timeout.Shawn Hoffman
2017-06-23replace DoFileSearch with optimized versionShawn Hoffman
2017-06-18AbstractTexture: Return config by const referenceLioncash
2017-06-18AbstractTexture: Add missing includes (and remove unnecessary ones)Lioncash
2017-06-18VideoCommon: Fix VS filter for AbstractTexture.cppLioncash
2017-06-18Merge pull request #5305 from iwubcode/abstract_textureshuffle2
2017-06-17Merge pull request #5314 from stenzek/revert-efb-source-truncationStenzek
2017-06-17TextureConversionShader: Use integer math for truncating EFB formatStenzek
2017-06-16Merge pull request #5594 from MerryMage/phackLeo Lam
2017-06-15Add a namespace to OpenFStreamJosJuice
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-15VertexShaderManager: Rename projection hack variablesMerryMage
2017-06-13Video Backends: Move and rename HostTextureFormat to AbstractTextureFormatiwubcode
2017-06-13Video Backends: Split texture cache code out into separate files, introduce '...iwubcode
2017-06-11VideoConfig: Remove bRunningMerryMage