~ubuntu-branches/ubuntu/trusty/mesa-lts-utopic/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/contents.html

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2015-01-06 10:38:32 UTC
  • Revision ID: package-import@ubuntu.com-20150106103832-u6rqp9wfmojb1gnu
Tags: upstream-10.3.2
ImportĀ upstreamĀ versionĀ 10.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<html lang="en">
 
3
<head>
 
4
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
 
5
  <title>Contents</title>
 
6
  <link rel="stylesheet" type="text/css" href="mesa.css">
 
7
 
 
8
  <!--Override a few values from the style sheet: -->
 
9
  <style type="text/css">
 
10
    <!--
 
11
    body {
 
12
      background-color: #cccccc;
 
13
      color: black;
 
14
    }
 
15
    a:link {
 
16
      color: #000;
 
17
    }
 
18
    a:visited {
 
19
      color: #000;
 
20
    }
 
21
    -->
 
22
  </style>
 
23
</head>
 
24
<body>
 
25
 
 
26
<b>Documentation</b>
 
27
<ul>
 
28
<li><a href="intro.html" target="_parent">Introduction</a>
 
29
<li><a href="index.html" target="_parent">News</a>
 
30
<li><a href="developers.html" target="_parent">Developers</a>
 
31
<li><a href="systems.html" target="_parent">Platforms and Drivers</a>
 
32
<li><a href="license.html" target="_parent">License &amp; Copyright</a>
 
33
<li><a href="faq.html" target="_parent">FAQ</a>
 
34
<li><a href="relnotes.html" target="_parent">Release Notes</a>
 
35
<li><a href="thanks.html" target="_parent">Acknowledgements</a>
 
36
<li><a href="conform.html" target="_parent">Conformance Testing</a>
 
37
<li>more docs below...
 
38
</ul>
 
39
 
 
40
<b>Download / Install</b>
 
41
<ul>
 
42
<li><a href="download.html" target="_parent">Downloading / Unpacking</a>
 
43
<li><a href="install.html" target="_parent">Compiling / Installing</a>
 
44
  <ul>
 
45
    <li><a href="autoconf.html" target="_parent">Autoconf</a></li>
 
46
  </ul>
 
47
</li>
 
48
<li><a href="precompiled.html" target="_parent">Precompiled Libraries</a>
 
49
</ul>
 
50
 
 
51
<b>Resources</b>
 
52
<ul>
 
53
<li><a href="lists.html" target="_parent">Mailing Lists</a>
 
54
<li><a href="bugs.html" target="_parent">Bug Database</a>
 
55
<li><a href="webmaster.html" target="_parent">Webmaster</a>
 
56
<li><a href="http://dri.freedesktop.org/" target="_parent">Mesa/DRI Wiki</a>
 
57
</ul>
 
58
 
 
59
<b>User Topics</b>
 
60
<ul>
 
61
<li><a href="shading.html" target="_parent">Shading Language</a>
 
62
<li><a href="egl.html" target="_parent">EGL</a>
 
63
<li><a href="opengles.html" target="_parent">OpenGL ES</a>
 
64
<li><a href="openvg.html" target="_parent">OpenVG / Vega</a>
 
65
<li><a href="envvars.html" target="_parent">Environment Variables</a>
 
66
<li><a href="osmesa.html" target="_parent">Off-Screen Rendering</a>
 
67
<li><a href="debugging.html" target="_parent">Debugging Tips</a>
 
68
<li><a href="perf.html" target="_parent">Performance Tips</a>
 
69
<li><a href="extensions.html" target="_parent">Mesa Extensions</a>
 
70
<li><a href="mangling.html" target="_parent">Function Name Mangling</a>
 
71
<li><a href="llvmpipe.html" target="_parent">Gallium llvmpipe driver</a>
 
72
<li><a href="vmware-guest.html" target="_parent">VMware SVGA3D guest driver</a>
 
73
<li><a href="postprocess.html" target="_parent">Gallium post-processing</a>
 
74
<li><a href="application-issues.html" target="_parent">Application Issues</a>
 
75
<li><a href="viewperf.html" target="_parent">Viewperf Issues</a>
 
76
</ul>
 
77
 
 
78
<b>Developer Topics</b>
 
79
<ul>
 
80
<li><a href="repository.html" target="_parent">Source Code Repository</a>
 
81
<li><a href="sourcetree.html" target="_parent">Source Code Tree</a>
 
82
<li><a href="utilities.html" target="_parent">Utilities</a>
 
83
<li><a href="helpwanted.html" target="_parent">Help Wanted</a>
 
84
<li><a href="devinfo.html" target="_parent">Development Notes</a>
 
85
<li><a href="sourcedocs.html" target="_parent">Source Documentation</a>
 
86
<li><a href="dispatch.html" target="_parent">GL Dispatch</a>
 
87
</ul>
 
88
 
 
89
<b>Links</b>
 
90
<ul>
 
91
<li><a href="http://www.opengl.org" target="_parent">OpenGL website</a>
 
92
<li><a href="http://dri.freedesktop.org" target="_parent">DRI website</a>
 
93
<li><a href="http://www.freedesktop.org" target="_parent">freedesktop.org</a>
 
94
</ul>
 
95
 
 
96
<b>Hosted by:</b>
 
97
<br>
 
98
<blockquote>
 
99
<a href="http://sourceforge.net"
 
100
target="_parent"><img src="http://sourceforge.net/sflogo.php?group_id=3&amp;type=1"
 
101
width="88" height="31" align="bottom" alt="Sourceforge.net" border="0"></a>
 
102
</blockquote>
 
103
 
 
104
</body>
 
105
</html>