From 580b9d11ff25a7887c5d69c91b4428fd6a943ca0 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 30 Sep 2020 10:30:19 +0200 Subject: docs: ie. -> i.e. Reviewed-by: Daniel Stone Reviewed-by: Adam Jackson Part-of: --- docs/gallium/context.rst | 2 +- docs/gallium/cso/blend.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/gallium') 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. -- cgit v1.2.3