merge gallium docs into main docs
[mesa.git] / src / gallium / docs / source / cso.rst
diff --git a/src/gallium/docs/source/cso.rst b/src/gallium/docs/source/cso.rst
deleted file mode 100644 (file)
index dab1ee5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-CSO
-===
-
-CSO, Constant State Objects, are a core part of Gallium's API.
-
-CSO work on the principle of reusable state; they are created by filling
-out a state object with the desired properties, then passing that object
-to a context. The context returns an opaque context-specific handle which
-can be bound at any time for the desired effect.
-
-.. toctree::
-   :glob:
-
-   cso/*