Subversion Repositories Kolibri OS

Rev

Go to most recent revision | 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.4.7 Release Notes / March 20, 2015

18
 
19

20
Mesa 10.4.7 is a bug fix release which fixes bugs found since the 10.4.6 release.
21

22

23
Mesa 10.4.7 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
9e7b59267199658808f8b33e0410b86fbafbdcd52378658b9df65fac9d24947f  MesaLib-10.4.7.tar.gz
34
2c351c98671f9a7ab3fd9c601bb7a255801b1580f5dd0992639f99152801b0d2  MesaLib-10.4.7.tar.bz2
35
d14ac578b5ce16560757b53fbd1cb4d6b34652f8e110e4b10a019adc82e67ffd  MesaLib-10.4.7.zip
36
37
 
38

New features

39

None

40
 
41

Bug fixes

42
 
43

This list is likely incomplete.

44
 
45
    46
     
    47
  • Bug 79202 - valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test; random code generation
  • 48
     
    49
  • Bug 89156 - r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken
  • 50
     
    51
  • Bug 89224 - Incorrect rendering of Unigine Valley running in VM on VMware Workstation
  • 52
     
    53
  • Bug 89530 - FTBFS in loader: missing fstat
  • 54
     
    55
    56
     
    57

    Changes

    58
     
    59

    Andrey Sudnik (1):

    60
      61
        
    • i965/vec4: Don't lose the saturate modifier in copy propagation.
    • 62
      63
       
      64

      Daniel Stone (1):

      65
        66
          
      • egl: Take alpha bits into account when selecting GBM formats
      • 67
        68
         
        69

        Emil Velikov (6):

        70
          71
            
        • docs: Add sha256 sums for the 10.4.6 release
        • 72
            
        • cherry-ignore: add not applicable/rejected commits
        • 73
            
        • mesa: rename format_info.c to format_info.h
        • 74
            
        • loader: include <sys/stat.h> for non-sysfs builds
        • 75
            
        • auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
        • 76
            
        • Update version to 10.4.7
        • 77
          78
           
          79

          Iago Toral Quiroga (1):

          80
            81
              
          • i965: Fix out-of-bounds accesses into pull_constant_loc array
          • 82
            83
             
            84

            Ilia Mirkin (4):

            85
              86
                
            • freedreno: move fb state copy after checking for size change
            • 87
                
            • freedreno/ir3: fix array count returned by TXQ
            • 88
                
            • freedreno/ir3: get the # of miplevels from getinfo
            • 89
                
            • freedreno: fix slice pitch calculations
            • 90
              91
               
              92

              Marc-Andre Lureau (1):

              93
                94
                  
              • gallium/auxiliary/indices: fix start param
              • 95
                96
                 
                97

                Marek Olšák (4):

                98
                  99
                    
                • r300g: fix RGTC1 and LATC1 SNORM formats
                • 100
                    
                • r300g: fix a crash when resolving into an sRGB texture
                • 101
                    
                • r300g: fix sRGB->sRGB blits
                • 102
                    
                • radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords
                • 103
                  104
                   
                  105

                  Mario Kleiner (1):

                  106
                    107
                      
                  • glx: Handle out-of-sequence swap completion events correctly. (v2)
                  • 108
                    109
                     
                    110

                    Matt Turner (2):

                    111
                      112
                        
                    • r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.
                    • 113
                        
                    • r300g: Check return value of snprintf().
                    • 114
                      115
                       
                      116

                      Rob Clark (2):

                      117
                        118
                          
                      • freedreno/ir3: fix silly typo for binning pass shaders
                      • 119
                          
                      • freedreno: update generated headers
                      • 120
                        121
                         
                        122

                        Samuel Iglesias Gonsalvez (1):

                        123
                          124
                            
                        • glsl: optimize (0 cmp x + y) into (-x cmp y).
                        • 125
                          126
                           
                          127

                          Stefan Dösinger (1):

                          128
                            129
                              
                          • r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
                          • 130
                            131
                             
                            132
                            133
                            134