diff --git a/docs/autoconf.html b/docs/autoconf.html
index 21ff8c11e48..df243c2c325 100644
--- a/docs/autoconf.html
+++ b/docs/autoconf.html
@@ -118,7 +118,7 @@ directories. For example, LDFLAGS="-L/usr/X11R6/lib"
.
PKG_CONFIG_PATH
The
-pkg-config
utility is a hard requirement for cofiguring and
+pkg-config
utility is a hard requirement for configuring and
building mesa. It is used to search for external libraries
on the system. This environment variable is used to control the search
path for pkg-config
. For instance, setting
@@ -137,7 +137,7 @@ There are also a few general options for altering the Mesa build:
hasn't already set them via the CFLAGS/CXXFLAGS) and macros to aid in
debugging the Mesa libraries.
Note that enabling this option can lead to noticable loss of performance.
+Note that enabling this option can lead to noticeable loss of performance.
--disable-asm
There are assembly routines diff --git a/docs/codingstyle.html b/docs/codingstyle.html index e5a92b0489c..7e9f470a100 100644 --- a/docs/codingstyle.html +++ b/docs/codingstyle.html @@ -120,7 +120,7 @@ the opening brace goes on the next line by itself (see above.) _mesa_foo_bar() - an internal non-static Mesa function -
The main library and OpenGL is enabled by default. The first two options above enables OpenGL ES 1.x and 2.x. The last two -options enables the listed classic and and Gallium drivers respectively.
+options enables the listed classic and Gallium drivers respectively.In order to achieve that one should update their local manifest to point to the -upstream repo, set the approapriate BOARD_GPU_DRIVERS and build the +upstream repo, set the appropriate BOARD_GPU_DRIVERS and build the libGLES_mesa library.
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 5fb3b7aa228..42272151c3b 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -34,7 +34,7 @@ It's the fastest software rasterizer for Mesa.An x86 or amd64 processor; 64-bit mode recommended.
- Support for SSE2 is strongly encouraged. Support for SSSE3 and SSE4.1 will + Support for SSE2 is strongly encouraged. Support for SSE3 and SSE4.1 will yield the most efficient code. The fewer features the CPU has the more likely is that you run into underperforming, buggy, or incomplete code.
diff --git a/docs/releasing.html b/docs/releasing.html index 242881a70bc..07d459581cb 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -57,11 +57,11 @@ to a minimum.@@ -453,7 +453,7 @@ and SSH passphrase(s) to sign and upload the files, respectively.
-Edit docs/relnotes/X.Y.Z.html to add the sha256sums as availabe in the mesa-X.Y.Z.announce template. Commit this change. +Edit docs/relnotes/X.Y.Z.html to add the sha256sums as available in the mesa-X.Y.Z.announce template. Commit this change.
- $ scripts/get_reviewer.pl --help # to get the the help screen + $ scripts/get_reviewer.pl --help # to get the help screen $ scripts/get_reviewer.pl -f src/egl/drivers/dri2/platform_android.c Rob Herring(reviewer:ANDROID EGL SUPPORT,added_lines:188/700=27%,removed_lines:58/283=20%) Tomasz Figa (reviewer:ANDROID EGL SUPPORT,authored:12/41=29%,added_lines:308/700=44%,removed_lines:115/283=41%)