| Quartz Compositor |
Article Index for Quartz |
Website Links For Quartz |
Information AboutQuartz Compositor |
| CATEGORIES ABOUT QUARTZ COMPOSITOR | |
| mac os x user interface | |
| windowing systems | |
|
Quartz Compositor is the Windowing System that is responsible for the user interface in Mac OS X . On a Mac OS X system, the Quartz Compositor can be seen in a process list as '''Window Manager''' or, in more recent versions, '''WindowServer'''. Quartz Compositor performs two main functions:
Each window in Mac OS X is stored as a Bitmap associated with positioning (including z-index positioning), Transparency and Anti-aliasing information. The application that owns the window draws the window contents to the appropriate bitmap, using any of the supported drawing modes (such as Quartz 2D , QuickDraw , or OpenGL ). Quartz Compositor then takes each window bitmap and composites them together using the associated information to create a display. This allows the Mac OS X windowing system to be "agnostic in terms of a drawing model" and gives it the ability to create impressive visual effects, such as the ''genie effect'' as a window is minimized to the Dock . In its role as window manager, Quartz Compositor, also has an Event Queue which receives events, such as key strokes and mouse clicks. The Quartz Compositor takes the events from the queue, determines which process owns the window where the event occurred and passes the event on to the process's own event queue. QUARTZ EXTREME Starting with Mac OS X V10.2 , Quartz Compositor was extended by Quartz Extreme, which uses OpenGL to render screen displays faster by presenting them as Texture s within a 3D OpenGL context. This permits faster compositing of screen images using 3D hardware acceleration. To use Quartz Extreme, the Macintosh must have a graphics card with support for arbitrary texture dimensions and a minimum of 16 MB of VRAM . In practice, this means either an NVIDIA , ATI Radeon or Intel GMA950 Graphics Card using an AGP or PCI Express slot. In Mac OS X V10.4 , Apple introduced Quartz 2D Extreme, increasing the speed of the actual drawing operations as well, so that as much of the compositing and drawing was taken over by the graphics card as possible. Note that Q2DE is not enabled by default due to bugs in a number of the graphic card drivers for Mac OS X. In order to enable Q2DE, one must use the Quartz Debug tool included with Apple's Xcode 2.0 developer tools. SEE ALSO EXTERNAL LINKS
|
|
|