From 30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 9 Feb 2017 02:10:17 +0000 Subject: docs: https all the links \o/ Most of them already redirected to https anyway, so we might as well avoid the redirection and the security implications by linking directly to the right protocol. Signed-off-by: Eric Engestrom Reviewed-by: Brian Paul --- docs/README.WIN32 | 2 +- docs/application-issues.html | 2 +- docs/bugs.html | 2 +- docs/codingstyle.html | 2 +- docs/contents.html | 12 ++++++------ docs/developers.html | 4 ++-- docs/download.html | 6 +++--- docs/egl.html | 4 ++-- docs/faq.html | 22 +++++++++++----------- docs/features.txt | 2 +- docs/helpwanted.html | 18 +++++++++--------- docs/index.html | 24 ++++++++++++------------ docs/install.html | 2 +- docs/intro.html | 18 +++++++++--------- docs/license.html | 6 +++--- docs/lists.html | 22 +++++++++++----------- docs/llvmpipe.html | 24 ++++++++++++------------ docs/opengles.html | 4 ++-- docs/patents.txt | 4 ++-- docs/postprocess.html | 2 +- docs/relnotes/6.5.2.html | 2 +- docs/relnotes/7.11.html | 2 +- docs/relnotes/9.0.html | 2 +- docs/relnotes/9.1.2.html | 4 ++-- docs/repository.html | 16 ++++++++-------- docs/shading.html | 4 ++-- docs/sourcedocs.html | 2 +- docs/specs/MESA_texture_array.spec | 6 +++--- docs/submittingpatches.html | 2 +- docs/systems.html | 8 ++++---- docs/thanks.html | 2 +- docs/utilities.html | 6 +++--- docs/viewperf.html | 8 ++++---- docs/vmware-guest.html | 10 +++++----- 34 files changed, 128 insertions(+), 128 deletions(-) diff --git a/docs/README.WIN32 b/docs/README.WIN32 index 94e1d6fd83b..0f5010ce121 100644 --- a/docs/README.WIN32 +++ b/docs/README.WIN32 @@ -39,7 +39,7 @@ steps that work as of this writing. get pywin32-218.4.win-amd64-py2.7.exe - install git - download mesa from git - see http://www.mesa3d.org/repository.html + see https://www.mesa3d.org/repository.html - run scons General diff --git a/docs/application-issues.html b/docs/application-issues.html index 6db08658549..005d9f585fb 100644 --- a/docs/application-issues.html +++ b/docs/application-issues.html @@ -33,7 +33,7 @@ without a depth buffer.

Mesa 9.1.2 and later (will) support a DRI configuration option to work around this issue. -Using the driconf tool, +Using the driconf tool, set the "Create all visuals with a depth buffer" option before running Topogun. Then, all GLX visuals will be created with a depth buffer.

diff --git a/docs/bugs.html b/docs/bugs.html index 677a1b45def..445d9cac1e3 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -18,7 +18,7 @@

The Mesa bug database is hosted on -freedesktop.org. +freedesktop.org. The old bug database on SourceForge is no longer used.

