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.2 Release Notes / (January 9, 2014)

18
 
19

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

22

23
Mesa 10.0.2 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
de7d14baf0101b697c140d2f47ef27e9  MesaLib-10.0.2.tar.gz
35
8544c0ab3e438a08b5103421ea15b6d2  MesaLib-10.0.2.tar.bz2
36
181b0d6c1afca38e98a930d0e564ed90  MesaLib-10.0.2.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 70740 - HiZ on SNB causes GPU hang with WebGL web app
  • 50
     
    51
  • Bug 72026 - SIGSEGV in fs_visitor::visit(ir_dereference_variable*)
  • 52
     
    53
  • Bug 72264 - GLSL error reporting
  • 54
     
    55
  • Bug 72369 - glitches in serious sam 3 with the sb shader backend
  • 56
     
    57
    58
     
    59

    Changes

    60
     
    61

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

    62
     
    63
    64
      git log mesa-10.0.1..mesa-10.0.2
    65
    66
     
    67

    Aaron Watry (8):

    68
      69
        
    • clover: Remove unused variable
    • 70
        
    • pipe_loader/sw: close dev->lib when initialization fails
    • 71
        
    • radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
    • 72
        
    • r600/compute: Free compiled kernels when deleting compute state
    • 73
        
    • r600/compute: Use the correct FREE macro when deleting compute state
    • 74
        
    • radeon/llvm: Free target data at end of optimization
    • 75
        
    • st/vdpau: Destroy context when initialization fails
    • 76
        
    • r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
    • 77
      78
       
      79

      Alex Deucher (1):

      80
        81
          
      • r600g: fix SUMO2 pci id
      • 82
        83
         
        84

        Alexander von Gluck IV (1):

        85
          86
            
        • Haiku: Add in public GL kit headers
        • 87
          88
           
          89

          Anuj Phogat (1):

          90
            91
              
          • mesa: Fix error code generation in glBeginConditionalRender()
          • 92
            93
             
            94

            Carl Worth (2):

            95
              96
                
            • docs: Add md5sums for the 10.0.1 release.
            • 97
                
            • Update version to 10.0.2
            • 98
              99
               
              100

              Chad Versace (1):

              101
                102
                  
              • i965/gen6: Fix HiZ hang in WebGL Google Maps
              • 103
                104
                 
                105

                Erik Faye-Lund (1):

                106
                  107
                    
                • glcpp: error on multiple #else/#elif directives
                • 108
                  109
                   
                  110

                  Henri Verbeet (1):

                  111
                    112
                      
                  • i915: Add support for gl_FragData[0] reads.
                  • 113
                    114
                     
                    115

                    Ilia Mirkin (1):

                    116
                      117
                        
                    • nv50: fix a small leak on context destroy
                    • 118
                      119
                       
                      120

                      Jonathan Liu (2):

                      121
                        122
                          
                      • st/mesa: use pipe_sampler_view_release()
                      • 123
                          
                      • llvmpipe: use pipe_sampler_view_release() to avoid segfault
                      • 124
                        125
                         
                        126

                        Kenneth Graunke (2):

                        127
                          128
                            
                        • i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
                        • 129
                            
                        • Revert "mesa: Remove GLXContextID typedef from glx.h."
                        • 130
                          131
                           
                          132

                          Kevin Rogovin (1):

                          133
                            134
                              
                          • Use line number information from entire function expression
                          • 135
                            136
                             
                            137

                            Kristian Høgsberg (1):

                            138
                              139
                                
                            • dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
                            • 140
                              141
                               
                              142

                              Marek Olšák (2):

                              143
                                144
                                  
                              • mesa: fix interpretation of glClearBuffer(drawbuffer)
                              • 145
                                  
                              • st/mesa: fix glClear with multiple colorbuffers and different formats
                              • 146
                                147
                                 
                                148

                                Paul Berry (2):

                                149
                                  150
                                    
                                • glsl: Teach ir_variable_refcount about ir_loop::counter variables.
                                • 151
                                    
                                • glsl: Fix inconsistent assumptions about ir_loop::counter.
                                • 152
                                  153
                                   
                                  154

                                  Vadim Girlin (1):

                                  155
                                    156
                                      
                                  • r600g/sb: fix stack size computation on evergreen
                                  • 157
                                    158
                                     
                                    159
                                    160
                                    161