mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
9 lines
273 B
ReStructuredText
9 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.
|