3DCHIPSET
YOUR SOURCE FOR 3D ACCELERATOR INFORMATION
3DCHIPSET / REFERENCE

3D Graphics Glossary

Illustrated logic diagrams and signal traces representing a graphics pipeline

The accelerator era developed its own shorthand. Reviews assumed readers knew the difference between AGP and an API, why fill rate was not the whole performance story, and what anisotropic filtering did to a floor receding into the distance. This glossary decodes the recurring terms.

3D accelerator
A graphics device designed to perform parts of the 3D rendering pipeline in hardware. Early accelerators could sit beside a separate 2D card; later products combined 2D, 3D, video, and display functions.
AGP
Accelerated Graphics Port, a dedicated connection used by PC graphics cards before PCI Express became dominant. Period boards were often described as AGP 2X, 4X, or 8X according to supported transfer modes.
API
An application programming interface defines how software asks a graphics system to perform work. Direct3D and OpenGL were the two names most often encountered in 3DChipset coverage. Microsoft describes DirectX as a set of APIs for games and high-performance multimedia, while Khronos maintains the cross-platform OpenGL specification.
Anisotropic filtering
A texture-filtering method that improves detail when a textured surface is viewed at an oblique angle. Roads, floors, and walls receding into a scene make the effect easy to notice. Quality and performance could vary by hardware and driver settings.
Antialiasing / FSAA
Techniques for reducing jagged stair-step edges. Full-scene antialiasing applies edge smoothing across a rendered scene. Different sampling patterns can produce different image quality and performance costs even when both are described with the same “2x” or “4x” shorthand.
Benchmark
A repeatable workload used to compare systems. A good comparison controls CPU, memory, software, driver, resolution, color depth, and quality settings. A synthetic benchmark isolates a chosen workload; a game test shows behavior in a real application. Neither is complete alone.
BIOS
Firmware that helps a graphics board initialize and identify its operating parameters before the full driver takes control. Changing it carried the possibility of leaving a board unusable, which is why the BIOS history provides no procedures or files.
Driver
Software that lets the operating system and graphics APIs use a device. A driver can expose features, translate commands, manage memory, provide a control panel, and include application-specific fixes or optimizations.
Fill rate
A simplified measure of how many pixels or texture samples a graphics design might process in a given time. Theoretical fill rate does not guarantee game performance because memory bandwidth, geometry work, shader work, overdraw, and software behavior also matter.
OpenGL
A cross-platform graphics API whose implementations are commonly provided through hardware drivers. The Khronos overview and OpenGL Registry provide specifications and reference material.
Overclocking
Running a component above its intended clock setting. Enthusiasts used utilities to adjust graphics-core and memory speeds, then checked stability, temperature, artifacts, and performance. Higher settings could increase heat or cause errors and were never guaranteed.
Shader
A program or programmable stage that controls part of rendering. The DirectX 8 and 9 years pushed consumer hardware from increasingly fixed functions toward programmable vertex and pixel work.
T&L
Transform and lighting. Transform operations place geometry in a scene; lighting calculations determine how it responds to light. Hardware T&L became a major consumer talking point with the original GeForce generation.
VIVO
Video in / video out, a board feature for receiving and sending video signals. It was distinct from ordinary monitor output and often appeared on multimedia-focused or premium cards.

Two terms that should stay separate

Image quality is what a frame looks like; performance is how quickly or smoothly it is produced. A fair comparison holds quality settings and output as close as possible before reading the speed difference. That principle explains many period debates about filtering, antialiasing, and driver optimizations.

For the Windows graphics side, see Microsoft’s DirectX graphics and gaming documentation. For the sequence in which these concepts reached consumer cards, continue to the 3D accelerator timeline.