summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2017-05-03Add a workaround for a PowerVR glsl compiler bugJonathan Hamilton
2017-04-29TextureCache: Move host texture utility functions to VideoCommonStenzek
2017-04-29HiresTextures: Support loading uncompressed .DDS filesStenzek
2017-04-29HiresTextures: Move the maximum mip level check from DDS to main loaderStenzek
2017-04-29HiresTextures: Support DXT10 extended header in DDS loaderStenzek
2017-04-29HiresTextures: Load full mipmap chain from DDS filesStenzek
2017-04-29TextureCache: Support compressed textures and pass pitch/size to uploadStenzek
2017-04-29HiresTextures: Support parsing DDS files directlyStenzek
2017-04-25VideoConfigDiag: Move post-processing shader list to post processorStenzek
2017-04-25VideoCommon: Move the blit methods to the backend classStenzek
2017-04-18OGL: Drop BlendingState.ditherStenzek
2017-04-18VideoCommon: Drop SetDitherMode()Stenzek
2017-04-18VideoCommon: Add usedualsrc field to BlendingStateStenzek
2017-04-12TextureConversionShader: fix syntax errorMichael Maltese
2017-04-12VideoBackends: Support updated texture encoding shader generatorsStenzek
2017-04-12TextureConversionShader: Consider source format of EFB for EFB2RAMStenzek
2017-04-11Merge pull request #5234 from lioncash/tupleMarkus Wick
2017-04-10Merge pull request #5008 from ligfx/aspectheuristicScott Mansell
2017-04-09Merge pull request #5220 from stenzek/small-nonsquare-mipsAnthony
2017-04-09RenderBase: Return a tuple from ConvertStereoRectangle instead of using out p...Lioncash
2017-04-09RenderBase: Return a tuple from CalculateTargetScale instead of using out par...Lioncash
2017-04-08RenderBase: Eliminate renderer global accesses within the Renderer classLioncash
2017-04-08RenderBase: const correctnessLioncash
2017-04-08Merge pull request #5219 from lioncash/commonMat M
2017-04-07TextureCache: Fix incomplete GPU texture decoding of non-square mipsStenzek
2017-04-07FileSearch: Namespace functions under the Common namespaceLioncash
2017-04-06TextureCacheBase: remove duplicated variableMichael Maltese
2017-04-06TextureConversionShader: Add missing swap for index of C14X2 texturesStenzek
2017-04-06TextureConversionShader: Fix compile error in C14X2 decoderStenzek
2017-04-05VideoCommon: rework anamorphic widescreen heuristicMichael Maltese
2017-04-05Merge pull request #4715 from iwubcode/efb_copy_corruption_at_higher_irScott Mansell
2017-04-04TextureCacheBase: fix custom textures not being loadedMichael Maltese
2017-04-04Add configurable toggle that rounds vertices to the nearest pixel wheniwubcode
2017-04-01VideoCommon: Changes to TextureCache to support decoding in backendStenzek
2017-04-01VideoCommon: Add texture decoding shader generatorsStenzek
2017-04-01VideoBackends: Add configuration field for GPU texture decodingStenzek
2017-04-01VideoBackends: Add support flag for compute shadersStenzek
2017-03-28Fifo: Remove unnecessary integral castsLioncash
2017-03-28Merge pull request #4951 from waddlesplash/haiku-2Matthew Parlane
2017-03-27Initial support for Haiku.Augustin Cavalier
2017-03-28Merge pull request #5176 from lioncash/retvalMatthew Parlane
2017-03-26VertexLoaderManager: Return debug strings by valueLioncash
2017-03-26VertexLoaderBase: Return debug strings by valueLioncash
2017-03-26XFStructs: Get rid of an unnecessary pointer castLioncash
2017-03-26Fifo: const correctnessLioncash
2017-03-26VertexLoaderBase: Use std::array where applicableLioncash
2017-03-25TextureCacheBase: Convert bound_textures from a C array to a std::arrayLioncash
2017-03-23Merge pull request #5138 from lioncash/initMarkus Wick
2017-03-23VertexLoaderBase: In-class initialize class members where applicableLioncash
2017-03-22TextureCache: Don't lock freed rendertargets for one frame.degasus