• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Mesa 10.6.4 Release Notes / August 11, 2015
2===========================================
3
4Mesa 10.6.4 is a bug fix release which fixes bugs found since the 10.6.3
5release.
6
7Mesa 10.6.4 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   4960bf17d8b5d6a6503c6954ec6cf480b5cd930797bac901c60bea192675f85e  mesa-10.6.4.tar.gz
20   8f5ac103f0f503de2f7a985b0df349bd4ecdfe7f51c714be146fa5a9a3c07b77  mesa-10.6.4.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30This list is likely incomplete.
31
32-  `Bug 73512 <https://bugs.freedesktop.org/show_bug.cgi?id=73512>`__ -
33   [clover] mesa.icd. should contain full path
34-  `Bug 91290 <https://bugs.freedesktop.org/show_bug.cgi?id=91290>`__ -
35   SIGSEGV glcpp/glcpp-parse.y:1077
36
37Changes
38-------
39
40Anuj Phogat (6):
41
42-  mesa: Turn get_readpixels_transfer_ops() in to a global function
43-  meta: Fix transfer operations check in meta pbo path for readpixels
44-  meta: Abort meta pbo path if readpixels need signed-unsigned
45   conversion
46-  meta: Don't do fragment color clamping in
47   \_mesa_meta_pbo_GetTexSubImage
48-  mesa: Add a helper function \_mesa_need_luminance_to_rgb_conversion()
49-  meta: Fix reading luminance texture as rgba in
50   \_mesa_meta_pbo_GetTexSubImage()
51
52Ben Widawsky (1):
53
54-  i965/skl: Add production thread counts and URB size
55
56Eduardo Lima Mitev (3):
57
58-  mesa: Fix errors values returned by glShaderBinary()
59-  mesa: Validate target before resolving tex obj in
60   glTex(ture)SubImageXD
61-  mesa: Fix error returned by glCopyTexImage2D() upon an invalid
62   internal format
63
64Emil Velikov (6):
65
66-  docs: Add checksums for mesa 10.6.3 tarballs
67-  configure.ac: do not set HAVE_DRI(23) when libdrm is missing
68-  egl/wayland: libdrm is a hard requirement, treat it as such
69-  winsys/radeon: don't leak the fd when it is 0
70-  bugzilla_mesa.sh: sort the bugs list by number
71-  Update version to 10.6.4
72
73Francisco Jerez (1):
74
75-  i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.
76
77Frank Binns (2):
78
79-  egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import
80   extension
81-  egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER
82   attrib
83
84Igor Gnatenko (1):
85
86-  opencl: use versioned .so in mesa.icd
87
88Ilia Mirkin (1):
89
90-  nvc0: fix geometry program revalidation of clipping params
91
92Kenneth Graunke (1):
93
94-  glsl: Fix a bug where LHS swizzles of swizzles were too small.
95
96Marek Olšák (6):
97
98-  st/mesa: don't call st_validate_state in BlitFramebuffer
99-  radeonsi: upload shader rodata after updating scratch relocations
100-  st/mesa: don't ignore texture buffer state changes
101-  radeonsi: rework how shader pointers to descriptors are set
102-  radeonsi: completely rework updating descriptors without CP DMA
103-  r600g: fix the CB_SHADER_MASK setup
104
105Samuel Iglesias Gonsalvez (1):
106
107-  glsl/glcpp: fix SIGSEGV when checking error condition for macro
108   redefinition
109
110Samuel Pitoiset (1):
111
112-  nv50: avoid segfault with enabled but unbound vertex attrib
113