1Mesa 10.3.1 Release Notes / October 12, 2014
2============================================
3
4Mesa 10.3.1 is a bug fix release which fixes bugs found since the 10.3
5release.
6
7Mesa 10.3.1 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   155afcbad17be8bb80282c761b957d5cc716c14a1fa16c4f5ee04e76df729c6d  MesaLib-10.3.1.tar.gz
20   b081d077d717e5d56f2d59677490856052c41573e50378ff86d6c72456714add  MesaLib-10.3.1.tar.bz2
21   07a14febfed06412d519e091a62d24513fee6745f1a6f8a8f1956bfe04b77d15  MesaLib-10.3.1.zip
22
23New features
24------------
25
26None
27
28Bug fixes
29---------
30
31This list is likely incomplete.
32
33-  `Bug 79462 <https://bugs.freedesktop.org/show_bug.cgi?id=79462>`__ -
34   [NVC0/Codegen] Shader compilation falis in spill logic
35-  `Bug 82932 <https://bugs.freedesktop.org/show_bug.cgi?id=82932>`__ -
36   [SNB+ Bisected]Ogles3conform
37   ES3-CTS.shaders.indexing.vector_subscript.vec3_static_loop_subscript_write_direct_read_vertex
38   fails
39-  `Bug 83506 <https://bugs.freedesktop.org/show_bug.cgi?id=83506>`__ -
40   [UBO] row_major layout ignored inside structures
41-  `Bug 83533 <https://bugs.freedesktop.org/show_bug.cgi?id=83533>`__ -
42   [UBO] nested structures don't get appropriate padding
43-  `Bug 83570 <https://bugs.freedesktop.org/show_bug.cgi?id=83570>`__ -
44   Glyphy demo throws unhandled Integer division by zero exception
45-  `Bug 83741 <https://bugs.freedesktop.org/show_bug.cgi?id=83741>`__ -
46   [UBO] row_major layout partially ignored for arrays of structures
47-  `Bug 84178 <https://bugs.freedesktop.org/show_bug.cgi?id=84178>`__ -
48   Big glamor regression in Xorg server 1.6.99.1 GIT: x11perf 1.5 Test:
49   PutImage XY 500x500 Square
50
51Changes
52-------
53
54Andreas Pokorny (2):
55
56-  egl/drm: expose KHR_image_pixmap extension
57-  i915: Fix black buffers when importing prime fds
58
59Brian Paul (1):
60
61-  mesa: fix prog_optimize.c assertions triggered by SWZ opcode
62
63Emil Velikov (2):
64
65-  docs: Add 10.3 sha256 sums, news item and link release notes
66-  Update VERSION to 10.3.1
67
68Ian Romanick (4):
69
70-  glsl: Make sure fields after small structs have correct padding
71-  glsl: Make sure row-major array-of-structure get correct layout
72-  glsl: Round struct size up to at least 16 bytes
73-  glsl: Strip arrayness from ir_type_dereference_variable too
74
75Ilia Mirkin (5):
76
77-  nv50/ir: avoid deleting pseudo instructions too early
78-  gm107/ir: fix manual TXD for array targets
79-  gm107/ir: fix texture argument order
80-  gm107/ir: add support for indirect const buffer selection
81-  gm107/ir: take relative pfetch offset into account
82
83Keith Packard (1):
84
85-  glx/dri3: Provide error diagnostics when DRI3 allocation fails
86
87Kenneth Graunke (2):
88
89-  mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*).
90-  mesa: Set correct array element in vbo_exec_vtx_init.
91
92Marek Olšák (3):
93
94-  radeonsi: release GS rings at context destruction
95-  radeonsi: properly destroy the GS copy shader and scratch_bo for
96   compute
97-  st/dri: remove GALLIUM_MSAA and \__GL_FSAA_MODE environment variables
98
99Michel Dänzer (1):
100
101-  st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ
102   buffers
103
104Richard Sandiford (2):
105
106-  mesa: Fix alpha component in unpack_R8G8B8X8_SRGB.
107-  swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endian
108
109Roland Scheidegger (1):
110
111-  gallivm: fix idiv
112
113Thomas Hellstrom (1):
114
115-  st/xa: Fix regression in xa_yuv_planar_blit()
116
117Tom Stellard (2):
118
119-  clover: Add support to mem objects for multiple destructor callbacks
120   v2
121-  configure.ac: Compute LLVM_VERSION_PATCH using llvm-config
122
123Tomasz Figa (3):
124
125-  util: Include in Android builds
126-  st/mesa: Generate format_info.c in Android builds
127-  st/mesa: Fix paths used in Android builds
128
129rconde (1):
130
131-  gallivm,tgsi: fix idiv by zero crash
132