Add screen and context to docs.
This commit is contained in:
10
src/gallium/docs/build/html/_sources/context.txt
vendored
Normal file
10
src/gallium/docs/build/html/_sources/context.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
Context
|
||||
=======
|
||||
|
||||
The context object represents the purest, most directly accessible, abilities
|
||||
of the device's 3D rendering pipeline.
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
XXX
|
@@ -13,6 +13,8 @@ Contents:
|
||||
|
||||
intro
|
||||
tgsi
|
||||
screen
|
||||
context
|
||||
cso
|
||||
|
||||
Indices and tables
|
||||
|
9
src/gallium/docs/build/html/_sources/screen.txt
vendored
Normal file
9
src/gallium/docs/build/html/_sources/screen.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
Screen
|
||||
======
|
||||
|
||||
A screen is an object representing the context-independent part of a device.
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
XXX
|
120
src/gallium/docs/build/html/context.html
vendored
Normal file
120
src/gallium/docs/build/html/context.html
vendored
Normal file
@@ -0,0 +1,120 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Context — Gallium v0.3 documentation</title>
|
||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '0.3',
|
||||
COLLAPSE_MODINDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="top" title="Gallium v0.3 documentation" href="index.html" />
|
||||
<link rel="next" title="CSO" href="cso.html" />
|
||||
<link rel="prev" title="Screen" href="screen.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="cso.html" title="CSO"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="screen.html" title="Screen"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">Gallium v0.3 documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="document">
|
||||
<div class="documentwrapper">
|
||||
<div class="bodywrapper">
|
||||
<div class="body">
|
||||
|
||||
<div class="section" id="context">
|
||||
<h1>Context<a class="headerlink" href="#context" title="Permalink to this headline">¶</a></h1>
|
||||
<p>The context object represents the purest, most directly accessible, abilities
|
||||
of the device’s 3D rendering pipeline.</p>
|
||||
<div class="section" id="methods">
|
||||
<h2>Methods<a class="headerlink" href="#methods" title="Permalink to this headline">¶</a></h2>
|
||||
<p>XXX</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sphinxsidebar">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<h3><a href="index.html">Table Of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference external" href="">Context</a><ul>
|
||||
<li><a class="reference external" href="#methods">Methods</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="screen.html"
|
||||
title="previous chapter">Screen</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="cso.html"
|
||||
title="next chapter">CSO</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/context.txt"
|
||||
rel="nofollow">Show Source</a></li>
|
||||
</ul>
|
||||
<div id="searchbox" style="display: none">
|
||||
<h3>Quick search</h3>
|
||||
<form class="search" action="search.html" method="get">
|
||||
<input type="text" name="q" size="18" />
|
||||
<input type="submit" value="Go" />
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
<p class="searchtip" style="font-size: 90%">
|
||||
Enter search terms or a module, class or function name.
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="cso.html" title="CSO"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="screen.html" title="Screen"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">Gallium v0.3 documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
© Copyright 2009, VMWare, X.org, Nouveau.
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
10
src/gallium/docs/build/html/cso.html
vendored
10
src/gallium/docs/build/html/cso.html
vendored
@@ -21,7 +21,7 @@
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="top" title="Gallium v0.3 documentation" href="index.html" />
|
||||
<link rel="next" title="Blend" href="cso/blend.html" />
|
||||
<link rel="prev" title="TGSI" href="tgsi.html" />
|
||||
<link rel="prev" title="Context" href="context.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
@@ -34,7 +34,7 @@
|
||||
<a href="cso/blend.html" title="Blend"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="tgsi.html" title="TGSI"
|
||||
<a href="context.html" title="Context"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">Gallium v0.3 documentation</a> »</li>
|
||||
</ul>
|
||||
@@ -80,8 +80,8 @@
|
||||
<div class="sphinxsidebar">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="tgsi.html"
|
||||
title="previous chapter">TGSI</a></p>
|
||||
<p class="topless"><a href="context.html"
|
||||
title="previous chapter">Context</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="cso/blend.html"
|
||||
title="next chapter">Blend</a></p>
|
||||
@@ -117,7 +117,7 @@
|
||||
<a href="cso/blend.html" title="Blend"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="tgsi.html" title="TGSI"
|
||||
<a href="context.html" title="Context"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">Gallium v0.3 documentation</a> »</li>
|
||||
</ul>
|
||||
|
8
src/gallium/docs/build/html/index.html
vendored
8
src/gallium/docs/build/html/index.html
vendored
@@ -50,6 +50,14 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference external" href="tgsi.html">TGSI</a></li>
|
||||
<li class="toctree-l1"><a class="reference external" href="screen.html">Screen</a><ul>
|
||||
<li class="toctree-l2"><a class="reference external" href="screen.html#methods">Methods</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference external" href="context.html">Context</a><ul>
|
||||
<li class="toctree-l2"><a class="reference external" href="context.html#methods">Methods</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference external" href="cso.html">CSO</a><ul>
|
||||
<li class="toctree-l2"><a class="reference external" href="cso/blend.html">Blend</a></li>
|
||||
<li class="toctree-l2"><a class="reference external" href="cso/dsa.html">Depth, Stencil, & Alpha</a></li>
|
||||
|
119
src/gallium/docs/build/html/screen.html
vendored
Normal file
119
src/gallium/docs/build/html/screen.html
vendored
Normal file
@@ -0,0 +1,119 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Screen — Gallium v0.3 documentation</title>
|
||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '',
|
||||
VERSION: '0.3',
|
||||
COLLAPSE_MODINDEX: false,
|
||||
FILE_SUFFIX: '.html',
|
||||
HAS_SOURCE: true
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||
<link rel="top" title="Gallium v0.3 documentation" href="index.html" />
|
||||
<link rel="next" title="Context" href="context.html" />
|
||||
<link rel="prev" title="TGSI" href="tgsi.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="context.html" title="Context"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="tgsi.html" title="TGSI"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="index.html">Gallium v0.3 documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="document">
|
||||
<div class="documentwrapper">
|
||||
<div class="bodywrapper">
|
||||
<div class="body">
|
||||
|
||||
<div class="section" id="screen">
|
||||
<h1>Screen<a class="headerlink" href="#screen" title="Permalink to this headline">¶</a></h1>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sphinxsidebar">
|
||||
<div class="sphinxsidebarwrapper">
|
||||
<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>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="tgsi.html"
|
||||
title="previous chapter">TGSI</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="context.html"
|
||||
title="next chapter">Context</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="_sources/screen.txt"
|
||||
rel="nofollow">Show Source</a></li>
|
||||
</ul>
|
||||
<div id="searchbox" style="display: none">
|
||||
<h3>Quick search</h3>
|
||||
<form class="search" action="search.html" method="get">
|
||||
<input type="text" name="q" size="18" />
|
||||
<input type="submit" value="Go" />
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
<p class="searchtip" style="font-size: 90%">
|
||||
Enter search terms or a module, class or function name.
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
<div class="related">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li class="right" style="margin-right: 10px">
|
||||
<a href="genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="context.html" title="Context"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="tgsi.html" title="TGSI"
|
||||
>previous</a> |</li>
|
||||
<li><a href="index.html">Gallium v0.3 documentation</a> »</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer">
|
||||
© Copyright 2009, VMWare, X.org, Nouveau.
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
2
src/gallium/docs/build/html/searchindex.js
vendored
2
src/gallium/docs/build/html/searchindex.js
vendored
@@ -1 +1 @@
|
||||
Search.setIndex({desctypes:{},terms:{represent:2,all:[2,8],through:8,languag:2,write:5,onli:2,intermedi:2,should:6,sampler:[0,1,7],main:3,straightforward:5,fragment:[6,3,8],agnost:5,tungsten:2,amp:8,tgsi_token:4,introduct:[0,5],list:4,token:4,page:0,set:7,chunk:3,blend_en:6,sampl:7,result:6,pass:8,index:0,what:[0,5,6],content:0,state:[8,6,3,7],larg:5,unit:7,hardwar:[5,8],"import":2,core:5,inher:2,vertic:3,sinc:2,raster:[0,1,3],search:0,gallium:[0,2,5,4],shader:[0,1,2,4,8],mani:7,clump:8,load:7,render:6,modul:0,three:8,instruct:2,api:[2,5],select:7,stencil:[0,1,8],from:7,describ:2,support:4,devic:5,two:4,been:8,type:4,individu:7,store:8,option:7,xxx:[8,6,3,7],part:2,togeth:8,essenti:5,graphic:[2,5],target:6,provid:5,servic:5,structur:8,"final":6,behavior:6,control:[8,6,3,7],fashion:5,encapsul:5,indic:0,manner:5,have:[8,7],tabl:0,sever:5,cso:[0,1],thei:8,unresolv:6,member:[1,3,4,6,7,8],how:3,which:5,test:8,document:0,textur:7,texel:7,buffer:6,object:5,driver:[2,5],discard:8,alpha:[0,1,8],tradition:8,welcom:0,off:6,tgsi:[0,2],depth:[0,1,8],thi:[6,7],interpol:3,blend:[0,1,6]},titles:["Welcome to Gallium’s documentation!","CSO","TGSI","Rasterizer","Shader","Introduction","Blend","Sampler","Depth, Stencil, & Alpha"],modules:{},descrefs:{},filenames:["index","cso","tgsi","cso/rasterizer","cso/shader","intro","cso/blend","cso/sampler","cso/dsa"]})
|
||||
Search.setIndex({desctypes:{},terms:{represent:3,all:[3,10],through:10,abil:8,languag:3,access:8,onli:3,render:[7,8],intermedi:3,should:7,sampler:[0,1,9],main:5,straightforward:6,fragment:[7,5,10],agnost:6,tungsten:3,amp:10,tgsi_token:4,introduct:[0,6],list:4,token:4,page:0,set:9,chunk:5,blend_en:7,member:[1,5,4,7,9,10],sampl:9,result:7,pass:10,purest:8,textur:9,index:0,what:[0,6,7],content:0,state:[10,7,5,9],larg:6,select:9,hardwar:[6,10],"import":3,method:[0,2,8],core:6,screen:[0,2],inher:3,vertic:5,sinc:3,raster:[0,1,5],search:0,gallium:[0,3,6,4],shader:[0,1,3,4,10],context:[0,2,8],mani:9,clump:10,load:9,directli:8,modul:0,independ:2,three:10,instruct:3,api:[3,6],unit:9,stencil:[0,1,10],from:9,describ:3,support:4,devic:[2,6,8],two:4,been:10,type:4,individu:9,store:10,option:9,xxx:[2,5,7,8,9,10],part:[2,3],togeth:10,off:7,graphic:[3,6],target:7,provid:6,servic:6,structur:10,"final":7,behavior:7,control:[10,7,5,9],fashion:6,encapsul:6,indic:0,repres:[2,8],manner:6,have:[10,9],tabl:0,sever:6,cso:[0,1],thei:10,unresolv:7,write:6,how:5,which:6,test:10,document:0,pipelin:8,texel:9,buffer:7,object:[2,6,8],driver:[3,6],most:8,discard:10,alpha:[0,1,10],tradition:10,welcom:0,essenti:6,tgsi:[0,3],depth:[0,1,10],thi:[7,9],interpol:5,blend:[0,1,7]},titles:["Welcome to Gallium’s documentation!","CSO","Screen","TGSI","Shader","Rasterizer","Introduction","Blend","Context","Sampler","Depth, Stencil, & Alpha"],modules:{},descrefs:{},filenames:["index","cso","screen","tgsi","cso/shader","cso/rasterizer","intro","cso/blend","context","cso/sampler","cso/dsa"]})
|
10
src/gallium/docs/source/context.rst
Normal file
10
src/gallium/docs/source/context.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Context
|
||||
=======
|
||||
|
||||
The context object represents the purest, most directly accessible, abilities
|
||||
of the device's 3D rendering pipeline.
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
XXX
|
@@ -13,6 +13,8 @@ Contents:
|
||||
|
||||
intro
|
||||
tgsi
|
||||
screen
|
||||
context
|
||||
cso
|
||||
|
||||
Indices and tables
|
||||
|
9
src/gallium/docs/source/screen.rst
Normal file
9
src/gallium/docs/source/screen.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Screen
|
||||
======
|
||||
|
||||
A screen is an object representing the context-independent part of a device.
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
XXX
|
Reference in New Issue
Block a user