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.0.1 Release Notes / (December 12, 2013)

18
 
19

20
Mesa 10.0.1 is a bug fix release which fixes bugs found since the 10.0 release.
21

22

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

30
 
31
 
32

MD5 checksums

33
34
0a72ca5b36046a658bf6038326ff32ed  MesaLib-10.0.1.tar.bz2
35
01bde35c912e504ba62caf1ef9f7022c  MesaLib-10.0.1.tar.gz
36
59a174a11a89e6b1b8ee9c3f7e3c388c  MesaLib-10.0.1.zip
37
38
 
39
 
40

New features

41

None

42
 
43

Bug fixes

44
 
45

This list is likely incomplete.

46
 
47
    48
     
    49
  • Bug 64323 - Severe misrendering in Left 4 Dead 2
  • 50
     
    51
  • Bug 68838 - GLSL: struct declarations produce a "empty declaration warning" in 9.2
  • 52
     
    53
  • Bug 69155 - [NV50 gallium] [piglit] bin/varying-packing-simple triggers memory corruption/failures
  • 54
     
    55
  • Bug 70250 - weston-terminal rendering corrupted with output transform 90 and 270
  • 56
     
    57
  • Bug 70601 - [SNB Bisected]Piglit spec/ARB_texture_float/multisample-formats 2 GL_ARB_texture_float fails
  • 58
     
    59
  • Bug 72230 - Unable to extract MesaLib-10.0.0.tar.{gz,bz2} with bsdtar
  • 60
     
    61
  • Bug 72325 - [swrast] piglit glean fbo regression
  • 62
     
    63
  • Bug 72327 - [swrast] piglit glean pointSprite regression
  • 64
     
    65
    66
     
    67

    Changes

    68
     
    69

    The full set of changes can be viewed by using the following git command:

    70
     
    71
    72
      git log mesa-10.0..mesa-10.0.1
    73
    74
     
    75

    Axel Davy (2):

    76
      77
        
    • egl/wayland: Flush the wl_display at the end of SwapBuffers
    • 78
        
    • Enable throttling in SwapBuffers
    • 79
      80
       
      81

      Chad Versace (2):

      82
        83
          
      • i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
      • 84
          
      • i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
      • 85
        86
         
        87

        Dave Airlie (1):

        88
          89
            
        • swrast: fix readback regression since inversion fix
        • 90
          91
           
          92

          Emil Velikov (1):

          93
            94
              
          • automake: include only one copy VERSION in tarball
          • 95
            96
             
            97

            Ian Romanick (3):

            98
              99
                
            • docs: Add 10.0 release md5sums
            • 100
                
            • Remove a057b83 from the pick list
            • 101
                
            • glsl: Don't emit empty declaration warning for a struct specifier
            • 102
              103
               
              104

              Ilia Mirkin (8):

              105
                106
                  
              • mesa: don't leak performance monitors on context destroy
              • 107
                  
              • nv50: Fix GPU_READING/WRITING bit removal
              • 108
                  
              • nouveau: avoid leaking fences while waiting
              • 109
                  
              • nv50: wait on the buf's fence before sticking it into pushbuf
              • 110
                  
              • nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
              • 111
                  
              • nouveau/video: update h264 picparm field names based on usage
              • 112
                  
              • nouveau/video: update a few more h264 picparm field names
              • 113
                  
              • nv50: report 15 max inputs for fragment programs
              • 114
                115
                 
                116

                Jordan Justen (1):

                117
                  118
                    
                • dri megadriver_stub: add compatibility for older DRI loaders
                • 119
                  120
                   
                  121

                  Kristian Høgsberg (2):

                  122
                    123
                      
                  • egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffers
                  • 124
                      
                  • egl/wayland: Send commit after flushing the driver context
                  • 125
                    126
                     
                    127

                    Maarten Lankhorst (1):

                    128
                      129
                        
                    • nouveau: Fix compiler warning regression
                    • 130
                      131
                       
                      132

                      Paul Berry (1):

                      133
                        134
                          
                      • i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.
                      • 135
                        136
                         
                        137

                        Thomas Hellstrom (1):

                        138
                          139
                            
                        • st/xa: Bump major version number to 2
                        • 140
                          141
                           
                          142

                          Tom Stellard (2):

                          143
                            144
                              
                          • r300/compiler/tests: Fix segfault
                          • 145
                              
                          • r300/compiler/tests: Fix line length check in test parser
                          • 146
                            147
                             
                            148
                            149
                            150