Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 1 | Distribution |
| 2 | ============ |
| 3 | |
| 4 | Along with the interface definitions, the following drivers, state trackers, |
| 5 | and auxiliary modules are shipped in the standard Gallium distribution. |
| 6 | |
| 7 | Drivers |
| 8 | ------- |
| 9 | |
| 10 | Cell |
| 11 | ^^^^ |
| 12 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 13 | Simple driver for the IBM Cell architecture. Runs faster than :ref:`softpipe` |
| 14 | on Cell-based machines. |
| 15 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 16 | Failover |
| 17 | ^^^^^^^^ |
| 18 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 19 | Broken and deprecated. |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 20 | |
| 21 | Intel i915 |
| 22 | ^^^^^^^^^^ |
| 23 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 24 | Driver for Intel i915 and i945 chipsets. |
| 25 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 26 | Intel i965 |
| 27 | ^^^^^^^^^^ |
| 28 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 29 | Highly experimental driver for Intel i965 chipsets. |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 30 | |
| 31 | Identity |
| 32 | ^^^^^^^^ |
| 33 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 34 | Wrapper driver. The identity driver is a simple skeleton that passes through |
| 35 | all of its :ref:`Context` and :ref:`Screen` methods to an underlying Context |
| 36 | and Screen, and as such, it is an excellent starting point for new drivers. |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 37 | |
| 38 | LLVM Softpipe |
| 39 | ^^^^^^^^^^^^^ |
| 40 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 41 | A version of :ref:`softpipe` that uses the Low-Level Virtual Machine to |
| 42 | dynamically generate optimized rasterizing pipelines. |
| 43 | |
| 44 | nVidia nvfx |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 45 | ^^^^^^^^^^^ |
| 46 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 47 | Driver for the nVidia nv30 and nv40 families of GPUs. |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 48 | |
| 49 | nVidia nv50 |
| 50 | ^^^^^^^^^^^ |
| 51 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 52 | Driver for the nVidia nv50 family of GPUs. |
| 53 | |
Corbin Simpson | 0a663bb | 2010-07-27 16:34:57 -0700 | [diff] [blame] | 54 | VMware SVGA |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 55 | ^^^^^^^^^^^ |
| 56 | |
Corbin Simpson | 0a663bb | 2010-07-27 16:34:57 -0700 | [diff] [blame] | 57 | Driver for VMware virtualized guest operating system graphics processing. |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 58 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 59 | ATI r300 |
| 60 | ^^^^^^^^ |
| 61 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 62 | Driver for the ATI/AMD r300, r400, and r500 families of GPUs. |
| 63 | |
| 64 | .. _softpipe: |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 65 | |
| 66 | Softpipe |
| 67 | ^^^^^^^^ |
| 68 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 69 | Reference software rasterizer. Slow but accurate. |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 70 | |
| 71 | Trace |
| 72 | ^^^^^ |
| 73 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 74 | Wrapper driver. Trace dumps an XML record of the calls made to the |
| 75 | :ref:`Context` and :ref:`Screen` objects that it wraps. |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 76 | |
Jakob Bornecrantz | fe19935 | 2010-08-15 00:57:18 +0100 | [diff] [blame] | 77 | Rbug |
| 78 | ^^^^ |
| 79 | |
| 80 | Wrapper driver. :ref:`rbug` driver used with stand alone rbug-gui. |
| 81 | |
Jakob Bornecrantz | d377abd | 2010-08-20 02:28:36 +0100 | [diff] [blame^] | 82 | .. _galahad: |
| 83 | |
| 84 | Galahad |
| 85 | ^^^^^^^ |
| 86 | |
| 87 | Wrapper driver. Sanity checker for the internal gallium state. Normally |
| 88 | a driver should n't have to sanity check the input it gets from a state |
| 89 | tracker. Any wrong state received should be perceived as a state tracker bug. |
| 90 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 91 | State Trackers |
| 92 | -------------- |
| 93 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 94 | .. _dri: |
| 95 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 96 | Direct Rendering Infrastructure |
| 97 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 98 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 99 | Tracker that implements the client-side DRI protocol, for providing direct |
| 100 | acceleration services to X11 servers with the DRI extension. Supports DRI1 |
| 101 | and DRI2. Only GL is supported. |
| 102 | |
| 103 | .. _egl: |
| 104 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 105 | EGL |
| 106 | ^^^ |
| 107 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 108 | Tracker for the Khronos EGL standard, used to set up GL and GLES contexts |
| 109 | without extra knowledge of the underlying windowing system. |
| 110 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 111 | GLX |
| 112 | ^^^ |
| 113 | |
| 114 | MesaGL |
| 115 | ^^^^^^ |
| 116 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 117 | Tracker implementing a GL state machine. Not usable as a standalone tracker; |
| 118 | Mesa should be built with another state tracker, such as :ref:`DRI` or |
| 119 | :ref:`EGL`. |
| 120 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 121 | Python |
| 122 | ^^^^^^ |
| 123 | |
| 124 | OpenVG |
| 125 | ^^^^^^ |
| 126 | |
| 127 | WGL |
| 128 | ^^^ |
| 129 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 130 | Xorg/XFree86 DDX |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 131 | ^^^^^^^^^^^^^^^^ |
| 132 | |
Corbin Simpson | e7d05f1 | 2010-06-16 16:52:52 -0700 | [diff] [blame] | 133 | Tracker for XFree86 and Xorg X11 servers. Provides device-dependent |
| 134 | modesetting and acceleration as a DDX driver. |
| 135 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 136 | Auxiliary |
| 137 | --------- |
| 138 | |
José Fonseca | 976afaf | 2010-02-03 15:56:36 +0000 | [diff] [blame] | 139 | OS |
| 140 | ^^ |
| 141 | |
| 142 | The OS module contains the abstractions for basic operating system services: |
| 143 | |
| 144 | * memory allocation |
| 145 | * simple message logging |
| 146 | * obtaining run-time configuration option |
| 147 | * threading primitives |
| 148 | |
| 149 | This is the bare minimum required to port Gallium to a new platform. |
| 150 | |
| 151 | The OS module already provides the implementations of these abstractions for |
| 152 | the most common platforms. When targeting an embedded platform no |
| 153 | implementation will be provided -- these must be provided separately. |
| 154 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 155 | CSO Cache |
| 156 | ^^^^^^^^^ |
| 157 | |
Corbin Simpson | 4f52dfe | 2010-01-18 15:24:51 -0800 | [diff] [blame] | 158 | The CSO cache is used to accelerate preparation of state by saving |
| 159 | driver-specific state structures for later use. |
| 160 | |
Corbin Simpson | 2598f00 | 2010-01-18 17:12:13 -0800 | [diff] [blame] | 161 | .. _draw: |
| 162 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 163 | Draw |
| 164 | ^^^^ |
| 165 | |
Corbin Simpson | 2b4ad02 | 2010-01-18 16:40:39 -0800 | [diff] [blame] | 166 | Draw is a software :term:`TCL` pipeline for hardware that lacks vertex shaders |
Corbin Simpson | 4f52dfe | 2010-01-18 15:24:51 -0800 | [diff] [blame] | 167 | or other essential parts of pre-rasterization vertex preparation. |
| 168 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 169 | Gallivm |
| 170 | ^^^^^^^ |
| 171 | |
| 172 | Indices |
| 173 | ^^^^^^^ |
| 174 | |
Corbin Simpson | 4f52dfe | 2010-01-18 15:24:51 -0800 | [diff] [blame] | 175 | Indices provides tools for translating or generating element indices for |
| 176 | use with element-based rendering. |
Corbin Simpson | 6a2936b | 2010-01-13 20:46:53 -0800 | [diff] [blame] | 177 | |
Corbin Simpson | 4f52dfe | 2010-01-18 15:24:51 -0800 | [diff] [blame] | 178 | Pipe Buffer Managers |
| 179 | ^^^^^^^^^^^^^^^^^^^^ |
| 180 | |
| 181 | Each of these managers provides various services to drivers that are not |
| 182 | fully utilizing a memory manager. |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 183 | |
| 184 | Remote Debugger |
| 185 | ^^^^^^^^^^^^^^^ |
| 186 | |
| 187 | Runtime Assembly Emission |
| 188 | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 189 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 190 | TGSI |
| 191 | ^^^^ |
| 192 | |
Corbin Simpson | 4f52dfe | 2010-01-18 15:24:51 -0800 | [diff] [blame] | 193 | The TGSI auxiliary module provides basic utilities for manipulating TGSI |
| 194 | streams. |
Corbin Simpson | 6a2936b | 2010-01-13 20:46:53 -0800 | [diff] [blame] | 195 | |
Corbin Simpson | acb8073 | 2009-12-24 01:53:48 -0800 | [diff] [blame] | 196 | Translate |
| 197 | ^^^^^^^^^ |
| 198 | |
| 199 | Util |
| 200 | ^^^^ |
| 201 | |