bibliography.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>Bibliography &#8212; Compressonator Compressonator - latest build documentation</title>
  7. <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/theme_overrides.css" type="text/css" />
  10. <script type="text/javascript">
  11. var DOCUMENTATION_OPTIONS = {
  12. URL_ROOT: './',
  13. VERSION: 'Compressonator - latest build',
  14. COLLAPSE_INDEX: false,
  15. FILE_SUFFIX: '.html',
  16. HAS_SOURCE: true,
  17. SOURCELINK_SUFFIX: '.txt'
  18. };
  19. </script>
  20. <script type="text/javascript" src="_static/jquery.js"></script>
  21. <script type="text/javascript" src="_static/underscore.js"></script>
  22. <script type="text/javascript" src="_static/doctools.js"></script>
  23. <link rel="index" title="Index" href="genindex.html" />
  24. <link rel="search" title="Search" href="search.html" />
  25. <link rel="prev" title="License" href="support/license.html" />
  26. <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  27. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
  28. </head>
  29. <body>
  30. <div class="document">
  31. <div class="documentwrapper">
  32. <div class="bodywrapper">
  33. <div class="body" role="main">
  34. <div class="section" id="bibliography">
  35. <h1>Bibliography<a class="headerlink" href="#bibliography" title="Permalink to this headline">¶</a></h1>
  36. <p>Reference(1) : <a class="reference external" href="http://sv-journal.org/2014-1/06.php?lang=en">TEXTURE COMPRESSION TECHNIQUES</a>
  37. Portions of this documenation is provided with permission from the authors,
  38. T. Paltashev (United States of America) and I. Perminov (Russian Federation).</p>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  44. <div class="sphinxsidebarwrapper">
  45. <p class="logo"><a href="index.html">
  46. <img class="logo" src="_static/acompress-128.png" alt="Logo"/>
  47. </a></p>
  48. <h1 class="logo"><a href="index.html">Compressonator</a></h1>
  49. <h3>Navigation</h3>
  50. <p class="caption"><span class="caption-text">Content</span></p>
  51. <ul class="current">
  52. <li class="toctree-l1"><a class="reference internal" href="developer_sdk/index.html">Developer SDK</a></li>
  53. <li class="toctree-l1"><a class="reference internal" href="command_line_tool/index.html">Command Line Tool</a></li>
  54. <li class="toctree-l1"><a class="reference internal" href="gui_tool/index.html">GUI Tool</a></li>
  55. <li class="toctree-l1"><a class="reference internal" href="build_from_source/build_instructions.html">Build from GitHub Sources</a></li>
  56. <li class="toctree-l1"><a class="reference internal" href="analysis/index.html">Analysis</a></li>
  57. <li class="toctree-l1"><a class="reference internal" href="revisions.html">Revision History</a></li>
  58. <li class="toctree-l1"><a class="reference internal" href="support/contact.html">Contact and Support</a></li>
  59. <li class="toctree-l1"><a class="reference internal" href="support/license.html">License</a></li>
  60. <li class="toctree-l1 current"><a class="current reference internal" href="#">Bibliography</a></li>
  61. </ul>
  62. <div class="relations">
  63. <h3>Related Topics</h3>
  64. <ul>
  65. <li><a href="index.html">Documentation overview</a><ul>
  66. <li>Previous: <a href="support/license.html" title="previous chapter">License</a></li>
  67. </ul></li>
  68. </ul>
  69. </div>
  70. <div id="searchbox" style="display: none" role="search">
  71. <h3>Quick search</h3>
  72. <form class="search" action="search.html" method="get">
  73. <div><input type="text" name="q" /></div>
  74. <div><input type="submit" value="Go" /></div>
  75. <input type="hidden" name="check_keywords" value="yes" />
  76. <input type="hidden" name="area" value="default" />
  77. </form>
  78. </div>
  79. <script type="text/javascript">$('#searchbox').show(0);</script>
  80. </div>
  81. </div>
  82. <div class="clearer"></div>
  83. </div>
  84. <div class="footer">
  85. &copy;2017 to 2021, AMD Developer Tools.
  86. |
  87. Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.5</a>
  88. &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
  89. </div>
  90. </body>
  91. </html>