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/tgsi.html | 110 ++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 src/gallium/docs/build/html/tgsi.html (limited to 'src/gallium/docs/build/html/tgsi.html') diff --git a/src/gallium/docs/build/html/tgsi.html b/src/gallium/docs/build/html/tgsi.html new file mode 100644 index 0000000000..6bc23b3012 --- /dev/null +++ b/src/gallium/docs/build/html/tgsi.html @@ -0,0 +1,110 @@ + + + + + + + TGSI — Gallium v0.3 documentation + + + + + + + + + + + + +
+
+
+
+ +
+

TGSIΒΆ

+

TGSI, Tungsten Graphics Shader Instructions, is an intermediate language +for describing shaders. Since Gallium is inherently shaderful, shaders are +an important part of the API. TGSI is the only intermediate representation +used by all drivers.

+
+ + +
+
+
+
+
+

Previous topic

+

Introduction

+

Next topic

+

CSO

+

This Page

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