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.1.6 Release Notes / (June 24, 2014)

18
 
19

20
Mesa 10.1.6 is a bug fix release which fixes bugs found since the 10.1.5 release.
21

22
 
23

24
Mesa 10.1.6 implements the OpenGL 3.3 API, but the version reported by
25
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
26
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
27
Some drivers don't support all the features required in OpenGL 3.3.  OpenGL
28
3.3 is only available if requested at context creation
29
because compatibility contexts are not supported.
30

31
 
32

SHA256 checksums

33
34
cde60e06b340d7598802fe4a4484b3fb8befd714f9ab9caabe1f27d3149e8815  MesaLib-10.1.6.tar.bz2
35
e4e726d7805a442f7ed07d12f71335e6126796ec85328a5989eb5348a8042d00  MesaLib-10.1.6.tar.gz
36
bf7e3f721a7ad0c2057a034834b6fea688e64f26a66cf8d1caa2827e405e72dd  MesaLib-10.1.6.zip
37
38
 
39

New features

40

None

41
 
42

Bug fixes

43
 
44

This list is likely incomplete.

45
 
46
    47
     
    48
  • Bug 54372 - GLX_INTEL_swap_event crashes driver when swapping window buffers
  • 49
     
    50
  • Bug 74005 - [i965 Bisected]Piglit/glx_glx-make-glxdrawable-current fails
  • 51
     
    52
  • Bug 78581 -
  • 53
     
    54
  • Bug 79729 - [i965] glClear on a multisample texture doesn't work
  • 55
     
    56
    57
     
    58

    Changes

    59
     
    60

    Adrian Negreanu (7):

    61
      62
        
    • add megadriver_stub_FILES
    • 63
        
    • android: adapt to the megadriver mechanism
    • 64
        
    • android: add libloader to libGLES_mesa and libmesa_egl_dri2
    • 65
        
    • android: add src/gallium/auxiliary as include path for libmesa_dricore
    • 66
        
    • android, egl: add correct drm include for libmesa_egl_dri2
    • 67
        
    • android, mesa_gen_matypes: pull in timespec POSIX definition
    • 68
        
    • android, dricore: undefined reference to _mesa_streaming_load_memcpy
    • 69
      70
       
      71

      Beren Minor (1):

      72
        73
          
      • egl/main: Fix eglMakeCurrent when releasing context from current thread.
      • 74
        75
         
        76

        Carl Worth (3):

        77
          78
            
        • docs: Add SHA256 checksums for the 10.1.5 release
        • 79
            
        • cherry-ignore: Add a patch to ignore
        • 80
            
        • Update VERSION to 10.1.6
        • 81
          82
           
          83

          Daniel Manjarres (1):

          84
            85
              
          • glx: Don't crash on swap event for a Window (non-GLXWindow)
          • 86
            87
             
            88

            Emil Velikov (1):

            89
              90
                
            • configure: error out when building opencl without LLVM
            • 91
              92
               
              93

              Iago Toral Quiroga (1):

              94
                95
                  
              • mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.
              • 96
                97
                 
                98

                José Fonseca (3):

                99
                  100
                    
                • mesa/main: Make get_hash.c values constant.
                • 101
                    
                • mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.
                • 102
                    
                • mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).
                • 103
                  104
                   
                  105

                  Kristian Høgsberg (1):

                  106
                    107
                      
                  • mesa: Remove glClear optimization based on drawable size
                  • 108
                    109
                     
                    110

                    Michel Dänzer (1):

                    111
                      112
                        
                    • configure: Only check for OpenCL without LLVM when the latter is certain
                    • 113
                      114
                       
                      115

                      Neil Roberts (1):

                      116
                        117
                          
                      • i965: Set the fast clear color value for texture surfaces
                      • 118
                        119
                         
                        120

                        Roland Scheidegger (1):

                        121
                          122
                            
                        • draw: (trivial) fix clamping of viewport index
                        • 123
                          124
                           
                          125

                          Tobias Klausmann (1):

                          126
                            127
                              
                          • nv50/ir: clear subop when folding constant expressions
                          • 128
                            129
                             
                            130

                            Tom Stellard (2):

                            131
                              132
                                
                            • clover: Prevent Clang from printing number of errors and warnings to stderr.
                            • 133
                                
                            • clover: Don't use llvm's global context
                            • 134
                              135
                               
                              136
                              137
                              138