diff --git a/20080709.html b/20080709.html
new file mode 100644
index 0000000..a5825a5
--- /dev/null
+++ b/20080709.html
@@ -0,0 +1,18 @@
+
+
20080709 - Anti-Aliasing
+
+
+Anti-Aliasing
+
+
+Got anti-aliasing working in engine without hardware AA, using temporal jitter, sub-pixel positioning, and frame feedback. The 720P shots below (running at over 60fps on my NVidia 8600 GTS) were generated from only 256 K/pixels per frame. So I'm effectively only computing 25% of the screen pixels a frame. Which is great, builtin "keeping it low res".
+
+
+
+(Lost Images)
+
+
+
+
+
+
diff --git a/index.html b/index.html
index 372d3ee..acabebe 100644
--- a/index.html
+++ b/index.html
@@ -322,6 +322,8 @@ and attempting to restore what I can from prior lost images.
20080918 - General Purpose