mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-27 09:31:03 +00: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.
|