diff options
author | marha <marha@users.sourceforge.net> | 2012-06-15 08:28:24 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-15 08:28:24 +0200 |
commit | 7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb (patch) | |
tree | 4b28c371be2077a3a6127cbc0694c80a84100699 /mesalib/docs/intro.html | |
parent | 925b68a7b26823fdfa1cb25d3edc3545fc2175b1 (diff) | |
download | vcxsrv-7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb.tar.gz vcxsrv-7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb.tar.bz2 vcxsrv-7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb.zip |
fontconfig mesa pixman xserver git update 15 juni 2012
Diffstat (limited to 'mesalib/docs/intro.html')
-rw-r--r-- | mesalib/docs/intro.html | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/mesalib/docs/intro.html b/mesalib/docs/intro.html index 303f5eb0f..ef04f357e 100644 --- a/mesalib/docs/intro.html +++ b/mesalib/docs/intro.html @@ -1,12 +1,13 @@ -<HTML> +<!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>Mesa Introduction</title> + <link rel="stylesheet" type="text/css" href="mesa.css"> +</head> +<body> -<TITLE>Mesa Introduction</TITLE> - -<link rel="stylesheet" type="text/css" href="mesa.css"></head> - -<BODY> - -<H1>Introduction</H1> +<h1>Introduction</h1> <p> Mesa is an open-source implementation of the @@ -30,7 +31,7 @@ systems. -<H1>Project History</H1> +<h1>Project History</h1> <p> The Mesa project was originally started by Brian Paul. @@ -156,7 +157,7 @@ of the OpenGL specification. -<H1>Major Versions</H1> +<h1>Major Versions</h1> <p> This is a summary of the major versions of Mesa. @@ -165,7 +166,7 @@ of the OpenGL specification is implemented. </p> -<H2>Version 8.x features</H2> +<h2>Version 8.x features</h2> <p> Version 8.x of Mesa implements the OpenGL 3.0 API. The developers at Intel deserve a lot of credit for implementing most @@ -174,14 +175,14 @@ the i965 driver. </p> -<H2>Version 7.x features</H2> +<h2>Version 7.x features</h2> <p> Version 7.x of Mesa implements the OpenGL 2.1 API. The main feature of OpenGL 2.x is the OpenGL Shading Language. </p> -<H2>Version 6.x features</H2> +<h2>Version 6.x features</h2> <p> Version 6.x of Mesa implements the OpenGL 1.5 API with the following extensions incorporated as standard features: @@ -221,7 +222,7 @@ OpenGL specification</a> for more details. -<H2>Version 5.x features</H2> +<h2>Version 5.x features</h2> <p> Version 5.x of Mesa implements the OpenGL 1.4 API with the following extensions incorporated as standard features: @@ -247,7 +248,7 @@ extensions incorporated as standard features: </ul> -<H2>Version 4.x features</H2> +<h2>Version 4.x features</h2> <p> Version 4.x of Mesa implements the OpenGL 1.3 API with the following @@ -266,7 +267,7 @@ extensions incorporated as standard features: <li>GL_ARB_transpose_matrix </ul> -<H2>Version 3.x features</H2> +<h2>Version 3.x features</h2> <p> Version 3.x of Mesa implements the OpenGL 1.2 API with the following @@ -282,7 +283,7 @@ features: </ul> -<H2>Version 2.x features</H2> +<h2>Version 2.x features</h2> <p> Version 2.x of Mesa implements the OpenGL 1.1 API with the following features. |