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 6.1) designate new developmental releases.
14
Even numbered versions (such as 6.2) designate stable releases.
15
16
 
17
 
18
See the VERSIONS file for details.
19
20
 
21
 
22
23
 
24
 
25
 
26
------------
27
28
 
29
functions like glPolygonStipple, glConvolutionFilter, glColorTable,
30
etc.  The important functions like glRead/DrawPixels, glTex[Sub]Image,
31
and glBitmap work with PBOs.
32
33
 
34
 
35
 
36
----------------------	---------------------
37
XMesa (Xlib)		implements OpenGL 1.5
38
OSMesa (off-screen)	implements OpenGL 1.5
39
Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
40
SVGA			implements OpenGL 1.3
41
Wind River UGL		implements OpenGL 1.3
42
Windows/Win32		implements OpenGL 1.5
43
DJGPP			implements OpenGL 1.5
44
GGI			implements OpenGL 1.3
45
BeOS			implements OpenGL 1.5
46
Allegro			needs updating
47
D3D			needs updating
48
49
 
50
 
51