Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5564 serge 1
2
3
4
  
5
  Mesa Release Notes
6
  
7
8
9
 
10
11
  

The Mesa 3D Graphics Library

12
13
 
14
15
16
 
17

Mesa 7.4.1 Release Notes / 18 April 2009

18
 
19

20
Mesa 7.4.1 is a stable development release fixing bugs since the 7.4 release.
21

22

23
Mesa 7.4.1 implements the OpenGL 2.1 API, but the version reported by
24
glGetString(GL_VERSION) depends on the particular driver being used.
25
Some drivers don't support all the features required in OpenGL 2.1.
26

27

28
See the Compiling/Installing page for prerequisites
29
for DRI hardware acceleration.
30

31
 
32
 
33

MD5 checksums

34
35
0c3a72f3295a53a134c04bd7d209ea62  MesaLib-7.4.1.tar.gz
36
423260578b653818ba66c2fcbde6d7ad  MesaLib-7.4.1.tar.bz2
37
84f78b154d4bd5c3ecc42eeff2e56676  MesaLib-7.4.1.zip
38
aa0ad323e59d6d10ff33ac0dde462a60  MesaDemos-7.4.1.tar.gz
39
1e169fb6abc2b45613f1c98a82dfe690  MesaDemos-7.4.1.tar.bz2
40
294e42be2d74176596c994ec23322fcf  MesaDemos-7.4.1.zip
41
92373bfa48e7b68dddf356e86b0e5699  MesaGLUT-7.4.1.tar.gz
42
336f3824b578b072211e0beecf4f04f4  MesaGLUT-7.4.1.tar.bz2
43
20751388d8ef16b42d25d9e3d705d101  MesaGLUT-7.4.1.zip
44
45
 
46
 
47

Bug fixes

48
    49
  • Fixed a two-sided lighting bug in fixed-function-to-GPU code generation
  • 50
  • Fixed some Darwin issues (Jeremy Huddleston)
  • 51
  • Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays with a variable
  • 52
        was broken, bug 20986
    53
  • Fixed incorrect texture unit bias in TXB instruction
  • 54
  • glTexParameter settings weren't always propogated to drivers
  • 55
  • Assorted vertex/fragment program bug fixes
  • 56
  • Fixed point rendering in software rasterizer
  • 57
  • Fixed potential deadlock in object hash functions
  • 58
  • Fix a couple bugs surrounding front-buffer rendering with DRI2, but this
  • 59
        is not quite complete.
    60
  • Fixed glPopAttrib() bug when restoring user clip planes
  • 61
    62
     
    63
     
    64
     
    65

    Driver Status

    66
     
    67
    68
    Driver			Status
    69
    ----------------------	----------------------
    70
    DRI drivers		varies with the driver
    71
    XMesa/GLX (on Xlib)	implements OpenGL 2.1
    72
    OSMesa (off-screen)	implements OpenGL 2.1
    73
    Windows/Win32		implements OpenGL 2.1
    74
    Glide (3dfx Voodoo1/2)	implements OpenGL 1.3
    75
    SVGA			unsupported
    76
    Wind River UGL		unsupported
    77
    DJGPP			unsupported
    78
    GGI			unsupported
    79
    BeOS			unsupported
    80
    Allegro			unsupported
    81
    D3D			unsupported
    82
    83
     
    84
    85
    86