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 9.2.5 Release Notes / (December 12, 2013)

18
 
19

20
Mesa 9.2.5 is a bug fix release which fixes bugs found since the 9.2.4 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
34
9fb4de29ca1d9cfd03cbdefa123ba336  MesaLib-9.2.5.tar.bz2
35
1146c7c332767174f3de782b88d8e8ca  MesaLib-9.2.5.tar.gz
36
a9a6c46dac7ea26fd272bf14894d95f3  MesaLib-9.2.5.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 62142 - Mesa/demo mipmap_limits upside down with running by SOFTWARE
  • 50
     
    51
  • Bug 64323 - Severe misrendering in Left 4 Dead 2
  • 52
     
    53
  • Bug 66213 - Certain Mesa Demos Rendering Inverted (vertically)
  • 54
     
    55
  • Bug 68838 - GLSL: struct declarations produce a "empty declaration warning" in 9.2
  • 56
     
    57
  • Bug 69155 - [NV50 gallium] [piglit] bin/varying-packing-simple triggers memory corruption/failures
  • 58
     
    59
  • Bug 72325 - [swrast] piglit glean fbo regression
  • 60
     
    61
  • Bug 72327 - [swrast] piglit glean pointSprite regression
  • 62
     
    63
    64
     
    65

    Changes

    66
     
    67

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

    68
     
    69
    70
      git log mesa-9.2.4..mesa-9.2.5
    71
    72
     
    73

    Chad Versace (2):

    74
      75
        
    • i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs
    • 76
        
    • i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)
    • 77
      78
       
      79

      Chris Forbes (4):

      80
        81
          
      • i965: Gen4-5: Don't enable hardware alpha test with MRT
      • 82
          
      • i965: Gen4-5: Include alpha func/ref in program key
      • 83
          
      • i965/fs: Gen4-5: Setup discard masks for MRT alpha test
      • 84
          
      • i965/fs: Gen4-5: Implement alpha test in shader for MRT
      • 85
        86
         
        87

        Chí-Thanh Christopher Nguyễn (1):

        88
          89
            
        • st/xorg: Handle new DamageUnregister API which has only one argument
        • 90
          91
           
          92

          Dave Airlie (3):

          93
            94
              
          • mesa/swrast: fix inverted front buffer rendering with old-school swrast
          • 95
              
          • glx: don't fail out when no configs if we have visuals
          • 96
              
          • swrast: fix readback regression since inversion fix
          • 97
            98
             
            99

            Ian Romanick (1):

            100
              101
                
            • glsl: Don't emit empty declaration warning for a struct specifier
            • 102
              103
               
              104

              Ilia Mirkin (4):

              105
                106
                  
              • nv50: Fix GPU_READING/WRITING bit removal
              • 107
                  
              • nouveau: avoid leaking fences while waiting
              • 108
                  
              • nv50: wait on the buf's fence before sticking it into pushbuf
              • 109
                  
              • nv50: report 15 max inputs for fragment programs
              • 110
                111
                 
                112

                Tom Stellard (2):

                113
                  114
                    
                • r300/compiler/tests: Fix segfault
                • 115
                    
                • r300/compiler/tests: Fix line length check in test parser
                • 116
                  117
                   
                  118
                  119
                  120