summaryrefslogtreecommitdiff
path: root/src/gallium/docs/build/html/screen.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/docs/build/html/screen.html')
-rw-r--r--src/gallium/docs/build/html/screen.html36
1 files changed, 34 insertions, 2 deletions
diff --git a/src/gallium/docs/build/html/screen.html b/src/gallium/docs/build/html/screen.html
index ab9ef0cd93..8bc1cdc9cd 100644
--- a/src/gallium/docs/build/html/screen.html
+++ b/src/gallium/docs/build/html/screen.html
@@ -50,7 +50,31 @@
<p>A screen is an object representing the context-independent part of a device.</p>
<div class="section" id="methods">
<h2>Methods<a class="headerlink" href="#methods" title="Permalink to this headline">¶</a></h2>
-<p>XXX</p>
+<p>XXX moar; got bored</p>
+<div class="section" id="get-name">
+<h3>get_name<a class="headerlink" href="#get-name" title="Permalink to this headline">¶</a></h3>
+<p>Returns an identifying name for the screen.</p>
+</div>
+<div class="section" id="get-vendor">
+<h3>get_vendor<a class="headerlink" href="#get-vendor" title="Permalink to this headline">¶</a></h3>
+<p>Returns the screen vendor.</p>
+</div>
+<div class="section" id="get-param">
+<h3>get_param<a class="headerlink" href="#get-param" title="Permalink to this headline">¶</a></h3>
+<p>Get an integer/boolean screen parameter.</p>
+</div>
+<div class="section" id="get-paramf">
+<h3>get_paramf<a class="headerlink" href="#get-paramf" title="Permalink to this headline">¶</a></h3>
+<p>Get a floating-point screen parameter.</p>
+</div>
+<div class="section" id="is-format-supported">
+<h3>is_format_supported<a class="headerlink" href="#is-format-supported" title="Permalink to this headline">¶</a></h3>
+<p>See if a format can be used in a specific manner.</p>
+</div>
+<div class="section" id="texture-create">
+<h3>texture_create<a class="headerlink" href="#texture-create" title="Permalink to this headline">¶</a></h3>
+<p>Given a template of texture setup, create a BO-backed texture.</p>
+</div>
</div>
</div>
@@ -63,7 +87,15 @@
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference external" href="">Screen</a><ul>
-<li><a class="reference external" href="#methods">Methods</a></li>
+<li><a class="reference external" href="#methods">Methods</a><ul>
+<li><a class="reference external" href="#get-name">get_name</a></li>
+<li><a class="reference external" href="#get-vendor">get_vendor</a></li>
+<li><a class="reference external" href="#get-param">get_param</a></li>
+<li><a class="reference external" href="#get-paramf">get_paramf</a></li>
+<li><a class="reference external" href="#is-format-supported">is_format_supported</a></li>
+<li><a class="reference external" href="#texture-create">texture_create</a></li>
+</ul>
+</li>
</ul>
</li>
</ul>