forked from OpenSWR/openswr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
75 lines (62 loc) · 2.97 KB
/
contact.html
File metadata and controls
75 lines (62 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="OpenSWR : A High Performance, Highly Scalable software OpenGL implementation">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>OpenSWR</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="mesa_banner" href="https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/drivers/swr">View source in Mesa</a>
<a href="index.html">
<h1 id="project_title">OpenSWR</h1>
</a>
<a href="index.html">
<h2 id="project_tagline">A High Performance, Highly Scalable Software Rasterizer for OpenGL</h2>
</a>
<nav>
<ul class="navbar">
<li class="navbar"><a href="index.html">Overview</a></li>
<li class="navbar"><a href="index.html#build">Build</a></li>
<li class="navbar"><a href="gallery.html">Gallery</a></li>
<li class="navbar"><a href="perf.html">Performance</a></li>
<li class="navbar active" style="float:right"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3><a id="intro" class="anchor" href="#wintro" aria-hidden="true"><span class="octicon octicon-link"></span></a>
OpenSWR Contact
</h3>
<p>
To contact us, please send us an email at <a href="mailto:openswr@googlegroups.com">openswr@googlegroups.com</a>.
</p>
<p>
If you have problems running Mesa with OpenSWR, please use the
<a href="https://gitlab.freedesktop.org/dashboard/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=swr">Mesa issue tracker on GitLab</a>.
Be sure to add <code>swr</code> label to your issue.
</p>
<p>
Please note that OpenSWR primarily targets CPU-based rasterization for visualization purposes, not for
games. We suggest using other Mesa gallium drivers for games.
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">OpenSWR maintained by <a href="https://github.com/OpenSWR">OpenSWR</a>
<br>For information about compiler optimizations, see our <a href="https://software.intel.com/en-us/articles/optimization-notice#opt-en">Optimization Notice</a>.
<br>©2009-2020 Intel Corporation
<br><a href="https://www.intel.com/privacy">Privacy</a></p>
</footer>
</div>
</body>
</html>