summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2018-06-25VideoCommon: Fix auto IR being very overzealousTechjar
2018-06-21Merge pull request #6875 from JonnyH/WIP/mipmap-heuristic-tweaksMarkus Wick
2018-06-21Merge pull request #6539 from degasus/asyncMarkus Wick
2018-06-15ConfigManager: Convert GPUDeterminismMode into an enum classLioncash
2018-06-09Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINELioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2018-06-06Add OSD message for Volume Hotkeysmaster0fdisaster
2018-06-06VideoCommon: Flush the GPU pipeline on async requests.Markus Wick
2018-06-05Merge pull request #6954 from degasus/coherentAnthony
2018-05-28BPMemory: Silence a -Wmissing-braces warningLioncash
2018-05-28Merge pull request #6965 from stenzek/d3d-feature-level-10Markus Wick
2018-05-27VertexLoaderArm: Fix 565 color format.degasus
2018-05-26ShaderGen: Don't emit integer outputs when logic op is unsupportedStenzek
2018-05-26ShaderCache: Remove unused UID bits before inserting into shader mapStenzek
2018-05-26VideoConfig: Add a field for indicating logic op support in the backendStenzek
2018-05-24OGL/Streambuffer: Use coherent mapping by default.degasus
2018-05-22HiresTextures: Do not load compressed textures with unaligned dimensionsStenzek
2018-05-22EFB2RAM: Apply copy filter as a float coefficient after samplingStenzek
2018-05-21PostProcessing: Make GetShader() return by constant referenceLioncash
2018-05-21PostProcessing: Make member functions const qualified where applicableLioncash
2018-05-21PostProcessing: Replace typedef with a using aliasLioncash
2018-05-21PostProcessing: Default constructor and destructor of PostProcessingShaderCon...Lioncash
2018-05-20VideoBackendBase: Include parameter names in member function declarationsLioncash
2018-05-20Remove SOIL altogether from the project.Emmanuel Gil Peyrot
2018-05-20VideoCommon: Remove a workaround mutex used for SOILEmmanuel Gil Peyrot
2018-05-20VideoCommon: Replace SOIL with libpng for hires texturesEmmanuel Gil Peyrot
2018-05-18BPMemory: Use Common::BitCast where applicableLioncash
2018-05-17Texture AverageDiff: Do more in int space and avoid excessive float conversionJonathan Hamilton
2018-05-17Merge pull request #6743 from stenzek/faster-disabled-copy-filterMarkus Wick
2018-05-16Change the arbitrary mipmap detection to use the square of the errorJonathan Hamilton
2018-05-16Make the arbitrary mipmap detection threshold configureableJonathan Hamilton
2018-05-16Make arbitrary mipmap detection a config optionJonathan Hamilton
2018-05-16Common/Hash: Namespace code under the Common namespaceLioncash
2018-05-13Merge pull request #6786 from stenzek/crop-negative-yMarkus Wick
2018-05-12Config: Add support for enumsLéo Lam
2018-05-11VideoCommon/RenderBase: Refactor OSD messagesspycrab
2018-05-10CommonFuncs: Convert ROUND_UP_POW2 macro to a functionLioncash
2018-05-09RenderBase: Remove unused PixelPerfQuery enumLioncash
2018-05-08RenderBase: Ensure the draw size does not exceed the window sizeStenzek
2018-05-04Merge pull request #6744 from stenzek/ui-disable-vram-copiesStenzek
2018-05-03TextureCacheBase: Make "disable vram copies" part of the active configStenzek
2018-05-03TextureConversionShader: Don't sample from adjacent rows when not neededStenzek
2018-05-03TextureConversionShader: Fix more implicit conversion errorsStenzek
2018-05-02TextureConversionShader: Fix compile errors in OpenGL ESStenzek
2018-04-29Implement EFB copy filter and gamma in hardware backendsStenzek
2018-04-29VideoSoftware: Implement xfb copy filter (Deflickering/Brightness)Scott Mansell
2018-04-13Remove leftovers of projection hack supportJosJuice
2018-04-12Reformat all the things!spycrab
2018-04-06[AVIDump] fix compilation issues on LinuxAnthony
2018-04-04Merge pull request #6578 from JosJuice/remove-projection-hacksMarkus Wick