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.5 Release Notes / (June 6, 2014)

18
 
19

20
Mesa 10.1.5 is a bug fix release which fixes bugs found since the 10.1.4 release.
21

22
 
23

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

31
 
32

SHA256 checksums

33
34
b0aceaa75bc9a9b2d9215a113e2ad488b5cf85c99005a7624f8cf7c37c5d0eaa  MesaLib-10.1.5.tar.gz
35
bc6c5ec7836f254a49d055a29d9aa34c97c54c038f47ad3a00fa57a5fef15bbc  MesaLib-10.1.5.tar.bz2
36
78b7255cab0af7918945452a84de7989096ebcdd27e99b31c56c0589274cbc77  MesaLib-10.1.5.zip
37
38
 
39

New features

40

None

41
 
42

Bug fixes

43
 
44

This list is likely incomplete.

45
 
46
    47
     
    48
  • Bug 79115 -
  • 49
     
    50
  • Bug 79421 -
  • 51
     
    52
    53
     
    54

    Changes

    55
     
    56

    Brian Paul (1):

    57
      58
        
    • glsl: fix use-after free bug/crash in ast_declarator_list::hir()
    • 59
      60
       
      61

      Carl Worth (5):

      62
        63
          
      • docs: Add md5sums for 10.1.4 release
      • 64
          
      • Merge remote-tracking branch 'origin/10.1' into 10.1
      • 65
          
      • cherry-ignore: Ignore two commits.
      • 66
          
      • Ignore a patch that is not needed for the 10.1 branch.
      • 67
          
      • Update version to 10.1.5
      • 68
        69
         
        70

        Emil Velikov (1):

        71
          72
            
        • glx: do not leak dri3Display
        • 73
          74
           
          75

          Ilia Mirkin (2):

          76
            77
              
          • nv50/ir: fix s32 x s32 -> high s32 multiply logic
          • 78
              
          • nv50/ir: fix constant folding for OP_MUL subop HIGH
          • 79
            80
             
            81

            James Legg (1):

            82
              83
                
            • mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT
            • 84
              85
               
              86

              Jeremy Huddleston Sequoia (2):

              87
                88
                  
              • glapi: Avoid heap corruption in _glapi_table
              • 89
                  
              • darwin: Fix test for kCGLPFAOpenGLProfile support at runtime
              • 90
                91
                 
                92

                Pavel Popov (2):

                93
                  94
                    
                • i965: Properly return *RESET* status in glGetGraphicsResetStatusARB
                • 95
                    
                • i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
                • 96
                  97
                   
                  98

                  Roland Scheidegger (1):

                  99
                    100
                      
                  • llvmpipe: fix crash when not all attachments are populated in a fb
                  • 101
                    102
                     
                    103
                    104
                    105