Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4358 Serge 1
 
2
3
 
4
5
 
6
 
7
 
8
------------
9
10
 
11
Even-numbered versions (such as 6.0.x) designate stable releases.
12
Odd-numbered versions (such as 6.1.x) designate new developmental releases.
13
14
 
15
file for details.
16
17
 
18
 
19
 
20
--------------
21
22
 
23
depending on the device driver's capabilities.  For example, if the
24
driver enables all the ARB extensions which are part of OpenGL 1.5
25
then glGetString(GL_VERSION) will return "1.5".  Otherwise, it'll
26
return "1.4" or the next lower version that implements all required
27
functionality.
28
29
 
30
some time.  We rely on volunteers to maintain many of the drivers.
31
Here's the current status of all included drivers:
32
33
 
34
----------------------	---------------------
35
XMesa (Xlib)		implements OpenGL 1.5
36
OSMesa (off-screen)	implements OpenGL 1.5
37
FX (3dfx Voodoo1/2)	implements OpenGL 1.3
38
SVGA			implements OpenGL 1.3
39
Wind River UGL		implements OpenGL 1.3
40
Windows/Win32		implements OpenGL 1.5
41
DJGPP			implements OpenGL 1.5
42
GGI			implements OpenGL 1.3
43
BeOS			implements OpenGL 1.5
44
Allegro			needs updating
45
D3D			needs updating
46
47
 
48
 
49