summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2018-10-28Merge pull request #7501 from Techjar/class-memaccess-cleanupPierre Bourdon
2018-10-28Vulkan: Add missing increment of draw call countStenzek
2018-10-20GLContext: Runtime selection of EGL/GLX on LinuxStenzek
2018-10-20GLContext: Use destructor instead of Shutdown() to cleanupStenzek
2018-10-20GLContext: Remove global context pointerStenzek
2018-10-20VideoBackends: Pass window system info from host on creationStenzek
2018-10-20GLContext: Use host connectionStenzek
2018-10-20Renderer: Pull dimensions from GLInterface/SwapchainStenzek
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-10-14VideoCommon: Clean up class-memaccess warningsTechjar
2018-10-14NullBackend: Initialize vtx_decl in VertexFormatStenzek
2018-10-12Merge pull request #7437 from stenzek/graphics-options-raceMat M
2018-10-09OGL: Disable scissor test when calling glBlitFramebuffer()Stenzek
2018-10-09VideoCommon: remove unnecessary floor()Tillmann Karras
2018-10-07Merge pull request #7457 from Tilka/use_clampJules Blok
2018-10-06Merge pull request #7348 from spycrab/gl_cache_shadersTilka
2018-10-05VideoSoftware: make use of Clamp()Tillmann Karras
2018-09-28Core: Call InitBackendInfo before loading configStenzek
2018-08-30GL/TextureCache: Clean up inline shader codespycrab
2018-08-29Vulkan: Drop usage of VK_NV_glsl extensionStenzek
2018-07-19FramebufferManager: Dynamic selection of EFB depth formatStenzek
2018-07-19VideoBackends: Support D24S8 abstract texture formatStenzek
2018-06-30Mark all video backend names for translationTechjar
2018-06-21Software: Don't link against X11 librariesLioncash
2018-06-06Merge pull request #7075 from Ebola16/DumpObjectsLéo Lam
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