diff --git a/docs/codingstyle.html b/docs/codingstyle.html index 4dfb0cc02f0..e5a92b0489c 100644 --- a/docs/codingstyle.html +++ b/docs/codingstyle.html @@ -58,7 +58,7 @@ and not a=b+c;
  • Use comments wherever you think it would be helpful for other developers. Several specific cases and style examples follow. Note that we roughly -follow Doxygen conventions. +follow Doxygen conventions.

    Single-line comments: diff --git a/docs/contents.html b/docs/contents.html index f56501f1551..33bf51dccb1 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -53,7 +53,7 @@
  • Mailing Lists
  • Bug Database
  • Webmaster -
  • Mesa/DRI Wiki +
  • Mesa/DRI Wiki User Topics @@ -89,16 +89,16 @@ Links Hosted by:
    -freedesktop.org +freedesktop.org
    diff --git a/docs/developers.html b/docs/developers.html index 85b6979bc90..372bd38f3ff 100644 --- a/docs/developers.html +++ b/docs/developers.html @@ -20,7 +20,7 @@ Both professional and volunteer developers contribute to Mesa.

    -VMware +VMware employs several of the main Mesa developers including Brian Paul and Keith Whitwell.

    @@ -44,7 +44,7 @@ Intel has recently contributed the new GLSL compiler in Mesa 7.9.

    -LunarG can be contacted +LunarG can be contacted for custom Mesa / 3D graphics development.

    diff --git a/docs/download.html b/docs/download.html index 8670b03d94a..c68f4baea0a 100644 --- a/docs/download.html +++ b/docs/download.html @@ -102,9 +102,9 @@ In the past, GLUT, GLU and the Mesa demos were released in conjunction with Mesa releases. But since GLUT, GLU and the demos change infrequently, they were split off into their own git repositories: -GLUT, -GLU and -Demos, +GLUT, +GLU and +Demos,

    diff --git a/docs/egl.html b/docs/egl.html index fb94f8c7136..6868448bc49 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -18,8 +18,8 @@

    The current version of EGL in Mesa implements EGL 1.4. More information about EGL can be found at - -http://www.khronos.org/egl/.

    + +https://www.khronos.org/egl/.

    The Mesa's implementation of EGL uses a driver architecture. The main library (libEGL) is window system neutral. It provides the EGL diff --git a/docs/faq.html b/docs/faq.html index 4e79bb167f6..1f2fd66034c 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -41,7 +41,7 @@ Last updated: 9 October 2012

    Mesa is an open-source implementation of the OpenGL specification. OpenGL is a programming library for writing interactive 3D applications. -See the OpenGL website for more +See the OpenGL website for more information.

    @@ -55,13 +55,13 @@ Yes. Specifically, Mesa serves as the OpenGL core for the open-source DRI drivers for X.org.

    @@ -144,7 +144,7 @@ Mesa is much more up to date with modern features and extensions.

    -Vincent is +Vincent is an open-source implementation of OpenGL ES for mobile devices.

    @@ -157,7 +157,7 @@ is a subset of OpenGL.

    -SoftGL +SoftGL is an OpenGL subset for mobile devices.

    @@ -213,7 +213,7 @@ If you don't already have GLUT installed, you should grab

    2.4 Where is the GLw library?

    -GLw (OpenGL widget library) is now available from a separate git repository. Unless you're using very old Xt/Motif applications with OpenGL, you shouldn't need it. +GLw (OpenGL widget library) is now available from a separate git repository. Unless you're using very old Xt/Motif applications with OpenGL, you shouldn't need it.

    @@ -276,7 +276,7 @@ If you're using a hardware accelerated driver you want direct rendering: Y

    If your DRI-based driver isn't working, go to the -DRI website for trouble-shooting information. +DRI website for trouble-shooting information.

    @@ -284,7 +284,7 @@ If your DRI-based driver isn't working, go to the

    Make sure the ratio of the far to near clipping planes isn't too great. Look -here +here for details.

    @@ -339,7 +339,7 @@ First, join the mesa-dev mailing list. That's where Mesa development is discussed.

    -The +The OpenGL Specification is the bible for OpenGL implementation work. You should read it.

    @@ -383,7 +383,7 @@ implement the extension (specifically the compression/decompression algorithms).

    -In the mean time, a 3rd party +In the mean time, a 3rd party plug-in library is available.

    diff --git a/docs/features.txt b/docs/features.txt index 2f2d41d2024..9ac02723b91 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -335,4 +335,4 @@ we DO NOT WANT implementations of these extensions for Mesa. A graphical representation of this information can be found at -http://mesamatrix.net/ +https://mesamatrix.net/ diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 0660a9e8ddb..bee901314d2 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -24,7 +24,7 @@ Here are some specific ideas and areas where help would be appreciated:
    1. Driver patching and testing. -Patches are often posted to the mesa-dev mailing list, but aren't +Patches are often posted to the mesa-dev mailing list, but aren't immediately checked into git because not enough people are testing them. Just applying patches, testing and reporting back is helpful.
    2. @@ -39,7 +39,7 @@ issues in the code. Fixing MSVC builds.
    3. Contribute more tests to -Piglit. +Piglit.
    4. Automatic testing. @@ -56,9 +56,9 @@ You can find some further To-do lists here: Common To-Do lists:

      @@ -66,15 +66,15 @@ You can find some further To-do lists here: Driver specific To-Do lists:

      diff --git a/docs/index.html b/docs/index.html index 128020f5207..aa9241bb8a1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -168,7 +168,7 @@ This is a bug-fix release.

      Mesa demos 8.3.0 is also released. -See the announcement for more information about the release. +See the announcement for more information about the release. You can download it from ftp.freedesktop.org/pub/mesa/demos/8.3.0/.

      @@ -483,7 +483,7 @@ This is a bug-fix release.

      Mesa demos 8.2.0 is released. -See the announcement for more information about the release. +See the announcement for more information about the release. You can download it from ftp.freedesktop.org/pub/mesa/demos/8.2.0/.

      @@ -662,7 +662,7 @@ This is a bug fix release.

      Mesa demos 8.1.0 is released. -See the announcement for more information about the release. +See the announcement for more information about the release. You can download it from ftp.freedesktop.org/pub/mesa/demos/8.1.0/.

      @@ -1358,7 +1358,7 @@ and primarily just incorporates bug fixes.

      December 28, 2003

      -The Mesa CVS server has been moved to +The Mesa CVS server has been moved to freedesktop.org because of problems with SourceForge's anonymous CVS service.

      @@ -1930,7 +1930,7 @@ Here's what's new:

      March 23, 2000

      -

      I've just upload the Mesa 3.2 beta 1 files to SourceForge at http://sourceforge.net/project/filelist.php?group_id=3

      +

      I've just upload the Mesa 3.2 beta 1 files to SourceForge at https://sourceforge.net/project/filelist.php?group_id=3

      3.2 (note even number) is a stabilization release of Mesa 3.1 meaning it's mainly just bug fixes.

      Here's what's changed:

      @@ -1978,7 +1978,7 @@ After 3.2 is wrapped up I hope to release 3.3 beta 1 soon afterward.

      December 17, 1999

      A Slashdot interview with Brian about Mesa (questions submitted by Slashdot readers) -can be found at http://slashdot.org/interviews/99/12/17/0927212.shtml.

      +can be found at https://slashdot.org/interviews/99/12/17/0927212.shtml.

      December 14, 1999

      Mesa 3.1 is released!

      @@ -2012,7 +2012,7 @@ BOF meeting is now available.

      -Brian

      August 14, 1999

      -

      www.mesa3d.org is having +

      www.mesa3d.org is having technical problems due to hardware failures at VA Linux systems. The Mac pages, ftp, and CVS services aren't fully restored yet. Please be patient.

      -Brian

      @@ -2021,9 +2021,9 @@ ftp, and CVS services aren't fully restored yet. Please be patient.

      RPMS of the nVidia RIVA server can be found at ftp://ftp.mesa3d.org/mesa/misc/nVidia/.

      June 2, 1999

      -

      nVidia has released some Linux binaries for +

      nVidia has released some Linux binaries for xfree86 3.3.3.1, along with the full source, which includes GLX acceleration -based on Mesa 3.0. They can be downloaded from http://www.nvidia.com/Products.nsf/htmlmedia/software_drivers.html.

      +based on Mesa 3.0. They can be downloaded from https://www.nvidia.com/Products.nsf/htmlmedia/software_drivers.html.

      May 24, 1999

      Beta 2 of Mesa 3.1 has been make available at ftp://ftp.mesa3d.org/mesa/beta/. @@ -2071,11 +2071,11 @@ grateful.

      The new webpages are now online. Enjoy, and let me know if you find any errors.

      February 16, 1999

      -

      SGI releases its -GLX source code.

      +

      SGI releases its +GLX source code.

      January 22, 1999

      -

      www.mesa3d.org established

      +

      www.mesa3d.org established

      diff --git a/docs/install.html b/docs/install.html index 7a690c9ef9b..765ecea43d1 100644 --- a/docs/install.html +++ b/docs/install.html @@ -71,7 +71,7 @@ you think you've spotted a bug let developers know by filing a
        -
      • Python - Python is required. +
      • Python - Python is required. Version 2.6.4 or later should work.
      • Python Mako module - diff --git a/docs/intro.html b/docs/intro.html index f7e3728e6bf..d90d0cb7dfd 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -18,17 +18,17 @@

        The Mesa project began as an open-source implementation of the -OpenGL specification - +OpenGL specification - a system for rendering interactive 3D graphics.

        Over the years the project has grown to implement more graphics APIs, including -OpenGL ES (versions 1, 2, 3), -OpenCL, +OpenGL ES (versions 1, 2, 3), +OpenCL, VDPAU and -Vulkan. +Vulkan.

        @@ -39,8 +39,8 @@ acceleration for modern GPUs.

        Mesa ties into several other open-source projects: the -Direct Rendering -Infrastructure and X.org to +Direct Rendering +Infrastructure and X.org to provide OpenGL support on Linux, FreeBSD and other operating systems.

        @@ -94,7 +94,7 @@ the OpenGL API, so they didn't feel threatened by the project. 1995-1996: I continue working on Mesa both during my spare time and during my work hours at the Space Science and Engineering Center at the University of Wisconsin in Madison. My supervisor, Bill Hibbard, lets me do this because -Mesa is now being using for the Vis5D project. +Mesa is now being using for the Vis5D project.

        October 1996: Mesa 2.0 is released. It implements the OpenGL 1.1 specification.

        @@ -151,7 +151,7 @@ and OpenGL Shading Language.

        2008: Keith Whitwell and other Tungsten Graphics employees develop -Gallium +Gallium - a new GPU abstraction layer. The latest Mesa drivers are based on Gallium and other APIs such as OpenVG are implemented on top of Gallium.

        @@ -279,7 +279,7 @@ GL_SRC2_ALPHA GL_SOURCE2_ALPHA

        See the - + OpenGL specification for more details.

        diff --git a/docs/license.html b/docs/license.html index 28488325d63..57d946cf3e5 100644 --- a/docs/license.html +++ b/docs/license.html @@ -18,10 +18,10 @@

        Mesa is a 3-D graphics library with an API which is very similar to -that of OpenGL.* +that of OpenGL.* To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, +href="https://www.sgi.com/">Silicon Graphics, Inc.(SGI). However, the author does not possess an OpenGL license from SGI, and makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with SGI. Those who want a @@ -36,7 +36,7 @@ library.

        -* OpenGL is a trademark of Silicon Graphics Incorporated.

        diff --git a/docs/lists.html b/docs/lists.html index 0ac07faf4a1..0b451a09c1c 100644 --- a/docs/lists.html +++ b/docs/lists.html @@ -21,23 +21,23 @@

          -
        • mesa-users +

        • mesa-users - intended for end-users of Mesa and DRI drivers. Newbie questions are OK, but please try the general OpenGL resources and Mesa/DRI documentation first.

        • -
        • mesa-dev +

        • mesa-dev - for Mesa, Gallium and DRI development discussion. Not for beginners.

        • -
        • mesa-commit +

        • mesa-commit - relays git check-in messages (for developers). In general, people should not post to this list.

        • -
        • mesa-announce +

        • mesa-announce - announcements of new Mesa versions are sent to this list. Very low traffic.

        • -
        • piglit +

        • piglit - for Piglit (OpenGL driver testing framework) discussion.

        @@ -56,22 +56,22 @@ Follow the links above for list archives.

        The old Mesa lists hosted at SourceForge are no longer in use. The archives are still available, however: -mesa3d-announce, -mesa3d-users, -mesa3d-dev. +mesa3d-announce, +mesa3d-users, +mesa3d-dev.

        For mailing lists about Direct Rendering Modules (drm) in Linux/BSD kernels, see the -DRI wiki. +DRI wiki.

        IRC

        join #dri-devel channel -on irc.freenode.net +on irc.freenode.net

        @@ -82,7 +82,7 @@ Here are some other OpenGL-related forums you might find useful:

        diff --git a/docs/opengles.html b/docs/opengles.html index 24ad69fe2d8..2872b248a41 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -17,8 +17,8 @@

        OpenGL ES

        Mesa implements OpenGL ES 1.1 and OpenGL ES 2.0. More information about -OpenGL ES can be found at -http://www.khronos.org/opengles/.

        +OpenGL ES can be found at +https://www.khronos.org/opengles/.

        OpenGL ES depends on a working EGL implementation. Please refer to Mesa EGL for more information about EGL.

        diff --git a/docs/patents.txt b/docs/patents.txt index 3834e255cc9..b20a045d4b5 100644 --- a/docs/patents.txt +++ b/docs/patents.txt @@ -27,5 +27,5 @@ ARB_texture_float: enable this extension. -[1] http://www.google.com/patents/about?id=mIIOAAAAEBAJ&dq=6650327 -[2] http://www.opengl.org/registry/specs/ARB/texture_float.txt +[1] https://www.google.com/patents/about?id=mIIOAAAAEBAJ&dq=6650327 +[2] https://www.opengl.org/registry/specs/ARB/texture_float.txt diff --git a/docs/postprocess.html b/docs/postprocess.html index db4abec9c78..58f7fde3665 100644 --- a/docs/postprocess.html +++ b/docs/postprocess.html @@ -45,7 +45,7 @@ Multiple filters can be used together.
      • pp_nored, pp_nogreen, pp_noblue - set to 1 to remove the corresponding color channel. These are basic filters for easy testing of the PP queue.
      • pp_jimenezmlaa, pp_jimenezmlaa_color - -Jimenez's MLAA +Jimenez's MLAA is a morphological antialiasing filter. The two versions use depth and color data, respectively. Which works better depends on the app - depth will not blur text, but it will diff --git a/docs/relnotes/6.5.2.html b/docs/relnotes/6.5.2.html index b14f24f281d..e93055e5d89 100644 --- a/docs/relnotes/6.5.2.html +++ b/docs/relnotes/6.5.2.html @@ -57,7 +57,7 @@ copy texturing).
      • New Intel i965 DRI driver
      • New minstall script to replace normal install program
      • Faster fragment program execution in software -
      • Added (or fixed) support for +
      • Added (or fixed) support for GLX_SGI_make_current_read to the following drivers:
        • radeon
        • diff --git a/docs/relnotes/7.11.html b/docs/relnotes/7.11.html index 721da9ca348..bd2ca5ec62c 100644 --- a/docs/relnotes/7.11.html +++ b/docs/relnotes/7.11.html @@ -226,7 +226,7 @@ did not exist in the 7.10 release series at all.

        • Bug 36086 - [wine] Segfault r300_resource_copy_region with some wine apps and RADEON_HYPERZ
        • -
        • Bug 36182 - Game Trine from http://www.humblebundle.com/ needs ATI_draw_buffers
        • +
        • Bug 36182 - Game Trine from https://www.humblebundle.com/ needs ATI_draw_buffers
        • Bug 36268 - [r300g, bisected] minor flickering in Unigine Sanctuary
        • diff --git a/docs/relnotes/9.0.html b/docs/relnotes/9.0.html index 1810ad4c699..f3a6b7ab4d5 100644 --- a/docs/relnotes/9.0.html +++ b/docs/relnotes/9.0.html @@ -90,7 +90,7 @@ The two supported build methods are now autoconf/automake and SCons.
        • Removed support for GL_ARB_shadow_ambient extension
        • Removed Gallium3D - nvfx driver (use nv30 instead)
        • -libGLU has been moved into its own repository, found at http://cgit.freedesktop.org/mesa/glu/ +libGLU has been moved into its own repository, found at https://cgit.freedesktop.org/mesa/glu/
        diff --git a/docs/relnotes/9.1.2.html b/docs/relnotes/9.1.2.html index 885457af255..317ce2e0236 100644 --- a/docs/relnotes/9.1.2.html +++ b/docs/relnotes/9.1.2.html @@ -68,9 +68,9 @@ b1ae5a4d9255953980bc9254f5323420 MesaLib-9.1.2.zip
      • Bug 62434 - [bisected] 3284.073] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/r600_dri.so failed (/usr/lib/libllvmradeon9.2.0.so: undefined symbol: lp_build_tgsi_intrinsic)
      • -
      • Debian bug #349437 - mesa - FTBFS: error: 'IEEE_ONE' undeclared
      • +
      • Debian bug #349437 - mesa - FTBFS: error: 'IEEE_ONE' undeclared
      • -
      • Redhat bug #918661 - crash in routine Avogadro UI manipulation
      • +
      • Redhat bug #918661 - crash in routine Avogadro UI manipulation
      diff --git a/docs/repository.html b/docs/repository.html index 714074f1976..802c9a235cb 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -17,13 +17,13 @@

      Code Repository

      -Mesa uses git +Mesa uses git as its source code management system.

      The master git repository is hosted on -freedesktop.org. +freedesktop.org.

      @@ -35,9 +35,9 @@ You may access the repository either as an

      You may also -browse the main Mesa git repository and the -Mesa demos and tests git repository.

      @@ -73,7 +73,7 @@ follow this procedure:

      1. Subscribe to the -mesa-dev +mesa-dev mailing list.
      2. Start contributing to the project by submitting patches to @@ -92,7 +92,7 @@ only if they're being supervised by another Mesa developer at the same organization and planning to work in a limited area of the code or on a separate branch.
      3. To apply for an account, follow -these directions. +these directions. It's also appreciated if you briefly describe what you intend to do (work on a particular driver, add a new extension, etc.) in the bugzilla record.
      @@ -121,7 +121,7 @@ Once your account is established:

      Windows Users

      -If you're +If you're using git on Windows you'll want to enable automatic CR/LF conversion in your local copy of the repository:

      @@ -235,7 +235,7 @@ If you want the rebase action to be the default action, then git config --global branch.autosetuprebase=always

      -See Understanding Git Conceptually for a fairly clear explanation about all of this. +See Understanding Git Conceptually for a fairly clear explanation about all of this.

    diff --git a/docs/shading.html b/docs/shading.html index e44035a0b23..a28c5b33b04 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -18,7 +18,7 @@

    This page describes the features and status of Mesa's support for the - + OpenGL Shading Language.

    @@ -222,7 +222,7 @@ regressions.

    -The Piglit project +The Piglit project has many GLSL tests.

    diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index 0a0080dc64a..454ea7d6770 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -31,7 +31,7 @@ the doxygen directory and run make.

    For an example of Doxygen usage in Mesa, see a recent source file -such as bufferobj.c. +such as bufferobj.c.

    diff --git a/docs/specs/MESA_texture_array.spec b/docs/specs/MESA_texture_array.spec index 3e3e82cf360..88f88150d41 100644 --- a/docs/specs/MESA_texture_array.spec +++ b/docs/specs/MESA_texture_array.spec @@ -76,9 +76,9 @@ Overview References: - http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=011557 - http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=000516 - http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=011903 + https://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=011557 + https://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=000516 + https://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=3;t=011903 http://www.delphi3d.net/articles/viewarticle.php?article=terraintex.htm New Procedures and Functions diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 141cec27581..d38ccad872f 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -140,7 +140,7 @@ to update the tests themselves.

    Whenever possible and applicable, test the patch with -Piglit and/or +Piglit and/or dEQP to check for regressions.

    diff --git a/docs/systems.html b/docs/systems.html index 12863876050..b97e1f0a79e 100644 --- a/docs/systems.html +++ b/docs/systems.html @@ -36,10 +36,10 @@ Hardware drivers include:
  • Intel i965, i945, i915. See Intel's website
  • AMD Radeon series. - See RadeonFeature
  • + See RadeonFeature
  • NVIDIA GPUs. - See Nouveau Wiki
  • -
  • VMware virtual GPU
  • + See Nouveau Wiki +
  • VMware virtual GPU
  • @@ -57,7 +57,7 @@ Additional driver information:

      -
    • DRI hardware +
    • DRI hardware drivers for the X Window System
    • Xlib / swrast driver for the X Window System and Unix-like operating systems diff --git a/docs/thanks.html b/docs/thanks.html index bca4b3424f5..61a896f0380 100644 --- a/docs/thanks.html +++ b/docs/thanks.html @@ -24,7 +24,7 @@ This list is far from complete and somewhat dated, unfortunately.
      • Early Mesa development was done while Brian was part of the - + SSEC Visualization Project at the University of Wisconsin. He'd like to thank Bill Hibbard for letting him work on Mesa as part of that project. diff --git a/docs/utilities.html b/docs/utilities.html index 238da1c0d19..c141abeefef 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -17,11 +17,11 @@

        Development Utilities

        -
        Mesa demos collection
        +
        Mesa demos collection
        includes several utility routines in the src/util/ directory.
        -
        Piglit
        +
        Piglit
        is an open-source test suite for OpenGL implementations.
        ApiTrace
        @@ -31,7 +31,7 @@
        is a very useful tool for tracking down memory-related problems in your code.
        -
        Coverity
        +
        Coverity
        provides static code analysis of Mesa. If you create an account you can see the results and try to fix outstanding issues.
        diff --git a/docs/viewperf.html b/docs/viewperf.html index a60a44f3613..0eb51a56620 100644 --- a/docs/viewperf.html +++ b/docs/viewperf.html @@ -18,7 +18,7 @@

        This page lists known issues with -SPEC Viewperf 11 +SPEC Viewperf 11 and SPEC Viewperf 12 when running on Mesa-based drivers.

        @@ -66,10 +66,10 @@ either in Viewperf or the Mesa driver.

        These tests use features of the - GL_NV_fragment_program2 and - GL_NV_vertex_program3 extensions without checking if the driver supports them. @@ -86,7 +86,7 @@ Subsequent drawing calls become no-ops and the rendering is incorrect.

        These tests depend on the -GL_NV_primitive_restart extension.

        diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html index b495bc255ce..b19a7da1588 100644 --- a/docs/vmware-guest.html +++ b/docs/vmware-guest.html @@ -18,7 +18,7 @@

        This page describes how to build, install and use the -VMware guest GL driver +VMware guest GL driver (aka the SVGA or SVGA3D driver) for Linux using the latest source code. This driver gives a Linux virtual machine access to the host's GPU for hardware-accelerated 3D. @@ -62,9 +62,9 @@ these instructions explain what to do. For more information about the X components see these wiki pages at x.org:

        @@ -82,8 +82,8 @@ The components involved in this include:

        All of these components reside in the guest Linux virtual machine. On the host, all you're doing is running VMware -Workstation or -Fusion. +Workstation or +Fusion.

        -- cgit v1.2.3