Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4401 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
35
 
36
 
37

New features

38

None

39
 
40

Bug fixes

41
 
42

This list is likely incomplete.

43
 
44
    45
     
    46
  • Bug 62142 - Mesa/demo mipmap_limits upside down with running by SOFTWARE
  • 47
     
    48
  • Bug 64323 - Severe misrendering in Left 4 Dead 2
  • 49
     
    50
  • Bug 66213 - Certain Mesa Demos Rendering Inverted (vertically)
  • 51
     
    52
  • Bug 68838 - GLSL: struct declarations produce a "empty declaration warning" in 9.2
  • 53
     
    54
  • Bug 69155 - [NV50 gallium] [piglit] bin/varying-packing-simple triggers memory corruption/failures
  • 55
     
    56
  • Bug 72325 - [swrast] piglit glean fbo regression
  • 57
     
    58
  • Bug 72327 - [swrast] piglit glean pointSprite regression
  • 59
     
    60
    61
     
    62

    Changes

    63
     
    64

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

    65
     
    66
    67
      git log mesa-9.2.4..mesa-9.2.5
    68
    69
     
    70

    Chad Versace (2):

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

      Chris Forbes (4):

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

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

        85
          86
            
        • st/xorg: Handle new DamageUnregister API which has only one argument
        • 87
          88
           
          89

          Dave Airlie (3):

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

            Ian Romanick (1):

            97
              98
                
            • glsl: Don't emit empty declaration warning for a struct specifier
            • 99
              100
               
              101

              Ilia Mirkin (4):

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

                Tom Stellard (2):

                110
                  111
                    
                • r300/compiler/tests: Fix segfault
                • 112
                    
                • r300/compiler/tests: Fix line length check in test parser
                • 113
                  114
                   
                  115
                  116
                  117