<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - glCallLists performance extremely slow"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=61412#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - glCallLists performance extremely slow"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=61412">bug 61412</a>
              from <span class="vcard"><a class="email" href="mailto:eric@anholt.net" title="Eric Anholt <eric@anholt.net>"> <span class="fn">Eric Anholt</span></a>
</span></b>
        <pre>Please, please, please don't use display lists, and don't use bitmaps.  Display
lists are basically nvidia-only for performance, so it's a bad route to go. 
Use normal texturing and "discard" instructions to render your bitmaps, or
normal texturing and alhpa blending if you're doing fixed function.  Sticking
your textures in one big atlas and vertex data in a vbo, you'll get way better
performance than you'd ever get out of bitmap.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>