summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2018-06-06Give Dump Objects dedicated folder and tooltipRyan Meredith
2018-06-05Merge pull request #6954 from degasus/coherentAnthony
2018-06-04Merge pull request #7027 from leoetlino/cleanupLéo Lam
2018-06-02Externals: Update glslang to upstream commit 32d3ec3Stenzek
2018-05-30Remove old GCC version checksLéo Lam
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-22OGL: Fix EFB access in MSAA-modeStenzek
2018-05-22EFB2RAM: Apply copy filter as a float coefficient after samplingStenzek
2018-05-21Vulkan/PostProcessing: Make file-scope std::string instances const char arraysLioncash
2018-05-20Remove SOIL altogether from the project.Emmanuel Gil Peyrot
2018-05-18EfbInterface: Move buffer constant from the header to the cpp fileLioncash
2018-05-18EfbInterface: Make efb and perf_values std::arraysLioncash
2018-05-18EfbInterface: Make perf_values internally linkedLioncash
2018-05-18EfbInterface: Move efb array into the EfbInterface namespaceLioncash
2018-05-17Merge pull request #6743 from stenzek/faster-disabled-copy-filterMarkus Wick
2018-05-12Merge pull request #6825 from leoetlino/onion-typesLéo Lam
2018-05-12Fix syntax error in GLSL_GSScore_Under
2018-05-12Remove stray quote signScore_Under
2018-05-12Config: Fix template deduction for implicit conversionsLéo Lam
2018-05-11Merge pull request #6801 from stenzek/copy-filter-typoLéo Lam
2018-05-10CommonFuncs: Convert ROUND_UP_POW2 macro to a functionLioncash
2018-05-11D3D/Vulkan: Fix incorrect clamp in EFB RAM copyStenzek
2018-05-08OGL: Fix broken format changes in i965 driverStenzek
2018-05-07Merge pull request #6646 from spycrab/fbm_stringsMarkus Wick
2018-05-05OGL: Fix incorrect clamping in EFB copiesStenzek
2018-05-03TextureConversionShader: Don't sample from adjacent rows when not neededStenzek
2018-05-02D3D: Drop gamma parameter from util draw helperStenzek
2018-05-01OGL/FramebufferManager: Clean up inline GLSL codespycrab
2018-04-29Implement EFB copy filter and gamma in hardware backendsStenzek
2018-04-29While I'm here, fix some chroma sub-sampling bugs.Scott Mansell
2018-04-29VideoSoftware: Implement xfb copy filter (Deflickering/Brightness)Scott Mansell
2018-04-23Common: Move BitSet helper functions into the Common namespaceLioncash
2018-04-17Fix some warningsTillmann Karras
2018-04-16Common/Logging/Log: Wrap GENERIC_LOG macro's body in do { } while (0)Lioncash
2018-04-12Reformat all the things!spycrab
2018-04-04Merge pull request #6578 from JosJuice/remove-projection-hacksMarkus Wick
2018-04-02Vulkan/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-04-02Software/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-04-02OGL/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-04-02Null/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-04-02D3D/CMakeLists: Migrate off add_dolphin_libraryLioncash
2018-04-01Remove support for projection hacksJosJuice
2018-03-28VideoCommon/Vulkan: Explicitly link in xxhashLioncash
2018-03-26Implement "Skip" ubershader modeStenzek
2018-03-21[UI] Remove experimental tag from VulkanHelios747
2018-03-19Merge pull request #6444 from stenzek/d3d-bboxMarkus Wick
2018-03-16OGLShader: Ensure m_id and m_compute_program_id are always initializedLioncash
2018-03-16OGLShader: Fix mismatched assignment in compute shader constructorLioncash
2018-03-16Use __func__ instead of __FUNCTION__ where applicableLioncash