• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Mesa 17.0.5 Release Notes / April 28, 2017
2==========================================
3
4Mesa 17.0.5 is a bug fix release which fixes bugs found since the 17.0.4
5release.
6
7Mesa 17.0.5 implements the OpenGL 4.5 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
114.5. OpenGL 4.5 is **only** available if requested at context creation
12because compatibility contexts are not supported.
13
14SHA256 checksums
15----------------
16
17::
18
19   7510eee0d0077860b250d30d73305048c2df4ba09ea8fc04e4f3eec7beece301  mesa-17.0.5.tar.gz
20   668efa445d2f57a26e5c096b1965a685733a3b57d9c736f9d6460263847f9bfe  mesa-17.0.5.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30-  `Bug 97524 <https://bugs.freedesktop.org/show_bug.cgi?id=97524>`__ -
31   Samplers referring to the same texture unit with different types
32   should raise GL_INVALID_OPERATION
33
34Changes
35-------
36
37Andres Gomez (16):
38
39-  cherry-ignore: Add the pci_id into the shader cache UUID
40-  cherry-ignore: fix crash if ctx torn down with no rendering
41-  cherry-ignore: Fix typos.
42-  cherry-ignore: Revert "etnaviv: Cannot render to rb-swapped formats"
43-  cherry-ignore: Revert "i965/fs: Don't emit SEL instructions for
44   type-converting MOVs."
45-  cherry-ignore: fix typo in a2b10g10r10 fast clear calculation
46-  cherry-ignore: remove unused anv_dispatch_table dtable
47-  cherry-ignore: remove unused radv_dispatch_table dtable
48-  cherry-ignore: make radv_resolve_entrypoint static
49-  cherry-ignore: vulkan: add support for libmesa_vulkan_util
50-  cherry-ignore: r600: fix libmesa_amd_common dependency
51-  cherry-ignore: remove dead brw_new_shader() declaration
52-  cherry-ignore: remove i965_symbols_test reference from .gitignore
53-  cherry-ignore: automake: ensure that the destination directory is
54   created
55-  cherry-ignore: provide required gem stubs for the tests
56-  Update version to 17.0.5
57
58Boyan Ding (2):
59
60-  nvc0/ir: Properly handle a "split form" of predicate destination
61-  nir: Destination component count of shader_clock intrinsic is 2
62
63Emil Velikov (5):
64
65-  docs: add sha256 checksums for 17.0.4
66-  winsys/sw/dri: don't use GNU void pointer arithmetic
67-  st/clover: add space between < and :\:
68-  configure.ac: check require_basic_egl only if egl enabled
69-  st/mesa: automake: honour the vdpau header install location
70
71Francisco Jerez (2):
72
73-  intel/fs: Use regs_written() in spilling cost heuristic for improved
74   accuracy.
75-  intel/fs: Take into account amount of data read in spilling cost
76   heuristic.
77
78Grazvydas Ignotas (1):
79
80-  radv: report timestampPeriod correctly
81
82Jason Ekstrand (5):
83
84-  anv/blorp: Flush the texture cache in UpdateBuffer
85-  anv/cmd_buffer: Flush the VF cache at the top of all primaries
86-  anv/cmd_buffer: Always set up a null surface state
87-  anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED
88-  anv/blorp: Properly handle VK_ATTACHMENT_UNUSED
89
90Kenneth Graunke (1):
91
92-  i965/vec4: Avoid reswizzling MACH instructions in
93   opt_register_coalesce().
94
95Marek Olšák (1):
96
97-  st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
98
99Nanley Chery (1):
100
101-  anv/cmd_buffer: Disable CCS on BDW input attachments
102
103Nicolai Hähnle (4):
104
105-  mesa: fix remaining xfb prims check for GLES with multiple instances
106-  mesa: extract need_xfb_remaining_prims_check
107-  mesa: move glMultiDrawArrays to vbo and fix error handling
108-  vbo: fix gl_DrawID handling in glMultiDrawArrays
109
110Rob Clark (1):
111
112-  util/queue: don't hang at exit
113
114Timothy Arceri (1):
115
116-  mesa: validate sampler type across the whole program
117