summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/cso/dsa.rst
blob: 5f23896f6e7f97f80dc36ecb226b796e8ada111f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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