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 10.1.3 Release Notes / (May 9, 2014)

18
 
19

20
Mesa 10.1.3 is a bug fix release which fixes bugs found since the 10.1.2 release.
21

22
 
23

24
Note: Mesa 10.1.3 is being released sooner than originally scheduled to make
25
available a fix for a performance rgression that was inadvertently introduced
26
to Mesa 10.1.2. The performance regression is reported to make vmware
27
swapbuffers fall back to software.
28

29
 
30

31
Mesa 10.1.3 implements the OpenGL 3.3 API, but the version reported by
32
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
33
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
34
Some drivers don't support all the features required in OpenGL 3.3.  OpenGL
35
3.3 is only available if requested at context creation
36
because compatibility contexts are not supported.
37

38
 
39
 
40

MD5 checksums

41
42
665fe1656aaa2c37b32042068aff92cb  MesaLib-10.1.3.tar.gz
43
ba6dbe2b9cab0b4de840c996b9b6a3ad  MesaLib-10.1.3.tar.bz2
44
4e6f26330a63d3c47e62ac4bdead39e8  MesaLib-10.1.3.zip
45
46
 
47
 
48

New features

49

None

50
 
51

Bug fixes

52
 
53

This list is likely incomplete.

54
 
55
    56
     
    57
  • Bug 77245 - Bogus GL_ARB_explicit_attrib_location layout identifier warnings
  • 58
     
    59
    60
     
    61
     
    62

    Changes

    63
     
    64

    Carl Worth (3):

    65
      66
        
    • docs: Add MD5 sums for Mesa 10.1.2
    • 67
        
    • get-pick-list.sh: Require explicit "10.1" for nominating stable patches
    • 68
        
    • VERSION: Update to 10.1.3
    • 69
      70
       
      71

      Kenneth Graunke (2):

      72
        73
          
      • mesa: Fix MaxNumLayers for 1D array textures.
      • 74
          
      • i965: Fix depth (array slices) computation for 1D_ARRAY render targets.
      • 75
        76
         
        77

        Tapani Pälli (1):

        78
          79
            
        • glsl: fix bogus layout qualifier warnings
        • 80
          81
           
          82

          Thomas Hellstrom (1):

          83
            84
              
          • st/xa: Fix performance regression introduced by commit "Cache render target surface"
          • 85
            86
             
            87
             
            88
            89
            90