Display List

A display list (or display file) is a series of graphics commands that define an output image. The image is created (rendered) by executing the commands.

For a display device without a frame buffer, such as the old vector graphics displays, the commands were executed every fraction of a second to maintain and animate the output. In modern systems, the commands need only be executed when they have changed or in order to refresh the output (e.g., when restoring a minimized window).

A display list can represent both two- and three-dimensional scenes. Systems that make use of a display list to store the scene are called retained mode systems as opposed to immediate mode systems.

Perhaps the earliest popular systems with true display list was the Atari 8-bit family. The display list (actually called so in Atari terminology) is a series of instructions for ANTIC, the video co-processor used in these machines. This program, stored in the computer's memory and executed by ANTIC in real time, can specify blank lines, any of six text modes and eight graphics modes, which sections of the screen can be horizontally or vertically fine scrolled, and trigger Display List Interrupts (called Raster interrupts or HBI on other systems).

Another system using a Display List-like feature in hardware is the Amiga which not coincidentally was also designed by the many of the same people who made the Atari 8-bits custom hardware. The Amiga hardware was extremely sophisticated and once directed to produce a display mode it would do so automatically. However, the computer also included a dedicated processor called "Copper", which ran a program, the "Copper List", oriented toward the display. The Copper List instructions could direct the Copper to wait for the display to reach a specific position on the screen and then change the contents of hardware registers. In effect it was a processor dedicated to servicing Raster interrupts. The Copper was used by Workbench to mix multiple display modes and by numerous programs to create rainbow and gradient effects on the screen.

In more primitive systems a display list can be simulated as a CPU-driven series of writes to certain display-mode, color-control, or other visual effect registers in the video device, rather than a series of rendering commands. Thus, one must create the displayed image using some other rendering process either before or while the display list is operating. In many cases, the image is also modified or re-rendered between frames, often with the display list turned off during this time. The image is then displayed in various ways depending on the exact way in which the display list is implemented.

Examples of the results possible on these older machines requiring CPU-driven display lists include effects such as Commodore 64/128's FLI mode, or Rainbow Processing on the ZX Spectrum.

Famous quotes containing the words display and/or list:

    Voluptuaries, consumed by their senses, always begin by flinging themselves with a great display of frenzy into an abyss. But they survive, they come to the surface again. And they develop a routine of the abyss: “It’s four o’clock ... At five I have my abyss.”
    Colette [Sidonie Gabrielle Colette] (1873–1954)

    Lastly, his tomb
    Shall list and founder in the troughs of grass
    And none shall speak his name.
    Karl Shapiro (b. 1913)