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
12
 
13
Odd numbered versions (such as 6.1) designate new developmental releases.
14
Even numbered versions (such as 6.2.x) designate stable releases.
15
16
 
17
 
18
See the VERSIONS file for details.
19
20
 
21
 
22
 
23
------------
24
25
 
26
functions like glPolygonStipple, glConvolutionFilter, glColorTable,
27
etc.  The important functions like glRead/DrawPixels, glTex[Sub]Image,
28
and glBitmap work with PBOs.  This has been fixed for Mesa 6.3.
29
30
 
31
 
32
 
33
 
34
----------------------	---------------------
35
XMesa (Xlib)		implements OpenGL 1.5
36
OSMesa (off-screen)	implements OpenGL 1.5
37
Glide (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