mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
2f81398187
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
10 lines
273 B
ReStructuredText
10 lines
273 B
ReStructuredText
Introduction
|
|
============
|
|
|
|
What is Gallium?
|
|
----------------
|
|
|
|
Gallium is essentially an API for writing graphics drivers in a largely
|
|
device-agnostic fashion. It provides several objects which encapsulate the
|
|
core services of graphics hardware in a straightforward manner.
|