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 8.0 Release Notes / February 9, 2012

18
 
19

20
Mesa 8.0 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 8.0.1.
23

24

25
Mesa 8.0 implements the OpenGL 3.0 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 3.0.
28

29

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

33
 
34
 
35

MD5 checksums

36
37
3516fea6c28ce4a0fa9759e4894729a1  MesaLib-8.0.tar.gz
38
1a5668fe72651a670611164cefc703b2  MesaLib-8.0.tar.bz2
39
66f5a01a85530a91472a3acceb556db8  MesaLib-8.0.zip
40
41
 
42
 
43

New features

44
    45
  • GL_ARB_ES2_compatibility (r300g, r600g)
  • 46
  • GL_ARB_depth_buffer_float (r600g)
  • 47
  • GL_ARB_vertex_type_2_10_10_10_rev (r600g)
  • 48
  • GL_ARB_texture_storage (gallium drivers and swrast)
  • 49
  • GL_EXT_packed_float (i965)
  • 50
  • GL_EXT_texture_array (r600g, i965)
  • 51
  • GL_EXT_texture_shared_exponent (i965)
  • 52
  • GL_NV_fog_distance (all gallium drivers, nouveau classic)
  • 53
  • GL_NV_primitive_restart (r600g)
  • 54
  • GL_OES_EGL_image_external (gallium drivers)
  • 55
  • GL_OES_compressed_ETC1_RGB8_texture (softpipe, llvmpipe)
  • 56
  • ARB_texture_rgb10_a2ui (softpipe, r600g)
  • 57
  • Many updates to the VMware svga Gallium driver
  • 58
    59
     
    60
     
    61

    Bug fixes

    62
     
    63
     
    64

    Changes

    65
      66
    • Removed all DRI drivers that did not support DRI2. Specifically,
    • 67
        i810, mach64, mga, r128, savage, sis, tdfx, and unichrome were
      68
        removed.
      69
    • Removed support for BeOS.
    • 70
    • Removed the obsolete (and unmaintained) Windows "gldirect" and
    • 71
        "ICD" drivers.
      72
    • Removed the linux-fbdev software driver.
    • 73
    • Removed all remnants of paletted texture support. As required by
    • 74
        desktop OpenGL, GL_COLOR_INDEX data can still be uploaded
      75
        to a color (e.g., RGBA) texture.  However, the data cannot be stored
      76
        internally as color-index.
      77
    • Removed support for GL_APPLE_client_storage extension.
    • 78
    • Removed the classic Mesa r300 and r600 drivers, which are superseded
    • 79
        by the gallium drivers for this hardware.
      80
    • Removed the dead Gallium i965, cell and failover drivers, which were
    • 81
        either broken and with nobody in sight to fix the situation or
      82
        deprecated.
      83
      84
       
      85
      86
      87