David's lit notes, LaTeXiFiEd
[ipdf/documents.git] / papers.bib
index c4a857c..e2aa0e9 100644 (file)
   year={2006}
 }
 
+%%%%%%%%%%%%%%%%%%%%%%%%
+% Basic Rendering Theory
+%%%%%%%%%%%%%%%%%%%%%%%%
+
+%Porter-Duff compositing.
+% Keith Packard has a really nice PDF version of this.
+@inproceedings{porter1984compositing,
+  title={Compositing digital images},
+  author={Porter, Thomas and Duff, Tom},
+  booktitle={ACM Siggraph Computer Graphics},
+  volume={18},
+  number={3},
+  pages={253--259},
+  year={1984},
+  organization={ACM}
+}
+
+%Bresenham's Line Drawing Algorithm
+% See Michael Abrash's Graphics Programming Black Book for a
+% much better guide to implementing this (at least on the 486)
+@article{bresenham1965algorithm,
+  title={Algorithm for computer control of a digital plotter},
+  author={Bresenham, Jack E},
+  journal={IBM Systems journal},
+  volume={4},
+  number={1},
+  pages={25--30},
+  year={1965},
+  publisher={IBM Corp.}
+}
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%
 % Floating-pt Precision
 %%%%%%%%%%%%%%%%%%%%%%%
@@ -209,6 +242,21 @@ Goldberg:1991:CSK:103162.103163,
   organization={IEEE}
 }
 
+%%%%%%%%%%%%%%%%%
+% Quadtrees
+%%%%%%%%%%%%%%%%%
+@article{finkel1974quad,
+  title={Quad trees a data structure for retrieval on composite keys},
+  author={Finkel, Raphael A. and Bentley, Jon Louis},
+  journal={Acta informatica},
+  volume={4},
+  number={1},
+  pages={1--9},
+  year={1974},
+  publisher={Springer}
+}
+
+
 % Basic overview of PDF and how it is awesome.
 % This doesn't seem like a major revelation for 2002
 @article{cheng2002portable,

UCC git Repository :: git.ucc.asn.au