Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
110 lines (101 loc) · 3.07 KB

File metadata and controls

110 lines (101 loc) · 3.07 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?php
/*
* Slightly modified web page for Glide project
*
* $Id$
*
*/
$headers = getallheaders();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />
<title>Glide Open Source Project</title>
<meta name="Language" content="English" />
<link rel="stylesheet" type="text/css" href="glide.css" />
</head>
<body>
<!-- Main Page Stuff -->
<div class="content">
<center>
<h1>Welcome to the Glide Open Source Project</h1>
</center>
<p>
We haven't put much material up yet. Current development is being
done in the cvs branch <tt>glide-devel-branch</tt>. We have released
some files now. Check the project page or the <a href="TODO.php">TODO
list</a>.
</p>
<p>
Here are a few links to get you started: <br />
<ul>
<li>
<a href="http://www.sf.net/projects/glide">The Glide Project on
SourceForge</a>
</li>
<li>
<a href="http://www.3dfx.com/">The 3dfx website</a>
</li>
<li>
<a href="http://www.precisioninsight.com/">The Precision Insight
website</a>
</li>
<li>
<a href="http://www.3dfxgamers.com/view.asp?PAGE=V3Drivers">Current
3dfx drivers</a>
</li>
<li>
<a href="news://news.3dfx.com/3dfx.glide.linux">The 3dfx newsgroup
about Linux Glide</a>
</li>
</ul>
</p>
<p>
Related 3Dfx cards projects: <br />
<ul>
<li>
<a href="http://v3tv.sf.net/">V3TV: Voodoo3 3500 TV-IN</a>
</li>
<li>
<a href="ftp://people.redhat.com/alan/XFree86/Voodoo/">Alan Cox's
glide-free XFree86 driver for Voodoo1/2</a>
</li>
<li>
<a href="http://dri.sf.net/">3Dfx DRI driver</a>
</li>
<li>
<a href="http://www.mesa3d.org/">Mesa3D</a>
</li>
<li>
<a href="http://www.medex.hu/~danthe/tdfx/">Linux 3Dfx FrameBuffer
driver and specs</a>
</li>
</ul>
</p>
</div>
<!-- Start SourceForge Footer -->
<div class="footer">
<div class="footer-top">
<span class="maintitlebar">&nbsp;&nbsp;
<a class="maintitlebar" href="http://sf.net/about.php">
<b>About SourceForge</b></a> |
<a class="maintitlebar" href="http://sf.net/contact.php">
<b>Contact SourceForge</b></a>
</span>
</div>
<div class="footer-content">
<a href="http://sf.net/">
<img src="http://sf.net/sflogo.php?group_id=369&amp;type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
</div>
<div class="footer-bottom">
<span class="titlebar">
SourceForge is copyright (c)1999 VA Linux Systems. While in beta,
all rights are reserved.
</span>
</div>
</div>
<!-- End SourceForge Footer -->
</html>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.