blob: 7edae7644777fb81af7b6accabfc11ca3ec65c27 [file] [log] [blame]
Erik Faye-Lund4d066832020-06-12 20:09:42 +02001Mesa 10.3.5 Release Notes / December 5, 2014
2============================================
3
4Mesa 10.3.5 is a bug fix release which fixes bugs found since the 10.3.4
5release.
6
7Mesa 10.3.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 7ea71c3cce89114df3dc050376afa1c6f6bf235d77a68f9703273603d6a90621 MesaLib-10.3.5.tar.gz
20 eb75d2790f1606d59d50a6acaa637b6c75f2155b3e0eca3d5099165c0d9556ae MesaLib-10.3.5.tar.bz2
21 164bc64ba63fb07ff255ff8de6ed3c95ff545dfe8f864c44c33abe94788da910 MesaLib-10.3.5.zip
22
23New features
24------------
25
26None
27
28Bug fixes
29---------
30
31This list is likely incomplete.
32
33- `Bug 86618 <https://bugs.freedesktop.org/show_bug.cgi?id=86618>`__ -
34 [NV96] neg modifiers not working in MIN and MAX operations
35
36Changes
37-------
38
39Brian Paul (2):
40
41- mesa: fix arithmetic error in \_mesa_compute_compressed_pixelstore()
42- mesa: fix height error check for 1D array textures
43
44Chris Forbes (2):
45
46- i965: Handle nested uniform array indexing
47- mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
48
49Emil Velikov (2):
50
51- docs: Add sha256 sums for the 10.3.5 release
52- Update version to 10.3.5
53
54Ilia Mirkin (6):
55
56- nv50/ir: set neg modifiers on min/max args
57- nv50,nvc0: actually check constbufs for invalidation
58- nv50,nvc0: buffer resources can be bound as other things down the
59 line
60- freedreno/ir3: don't pass consts to madsh.m16 in MOD logic
61- freedreno/a3xx: only enable blend clamp for non-float formats
62- freedreno/ir3: fix UMAD
63
64Rob Clark (1):
65
66- configure.ac: bump libdrm_freedreno requirement