Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

glossary.html 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Glossary &mdash; Gallium v0.3 documentation</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '',
  12. VERSION: '0.3',
  13. COLLAPSE_MODINDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/doctools.js"></script>
  20. <link rel="top" title="Gallium v0.3 documentation" href="index.html" />
  21. <link rel="prev" title="Shader" href="cso/shader.html" />
  22. </head>
  23. <body>
  24. <div class="related">
  25. <h3>Navigation</h3>
  26. <ul>
  27. <li class="right" style="margin-right: 10px">
  28. <a href="genindex.html" title="General Index"
  29. accesskey="I">index</a></li>
  30. <li class="right" >
  31. <a href="cso/shader.html" title="Shader"
  32. accesskey="P">previous</a> |</li>
  33. <li><a href="index.html">Gallium v0.3 documentation</a> &raquo;</li>
  34. </ul>
  35. </div>
  36. <div class="document">
  37. <div class="documentwrapper">
  38. <div class="bodywrapper">
  39. <div class="body">
  40. <div class="section" id="glossary">
  41. <h1>Glossary<a class="headerlink" href="#glossary" title="Permalink to this headline">¶</a></h1>
  42. <dl class="glossary docutils">
  43. <dt id="term-msaa">MSAA</dt>
  44. <dd>Multi-Sampled Anti-Aliasing. A basic anti-aliasing technique that takes
  45. multiple samples of the depth buffer, and uses this information to
  46. smooth the edges of polygons.</dd>
  47. </dl>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="sphinxsidebar">
  53. <div class="sphinxsidebarwrapper">
  54. <h4>Previous topic</h4>
  55. <p class="topless"><a href="cso/shader.html"
  56. title="previous chapter">Shader</a></p>
  57. <h3>This Page</h3>
  58. <ul class="this-page-menu">
  59. <li><a href="_sources/glossary.txt"
  60. rel="nofollow">Show Source</a></li>
  61. </ul>
  62. <div id="searchbox" style="display: none">
  63. <h3>Quick search</h3>
  64. <form class="search" action="search.html" method="get">
  65. <input type="text" name="q" size="18" />
  66. <input type="submit" value="Go" />
  67. <input type="hidden" name="check_keywords" value="yes" />
  68. <input type="hidden" name="area" value="default" />
  69. </form>
  70. <p class="searchtip" style="font-size: 90%">
  71. Enter search terms or a module, class or function name.
  72. </p>
  73. </div>
  74. <script type="text/javascript">$('#searchbox').show(0);</script>
  75. </div>
  76. </div>
  77. <div class="clearer"></div>
  78. </div>
  79. <div class="related">
  80. <h3>Navigation</h3>
  81. <ul>
  82. <li class="right" style="margin-right: 10px">
  83. <a href="genindex.html" title="General Index"
  84. >index</a></li>
  85. <li class="right" >
  86. <a href="cso/shader.html" title="Shader"
  87. >previous</a> |</li>
  88. <li><a href="index.html">Gallium v0.3 documentation</a> &raquo;</li>
  89. </ul>
  90. </div>
  91. <div class="footer">
  92. &copy; Copyright 2009, VMWare, X.org, Nouveau.
  93. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.3.
  94. </div>
  95. </body>
  96. </html>