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.3.1 Release Notes / October 12, 2014

18
 
19

20
Mesa 10.3.1 is a bug fix release which fixes bugs found since the 10.3 release.
21

22

23
Mesa 10.3.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 are not supported.
29

30
 
31

SHA256 checksums

32
33
155afcbad17be8bb80282c761b957d5cc716c14a1fa16c4f5ee04e76df729c6d  MesaLib-10.3.1.tar.gz
34
b081d077d717e5d56f2d59677490856052c41573e50378ff86d6c72456714add  MesaLib-10.3.1.tar.bz2
35
07a14febfed06412d519e091a62d24513fee6745f1a6f8a8f1956bfe04b77d15  MesaLib-10.3.1.zip
36
37
 
38

New features

39

None

40
 
41

Bug fixes

42
 
43

This list is likely incomplete.

44
 
45
    46
     
    47
  • Bug 79462 - [NVC0/Codegen] Shader compilation falis in spill logic
  • 48
     
    49
  • Bug 82932 - [SNB+ Bisected]Ogles3conform ES3-CTS.shaders.indexing.vector_subscript.vec3_static_loop_subscript_write_direct_read_vertex fails
  • 50
     
    51
  • Bug 83506 - [UBO] row_major layout ignored inside structures
  • 52
     
    53
  • Bug 83533 - [UBO] nested structures don't get appropriate padding
  • 54
     
    55
  • Bug 83570 - Glyphy demo throws unhandled Integer division by zero exception
  • 56
     
    57
  • Bug 83741 - [UBO] row_major layout partially ignored for arrays of structures
  • 58
     
    59
  • Bug 84178 - Big glamor regression in Xorg server 1.6.99.1 GIT: x11perf 1.5 Test: PutImage XY 500x500 Square
  • 60
     
    61
    62
     
    63

    Changes

    64
     
    65

    Andreas Pokorny (2):

    66
      67
        
    • egl/drm: expose KHR_image_pixmap extension
    • 68
        
    • i915: Fix black buffers when importing prime fds
    • 69
      70
       
      71

      Brian Paul (1):

      72
        73
          
      • mesa: fix prog_optimize.c assertions triggered by SWZ opcode
      • 74
        75
         
        76

        Emil Velikov (2):

        77
          78
            
        • docs: Add 10.3 sha256 sums, news item and link release notes
        • 79
            
        • Update VERSION to 10.3.1
        • 80
          81
           
          82

          Ian Romanick (4):

          83
            84
              
          • glsl: Make sure fields after small structs have correct padding
          • 85
              
          • glsl: Make sure row-major array-of-structure get correct layout
          • 86
              
          • glsl: Round struct size up to at least 16 bytes
          • 87
              
          • glsl: Strip arrayness from ir_type_dereference_variable too
          • 88
            89
             
            90

            Ilia Mirkin (5):

            91
              92
                
            • nv50/ir: avoid deleting pseudo instructions too early
            • 93
                
            • gm107/ir: fix manual TXD for array targets
            • 94
                
            • gm107/ir: fix texture argument order
            • 95
                
            • gm107/ir: add support for indirect const buffer selection
            • 96
                
            • gm107/ir: take relative pfetch offset into account
            • 97
              98
               
              99

              Keith Packard (1):

              100
                101
                  
              • glx/dri3: Provide error diagnostics when DRI3 allocation fails
              • 102
                103
                 
                104

                Kenneth Graunke (2):

                105
                  106
                    
                • mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*).
                • 107
                    
                • mesa: Set correct array element in vbo_exec_vtx_init.
                • 108
                  109
                   
                  110

                  Marek Olšák (3):

                  111
                    112
                      
                  • radeonsi: release GS rings at context destruction
                  • 113
                      
                  • radeonsi: properly destroy the GS copy shader and scratch_bo for compute
                  • 114
                      
                  • st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variables
                  • 115
                    116
                     
                    117

                    Michel Dänzer (1):

                    118
                      119
                        
                    • st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ buffers
                    • 120
                      121
                       
                      122

                      Richard Sandiford (2):

                      123
                        124
                          
                      • mesa: Fix alpha component in unpack_R8G8B8X8_SRGB.
                      • 125
                          
                      • swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endian
                      • 126
                        127
                         
                        128

                        Roland Scheidegger (1):

                        129
                          130
                            
                        • gallivm: fix idiv
                        • 131
                          132
                           
                          133

                          Thomas Hellstrom (1):

                          134
                            135
                              
                          • st/xa: Fix regression in xa_yuv_planar_blit()
                          • 136
                            137
                             
                            138

                            Tom Stellard (2):

                            139
                              140
                                
                            • clover: Add support to mem objects for multiple destructor callbacks v2
                            • 141
                                
                            • configure.ac: Compute LLVM_VERSION_PATCH using llvm-config
                            • 142
                              143
                               
                              144

                              Tomasz Figa (3):

                              145
                                146
                                  
                              • util: Include in Android builds
                              • 147
                                  
                              • st/mesa: Generate format_info.c in Android builds
                              • 148
                                  
                              • st/mesa: Fix paths used in Android builds
                              • 149
                                150
                                 
                                151

                                rconde (1):

                                152
                                  153
                                    
                                • gallivm,tgsi: fix idiv by zero crash
                                • 154
                                  155
                                   
                                  156
                                  157
                                  158