提交历史

作者 SHA1 备注 提交日期
  Liam b32940d3ea vk_present_manager: recreate surface on any surface loss 2 年之前
  bunnei 098e2c4077 android: renderer_vulkan: Fix crash with surface recreation. 3 年之前
  bunnei ae099d583c core: frontend: Refactor GraphicsContext to its own module. 3 年之前
  Andrea Pappacoda cdb240f3d4 chore: make yuzu REUSE compliant 4 年之前
  german77 3e77466b86 bootmanager: Don't create another screenshot request if previous one is not done yet 4 年之前
  Lioncash f785f73e92 general: Replace NonCopyable struct with equivalents 4 年之前
  ameerj 7ac99bb127 renderers: Add explicit invert_y bool to screenshot callback 5 年之前
  ameerj c80ae87b4e renderer_base: Removed redundant settings 5 年之前
  ameerj fb16cbb17e video_core: Add GPU vendor name to window title bar 5 年之前
  ReinUsesLisp 75ccd9959c gpu: Report renderer errors with exceptions 5 年之前
  Lioncash a78021580d render_base: Make use of [[nodiscard]] where applicable 5 年之前
  ReinUsesLisp 7003090187 renderer_opengl: Remove emulated mailbox presentation 5 年之前
  ReinUsesLisp da53bcee60 video_core: Initialize renderer with a GPU 6 年之前
  James Rowe 282adfc70b Frontend/GPU: Refactor context management 6 年之前
  bunnei dc672ca4b3 renderer_opengl: Add texture mailbox support for presenter thread. 6 年之前
  ReinUsesLisp 9a76e94b3d gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig 7 年之前
  zhupengfei a2be49305d yuzu, video_core: Screenshot functionality 8 年之前
  Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 年之前
  tech4me 3dcedb36b4 Port Citra #4047 & #4052: add change background color support 8 年之前
  Lioncash bc16f7f3cc renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves 8 年之前
  Lioncash 0a93b45b6a core: Namespace EmuWindow 8 年之前
  Lioncash 20c2928c2b video_core; Get rid of global g_toggle_framelimit_enabled variable 8 年之前
  Lioncash f380496728 renderer_base: Remove unused kFramebuffer enumeration 8 年之前
  Lioncash 2665457f4a renderer_base: Make Rasterizer() return the rasterizer by reference 8 年之前
  Lioncash 6030c5ce41 video_core: Eliminate the g_renderer global variable 8 年之前
  Lioncash 0f2ac928f2 video_core: Make global EmuWindow instance part of the base renderer class 8 年之前
  bunnei bfe45774f1 video_core: Move FramebufferInfo to FramebufferConfig in GPU. 8 年之前
  bunnei 656de23d93 renderer: Create rasterizer and cleanup. 8 年之前
  bunnei deadcb39c2 renderer_opengl: Support framebuffer flip vertical. 8 年之前
  bunnei ebd613c2cc renderer: Render previous frame when no new one is available. 8 年之前