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 7.8.3 Release Notes / (date tbd)

18
 
19

20
Mesa 7.8.3 is a bug fix release which fixes bugs found since the 7.8.2 release.
21

22

23
Mesa 7.8.3 implements the OpenGL 2.1 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 2.1.
26

27

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

31
 
32
 
33

MD5 checksums

34
35
x  MesaLib-7.8.3.tar.gz
36
x  MesaLib-7.8.3.tar.bz2
37
x  MesaLib-7.8.3.zip
38
x  MesaDemos-7.8.3.tar.gz
39
x  MesaDemos-7.8.3.tar.bz2
40
x  MesaDemos-7.8.3.zip
41
x  MesaGLUT-7.8.3.tar.gz
42
x  MesaGLUT-7.8.3.tar.bz2
43
x  MesaGLUT-7.8.3.zip
44
45
 
46
 
47

New features

48

None.

49
 
50
 
51

Changes

52
    53
  • The radeon driver should use less memory when searching for a valid mip
  • 54
    image.
    55
    56
     
    57
     
    58

    Bug fixes

    59
      60
    • Fix unsupported FB with D24S8 (bug
    • 61
          29116)
      62
    • Fix ReadPixels crash when reading depth/stencil from an FBO
    • 63
    • Fixed a bug rendering to 16-bit buffers using swrast.
    • 64
    • Fixed a state tracker/TGSI bug that caused crashes when using Windows'
    • 65
          memory debugging features.
      66
    • Fixed an issue rendering to 32-bit channels with swrast (bug
    • 67
          29487)
      68
    • GLSL: fix indirect gl_TextureMatrix addressing (bug
    • 69
          28967)
      70
    • GLSL: fix for bug
    • 71
          27216
      72
    • GLSL: fix zw fragcoord entries in some cases (bug
    • 73
          29183)
      74
    • Fix texture env generation in some cases (bug
    • 75
          28169)
      76
    • osmesa: a fix for calling OSMesaMakeCurrent twice was applied (bug
    • 77
          10966
      78
    • A bug was fixed which could cause Mesa to ignore the
    • 79
          MESA_EXTENSION_OVERRIDE environment variable.
      80
    • A bug related to specular highlights on backfaces was fixed.
    • 81
    • A radeon-specific issue with glCopyTex(Sub)Image was
    • 82
          corrected.
      83
    • radeon/wine: flush command stream in more cases, fixing wine d3d9
    • 84
          tests.
      85
    • r600: fix sin+cos normalization.
    • 86
    • r600: (properly) ignore GL_COORD_REPLACE when point sprites are
    • 87
          disabled.
      88
    • radeon: avoid flushing when the context is not current.
    • 89
    • r300c: a bug affecting unaligned BOs was fixed.
    • 90
    • r300c: a hardlock caused by ARB_half_float_vertex incorrectly advertised on some chipsets.
    • 91
      92
       
      93
      94
      95