aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gallium
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-09-30 10:30:19 +0200
committerMarge Bot <eric+marge@anholt.net>2020-10-28 10:27:51 +0000
commit580b9d11ff25a7887c5d69c91b4428fd6a943ca0 (patch)
tree7236d128935c11023dfc96dc99bbf99c9248a86f /docs/gallium
parentfef8a4befdc7f980e4da875cf80bc892cbaf7ed4 (diff)
downloadexternal_mesa3d-580b9d11ff25a7887c5d69c91b4428fd6a943ca0.tar.gz
external_mesa3d-580b9d11ff25a7887c5d69c91b4428fd6a943ca0.tar.bz2
external_mesa3d-580b9d11ff25a7887c5d69c91b4428fd6a943ca0.zip
docs: ie. -> i.e.
Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7060>
Diffstat (limited to 'docs/gallium')
-rw-r--r--docs/gallium/context.rst2
-rw-r--r--docs/gallium/cso/blend.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/gallium/context.rst b/docs/gallium/context.rst
index f061cade531..81a6da4fb88 100644
--- a/docs/gallium/context.rst
+++ b/docs/gallium/context.rst
@@ -161,7 +161,7 @@ to the array index which is used for sampling.
Sampler views outside of ``[start_slot, start_slot + num_views)`` are
unmodified. If ``views`` is NULL, the behavior is the same as if
- ``views[n]`` was NULL for the entire range, ie. releasing the reference
+ ``views[n]`` was NULL for the entire range, i.e. releasing the reference
for all the sampler views in the specified range.
* ``create_sampler_view`` creates a new sampler view. ``texture`` is associated
diff --git a/docs/gallium/cso/blend.rst b/docs/gallium/cso/blend.rst
index 78c80cf74c2..04dedfd3b7e 100644
--- a/docs/gallium/cso/blend.rst
+++ b/docs/gallium/cso/blend.rst
@@ -101,7 +101,7 @@ alpha_to_one
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
+ blend is enabled), i.e. the number of MRTs minus one. This is provided
so that the driver can avoid the overhead of programming unused MRTs.