1. 13 Apr, 2020 7 commits
  2. 12 Apr, 2020 6 commits
  3. 11 Apr, 2020 4 commits
  4. 10 Apr, 2020 4 commits
  5. 09 Apr, 2020 11 commits
  6. 08 Apr, 2020 7 commits
  7. 07 Apr, 2020 1 commit
    • ReinUsesLisp's avatar
      qt/bootmanager: Remove unnecessary glBindFramebuffer · c6ea0d01
      ReinUsesLisp authored
      Presentation context always has GL_DRAW_FRAMEBUFFER_BINDING as zero.
      There is no need to bind the default framebuffer constantly.
      
      According to Nsight this was using ~0.7ms per frame and it broke
      renderdoc captures.
      c6ea0d01