i965g: Fix assertions that were always true.
[mesa.git] / src / gallium / docs / source / cso.rst
index f00cc51d4bf7ffd82244e15388cbd6eb9b38bfab..dab1ee50f3995e28cba783d9b05649e8d4f0c2f2 100644 (file)
@@ -1,6 +1,13 @@
 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: