radv/ac: move to using new export intrinsics.
[mesa.git] / docs / postprocess.html
index b99ef2b9f5ca9b68c72a854138311acb42c3d661..58f7fde3665cf67196946953fc6e9fd91b14f179 100644 (file)
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Gallium Post-processing</h1>
 
 <p>
@@ -26,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.
@@ -38,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
@@ -52,6 +59,6 @@ Numbers higher than 8 see minimizing gains.
 <br>
 <br>
 
-
+</div>
 </body>
 </html>