What Is a Display List?
In OpenGL, the display list is composed of a set of OpenGL function statements stored in advance for later invocation. When this display list is called, the function statements listed in the table are executed in order. The display list is designed to optimize the performance of OpenGL programs.