Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8915533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:59:34+00:00 2026-06-15T04:59:34+00:00

I can not understand displaylist clearly. For example, if I want to draw a

  • 0

I can not understand displaylist clearly. For example, if I want to draw a scene with complex light and may change the material which used by objects in the scene. The speed of setting material may low, so I can put the definition of material in displaylist. So what’s the advantage of using displaylist?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T04:59:36+00:00Added an answer on June 15, 2026 at 4:59 am

    Display Lists essentially are macro recorders / players. When compiling a display list, the OpenGL implementation records all the commands sent to it into once single object. Unfortunally display lists are a bit cumbersome to work with. For example a display list will store data passed to texture objects (they used to be used as texture store in OpenGL-1.0, ca. 1992, before the introduction of texture objects), but they won’t store geometry data drawn through vertex arrays.

    Any performance gains obtained through display lists are due to the possibility of batching up a lot of immediate mode calls, as a (GPU side) vertex array allows. With Vertex Buffer Objects available, this use of display lists became obsolete. This was about around 2000. The only remaining use of display lists was to encapsulate OpenGL state settings, which was usefull, as setting keeping book of the state for the fixed function pipeline was quite tedious. Ever since OpenGL got fully shader based much of the fixed function state became obsolete as well. Today what you’ve done by calling a gazillion of OpneGL state calls (or one glCallLists) is replaced by simply selecting the right shader program for the task at hand.

    Ever since the display lists are completely obsolete and offer no viable performance gain.

    It’s also noteworthy, that OpenGL side matrix math operations (glLoadIdentity, glTranslate, glRotate, etc.) are not performed by the GPU. The matrix is prepared by the driver and then just uploaded to the GPU. Display lists just store the prepared matrix and upload it as well. But from a bandwidth and performance point of view, there’s no difference in calling glUniform / glLoadMatrix yourself or having a display lists trigger that codepath. So Khronos did the reasonable thing and removed display lists from any modern OpenGL version and variant.

    TL;DR: Display Lists used to be a usefull tool when Vertex Buffer Objects were not available to put geometry into fast memory and to compile larger sets of OpenGL state into an single name. On modern OpenGL display lists no longer offer advantages and would just increase driver size and complexity, so display lists have been removed from modern OpenGL variants.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i I can not understand one thing.. On my website there is a button
I am studying a MIPS code that uses procedure but I can not understand
Does anybody try zf2? I can not understand new mechanism of using sessions in
This is the problem described in Programming pearls . I can not understand binary
foo\r\nbar.replace(/(foo).+/m, bar) Hello. I can not understand why this code does not replace foo
I do not understand pointers. Where can I learn more about them?
Can someone help me understand how to write this case statement properly its not
I understand that branching in CUDA is not recommended as it can adversely affect
Disclaimer: I'm not a c++ developer, I can only do basic things. (I understand
I'm newbie in Python. I can't understand why this code does not work: reOptions

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.