Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4358 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 9.2.2 Release Notes / (October 18, 2013)

18
 
19

20
Mesa 9.2.2 is a bug fix release which fixes bugs found since the 9.2.1 release.
21

22

23
Mesa 9.2 implements the OpenGL 3.1 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.1.  OpenGL
27
3.1 is only available if requested at context creation
28
because GL_ARB_compatibility is not supported.
29

30
 
31
 
32

MD5 checksums

33
4401 Serge 34
df801a975045150790e10e2ccf32193f  MesaLib-9.2.2.tar.gz
35
20887f8020db7d1736a01ae9cd5d8c38  MesaLib-9.2.2.tar.bz2
36
1676f4f1b157c838d077dadd31ba6c84  MesaLib-9.2.2.zip
4358 Serge 37
38
 
39
 
40

New features

41

None

42
 
43

Bug fixes

44
 
45

This list is likely incomplete.

46
 
47
    48
     
    49
  • Bug 69449 - Valgrind error in program_resource_visitor::recursion
  • 50
     
    51
  • Bug 70411 - glInvalidateFramebuffer fails with GL_INVALID_ENUM
  • 52
     
    53
    54
     
    55

    Changes

    56
     
    57

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

    58
     
    59
    60
      git log mesa-9.2.1..mesa-9.2.2
    61
    62
     
    63

    Brian Paul (3):

    64
      65
        
    • docs: add missing <pre> tag
    • 66
        
    • svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
    • 67
        
    • mesa: consolidate cube width=height error checking
    • 68
      69
       
      70

      Carl Worth (3):

      71
        72
          
      • docs: Add md5sums for 9.2.1 release
      • 73
          
      • Bump version to 9.2.2
      • 74
        75
         
        76

        Constantin Baranov (1):

        77
          78
            
        • mesa: Add missing switch break in invalidate_framebuffer_storage()
        • 79
          80
           
          81

          Eric Anholt (3):

          82
            83
              
          • i965: Don't forget the cube map padding on gen5+.
          • 84
              
          • mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".
          • 85
              
          • i965: Fix 3D texture layout by more literally copying from the spec.
          • 86
            87
             
            88

            Francisco Jerez (1):

            89
              90
                
            • glsl: Fix usage of the wrong union member in program_resource_visitor::recursion.
            • 91
              92
               
              93

              Tom Stellard (1):

              94
                95
                  
              • radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
              • 96
                97
                 
                98
                99
                100