summaryrefslogtreecommitdiff
path: root/docs/vulkan
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@collabora.com>2022-02-17 22:10:04 -0600
committerJason Ekstrand <jason.ekstrand@collabora.com>2022-03-16 13:13:45 -0500
commit7521b5db1821a7755629c3d5db6c0ab49b8c674a (patch)
tree8c8798a7cfa5f7113de086fbdf9ba62900062e02 /docs/vulkan
parent3501a3f9ed92831ed039f0d54bf295af41ed0195 (diff)
downloadmesa-7521b5db1821a7755629c3d5db6c0ab49b8c674a.tar.gz
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>
Diffstat (limited to 'docs/vulkan')
-rw-r--r--docs/vulkan/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/vulkan/index.rst b/docs/vulkan/index.rst
new file mode 100644
index 00000000000..9f715f0fd9d
--- /dev/null
+++ b/docs/vulkan/index.rst
@@ -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