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