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