diff options
Diffstat (limited to 'mesalib/docs/contents.html')
-rw-r--r-- | mesalib/docs/contents.html | 74 |
1 files changed, 38 insertions, 36 deletions
diff --git a/mesalib/docs/contents.html b/mesalib/docs/contents.html index 6f556eed9..e7a23a6bc 100644 --- a/mesalib/docs/contents.html +++ b/mesalib/docs/contents.html @@ -1,33 +1,35 @@ -<html> - -<title>Contents</title> - -<link rel="stylesheet" type="text/css" href="mesa.css"></head> - -<!--Override a few values from the style sheet: --> -<style> -<!-- -body { - background-color: #cccccc; - color: black; -} -a:link { - color: #000; -} -a:visited { - color: #000; -} ---> -</style> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Contents</title> + <link rel="stylesheet" type="text/css" href="mesa.css"> + <!--Override a few values from the style sheet: --> + <style type="text/css"> + <!-- + body { + background-color: #cccccc; + color: black; + } + a:link { + color: #000; + } + a:visited { + color: #000; + } + --> + </style> +</head> +<body> <b>Documentation</b> <ul> <li><a href="intro.html" target="MainFrame">Introduction</a> <li><a href="news.html" target="MainFrame">News</a> -<LI><A HREF="developers.html" target="MainFrame">Developers</A> +<li><a href="developers.html" target="MainFrame">Developers</a> <li><a href="systems.html" target="MainFrame">Platforms and Drivers</a> -<li><a href="license.html" target="MainFrame">License & Copyright</a> +<li><a href="license.html" target="MainFrame">License & Copyright</a> <li><a href="faq.html" target="MainFrame">FAQ</a> <li><a href="relnotes.html" target="MainFrame">Release Notes</a> <li><a href="thanks.html" target="MainFrame">Acknowledgements</a> @@ -55,16 +57,16 @@ a:visited { <li><a href="egl.html" target="MainFrame">EGL</a> <li><a href="opengles.html" target="MainFrame">OpenGL ES</a> <li><a href="openvg.html" target="MainFrame">OpenVG / Vega</a> -<LI><A HREF="envvars.html" target="MainFrame">Environment Variables</A> -<LI><A HREF="osmesa.html" target="MainFrame">Off-Screen Rendering</A> -<LI><A HREF="debugging.html" target="MainFrame">Debugging Tips</A> -<LI><A HREF="perf.html" target="MainFrame">Performance Tips</A> -<LI><A HREF="extensions.html" target="MainFrame">Mesa Extensions</A> -<LI><A HREF="mangling.html" target="MainFrame">Function Name Mangling</A> -<LI><A href="llvmpipe.html" target="MainFrame">Gallium llvmpipe driver</A> -<LI><A href="vmware-guest.html" target="MainFrame">VMware SVGA3D guest driver</a> -<LI><A href="postprocess.html" target="MainFrame">Gallium post-processing</A> -<LI><A href="viewperf.html" target="MainFrame">Viewperf Issues</A> +<li><a href="envvars.html" target="MainFrame">Environment Variables</a> +<li><a href="osmesa.html" target="MainFrame">Off-Screen Rendering</a> +<li><a href="debugging.html" target="MainFrame">Debugging Tips</a> +<li><a href="perf.html" target="MainFrame">Performance Tips</a> +<li><a href="extensions.html" target="MainFrame">Mesa Extensions</a> +<li><a href="mangling.html" target="MainFrame">Function Name Mangling</a> +<li><a href="llvmpipe.html" target="MainFrame">Gallium llvmpipe driver</a> +<li><a href="vmware-guest.html" target="MainFrame">VMware SVGA3D guest driver</a> +<li><a href="postprocess.html" target="MainFrame">Gallium post-processing</a> +<li><a href="viewperf.html" target="MainFrame">Viewperf Issues</a> </ul> <b>Developer Topics</b> @@ -96,9 +98,9 @@ a:visited { <b>Hosted by:</b> <br> <blockquote> -<A HREF="http://sourceforge.net" -target="_parent"><IMG SRC="http://sourceforge.net/sflogo.php?group_id=3&type=1" -WIDTH="88" HEIGHT="31" ALIGN="BOTTOM" ALT="Sourceforge.net" BORDER="0"></A> +<a href="http://sourceforge.net" +target="_parent"><img src="http://sourceforge.net/sflogo.php?group_id=3&type=1" +width="88" height="31" align="bottom" alt="Sourceforge.net" border="0"></a> </blockquote> </body> |