Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: altering display lists without fragmenting memory

  1. #1
    Guest

    altering display lists without fragmenting memory

    It looks like display lists were not made with streaming content in mind. If I were to constantly swap out display lists one by one I'd frag my vram and run out, right?

    So if I wanted to, lets say, remove the 3rd display list out of 4 in memory to make room for a new display list... I would have to remove the 4th and then the 3rd... and then create the 4th again (this time it would be the 3rd) before creating a new display list.

    Ineffecient, but I can manage. Is there no better alternative?

  2. #2
    Guest

    Re: altering display lists without fragmenting memory

    Nevermind! I really jumped the gun there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •