Add files via upload

This commit is contained in:
TimothyLottes
2016-11-10 07:35:06 -05:00
committed by GitHub
parent f0c660deea
commit e0798ba811
3 changed files with 17 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20070819 - High Dynamic Range</h1>
<br>
<center><img src="20070819.jpg"></center>
<br>
Made some key updates to the compositing engine. Switched from 8bit/channel to 16bit/channel and added mipmap support to the fractal framebuffer. So now the engine has high dynamic range. This extra precision really helps when compositing a foggy shadow over a lit area. Now the really bright areas show through the fog. Also the color around overexposed areas stays true instead of graying the hues do to clipping to white and loosing the color of the overexposed areas.
<br><br>
Of course I've just doubled my ROP bus bandwidth requirement (blending pixels into the framebuffer). My primary compositing fragment shader also does two texture lookups, one of which now is 16bit/channel instead of 8bit. To offset the performance impact of this change I have switched from trilinear to bilinear nearest mipmap for the 8bit texture lookup, and moved from 8bit linear to 16bit bilinear nearest mipmap for the other. Using mipmaping greatly increases the texture cache performance.
</div></body></html>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

+2 -1
View File
@@ -23,7 +23,7 @@ O OOO ||..||OO||||||||||OOo || ||||||||||||| ||||OO|| |o| ||||||||OO||OOO
.. .. . .// . ...
/ <pre></center>
<br>
<h1>20161109 - Archive</h1>
<h1>20161110 - Archive</h1>
<br>
<center><i>Existing online pages migrated over, working on restoring older content ...</i></center>
<br>
@@ -128,6 +128,7 @@ Below this is active random migration (416 prior posts still to filter through)
<a href="20090407.html">20090407 - DXT Tip</a><br>
<br>
<b>2007</b><br>
<a href="20070819.html">20070819 - High Dynamic Range</a><br>
<a href="20070818.html">20070818 - Deferred Fractal Environment Shading</a><br>
<a href="20070817.html">20070817 - Videos Update</a><br>
<a href="20070816.html">20070816 - CFD Videos</a><br>