-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcompatibility.shtml
More file actions
73 lines (65 loc) · 2.53 KB
/
compatibility.shtml
File metadata and controls
73 lines (65 loc) · 2.53 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
#define S_DOCUMENTATION
#define S_DOCUMENTATION_COMPATIBILITY
#define PAGE Documentation
#define SUBPAGE Compatibility Matrix
#include "header.shtml"
<p>
Please
<a href="mailto:[email protected]?subject=Equalizer%20platform%20support">get in
contact</a> with us if you need or anticipate additional platform support.
</p>
<table>
<tr>
<th width="25%"></th>
<th width="25%">WGL</th>
<th width="25%">GLX (X11)</th>
<th width="25%">AGL (Carbon)</th>
</tr>
<tr>
<th>Windows XP<sup>1,5,7</sup></th>
<td bgcolor="#ccffcc">pipe creates affinity context<sup>6</sup>, window uses
handle (HWND) and WGL context (HGLRC)</td>
<td bgcolor="#ffcccc">not yet implemented</td>
<td bgcolor="#cccccc">API does not exist</td>
</tr>
<tr>
<th>Linux<sup>2</sup></th>
<td bgcolor="#cccccc">API does not exist</td>
<td bgcolor="#ccffcc">pipe uses X11 display connection (Display*), window uses
X11 drawable (XID) and glX context (GLXContext)</td>
<td bgcolor="#cccccc">API does not exist</td>
</tr>
<tr>
<th>Mac OS X<sup>3</sup></th>
<td bgcolor="#cccccc">API does not exist</td>
<td bgcolor="#ccffcc">same as Linux</td>
<td bgcolor="#ccffcc">window uses Carbon WindowRef and AGLContext</td>
</tr>
<tr>
<th>Other Unix-like<sup>4</sup></th><td bgcolor="#cccccc">API does not
exist</td>
<td bgcolor="#ffffcc">same as Linux, minimal porting needed</td>
<td bgcolor="#cccccc">API does not exist</td>
</tr>
</table>
<table>
<tr><th>1</th><td>Visual Studio 2005 project files, tested both in 32 bit and
64 bit Windows XP.</td></tr>
<tr><th>2</th><td>tested both in 32 bit and 64 bit i386, as well as
ia64. Regular testing on Ubuntu 6.10 and RHEL4.</td></tr>
<tr><th>3</th><td>AGL or Tiger only support 32 bit, 64 bit possible with GLX
on Mac OS X 10.5 Leopard. Tested on i386 and ppc using 10.4 Tiger and on
i386 and x86_64 using 10.5 Leopard. Universal libraries and universal
binary support. Makefile-based build environment, no XCode or framework
support yet.</td></tr>
<tr><th>4</th><td>Version 0.1 was tested on SGI IRIX. Porting to other
Unix-like operating system requires minimal porting effort, mostly for
compiler differences.</td></tr>
<tr><th>5</th><td>Version 0.4 and later has experimental support for
Cygwin.</td></tr>
<tr><th>6</th><td>requires WGL_NV_gpu_affinity extension available on nVidia
Quadro fx with selected drivers.</td></tr>
<tr><th>7</th><td>svn tree has experimental support for MinGW/MSys.</td></tr>
</p>
#include "footer.shtml"
<!-- $Id$ -->