Skip to content
Snippets Groups Projects
  1. Jun 08, 2020
  2. Jun 06, 2020
    • 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
  3. Jun 04, 2020
  4. Jun 03, 2020
  5. Jun 02, 2020
  6. Jun 01, 2020
  7. May 31, 2020
    • Morph's avatar
      gl_device: Enable compute shaders for Intel proprietary drivers · bb8ef381
      Morph authored
      Previously we were disabling compute shaders on Intel's proprietary driver due to broken compute. This has been fixed in the latest Intel drivers. Re-enable compute for Intel proprietary drivers and remove the check for broken compute.
      bb8ef381
  8. May 30, 2020
  9. May 29, 2020
  10. May 28, 2020
  11. May 27, 2020
  12. May 26, 2020
Loading