diff options
author | Brian <[email protected]> | 2007-11-13 09:50:42 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-13 09:50:42 -0700 |
commit | e3a35a123efc48e0a69898fd7bda396c9fbe3fff (patch) | |
tree | 80598d04dc980a71aafacc9b5adcef6be7017a33 | |
parent | 412168f2e884d3dd8318c28405683c15c6912c93 (diff) |
DRI memory manager info (fixes dangling link)
-rw-r--r-- | docs/memory.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/memory.html b/docs/memory.html new file mode 100644 index 00000000000..cd59bd7f60e --- /dev/null +++ b/docs/memory.html @@ -0,0 +1,21 @@ +<HTML> + +<TITLE>Mesa News</TITLE> + +<head><link rel="stylesheet" type="text/css" href="mesa.css"></head> + +<BODY> + +<body bgcolor="#eeeeee"> + +<H1>DRI Memory Management</H1> + +<p> +Thomas Hellström's +<a href="http://www.tungstengraphics.com/mm.pdf">Memory Management +whitepaper</a> describes the goals, design and implementation of the +new DRI memory management system. +</p> + +</body> +</html> |