17ec681f3SmrgMesa 17.1.4 Release Notes / June 30, 2017
27ec681f3Smrg=========================================
37ec681f3Smrg
47ec681f3SmrgMesa 17.1.4 is a bug fix release which fixes bugs found since the 17.1.3
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 17.1.4 implements the OpenGL 4.5 API, but the version reported by
87ec681f3SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
97ec681f3SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
107ec681f3Smrgused. Some drivers don't support all the features required in OpenGL
117ec681f3Smrg4.5. OpenGL 4.5 is **only** available if requested at context creation
127ec681f3Smrgbecause compatibility contexts are not supported.
137ec681f3Smrg
147ec681f3SmrgSHA256 checksums
157ec681f3Smrg----------------
167ec681f3Smrg
177ec681f3Smrg::
187ec681f3Smrg
197ec681f3Smrg   f82fbbdf2dcec0e7e5aa3a8fe4bacd50bf4b7293cc6e1a56658ae6504d732362  mesa-17.1.4.tar.gz
207ec681f3Smrg   06f3b0e6a28f0d20b7f3391cf67fe89ae98ecd0a686cd545da76557b6cec9cad  mesa-17.1.4.tar.xz
217ec681f3Smrg
227ec681f3SmrgNew features
237ec681f3Smrg------------
247ec681f3Smrg
257ec681f3SmrgNone
267ec681f3Smrg
277ec681f3SmrgBug fixes
287ec681f3Smrg---------
297ec681f3Smrg
307ec681f3Smrg-  `Bug 77240 <https://bugs.freedesktop.org/show_bug.cgi?id=77240>`__ -
317ec681f3Smrg   khrplatform.h not installed if EGL is disabled
327ec681f3Smrg-  `Bug 95530 <https://bugs.freedesktop.org/show_bug.cgi?id=95530>`__ -
337ec681f3Smrg   Stellaris - colored overlay of sectors doesn't render on i965
347ec681f3Smrg-  `Bug 96958 <https://bugs.freedesktop.org/show_bug.cgi?id=96958>`__ -
357ec681f3Smrg   [SKL] Improper rendering in Europa Universalis IV
367ec681f3Smrg-  `Bug 99467 <https://bugs.freedesktop.org/show_bug.cgi?id=99467>`__ -
377ec681f3Smrg   [radv] DOOM 2016 + wine. Green screen everywhere (but can be started)
387ec681f3Smrg-  `Bug 101071 <https://bugs.freedesktop.org/show_bug.cgi?id=101071>`__
397ec681f3Smrg   - compiling glsl fails with undefined reference to \`pthread_create'
407ec681f3Smrg-  `Bug 101252 <https://bugs.freedesktop.org/show_bug.cgi?id=101252>`__
417ec681f3Smrg   - eglGetDisplay() is not thread safe
427ec681f3Smrg-  `Bug 101294 <https://bugs.freedesktop.org/show_bug.cgi?id=101294>`__
437ec681f3Smrg   - radeonsi minecraft forge splash freeze since 17.1
447ec681f3Smrg-  `Bug 101451 <https://bugs.freedesktop.org/show_bug.cgi?id=101451>`__
457ec681f3Smrg   - [G33] ES2-CTS.functional.clipping.polygon regression
467ec681f3Smrg
477ec681f3SmrgChanges
487ec681f3Smrg-------
497ec681f3Smrg
507ec681f3SmrgAlex Deucher (1):
517ec681f3Smrg
527ec681f3Smrg-  radeonsi: add new polaris12 pci id
537ec681f3Smrg
547ec681f3SmrgAndres Gomez (3):
557ec681f3Smrg
567ec681f3Smrg-  cherry-ignore: 17.1.4 rejected commits
577ec681f3Smrg-  cherry-ignore: bin/get-fixes-pick-list.sh: better identify multiple
587ec681f3Smrg   "fixes:" tags
597ec681f3Smrg-  Update version to 17.1.4
607ec681f3Smrg
617ec681f3SmrgAnuj Phogat (2):
627ec681f3Smrg
637ec681f3Smrg-  i965: Add and initialize l3_banks field for gen7+
647ec681f3Smrg-  i965: Fix broxton 2x6 l3 config
657ec681f3Smrg
667ec681f3SmrgBen Crocker (1):
677ec681f3Smrg
687ec681f3Smrg-  egl_dri2: swrastGetDrawableInfo: set \*x, common.py [v2]
697ec681f3Smrg
707ec681f3SmrgBrian Paul (2):
717ec681f3Smrg
727ec681f3Smrg-  svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS,
737ec681f3Smrg   NULL)
747ec681f3Smrg-  gallium/vbuf: avoid segfault when we get invalid
757ec681f3Smrg   glDrawRangeElements()
767ec681f3Smrg
777ec681f3SmrgChad Versace (1):
787ec681f3Smrg
797ec681f3Smrg-  egl/android: Change order of EGLConfig generation (v2)
807ec681f3Smrg
817ec681f3SmrgChandu Babu N (1):
827ec681f3Smrg
837ec681f3Smrg-  change va max_entrypoints
847ec681f3Smrg
857ec681f3SmrgCharmaine Lee (1):
867ec681f3Smrg
877ec681f3Smrg-  svga: use the winsys interface to invalidate surface
887ec681f3Smrg
897ec681f3SmrgEmil Velikov (3):
907ec681f3Smrg
917ec681f3Smrg-  docs: add sha256 checksums for 17.1.3
927ec681f3Smrg-  configure.ac: add -pthread to PTHREAD_LIBS
937ec681f3Smrg-  radeonsi: include ac_binary.h for struct ac_shader_binary
947ec681f3Smrg
957ec681f3SmrgEric Engestrom (3):
967ec681f3Smrg
977ec681f3Smrg-  egl: properly count configs
987ec681f3Smrg-  egl/display: only detect the platform once
997ec681f3Smrg-  egl/display: make platform detection thread-safe
1007ec681f3Smrg
1017ec681f3SmrgEric Le Bihan (1):
1027ec681f3Smrg
1037ec681f3Smrg-  Fix khrplatform.h not installed if EGL is disabled.
1047ec681f3Smrg
1057ec681f3SmrgIago Toral Quiroga (1):
1067ec681f3Smrg
1077ec681f3Smrg-  i965: update MaxTextureRectSize to match PRMs and comply with OpenGL
1087ec681f3Smrg   4.1+
1097ec681f3Smrg
1107ec681f3SmrgIlia Mirkin (2):
1117ec681f3Smrg
1127ec681f3Smrg-  nv50/ir: fetch indirect sources BEFORE the op that uses them
1137ec681f3Smrg-  nv50/ir: fix combineLd/St to update existing records as necessary
1147ec681f3Smrg
1157ec681f3SmrgJason Ekstrand (10):
1167ec681f3Smrg
1177ec681f3Smrg-  i965: Flush around state base address
1187ec681f3Smrg-  i965: Take a uint64_t immediate in emit_pipe_control_write
1197ec681f3Smrg-  i965: Unify the two emit_pipe_control functions
1207ec681f3Smrg-  i965: Do an end-of-pipe sync prior to STATE_BASE_ADDRESS
1217ec681f3Smrg-  i965/blorp: Do an end-of-pipe sync around CCS ops
1227ec681f3Smrg-  i965: Do an end-of-pipe sync after flushes
1237ec681f3Smrg-  i965: Disable the interleaved vertex optimization when instancing
1247ec681f3Smrg-  i965: Set step_rate = 0 for interleaved vertex buffers
1257ec681f3Smrg-  spirv: Work around the Doom shader bug
1267ec681f3Smrg-  i965: Clamp clear colors to the representable range
1277ec681f3Smrg
1287ec681f3SmrgJonas Kulla (1):
1297ec681f3Smrg
1307ec681f3Smrg-  anv: Fix L3 cache programming on Bay Trail
1317ec681f3Smrg
1327ec681f3SmrgKenneth Graunke (1):
1337ec681f3Smrg
1347ec681f3Smrg-  i965: Ignore anisotropic filtering in nearest mode.
1357ec681f3Smrg
1367ec681f3SmrgLucas Stach (7):
1377ec681f3Smrg
1387ec681f3Smrg-  etnaviv: don't try RS blit if blit region is unaligned
1397ec681f3Smrg-  etnaviv: use padded width/height for resource copies
1407ec681f3Smrg-  etnaviv: remove bogus assert
1417ec681f3Smrg-  etnaviv: replace translate_clear_color with util_pack_color
1427ec681f3Smrg-  etnaviv: mask correct channel for RB swapped rendertargets
1437ec681f3Smrg-  etnaviv: advertise correct max LOD bias
1447ec681f3Smrg-  etnaviv: only flush resource to self if no scanout buffer exists
1457ec681f3Smrg
1467ec681f3SmrgMarek Olšák (4):
1477ec681f3Smrg
1487ec681f3Smrg-  winsys/amdgpu: fix a deadlock when waiting for submission_in_progress
1497ec681f3Smrg-  mesa: flush vertices before changing viewports
1507ec681f3Smrg-  mesa: flush vertices before updating ctx->_Shader
1517ec681f3Smrg-  st/mesa: fix pipe_rasterizer_state::scissor with multiple viewports
1527ec681f3Smrg
1537ec681f3SmrgMichel Dänzer (1):
1547ec681f3Smrg
1557ec681f3Smrg-  gallium/util: Break recursion in pipe_resource_reference
1567ec681f3Smrg
1577ec681f3SmrgNicolai Hähnle (2):
1587ec681f3Smrg
1597ec681f3Smrg-  gallium/radeon/gfx9: fix PBO texture uploads to compressed textures
1607ec681f3Smrg-  amd/common: fix off-by-one in sid_tables.py
1617ec681f3Smrg
1627ec681f3SmrgPierre Moreau (1):
1637ec681f3Smrg
1647ec681f3Smrg-  nv50/ir: Properly fold constants in SPLIT operation
1657ec681f3Smrg
1667ec681f3SmrgRob Herring (1):
1677ec681f3Smrg
1687ec681f3Smrg-  Android: major/minor/makedev live in <sys/sysmacros.h>
1697ec681f3Smrg
1707ec681f3SmrgTopi Pohjolainen (2):
1717ec681f3Smrg
1727ec681f3Smrg-  i965: Add an end-of-pipe sync helper
1737ec681f3Smrg-  i965/gen4: Set depth offset when there is stencil attachment only
1747ec681f3Smrg
1757ec681f3SmrgVille Syrjälä (2):
1767ec681f3Smrg
1777ec681f3Smrg-  i915: Fix gl_Fragcoord interpolation
1787ec681f3Smrg-  i915: Fix wpos_tex vs. -1 comparison
179