summaryrefslogtreecommitdiff
path: root/src/gallium/docs/build/html/_sources/cso/dsa.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/docs/build/html/_sources/cso/dsa.txt')
-rw-r--r--src/gallium/docs/build/html/_sources/cso/dsa.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/gallium/docs/build/html/_sources/cso/dsa.txt b/src/gallium/docs/build/html/_sources/cso/dsa.txt
new file mode 100644
index 0000000000..5f23896f6e
--- /dev/null
+++ b/src/gallium/docs/build/html/_sources/cso/dsa.txt
@@ -0,0 +1,23 @@
+Depth, Stencil, & Alpha
+=======================
+
+These three states control the depth, stencil, and alpha tests, used to
+discard fragments that have passed through the fragment shader.
+
+Traditionally, these three tests have been clumped together in hardware, so
+they are all stored in one structure.
+
+Depth Members
+-------------
+
+XXX
+
+Stencil Members
+---------------
+
+XXX
+
+Alpha Members
+-------------
+
+XXX