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 9.1 Release Notes / February 22, 2013

18
 
19

20
Mesa 9.1 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 9.1.1.
23

24

25
Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by
26
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
27
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
28
Some drivers don't support all the features required in OpenGL 3.1.  OpenGL
29
3.1 is only available if requested at context creation
30
because GL_ARB_compatibility is not supported.
31

32
 
33
 
34

MD5 checksums

35
36
86d40f3056f89949368764bf84aff55e  MesaLib-9.1.tar.gz
37
d3891e02215422e120271d976ff1947e  MesaLib-9.1.tar.bz2
38
01645f28f53351c23b0beb6c688911d8  MesaLib-9.1.zip
39
40
 
41
 
42

New features

43
 
44

45
Note: some of the new features are only available with certain drivers.
46

47
 
48
    49
  • GL_ANGLE_texture_compression_dxt3
  • 50
  • GL_ANGLE_texture_compression_dxt5
  • 51
  • GL_ARB_ES3_compatibility
  • 52
  • GL_ARB_internalformat_query
  • 53
  • GL_ARB_map_buffer_alignment
  • 54
  • GL_ARB_shading_language_packing
  • 55
  • GL_ARB_texture_buffer_object_rgb32
  • 56
  • GL_ARB_texture_cube_map_array
  • 57
  • GL_EXT_color_buffer_float
  • 58
  • GL_OES_depth_texture_cube_map
  • 59
  • OpenGL 3.1 core profile support on Radeon HD2000 up to HD6000 series
  • 60
  • Multisample anti-aliasing support on Radeon X1000 series
  • 61
  • OpenGL ES 3.0 support on Intel HD Graphics 2000, 2500, 3000, and 4000
  • 62
    63
     
    64
     
    65

    Bug fixes

    66
     
    67

    TBD -- This list is likely incomplete.

    68
     
    69
     
    70

    Changes

    71
     
    72
      73
    • Removed VAAPI state tracker (unmaintained and broken)
    • 74
    • Removed i965's broken hardware implementation of GL_NV_vertex_program
    • 75
    • Removed swrast support for GL_NV_vertex_program
    • 76
    • Removed swrast support for GL_NV_fragment_program
    • 77
    • Removed OpenVMS support (unmaintained and broken)
    • 78
    • Removed makedepend build dependency
    • 79
      80
       
      81
      82
      83