diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.html | 17 | ||||
-rw-r--r-- | docs/relnotes-7.1.html | 7 |
2 files changed, 10 insertions, 14 deletions
diff --git a/docs/install.html b/docs/install.html index 30565a1dc4f..16ef013688a 100644 --- a/docs/install.html +++ b/docs/install.html @@ -25,23 +25,12 @@ <h3>1.1 Prerequisites for DRI and Hardware Acceleration</h3> <p> -To build Mesa with DRI-based hardware acceleration you must first have -the right version of DRM. +To build Mesa 7.1 with DRI-based hardware acceleration you must first have +the <a href="http://dri.freedesktop.org/libdrm/" target="_parent">DRM version 2.3.1</a>. </p> <p> -For Mesa 7.1 a particular snapshot of -<a href="http://dri.freedesktop.org/libdrm/">DRM</a> from git is required: -</p> - -<pre> -git-clone git://anongit.freedesktop.org/git/mesa/drm -git-checkout (XXXX HASH ID TBD) -</pre> -</li> - -<p> -You should also be using Xorg server version 1.4 +You should also be using the Xorg server version 1.4 or 1.5. </p> diff --git a/docs/relnotes-7.1.html b/docs/relnotes-7.1.html index 7720ca19d06..c9d7cddcab0 100644 --- a/docs/relnotes-7.1.html +++ b/docs/relnotes-7.1.html @@ -33,6 +33,13 @@ TBD </ul> +<h2>Bug fixes</h2> +<ul> +<li>Fixed a number of minor GLSL intrinsic function/constructor bugs +<li>Fixed some error code/detection bugs in the GLSL-related API functions +</ul> + + <h2>To Do (someday) items</h2> <ul> <li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy(). |