blob: bf98c67803739c5598fb3b5873984ae05223fe37 [file] [log] [blame]
Erik Faye-Lund4d066832020-06-12 20:09:42 +02001Mesa 17.0.4 Release Notes / April 17, 2017
2==========================================
3
4Mesa 17.0.4 is a bug fix release which fixes bugs found since the 17.0.3
5release.
6
7Mesa 17.0.4 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 c4c34ba05d48f76b45bc05bc4b6e9242077f403d63c4f0c355c7b07786de233e mesa-17.0.4.tar.gz
20 1269dc8545a193932a0779b2db5bce9be4a5f6813b98c38b93b372be8362a346 mesa-17.0.4.tar.xz
21
22Next release
23------------
24
25Mesa 17.0.5 is expected in approximatelly two weeks. See the release
Erik Faye-Lund429ff052020-06-15 12:31:34 +020026:ref:`calendar <calendar>` for details.
Erik Faye-Lund4d066832020-06-12 20:09:42 +020027
28New features
29------------
30
31None
32
33Bug fixes
34---------
35
36- `Bug 99515 <https://bugs.freedesktop.org/show_bug.cgi?id=99515>`__ -
37 SIGSEGV MAPERR on Android nougat-x86 with mesa 17.0.0rc
38- `Bug 100391 <https://bugs.freedesktop.org/show_bug.cgi?id=100391>`__
39 - SachaWillems deferredmultisampling asserts
40- `Bug 100452 <https://bugs.freedesktop.org/show_bug.cgi?id=100452>`__
41 - push_constants host memory leak when resetting command buffer
42- `Bug 100582 <https://bugs.freedesktop.org/show_bug.cgi?id=100582>`__
43 - [GEN8+] piglit.spec.arb_stencil_texturing.glblitframebuffer
44 corrupts state.gl_texture\* assertions
45
46Changes
47-------
48
49Alex Deucher (1):
50
51- radeonsi: add new polaris10 pci id
52
53Alex Smith (1):
54
55- radv: Invalidate L2 for TRANSFER_WRITE barriers
56
57Andres Gomez (1):
58
59- docs: add sha256 checksums for 17.0.3
60
61Craig Stout (1):
62
63- anv/cmd_buffer: fix host memory leak
64
65Emil Velikov (3):
66
67- Revert "cherry-ignore: add the Flush after unmap in gbm/dri fix"
68- Revert "freedreno: fix memory leak"
69- Update version to 17.0.4
70
71Fabio Estevam (1):
72
73- loader: Move non-error message to debug level
74
75Ilia Mirkin (4):
76
77- nvc0/ir: fix LSB/BFE/BFI implementations
78- nvc0/ir: fix overwriting of offset register with interpolateAtOffset
79- nvc0: increase texture buffer object alignment to 256 for pre-GM107
80- nouveau: when mapping a persistent buffer, synchronize on former
81 xfers
82
83Jason Ekstrand (5):
84
85- i965/fs: Always provide a default LOD of 0 for TXS and TXL
86- anv/pipeline: Properly handle unset gl_Layer and gl_ViewportIndex
87- anv/blorp: Align vertex buffers to 64B
88- i965/blorp: Align vertex buffers to 64B
89- i965/blorp: Bump the batch space estimate
90
91Jerome Duval (2):
92
93- haiku: build fixes around debug defines
94- haiku/winsys: fix dt prototype args
95
96Julien Isorce (4):
97
98- winsys/radeon: check null in radeon_cs_create_fence
99- winsys/radeon: check null return from radeon_cs_create_fence in
100 cs_flush
101- radeon: initialize hole variable before calling container_of
102- radeon_drm_bo: explicitly check return value of drmCommandWriteRead
103
104Kenneth Graunke (4):
105
106- i965: Document the sad story of the kernel command parser.
107- i965: Set screen->cmd_parser_version to 0 if we can't write
108 registers.
109- i965: Skip register write detection when possible.
110- i965: Set kernel features before computing max GL version.
111
112Marek Olšák (1):
113
114- targets: export radeon winsys_create functions to silence LLVM
115 warning
116
117Michal Srb (1):
118
119- st: Add cubeMapFace parameter to st_finalize_texture.
120
121Thomas Hellstrom (1):
122
123- gbm/dri: Flush after unmap