summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2018-12-04Use main buffers for utility drawsStenzek
2018-12-04Vulkan: Restore viewport/scissor state on RestoreAPIStateStenzek
2018-12-04D3D: Clamp viewport to current framebuffer dimensions, not targetStenzek
2018-12-04Vulkan: Don't panic on missing color/depth buffer in configStenzek
2018-12-04Renderer: Add backbuffer format to base classStenzek
2018-12-04Renderer: Add a base Initialize() method to match Shutdown()Stenzek
2018-12-03vulkan: fx index buffer reserve sizeweihuoya
2018-11-30Merge pull request #7039 from stenzek/moltenvkConnor McLaughlin
2018-11-12Vulkan: Fix incorrect fence being assigned to staging textureStenzek
2018-11-07Vulkan: Support macOS via MoltenVKStenzek
2018-11-07CMake: Build Vulkan backend on macOSStenzek
2018-11-07OGL: Fix crash when opening graphics window on another backendStenzek
2018-11-07Vulkan: Submit fewer command buffers in deferred EFB copies modeStenzek
2018-11-07TextureCache: Implement deferred/batched EFB copiesStenzek
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