blob: 90e150165f8f408bada7b0ae7f12f33f8b8e711a [file] [log] [blame]
Erik Faye-Lund4d066832020-06-12 20:09:42 +02001Mesa 10.4.5 Release Notes / February 21, 2015
2=============================================
3
4Mesa 10.4.5 is a bug fix release which fixes bugs found since the 10.4.4
5release.
6
7Mesa 10.4.5 implements the OpenGL 3.3 API, but the version reported by
8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10used. Some drivers don't support all the features required in OpenGL
113.3. OpenGL 3.3 is **only** available if requested at context creation
12because compatibility contexts are not supported.
13
14SHA256 checksums
15----------------
16
17::
18
19 e12bbdaee9a758617e8ebd0bb0e987f72addd11db2e4da25ba695e386cd63843 MesaLib-10.4.5.tar.gz
20 bf60000700a9d58e3aca2bfeee7e781053b0d839e61a95b1883e05a2dee247a0 MesaLib-10.4.5.tar.bz2
21 3b926de8eee500bb67cf85332c51292f826cc539b8636382aadbb8e70c76527a MesaLib-10.4.5.zip
22
23New features
24------------
25
26None
27
28Bug fixes
29---------
30
31This list is likely incomplete.
32
33- `Bug 82477 <https://bugs.freedesktop.org/show_bug.cgi?id=82477>`__ -
34 [softpipe] piglit fp-long-alu regression
35- `Bug 88658 <https://bugs.freedesktop.org/show_bug.cgi?id=88658>`__ -
36 (bisected) Slow video playback on Kabini
37- `Bug 89069 <https://bugs.freedesktop.org/show_bug.cgi?id=89069>`__ -
38 Lack of grass in The Talos Principle on radeonsi (native\wine\nine)
39
40Changes
41-------
42
43Carl Worth (1):
44
45- Revert use of Mesa IR optimizer for ARB_fragment_programs
46
47Emil Velikov (3):
48
49- docs: Add sha256 sums for the 10.4.4 release
50- get-pick-list.sh: Require explicit "10.4" for nominating stable
51 patches
52- Update version to 10.4.5
53
54Ilia Mirkin (3):
55
56- nvc0: bail out of 2d blits with non-A8_UNORM alpha formats
57- st/mesa: treat resource-less xfb buffers as if they weren't there
58- nvc0: allow holes in xfb target lists
59
60Jeremy Huddleston Sequoia (2):
61
62- darwin: build fix
63- darwin: build fix
64
65Kenneth Graunke (4):
66
67- i965: Override swizzles for integer luminance formats.
68- i965: Use a gl_color_union for sampler border color.
69- i965: Fix integer border color on Haswell.
70- glsl: Reduce memory consumption of copy propagation passes.
71
72Laura Ekstrand (1):
73
74- main: Fixed \_mesa_GetCompressedTexImage_sw to copy slices correctly.
75
76Marek Olšák (5):
77
78- r600g,radeonsi: don't append to streamout buffers that haven't been
79 used yet
80- radeonsi: fix instanced arrays with non-zero start instance
81- radeonsi: small fix in SPI state
82- mesa: fix AtomicBuffer typo in \_mesa_DeleteBuffers
83- radeonsi: fix a crash if a stencil ref state is set before a DSA
84 state
85
86Michel Dänzer (2):
87
88- st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB
89- Revert "radeon/llvm: enable unsafe math for graphics shaders"