Skip to content
  1. Sep 05, 2018
    • Markus Wick's avatar
      renderer_opengl: Implement a buffer cache. · 50a806ea
      Markus Wick authored
      The idea of this cache is to avoid redundant uploads. So we are going
      to cache the uploaded buffers within the stream_buffer and just reuse
      the old pointers.
      The next step is to implement a VBO cache on GPU memory, but for now,
      I want to check the overhead of the cache management. Fetching the
      buffer over PCI-E should be quite fast.
      50a806ea
  2. Sep 04, 2018
  3. Sep 03, 2018
  4. Sep 02, 2018
Loading