Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | 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 8.0.1 Release Notes / February 16, 2012

18
 
19

20
Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release.
21

22

23
Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by
24
glGetString(GL_VERSION) depends on the particular driver being used.
25
Some drivers don't support all the features required in OpenGL 3.0.
26

27

28
See the Compiling/Installing page for prerequisites
29
for DRI hardware acceleration.
30

31
 
32
 
33

MD5 checksums

34
35
4855c2d93bd2ebd43f384bdcc92c9a27  MesaLib-8.0.1.tar.gz
36
24eeebf66971809d8f40775a379b36c9  MesaLib-8.0.1.tar.bz2
37
54e745d14dac5717f7f65b4e2d5c1df2  MesaLib-8.0.1.zip
38
39
 
40

New features

41

None.

42
 
43

Bug fixes

44
 
45

This list is likely incomplete.

46
 
47
    48
     
    49
  • Bug 28924 - [ILK] piglit tex-border-1 fail
  • 50
     
    51
  • Bug 40864 - [bisected pineview] oglc pxconv-gettex(basic.allCases) fails on pineview
  • 52
     
    53
  • Bug 43327 - [bisected SNB] HiZ make many oglc cases regressed
  • 54
     
    55
  • Bug 44333 - [bisected] Color distortion with xbmc mediaplayer
  • 56
     
    57
  • Bug 44927 - [SNB IVB regression] gl-117 abort when click
  • 58
     
    59
  • Bug 45221 - [bisected IVB] glean/fbo regression in stencil-only case
  • 60
     
    61
  • Bug 45877 - main/image.c:1597: _mesa_convert_colors: Assertion `dstType == 0x1406' failed.
  • 62
     
    63
  • Bug 45578 - main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.
  • 64
     
    65
  • Bug 45872 - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview
  • 66
     
    67
  • Bug 45876 - [PNV]oglc texenv(basic.allCases) regressed on pineview
  • 68
     
    69
  • Bug 45917 - [PNV] Regression in Piglit test general/two-sided-lighting-separate-specular
  • 70
     
    71
  • Bug 45943 - [r300g] r300_emit.c:365:r300_emit_aa_state: Assertion `(aa-d>dest)->cs_buf' failed.
  • 72
     
    73
    74
     
    75
    76
     
    77
     
    78

    Changes

    79

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

    80
     
    81
    82
      git log mesa-8.0..mesa-8.0.1
    83
    84
     
    85

    Alex Deucher (2):

    86
      87
        
    • r600g: fix tex tile_type offset for cayman
    • 88
        
    • r600g: 128 bit formats require tile_type = 1 on cayman
    • 89
      90
       
      91

      Anuj Phogat (2):

      92
        93
          
      • meta: Add pixel store/pack operations in decompress_texture_image
      • 94
          
      • meta: Avoid FBO resizing/reallocating in decompress_texture_image
      • 95
        96
         
        97

        Brian Paul (6):

        98
          99
            
        • docs: add news item for 8.0 release
        • 100
            
        • docs: update info about supported systems, GPUs, APIs
        • 101
            
        • docs: add VMware link
        • 102
            
        • docs: remove link to the GLSL compiler page
        • 103
            
        • mesa: fix proxy texture target initialization
        • 104
            
        • swrast: fix span color type selection
        • 105
          106
           
          107

          Chad Versace (2):

          108
            109
              
          • i965: Rewrite the HiZ op
          • 110
              
          • i965: Remove file i965/junk, accidentally added in 7b36c68
          • 111
            112
             
            113

            Dave Airlie (1):

            114
              115
                
            • st/mesa: only resolve if number of samples is > 1
            • 116
              117
               
              118

              Eric Anholt (3):

              119
                120
                  
              • i965: Fix HiZ change compiler warning.
              • 121
                  
              • i965: Report the failure message when failing to compile the fragment shader.
              • 122
                  
              • i965/fs: Enable register spilling on gen7 too.
              • 123
                124
                 
                125

                Ian Romanick (4):

                126
                  127
                    
                • docs: Add 8.0 MD5 checksums
                • 128
                    
                • glapi: Include GLES2 headers for ES2 extension functions
                • 129
                    
                • swrast: Only avoid empty _TexEnvPrograms
                • 130
                    
                • mesa: Bump version number to 8.0.1
                • 131
                  132
                   
                  133

                  Kenneth Graunke (4):

                  134
                    135
                      
                  • i965: Fix border color on Ironlake.
                  • 136
                      
                  • i965/fs: Add a new fs_inst::regs_written function.
                  • 137
                      
                  • i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.
                  • 138
                      
                  • i965: Emit Ivybridge VS workaround flushes.
                  • 139
                    140
                     
                    141

                    Mathias Fröhlich (1):

                    142
                      143
                        
                    • state_stracker: Fix access to uninitialized memory.
                    • 144
                      145
                       
                      146

                      Paul Berry (1):

                      147
                        148
                          
                      • i915: Fix type of "specoffset" variable.
                      • 149
                        150
                         
                        151

                        Simon Farnsworth (1):

                        152
                          153
                            
                        • r600g: Use a fake reloc to sleep for fences
                        • 154
                          155
                           
                          156
                          157
                          158