The AIX GL is a set of graphics and utility subroutines that provide high- and low-level support for graphics. If you are using this library for the first time, read the following sections first.
Graphics primitives are expressed in 2-D or 3-D user-defined coordinates. These primitives go through the graphics pipeline, which performs matrix transformations on the coordinates, clips the coordinates to normalized coordinates, and scales the transformed, clipped coordinates to screen or window coordinates. The output of the graphics pipeline is then sent to the raster subsystem.
The raster subsystem fills in the pixels between the endpoints of the lines and the interiors of polygons; draws bit-mapped characters; and performs shading, depth-cueing, and hidden surface removal. A color value for each pixel is stored in the bitplanes. The system uses the values contained in the bitplanes to display an image on the monitor.
AIX GL runs on high-resolution color workstations. GL provides a set of graphics primitives in a combination of customized, very large scale integrated (VLSI) circuits and conventional hardware, firmware, and software.
The heart of the system is the graphics pipeline. This pipeline accepts points, vectors, polygons, characters, and curves in user-defined coordinate systems and transforms them to screen coordinates. It also provides hardware support for rotation, clipping, and scaling.
In addition to the graphics pipeline, the system consists of one or more general-purpose microprocessors, a raster subsystem, a high-resolution color monitor, a keyboard, and graphics input devices.
GL windowing subroutines are implemented on top of Enhanced X-Windows. (For more information on starting Enhanced X-Windows, see the xinit command.) The GL drawing subroutines are implemented by means of direct adapter access. GL applications and other XClients can run simultaneously on the same X server. GL works with any X-based window manager, including the AIXwindows window manager.
>On the POWER GXT1000, the multibuffer, ancillary buffer, and overlay extensions for X must be loaded to run GL.
There are both hardware and software prerequisites for running the GL application programming interface (API).
Of the following hardware, GL must have one as a prerequisite:
GL has the following software prerequisites:
GL is available with C, FORTRAN, and Ada language bindings.
This release of GL includes the following new or enhanced functions:
The GL documentation has been updated. In particular, note that Chapter15 contains important information about using GL with the system fork() and exec() routines and about compiling and linking GL programs.
Several new example programs can be found in /usr/lpp/GL/examples, including: