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
  Mesa Release Notes
6
  
7
8
9
 
10
11
  

The Mesa 3D Graphics Library

12
13
 
14
15
16
 
17

Mesa 7.8 Release Notes / March 28, 2010

18
 
19

20
Mesa 7.8 is a new development release.
21
People who are concerned with stability and reliability should stick
22
with a previous release or wait for Mesa 7.8.1.
23

24

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

29

30
See the Compiling/Installing page for prerequisites
31
for DRI hardware acceleration.
32

33
 
34
 
35

MD5 checksums

36
37
5fcfde5383eccb3e9fd665f08a0ea59b  MesaLib-7.8.tar.gz
38
85cb891eecb89aae4fdd3499cccd934b  MesaLib-7.8.tar.bz2
39
754f39593006effc1c8ec3c27c2f1296  MesaLib-7.8.zip
40
c3869c29fa6c3dbdd763f7428d271e12  MesaDemos-7.8.tar.gz
41
9fe8ec184c7f78691e43c4c0a7f97d56  MesaDemos-7.8.tar.bz2
42
063a96947f7b83d4ad789c6cf291b184  MesaDemos-7.8.zip
43
5f4246756b7daaddb4fb3f970cad1e28  MesaGLUT-7.8.tar.gz
44
ca7048a4aa7a437dcc84cc2c7d731336  MesaGLUT-7.8.tar.bz2
45
b54581aeb79b585b158d6a32f94feff2  MesaGLUT-7.8.zip
46
47
 
48
 
49

New features

50
    51
  • GL_NV_conditional_render extension (swrast driver only)
  • 52
  • GL_EXT_draw_buffers2 extension (swrast and i965 driver only)
  • 53
  • GL_ARB_fragment_coord_conventions extension (for swrast, i965, and Gallium drivers)
  • 54
  • GL_EXT_texture_array extension (swrast driver only)
  • 55
  • GL_APPLE_object_purgeable extension (swrast and i945/i965 DRI drivers)
  • 56
  • Much improved support for EGL in Mesa
  • 57
  • New state trackers for OpenGL ES 1.1 and 2.0
  • 58
  • Dedicated documentation for Gallium
  • 59
    60
     
    61
     
    62

    Bug fixes

    63
      64
    • Massive improvements to the Gallium driver for R300-R500 Radeons; this
    • 65
          driver is now moderately stable but not terribly performant.
      66
      67
       
      68
       
      69

      Changes

      70
        71
      • Removed support for color-index rendering
      • 72
      • Removed support for GCC versions earlier than 3.3.0.
      • 73
        74
         
        75
        76
        77