12.0.6.rst revision 7ec681f3
17ec681f3SmrgMesa 12.0.6 Release Notes / January 23, 2017 27ec681f3Smrg============================================ 37ec681f3Smrg 47ec681f3SmrgMesa 12.0.6 is a bug fix release which fixes bugs found since the 12.0.5 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 12.0.6 implements the OpenGL 4.3 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.3. OpenGL 4.3 is **only** available if requested at context creation 127ec681f3Smrgbecause compatibility contexts are not supported. 137ec681f3Smrg 147ec681f3SmrgSHA256 checksums 157ec681f3Smrg---------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg 65339ba5d76a45225b8b56f9a1da9db15c569e1d163760faa2921da0a8461741 mesa-12.0.6.tar.gz 207ec681f3Smrg 7d6da9744c1022a4c2ab6ad01a206984d00443fb691568011d01b3dd97e36448 mesa-12.0.6.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3SmrgThis list is likely incomplete. 317ec681f3Smrg 327ec681f3Smrg- `Bug 92234 <https://bugs.freedesktop.org/show_bug.cgi?id=92234>`__ - 337ec681f3Smrg [BDW] GPU hang in Shogun2 347ec681f3Smrg- `Bug 95130 <https://bugs.freedesktop.org/show_bug.cgi?id=95130>`__ - 357ec681f3Smrg Derivatives of gl_Color wrong when helper pixels used 367ec681f3Smrg- `Bug 98329 <https://bugs.freedesktop.org/show_bug.cgi?id=98329>`__ - 377ec681f3Smrg [dEQP, EGL, SKL, BDW, BSW] 387ec681f3Smrg dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer 397ec681f3Smrg- `Bug 99030 <https://bugs.freedesktop.org/show_bug.cgi?id=99030>`__ - 407ec681f3Smrg [HSW, regression] transform feedback fails on Linux 4.8 417ec681f3Smrg- `Bug 99354 <https://bugs.freedesktop.org/show_bug.cgi?id=99354>`__ - 427ec681f3Smrg [G71] "Assertion \`bkref' failed" reproducible with glmark2 437ec681f3Smrg 447ec681f3SmrgChanges 457ec681f3Smrg------- 467ec681f3Smrg 477ec681f3SmrgChad Versace (3): 487ec681f3Smrg 497ec681f3Smrg- i965/mt: Disable aux surfaces after making miptree shareable 507ec681f3Smrg- i965/mt: Disable HiZ when sharing depth buffer externally (v2) 517ec681f3Smrg- anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0 527ec681f3Smrg 537ec681f3SmrgEmil Velikov (5): 547ec681f3Smrg 557ec681f3Smrg- docs: add sha256 checksums for 12.0.5 567ec681f3Smrg- get-typod-pick-list.sh: add new script 577ec681f3Smrg- automake: use shared llvm libs for make distcheck 587ec681f3Smrg- egl/wayland: use the destroy_window_callback for swrast 597ec681f3Smrg- Update version to 12.0.6 607ec681f3Smrg 617ec681f3SmrgFredrik Höglund (1): 627ec681f3Smrg 637ec681f3Smrg- dri3: Fix MakeCurrent without a default framebuffer 647ec681f3Smrg 657ec681f3SmrgIlia Mirkin (1): 667ec681f3Smrg 677ec681f3Smrg- nouveau: take extra push space into account for pushbuf_space calls 687ec681f3Smrg 697ec681f3SmrgJason Ekstrand (19): 707ec681f3Smrg 717ec681f3Smrg- spirv/nir: Fix some texture opcode asserts 727ec681f3Smrg- spirv/nir: Add support for shadow samplers that return vec4 737ec681f3Smrg- spirv/nir: Properly handle gather components 747ec681f3Smrg- anv/pipeline: Set binding_table.gather_texture_start 757ec681f3Smrg- nir: Add a helper for determining the type of a texture source 767ec681f3Smrg- nir/lower_tex: Add some helpers for working with tex sources 777ec681f3Smrg- nir/lower_tex: Add support for lowering coordinate offsets 787ec681f3Smrg- i965/nir: Enable NIR lowering of txf and rect offsets 797ec681f3Smrg- i965: Get rid of the do_lower_unnormalized_offsets pass 807ec681f3Smrg- spirv/nir: Don't increment coord_components for array lod queries 817ec681f3Smrg- anv/image: Assert that the image format is actually supported 827ec681f3Smrg- spirv/nir: Move opcode selection higher up in handle_texture 837ec681f3Smrg- spirv/nir: Refactor type handling in handle_texture 847ec681f3Smrg- nir/spirv: Refactor coordinate handling in handle_texture 857ec681f3Smrg- spirv/nir: Handle texture projectors 867ec681f3Smrg- spirv/nir: Add support for ImageQuerySamples 877ec681f3Smrg- anv/device: Return the right error for failed maps 887ec681f3Smrg- anv/device: Implicitly unmap memory objects in FreeMemory 897ec681f3Smrg- anv/descriptor_set: Write the state offset in the surface state free 907ec681f3Smrg list. 917ec681f3Smrg 927ec681f3SmrgKenneth Graunke (2): 937ec681f3Smrg 947ec681f3Smrg- spirv: Move cursor before calling vtn_ssa_value() in phi 2nd pass. 957ec681f3Smrg- i965: Properly flush in hsw_pause_transform_feedback(). 967ec681f3Smrg 977ec681f3SmrgMarek Olšák (6): 987ec681f3Smrg 997ec681f3Smrg- cso: don't release sampler states that are bound 1007ec681f3Smrg- radeonsi: always restore sampler states when unbinding sampler views 1017ec681f3Smrg- radeonsi: fix incorrect FMASK checking in bind_sampler_states 1027ec681f3Smrg- radeonsi: disable CE on SI + AMDGPU 1037ec681f3Smrg- radeonsi: disable the constant engine (CE) on Carrizo and Stoney 1047ec681f3Smrg- gallium/radeon: fix the draw-calls HUD query 1057ec681f3Smrg 1067ec681f3SmrgMatt Turner (3): 1077ec681f3Smrg 1087ec681f3Smrg- i965/fs: Rename opt_copy_propagate -> opt_copy_propagation. 1097ec681f3Smrg- i965/fs: Add unit tests for copy propagation pass. 1107ec681f3Smrg- i965/fs: Reject copy propagation into SEL if not min/max. 1117ec681f3Smrg 1127ec681f3SmrgMichel Dänzer (1): 1137ec681f3Smrg 1147ec681f3Smrg- cso: Don't restore nr_samplers in cso_restore_fragment_samplers 1157ec681f3Smrg 1167ec681f3SmrgNicolai Hähnle (1): 1177ec681f3Smrg 1187ec681f3Smrg- radeonsi: enable WQM in PS prolog when needed 119