From a8df5cad9de6570ae1b73a2e51be09a09f67ab51 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Sun, 20 Dec 2009 15:02:33 -0800 Subject: Add a compiled HTML doctree. --- src/gallium/docs/build/html/intro.html | 120 +++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 src/gallium/docs/build/html/intro.html (limited to 'src/gallium/docs/build/html/intro.html') diff --git a/src/gallium/docs/build/html/intro.html b/src/gallium/docs/build/html/intro.html new file mode 100644 index 0000000000..e95cb064a7 --- /dev/null +++ b/src/gallium/docs/build/html/intro.html @@ -0,0 +1,120 @@ + + + + + + + Introduction — Gallium v0.3 documentation + + + + + + + + + + + + +
+
+
+
+ +
+

Introduction

+
+

What is Gallium?

+

Gallium is essentially an API for writing graphics drivers in a largely +device-agnostic fashion. It provides several objects which encapsulate the +core services of graphics hardware in a straightforward manner.

+
+
+ + +
+
+
+
+
+

Table Of Contents

+ + +

Previous topic

+

Welcome to Gallium’s documentation!

+

Next topic

+

TGSI

+

This Page

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