summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/docs
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-09-22 01:35:23 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-09-22 01:35:23 +0000
commit27e7bb02bd0f89f96d9e3b402b46c2c97ee4defe (patch)
tree274247cd9317896d1f4f7b12d469b85dbbae9205 /lib/mesa/src/gallium/docs
parent294c26e88dc461cbb485be73fd6624ec386b4f0b (diff)
Import Mesa 20.0.8
Diffstat (limited to 'lib/mesa/src/gallium/docs')
-rw-r--r--lib/mesa/src/gallium/docs/source/cso/blend.rst4
-rw-r--r--lib/mesa/src/gallium/docs/source/distro.rst2
2 files changed, 1 insertions, 5 deletions
diff --git a/lib/mesa/src/gallium/docs/source/cso/blend.rst b/lib/mesa/src/gallium/docs/source/cso/blend.rst
index be5a2ef79..7316e5c71 100644
--- a/lib/mesa/src/gallium/docs/source/cso/blend.rst
+++ b/lib/mesa/src/gallium/docs/source/cso/blend.rst
@@ -99,10 +99,6 @@ alpha_to_one
If enabled, the fragment's alpha value will be set to one. As with
alpha_to_coverage, this step happens regardless of whether multisample
is enabled or the destination buffer is multisampled.
-max_rt
- The index of the max render target (irrespecitive of whether independent
- blend is enabled), ie. the number of MRTs minus one. This is provided
- so that the driver can avoid the overhead of programming unused MRTs.
Per-rendertarget Members
diff --git a/lib/mesa/src/gallium/docs/source/distro.rst b/lib/mesa/src/gallium/docs/source/distro.rst
index 5ddd57786..15468b6ee 100644
--- a/lib/mesa/src/gallium/docs/source/distro.rst
+++ b/lib/mesa/src/gallium/docs/source/distro.rst
@@ -103,7 +103,7 @@ MesaGL
Tracker implementing a GL state machine. Not usable as a standalone tracker;
Mesa should be built with another state tracker, such as :ref:`DRI` or
-EGL.
+:ref:`EGL`.
VDPAU
^^^^^