mesa/gallium: automatically lower point-size
[mesa.git] / src / gallium / docs / source / screen.rst
index a18f481f2127f31fc2008af64d79f5a33a3a5486..f280ad1cfec54c8e6082c498f725ebf405a98206 100644 (file)
@@ -560,6 +560,8 @@ The integer capabilities:
 * ``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_CAP_POINT_SIZE_FIXED``: Driver supports point-sizes that are fixed,
+  as opposed to writing gl_PointSize for every point.
 
 .. _pipe_capf: