From a8df5cad9de6570ae1b73a2e51be09a09f67ab51 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Sun, 20 Dec 2009 15:02:33 -0800 Subject: Add a compiled HTML doctree. --- src/gallium/docs/build/html/cso/dsa.html | 135 +++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 src/gallium/docs/build/html/cso/dsa.html (limited to 'src/gallium/docs/build/html/cso/dsa.html') diff --git a/src/gallium/docs/build/html/cso/dsa.html b/src/gallium/docs/build/html/cso/dsa.html new file mode 100644 index 0000000000..c35b946369 --- /dev/null +++ b/src/gallium/docs/build/html/cso/dsa.html @@ -0,0 +1,135 @@ + + + + + + + Depth, Stencil, & Alpha — Gallium v0.3 documentation + + + + + + + + + + + + + +
+
+
+
+ +
+

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

+
+
+ + +
+
+
+
+
+

Table Of Contents

+ + +

Previous topic

+

Blend

+

Next topic

+

Rasterizer

+

This Page

+ + + +
+
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3