diff --git a/docs/application-issues.html b/docs/application-issues.html index 005d9f585fb..a0fdf9c30f4 100644 --- a/docs/application-issues.html +++ b/docs/application-issues.html @@ -62,9 +62,11 @@ older than the given year.
For example, if the game was released in 2001, do +
export MESA_EXTENSION_MAX_YEAR=2001+
before running the game.
diff --git a/docs/download.html b/docs/download.html index 840f363cdf6..3807f836d14 100644 --- a/docs/download.html +++ b/docs/download.html @@ -46,14 +46,14 @@ Mesa releases are available in two formats: .tar.xz and .tar.gz To unpack the tarball: +tar xf mesa-Y.N.P.tar.xz-or +
or
tar xf mesa-Y.N.P.tar.gz-
32-bit build on x86 linux: +
[binaries] c = '/usr/bin/gcc' @@ -378,10 +379,10 @@ cpu_family = 'x86' cpu = 'i686' endian = 'little'-
64-bit build on ARM linux: +
[binaries] c = '/usr/bin/aarch64-linux-gnu-gcc' @@ -397,10 +398,10 @@ cpu_family = 'aarch64' cpu = 'aarch64' endian = 'little'-
64-bit build on x86 windows: +
[binaries] c = '/usr/bin/x86_64-w64-mingw32-gcc' @@ -416,7 +417,6 @@ cpu_family = 'x86_64' cpu = 'i686' endian = 'little'-