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.2.6 Release Notes / August 19, 2014

18
 
19

20
Mesa 10.2.6 is a bug fix release which fixes bugs found since the 10.2.5 release.
21

22

23
Mesa 10.2.6 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
193314d2adba98e43697d726739ac46b4299aae324fa1821aa226890c28ac806  MesaLib-10.2.6.tar.bz2
34
f7a45a5977b485eb95ac024205c584a0c112fe3951c2313c797579bb16a7a448  MesaLib-10.2.6.tar.gz
35
6d086d6fcda8f317adfaaae40011decf2f2e2dc80819c4a7a77c76f73512e8d8  MesaLib-10.2.6.zip
36
37
 
38

New features

39

None

40
 
41

Bug fixes

42
 
43

This list is likely incomplete.

44
 
45
    46
     
    47
  • Bug 81450 - [BDW]Piglit spec_glsl-1.30_execution_tex-miplevel-selection_textureGrad_1DArray cases intel_do_flush_locked failed
  • 48
     
    49
    50
     
    51

    Changes

    52
     
    53

    Anuj Phogat (15):

    54
      55
        
    • mesa: Fix error condition for valid texture targets in glTexStorage* functions
    • 56
        
    • mesa: Turn target_can_be_compressed() in to a utility function
    • 57
        
    • mesa: Add error condition for using compressed internalformat in glTexStorage3D()
    • 58
        
    • mesa: Fix condition for using compressed internalformat in glCompressedTexImage3D()
    • 59
        
    • mesa: Add utility function _mesa_is_enum_format_snorm()
    • 60
        
    • mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3
    • 61
        
    • mesa: Add a helper function _mesa_is_enum_format_unsized()
    • 62
        
    • mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()
    • 63
        
    • mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexImage*()
    • 64
        
    • mesa: Add utility function _mesa_is_enum_format_unorm()
    • 65
        
    • mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()
    • 66
        
    • mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formats
    • 67
        
    • meta: Use _mesa_get_format_bits() to get the GL_RED_BITS
    • 68
        
    • egl: Fix OpenGL ES version checks in _eglParseContextAttribList()
    • 69
        
    • meta: Fix datatype computation in get_temp_image_type()
    • 70
      71
       
      72

      Brian Paul (1):

      73
        74
          
      • mesa: fix assertion in _mesa_drawbuffers()
      • 75
        76
         
        77

        Carl Worth (2):

        78
          79
            
        • docs: Add sha256 sums to the 10.2.5 release notes
        • 80
            
        • Update VERSION to 10.2.6
        • 81
          82
           
          83

          Ilia Mirkin (1):

          84
            85
              
          • mesa/st: only convert AND(a, NOT(b)) into MAD when not using native integers
          • 86
            87
             
            88

            Jordan Justen (1):

            89
              90
                
            • i965/miptree: Layout 1D Array as 2D Array with height of 1
            • 91
              92
               
              93

              Maarten Lankhorst (1):

              94
                95
                  
              • configure.ac: Do not require llvm on x32
              • 96
                97
                 
                98

                Marek Olšák (4):

                99
                  100
                    
                • st/mesa: fix blit-based partial TexSubImage for 1D arrays
                • 101
                    
                • radeon,r200: fix buffer validation after CS flush
                • 102
                    
                • radeonsi: fix a hang with instancing in Unigine Heaven/Valley on Hawaii
                • 103
                    
                • radeonsi: fix CMASK and HTILE allocation on Tahiti
                • 104
                  105
                   
                  106

                  Pali Rohár (1):

                  107
                    108
                      
                  • configure: check for dladdr via AC_CHECK_FUNC/AC_CHECK_LIB
                  • 109
                    110
                     
                    111

                    Roland Scheidegger (1):

                    112
                      113
                        
                    • gallivm: fix up out-of-bounds level when using conformant out-of-bound behavior
                    • 114
                      115
                       
                      116
                      117
                      118