Subversion Repositories Kolibri OS

Rev

Go to most recent revision | 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.5.5 Release Notes / May 11, 2015

18
 
19

20
Mesa 10.5.5 is a bug fix release which fixes bugs found since the 10.5.4 release.
21

22

23
Mesa 10.5.5 implements the OpenGL 3.3 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.3.  OpenGL
27
3.3 is only available if requested at context creation
28
because compatibility contexts are not supported.
29

30
 
31
 
32

SHA256 checksums

33
34
c10f00fd792b8290dd51ebcc48a9016c4cafab19ec205423c6fcadfd7f3a59f2  mesa-10.5.5.tar.gz
35
4ac4e4ea3414f1cadb1467f2f173f9e56170d31e8674f7953a46f0549d319f28  mesa-10.5.5.tar.xz
36
37
 
38
 
39

New features

40

None

41
 
42

Bug fixes

43
 
44

This list is likely incomplete.

45
 
46
    47
     
    48
  • Bug 88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA
  • 49
     
    50
  • Bug 89455 - [NVC0/Gallium] Unigine Heaven black and white boxes
  • 51
     
    52
  • Bug 89689 - [Regression] Weston on DRM backend won't start with new version of mesa
  • 53
     
    54
  • Bug 90130 - gl_PrimitiveId seems to reset at 340
  • 55
     
    56
    57
     
    58
     
    59

    Changes

    60
     
    61

    Boyan Ding (1):

    62
      63
        
    • i965: Add XRGB8888 format to intel_screen_make_configs
    • 64
      65
       
      66

      Emil Velikov (3):

      67
        68
          
      • docs: Add sha256 sums for the 10.5.4 release
      • 69
          
      • r300: do not link against libdrm_intel
      • 70
          
      • Update version to 10.5.5
      • 71
        72
         
        73

        Ilia Mirkin (4):

        74
          75
            
        • nvc0/ir: flush denorms to zero in non-compute shaders
        • 76
            
        • gk110/ir: fix set with a register dest to not auto-set the abs flag
        • 77
            
        • nvc0/ir: fix predicated PFETCH emission
        • 78
            
        • nv50/ir: fix asFlow() const helper for OP_JOIN
        • 79
          80
           
          81

          Kenneth Graunke (2):

          82
            83
              
          • i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
          • 84
              
          • i965: Disallow linear blits that are not cacheline aligned.
          • 85
            86
             
            87

            Roland Scheidegger (1):

            88
              89
                
            • draw: fix prim ids when there's no gs
            • 90
              91
               
              92
               
              93
              94
              95