glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git] / src / gallium / docs / source / cso.rst
blobdab1ee50f3995e28cba783d9b05649e8d4f0c2f2
1 CSO
2 ===
4 CSO, Constant State Objects, are a core part of Gallium's API.
6 CSO work on the principle of reusable state; they are created by filling
7 out a state object with the desired properties, then passing that object
8 to a context. The context returns an opaque context-specific handle which
9 can be bound at any time for the desired effect.
11 .. toctree::
12    :glob:
14    cso/*