summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2017-08-03Video: Clearly separate Texture and EFB Copy formatsN.E.C
2017-08-02Vulkan: Use optimal tiling for dummy textureStenzek
2017-08-01Merge pull request #5834 from stenzek/bc7Stenzek
2017-08-01HiresTextures: Support loading BC7 (BPTC) from DDS filesStenzek
2017-07-31VideoConfig: Drop force vertex/pixel ubershader settingsStenzek
2017-07-30General: Remove unnecessary semicolonsLioncash
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: Multithreaded creation of UID pipeline cachesStenzek
2017-07-30Vulkan: Uber shader supportStenzek
2017-07-30D3D: Uber shader supportStenzek
2017-07-30OGL: Uber shader supportStenzek
2017-07-30ShaderGen: Implement pixel ubershadersStenzek
2017-07-30XFMemory: Convert several registers to bitfieldsStenzek
2017-07-30BPMemory: Convert a number of unions to BitFieldsScott Mansell
2017-07-30Vulkan: Clear decoding texture before usageStenzek
2017-07-30Vulkan: Move shader/pipeline-related methods to ShaderCacheStenzek
2017-07-30Vulkan: Use VK_NV_glsl extension where available, and skip glslangStenzek
2017-07-20ShaderGen: Pass host config to shader generation functionsStenzek
2017-07-20VideoCommon: Move shader cache filename generation to commonStenzek
2017-07-20Vulkan: Don't save/load pipeline UID cache when shader cache is disabledStenzek
2017-07-20Vulkan: Reload pipeline cache when relevant host config changesStenzek
2017-07-20Vulkan: Don't save pipeline cache if shader cache is disabledStenzek
2017-07-20Vulkan: Emit input/output locations for EFB poke geometry shaderStenzek
2017-07-20D3D11: Reload shader cache when relevant config changesStenzek
2017-07-20OGL: Reload shader cache when relevant video config changesStenzek
2017-07-10D3DBase: Use the swapchain discard mode when possible.Jules Blok
2017-07-10D3D: Resize the swapchain when the fullscreen state is changedJules Blok
2017-07-10D3DBase: Set the fullscreen state in Create()Jules Blok
2017-07-10D3DBase: Only create a stereo swapchain when needed.Jules Blok
2017-07-10D3DBase: Implement Windows 7 swapchain fallback.Jules Blok
2017-07-10D3DBase: Only use temporary mono when supported by the swapchain.Jules Blok
2017-07-05D3DBase: Set the monoscopic flag when we don't use stereoscopy.Jules Blok
2017-07-05Vulkan: Implement Quad-Buffered stereoscopy support.Jules Blok
2017-07-05OGL: Support Quad-Buffered stereoscopy.Jules Blok
2017-07-05D3DBase: Always create a stereo swapchain.Jules Blok
2017-07-05D3D: Add quad-buffer stereoscopy support.Jules Blok
2017-07-05D3DBase: Switch to a flip-model swap chain.Jules Blok
2017-07-05D3DBase: Upgrade to DXGI 1.2.Jules Blok
2017-06-27FramebufferManager: Fix EFB layers being attached to the wrong FBO.Jules Blok
2017-06-18AbstractTexture: Add missing includes (and remove unnecessary ones)Lioncash
2017-06-18Merge pull request #5305 from iwubcode/abstract_textureshuffle2
2017-06-16Merge pull request #5594 from MerryMage/phackLeo Lam
2017-06-16d3d: Add missing includeFlorent Castelli
2017-06-15Merge pull request #5611 from JosJuice/reorganize-file-namespaceLeo Lam
2017-06-15Add a namespace to OpenFStreamJosJuice
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-15VertexShaderManager: Rename projection hack variablesMerryMage