util/hash_table: replace fnv1a hash function with xxhash
[mesa.git] / docs / postprocess.html
index 2a37969429866da719c28684b5d88e5ae4c35f32..af7f86a80ccb22e7acaf27b3b35d694305f23420 100644 (file)
@@ -1,12 +1,20 @@
-<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>Gallium Post-processing</title>
+  <link rel="stylesheet" type="text/css" href="mesa.css">
+</head>
+<body>
 
-<TITLE>Gallium Post-processing</TITLE>
+<div class="header">
+  The Mesa 3D Graphics Library
+</div>
 
-<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+<iframe src="contents.html"></iframe>
+<div class="content">
 
-<BODY>
-
-<H1>Gallium Post-processing</H1>
+<h1>Gallium Post-processing</h1>
 
 <p>
 The Gallium drivers support user-defined image post-processing.
@@ -25,7 +33,7 @@ Multiple filters can be used together.
 </p>
 
 
-<H2>PP environment variables</H2>
+<h2>PP environment variables</h2>
 
 <ul>
 <li>PP_DEBUG - If defined debug information will be printed to stderr.
@@ -37,7 +45,7 @@ Multiple filters can be used together.
 <li>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.
 <li>pp_jimenezmlaa, pp_jimenezmlaa_color -
-<a href="http://www.iryokufx.com/mlaa/" target=_blank>Jimenez's MLAA</a>
+<a href="https://www.iryokufx.com/mlaa/" target=_blank>Jimenez's MLAA</a>
 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
@@ -47,10 +55,6 @@ Numbers higher than 8 see minimizing gains.
 <li>pp_celshade - set to 1 to enable cell shading (a more complex color filter).
 </ul>
 
-
-<br>
-<br>
-
-
-</BODY>
-</HTML>
+</div>
+</body>
+</html>