Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5564 serge 1
 
2
3
 
4
5
 
6
7
 
8
 
9
 
10
------------
11
12
 
13
Odd numbered versions (such as 5.1) designate new developmental releases.
14
Even numbered versions (such as 6.0) designate stable releases.
15
16
 
17
18
 
19
  2. Implementation of the OpenGL 1.5 specification.  When you query
20
     glGetString(GL_VERSION) "1.5" will be returned (as long as the
21
     driver supports all the required features).
22
23
 
24
 
25
minor version number:
26
27
 
28
   Mesa 2.x  ==  OpenGL 1.1
29
   Mesa 3.x  ==  OpenGL 1.2
30
   Mesa 4.x  ==  OpenGL 1.3
31
   Mesa 5.x  ==  OpenGL 1.4
32
   Mesa 6.x  ==  OpenGL 1.5
33
34
 
35
 
36
 
37
------------
38
39
 
40
extensions.  These extensions were simply promoted to standard features:
41
42
 
43
   GL_ARB_texture_non_power_of_two extension
44
   GL_ARB_vertex_buffer_object extension
45
   GL_EXT_shadow_funcs
46
47
 
48
 
49
 
50
--------------
51
52
 
53
the device driver.  For example, if the driver enables all the ARB
54
extensions which are part of OpenGL 1.3 then glGetString(GL_VERSION)
55
will return "1.3".  Otherwise, it'll return "1.2".
56
57
 
58
some time.  We rely on volunteers to maintain many of the drivers.
59
Here's the current status of all included drivers:
60
61
 
62
 
63
----------------------	---------------------
64
XMesa (Xlib)		implements OpenGL 1.5
65
OSMesa (off-screen)	implements OpenGL 1.5
66
FX (3dfx Voodoo1/2)	implements OpenGL 1.3
67
SVGA			implements OpenGL 1.3
68
Wind River UGL		implements OpenGL 1.3
69
Windows/Win32		implements OpenGL 1.5
70
DJGPP			implements OpenGL 1.5
71
GGI			implements OpenGL 1.3
72
BeOS			implements OpenGL 1.5
73
Allegro			needs updating
74
D3D			needs updating
75
76
 
77
 
78
 
79
 
80
-------------
81
82
 
83
84
 
85
 
86