docs: Add the start of Vulkan runtime docs
Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14961>
This commit is contained in:
@@ -31,6 +31,7 @@ import tempfile
|
|||||||
INPUT_PATHS = [
|
INPUT_PATHS = [
|
||||||
'src/compiler/nir/nir.h',
|
'src/compiler/nir/nir.h',
|
||||||
'src/intel/isl',
|
'src/intel/isl',
|
||||||
|
'src/vulkan/runtime',
|
||||||
]
|
]
|
||||||
|
|
||||||
TEMPLATE_DOXYFILE = Template("""
|
TEMPLATE_DOXYFILE = Template("""
|
||||||
|
@@ -112,6 +112,7 @@ Linux, FreeBSD, and other operating systems.
|
|||||||
release-calendar
|
release-calendar
|
||||||
dispatch
|
dispatch
|
||||||
gallium/index
|
gallium/index
|
||||||
|
vulkan/index
|
||||||
nir/index
|
nir/index
|
||||||
isl/index
|
isl/index
|
||||||
android
|
android
|
||||||
|
10
docs/vulkan/index.rst
Normal file
10
docs/vulkan/index.rst
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Vulkan Runtime
|
||||||
|
==============
|
||||||
|
|
||||||
|
The Vulkan runtime and utility code in Mesa provides a powerful shared core
|
||||||
|
for building Vulkan drivers. It's a collection of base structures (think
|
||||||
|
base classes in OOO) which allow us to implement a bunch of the annoying
|
||||||
|
hardware-agnostic bits in common code.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
Reference in New Issue
Block a user