diff options
-rw-r--r-- | docs/banner.html | 36 | ||||
-rw-r--r-- | docs/contents.html | 10 | ||||
-rw-r--r-- | docs/gears.png | bin | 0 -> 1608 bytes | |||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/mesa.css | 5 | ||||
-rw-r--r-- | docs/news.html | 4 | ||||
-rw-r--r-- | docs/thanks.html | 16 |
7 files changed, 46 insertions, 27 deletions
diff --git a/docs/banner.html b/docs/banner.html index b6d1abb0d5..9cb27bb6d1 100644 --- a/docs/banner.html +++ b/docs/banner.html @@ -1,15 +1,27 @@ -<HTML> - -<title>Banner</title> - - -<body text="#ffffff" bgcolor="#aa4444"> - +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <title>Banner</title> +</head> +<body bgcolor="#000000" text="#ffffff"> <center> -<p> -<font size="5">The Mesa 3D Graphics Library</font> -</p> +<table style="width: 95%; text-align: left;" border="0" cellpadding="2" + cellspacing="2"> + <tbody> + <tr> + <td style="vertical-align: top;"> + <p><img src="gears.png"> </p> + </td> + <td style="text-align: center;"><font face="sans-serif" size="5">The +Mesa 3D Graphics Library</font></td> + <td style="vertical-align: top; text-align: right;"> + <p><img src="gears.png"> </p> + </td> + </tr> + </tbody> +</table> +<p><font face="sans-serif" size="5"><br> +</font></p> </center> - </body> -</html>
\ No newline at end of file +</html> diff --git a/docs/contents.html b/docs/contents.html index f867786b84..cf78cdc7c5 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -4,20 +4,20 @@ <link rel="stylesheet" type="text/css" href="mesa.css"></head> -<body bgcolor="#119955"> +<body bgcolor="#eeeeee"> <!--Override a few values from the style sheet: --> <style> <!-- body { - background-color: #119955; - color: white; + background-color: #cccccc; + color: black; } a:link { - color: #fff; + color: #000; } a:visited { - color: #ccc; + color: #000; } --> </style> diff --git a/docs/gears.png b/docs/gears.png Binary files differnew file mode 100644 index 0000000000..4052b30ed0 --- /dev/null +++ b/docs/gears.png diff --git a/docs/index.html b/docs/index.html index 0fe3a6f11b..f5a56bb84d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ <title>Mesa Home Page</title></head> -<frameset rows="50,100% " border="1" framespacing="1" frameborder="yes"> +<frameset rows="80,100% " border="1" framespacing="1" frameborder="yes"> <frame src="banner.html" name="BannerFrame" scrolling="no" marginwidth="1" marginheight="1" resize=""> <frameset cols="28%,72% " border="1" framespacing="1" frameborder="yes"> <frame src="contents.html" name="ContentsFrame" marginwidth="2" marginheight="1" resize=""> diff --git a/docs/mesa.css b/docs/mesa.css index 190fd56de9..4b069412d9 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -1,20 +1,19 @@ /* Mesa CSS */ body { - background-color: #55bbff; + background-color: #ffffff; + /*background-color: #55bbff;*/ font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; color: black; link: #111188; } h1 { - background-color: #55bbff; font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; font-weight: bold; color: black; } h2 { - background-color: #55bbff; font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold; font-weight: bold; color: black; diff --git a/docs/news.html b/docs/news.html index cbec84adf8..026d6611c7 100644 --- a/docs/news.html +++ b/docs/news.html @@ -25,7 +25,7 @@ This is a stable release which just fixes bugs since the 6.2 release. - glReadPixels from a clipped front color buffer didn't always work - glTexImage didn't accept GL_RED/GREEN/BLUE as the format - Attempting queries/accesses of VBO 0 weren't detected as errors - - paletted textures failed if the palette had fewer that 256 entries + - paletted textures failed if the palette had fewer than 256 entries Changes: - fixed a bunch of compiler warnings found with gcc 3.4 - bug reports should to go bugzilla.freedesktop.org @@ -960,6 +960,6 @@ source code</a>.</p> <hr> -$Id: news.html,v 3.18 2005/05/04 20:05:21 brianp Exp $ +$Id: news.html,v 3.19 2005/05/05 14:18:31 brianp Exp $ </body> </html>
\ No newline at end of file diff --git a/docs/thanks.html b/docs/thanks.html index 73fa681950..78b9e3e5ec 100644 --- a/docs/thanks.html +++ b/docs/thanks.html @@ -13,6 +13,7 @@ The following individuals and groups are to be acknowledged for their contributions to Mesa over the years. +This list is far from complete and somewhat dated, unfortunately. <ul> @@ -32,14 +33,21 @@ substantial piece of work. Tungsten Graphics, Inc. have supported the ongoing development of Mesa. <br> <br> -<li>The <A HREF="http://sourceforge.net/projects/mesa3d" -target="_parent">Mesa</A> -project is hosted by<A HREF="http://sourceforge.net" -target="_parent"><IMG SRC="http://sourceforge.net/sflogo.php?group_id=3&type=1" +<li>The +<A HREF="http://sourceforge.net/projects/mesa3d" target="_parent">Mesa</A> +website is hosted by +<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> <br> <br> +<li>The Mesa CVS repository is hosted by +<a href="http://freedesktop.org/" target="_parent">freedesktop.org</a>. +<br> +<br> + + <li><a href="http://www.altsoftware.com/" target="_parent">alt.software</a> contributed the Direct3D driver. |