Subversion Repositories Kolibri OS

Rev

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.0.1 Release Notes / November 16th, 2012

18
 
19

20
Mesa 9.0.1 is a bug fix release which fixes bugs found since the 9.0 release.
21

22

23
Mesa 9.0 implements the OpenGL 3.1 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.1.  OpenGL
27
3.1 is only available if requested at context creation
28
because GL_ARB_compatibility is not supported.
29

30
 
31

MD5 checksums

32
33
97d6554c05ea7449398afe3a0ede7018  MesaLib-9.0.1.tar.bz2
34
fd0fd5a6e56bc3dd210c80e42baef975  MesaLib-9.0.1.tar.gz
35
c2683d957acd530a00f747f50317186f  MesaLib-9.0.1.zip
36
37
 
38

New features

39

None.

40
 
41

Bug fixes

42
 
43

This list is likely incomplete.

44
 
45
    46
  • Bug 44912 - [bisected] WebGL conformance/textures/texture-mips tests fails
  • 47
     
    48
  • Bug 55856 - kwin with gles window content is not updating (gen4)
  • 49
     
    50
  • Bug 56057 - INTEL_swap_event not correctly listed
  • 51
     
    52
  • Bug 56211 - src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: Assertion `u_minify(stImage->pt->height0, src_level) == stImage->base.Height' failed.
  • 53
     
    54
    55
    56
     
    57
     
    58

    Changes

    59

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

    60
     
    61
    62
      git log mesa-9.0..mesa-9.0.1
    63
    64
     
    65

    Adam Jackson (1):

    66
      67
        
    • glx: Add GLXBadProfileARB to the error string list
    • 68
      69
       
      70

      Andreas Boll (7):

      71
        72
          
      • docs: add news item for 9.0 release
      • 73
          
      • mesa: add get-pick-list.sh script into bin/
      • 74
          
      • mesa: add initial .cherry-ignore file for the 9.0 branch
      • 75
          
      • mesa: use .cherry-ignore in the get-pick-list.sh script
      • 76
          
      • build: add config.sub and config.guess to tarballs target
      • 77
          
      • build: add missing Makefile.in files to tarballs target
      • 78
          
      • build: add missing files to tarballs target
      • 79
        80
         
        81

        Brian Paul (2):

        82
          83
            
        • mesa: don't call TexImage driver hooks for zero-sized images
        • 84
            
        • mesa: fix error check for zero-sized compressed subtexture
        • 85
          86
           
          87

          Fredrik Höglund (1):

          88
            89
              
          • egl_dri2/x11: Fix eglPostSubBufferNV()
          • 90
            91
             
            92

            Ian Romanick (5):

            93
              94
                
            • docs: Add 9.0 release md5sums
            • 95
                
            • i965: Fix regression in depth texture rendering on pre-SNB
            • 96
                
            • glx: Set sRGBCapable to a default value
            • 97
                
            • docs: Add 9.0.1 release notes
            • 98
                
            • mesa: Bump version to 9.0.1
            • 99
              100
               
              101

              Imre Deak (7):

              102
                103
                  
              • mesa: glGet: fix indentation of _mesa_init_get_hash
              • 104
                  
              • mesa: glGet: fix indentation of find_value
              • 105
                  
              • mesa: glGet: fix indentation of print_table_stats
              • 106
                  
              • mesa: glGet: fix API check for EGL_image_external enums
              • 107
                  
              • glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section
              • 108
                  
              • mesa: glGet: fix parameter lookup for apps using multiple APIs
              • 109
                  
              • glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
              • 110
                111
                 
                112

                Jonas Ådahl (1):

                113
                  114
                    
                • wayland: Destroy frame callback when destroying surface
                • 115
                  116
                   
                  117

                  Kenneth Graunke (1):

                  118
                    119
                      
                  • glsl: Allow ir_if in the linker's move_non_declarations function.
                  • 120
                    121
                     
                    122

                    Kristian Høgsberg (5):

                    123
                      124
                        
                    • gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import()
                    • 125
                        
                    • gbm: Use the kms dumb ioctls for cursor instead of libkms
                    • 126
                        
                    • egl/wayland: Update to Wayland 0.99 API
                    • 127
                        
                    • wayland: Remove 0.85 compatibility #ifdefs
                    • 128
                        
                    • wayland: Drop support for ill-defined, unused wl_egl_pixmap
                    • 129
                      130
                       
                      131

                      Marcin Slusarz (1):

                      132
                        133
                          
                      • nouveau: use pre-calculated stride for resource_get_handle
                      • 134
                        135
                         
                        136

                        Matt Turner (4):

                        137
                          138
                            
                        • egl: Return EGL_BAD_MATCH for invalid profile attributes
                        • 139
                            
                        • Re-add HAVE_PTHREADS preprocessor macro
                        • 140
                            
                        • build: Ship install-sh in the tarball
                        • 141
                            
                        • ralloc: Annotate printf functions with PRINTFLIKE(...)
                        • 142
                          143
                           
                          144

                          Michel Dänzer (2):

                          145
                            146
                              
                          • st/mesa: Fix source miptree level for copying data to finalized miptree.
                          • 147
                              
                          • st/mesa: Fix assertions for copying texture image to finalized miptree.
                          • 148
                            149
                             
                            150

                            Owen W. Taylor (1):

                            151
                              152
                                
                            • glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
                            • 153
                              154
                               
                              155

                              Quentin Glidic (1):

                              156
                                157
                                  
                              • intel: Add missing #include <time.h>
                              • 158
                                159
                                 
                                160

                                Tomeu Vizoso (1):

                                161
                                  162
                                    
                                • mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs
                                • 163
                                  164
                                   
                                  165
                                  166
                                  167