blob: 46157fc48ccd9b85b42dd366314eab322a99b6d6 [file] [log] [blame]
Erik Faye-Lund4d066832020-06-12 20:09:42 +02001Mesa 7.5.1 Release Notes, 3 September 2009
2==========================================
3
4Mesa 7.5.1 is a bug-fix release fixing issues found since the 7.5
5release.
6
7The main new feature of Mesa 7.5.x is the
8`Gallium3D <https://www.freedesktop.org/wiki/Software/gallium>`__
9infrastructure.
10
11Mesa 7.5.1 implements the OpenGL 2.1 API, but the version reported by
12glGetString(GL_VERSION) depends on the particular driver being used.
13Some drivers don't support all the features required in OpenGL 2.1.
14
Erik Faye-Lund429ff052020-06-15 12:31:34 +020015See the :doc:`Compiling/Installing page <../install>` for
Erik Faye-Lund4d066832020-06-12 20:09:42 +020016prerequisites for DRI hardware acceleration.
17
18MD5 checksums
19-------------
20
21::
22
23 d7269e93bc7484430637d54ced250876 MesaLib-7.5.1.tar.gz
24 877d6a4b24efc2b1d02aa553f262cba8 MesaLib-7.5.1.tar.bz2
25 23f4fb757a05c8396425681234ae20e5 MesaLib-7.5.1.zip
26 5af4bd113652108f5cec5113dad813f2 MesaDemos-7.5.1.tar.gz
27 785402e3b9f0e335538fcc6bf19f6987 MesaDemos-7.5.1.tar.bz2
28 950058cc6d6106e9c7d5876a03789fe9 MesaDemos-7.5.1.zip
29 cb52ce2c93389c2711cbe8d857ec5303 MesaGLUT-7.5.1.tar.gz
30 e3a9892e056d625c5353617a7c5b7e9c MesaGLUT-7.5.1.tar.bz2
31 da1de364df148c94b4994006191a1e69 MesaGLUT-7.5.1.zip
32
33New features
34------------
35
36- Added configure --with-max-width=W, --with-max-height=H options to
37 specify max framebuffer, viewport size.
38
39Bug fixes
40---------
41
42- Added missing GLEW library to MesaDemos tarballs.
43- Fixed swapbuffers jerkiness in Doom3/etc in Intel drivers.
44- Fixed front buffer rendering bug in Intel drivers.
45- Fixed minor GLX memory leaks.
46- Fixed some texture env / fragment program state bugs.
47- Fixed some Gallium glBlitFramebuffer() bugs
48- Empty glBegin/glEnd() pair could cause divide by zero (bug 23489)
49- Fixed Gallium glBitmap() Z position bug
50- Setting arrays of sampler uniforms did not work
51- Selection/Feedback mode didn't handle polygon culling correctly (bug
52 16866)
53- Fixed 32/64-bit cross compilation issue in gen_matypes.c
54- Fixed glXCreateGLXPixmap() for direct rendering.
55- Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.