1. 13 Jun, 2020 2 commits
  2. 10 Jun, 2020 1 commit
  3. 08 Jun, 2020 6 commits
  4. 07 Jun, 2020 5 commits
  5. 06 Jun, 2020 3 commits
    • bunnei's avatar
      Merge pull request #4055 from ReinUsesLisp/nvidia-443-24 · 03fd5aa3
      bunnei authored
      gl_device: Black list NVIDIA 443.24 for fast buffer uploads
      03fd5aa3
    • ReinUsesLisp's avatar
      gl_device: Black list NVIDIA 443.24 for fast buffer uploads · e78d681a
      ReinUsesLisp authored
      Skip fast buffer uploads on Nvidia 443.24 Vulkan beta driver on OpenGL.
      This driver throws the following error when calling BufferSubData or
      BufferData on buffers that are candidates for fast constant buffer
      uploads. This is the equivalens to push constants on Vulkan, except that
      they can access the full buffer. The error:
      
      Unknown internal debug message. The NVIDIA OpenGL driver has encountered
      an out of memory error. This application might
      behave inconsistently and fail.
      
      If this error persists on future drivers, we might have to look deeper
      into this issue. For now, we can black list it and log it as a temporary
      solution.
      e78d681a
    • ReinUsesLisp's avatar
      renderer_opengl: Only enable DEBUG_OUTPUT when graphics debugging is enabled · 354fbe70
      ReinUsesLisp authored
      Avoids logging when it's not relevant. This can potentially reduce
      driver's internal thread overhead.
      354fbe70
  6. 05 Jun, 2020 1 commit
  7. 04 Jun, 2020 6 commits
  8. 03 Jun, 2020 4 commits
  9. 02 Jun, 2020 9 commits
  10. 01 Jun, 2020 3 commits