xref: /aosp_15_r20/external/mesa3d/docs/gallium/intro.rst (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1Introduction
2============
3
4What is Gallium?
5----------------
6
7Gallium is essentially an API for writing graphics drivers in a largely
8device-agnostic fashion. It provides several objects which encapsulate the
9core services of graphics hardware in a straightforward manner.
10