From 9ddeab48c85d45b7b7cc781dcf566e0767c84ba5 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Sun, 20 Dec 2009 20:37:40 -0800 Subject: More docs. Glossary. --- src/gallium/docs/build/html/glossary.html | 102 ++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 src/gallium/docs/build/html/glossary.html (limited to 'src/gallium/docs/build/html/glossary.html') diff --git a/src/gallium/docs/build/html/glossary.html b/src/gallium/docs/build/html/glossary.html new file mode 100644 index 0000000000..573c12eb78 --- /dev/null +++ b/src/gallium/docs/build/html/glossary.html @@ -0,0 +1,102 @@ + + + + + + + Glossary — Gallium v0.3 documentation + + + + + + + + + + + +
+
+
+
+ +
+

GlossaryΒΆ

+
+
MSAA
+
Multi-Sampled Anti-Aliasing. A basic anti-aliasing technique that takes +multiple samples of the depth buffer, and uses this information to +smooth the edges of polygons.
+
+
+ + +
+
+
+
+
+

Previous topic

+

Shader

+

This Page

+ + + +
+
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3