mesa/gallium: automatically lower alpha-testing
[mesa.git] / src / gallium / docs / source / screen.rst
index 8bb83aff77cb4be3512a5f7400b9f461576f45e9..a18f481f2127f31fc2008af64d79f5a33a3a5486 100644 (file)
@@ -559,6 +559,7 @@ The integer capabilities:
 * ``PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION``: True if driver supports demote keyword in GLSL programs.
 * ``PIPE_CAP_TGSI_TG4_COMPONENT_IN_SWIZZLE``: True if driver wants the TG4 component encoded in sampler swizzle rather than as a separate source.
 * ``PIPE_CAP_FLATSHADE``: Driver supports pipe_rasterizer_state::flatshade.
+* ``PIPE_CAP_ALPHA_TEST``: Driver supports alpha-testing.
 
 .. _pipe_capf: