17ec681f3SmrgMesa 17.3.3 Release Notes / January 18, 2018
27ec681f3Smrg============================================
37ec681f3Smrg
47ec681f3SmrgMesa 17.3.3 is a bug fix release which fixes bugs found since the 17.3.2
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 17.3.3 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   c733d37a161501cd81dc9b309ccb613753b98eafc6d35e0847548a6642749772  mesa-17.3.3.tar.gz
207ec681f3Smrg   41bac5de0ef6adc1f41a1ec0f80c19e361298ce02fa81b5f9ba4fdca33a9379b  mesa-17.3.3.tar.xz
217ec681f3Smrg
227ec681f3SmrgNew features
237ec681f3Smrg------------
247ec681f3Smrg
257ec681f3SmrgNone
267ec681f3Smrg
277ec681f3SmrgBug fixes
287ec681f3Smrg---------
297ec681f3Smrg
307ec681f3Smrg-  `Bug 104214 <https://bugs.freedesktop.org/show_bug.cgi?id=104214>`__
317ec681f3Smrg   - Dota crashes when switching from game to desktop
327ec681f3Smrg-  `Bug 104492 <https://bugs.freedesktop.org/show_bug.cgi?id=104492>`__
337ec681f3Smrg   - Compute Shader: Wrong alignment when assigning struct value to
347ec681f3Smrg   structured SSBO
357ec681f3Smrg-  `Bug 104551 <https://bugs.freedesktop.org/show_bug.cgi?id=104551>`__
367ec681f3Smrg   - Check if Mako templates for Python are installed
377ec681f3Smrg
387ec681f3SmrgChanges
397ec681f3Smrg-------
407ec681f3Smrg
417ec681f3SmrgAlex Smith (3):
427ec681f3Smrg
437ec681f3Smrg-  anv: Add missing unlock in anv_scratch_pool_alloc
447ec681f3Smrg-  anv: Take write mask into account in has_color_buffer_write_enabled
457ec681f3Smrg-  anv: Make sure state on primary is correct after CmdExecuteCommands
467ec681f3Smrg
477ec681f3SmrgAndres Gomez (1):
487ec681f3Smrg
497ec681f3Smrg-  anv: Import mako templates only during execution of anv_extensions
507ec681f3Smrg
517ec681f3SmrgBas Nieuwenhuizen (11):
527ec681f3Smrg
537ec681f3Smrg-  radv: Invert condition for all samples identical during resolve.
547ec681f3Smrg-  radv: Flush caches before subpass resolve.
557ec681f3Smrg-  radv: Fix fragment resolve destination offset.
567ec681f3Smrg-  radv: Use correct framebuffer size for partial FS resolves.
577ec681f3Smrg-  radv: Always use fragment resolve if dest uses DCC.
587ec681f3Smrg-  Revert "radv/gfx9: fix block compression texture views."
597ec681f3Smrg-  radv: Use correct HTILE expanded words.
607ec681f3Smrg-  radv: Allow writing 0 scissors.
617ec681f3Smrg-  ac/nir: Handle loading data from compact arrays.
627ec681f3Smrg-  radv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT.
637ec681f3Smrg-  ac/nir: Sanitize location_frac for local variables.
647ec681f3Smrg
657ec681f3SmrgDave Airlie (8):
667ec681f3Smrg
677ec681f3Smrg-  radv: fix events on compute queues.
687ec681f3Smrg-  radv: fix pipeline statistics end query on compute queue
697ec681f3Smrg-  radv/gfx9: fix 3d image to image transfers on compute queues.
707ec681f3Smrg-  radv/gfx9: fix 3d image clears on compute queues
717ec681f3Smrg-  radv/gfx9: fix buffer to image for 3d images on compute queues
727ec681f3Smrg-  radv/gfx9: fix block compression texture views.
737ec681f3Smrg-  radv/gfx9: use a bigger hammer to flush cb/db caches.
747ec681f3Smrg-  radv/gfx9: use correct swizzle parameter to work out border swizzle.
757ec681f3Smrg
767ec681f3SmrgEmil Velikov (1):
777ec681f3Smrg
787ec681f3Smrg-  docs: add sha256 checksums for 17.3.2
797ec681f3Smrg
807ec681f3SmrgFlorian Will (1):
817ec681f3Smrg
827ec681f3Smrg-  glsl: Respect std430 layout in lower_buffer_access
837ec681f3Smrg
847ec681f3SmrgJuan A. Suarez Romero (6):
857ec681f3Smrg
867ec681f3Smrg-  cherry-ignore: intel/fs: Use the original destination region for int
877ec681f3Smrg   MUL lowering
887ec681f3Smrg-  cherry-ignore: i965/fs: Use UW types when using V immediates
897ec681f3Smrg-  cherry-ignore: main: Clear shader program data whenever ProgramBinary
907ec681f3Smrg   is called
917ec681f3Smrg-  cherry-ignore: egl: pass the dri2_dpy to the $plat_teardown functions
927ec681f3Smrg-  cherry-ignore: vulkan/wsi: free cmd pools
937ec681f3Smrg-  Update version to 17.3.3
947ec681f3Smrg
957ec681f3SmrgJózef Kucia (1):
967ec681f3Smrg
977ec681f3Smrg-  radeonsi: fix alpha-to-coverage if color writes are disabled
987ec681f3Smrg
997ec681f3SmrgKenneth Graunke (2):
1007ec681f3Smrg
1017ec681f3Smrg-  i965: Require space for MI_BATCHBUFFER_END.
1027ec681f3Smrg-  i965: Torch public intel_batchbuffer_emit_dword/float helpers.
1037ec681f3Smrg
1047ec681f3SmrgLucas Stach (1):
1057ec681f3Smrg
1067ec681f3Smrg-  etnaviv: disable in-place resolve for non-supertiled surfaces
1077ec681f3Smrg
1087ec681f3SmrgSamuel Iglesias Gonsálvez (1):
1097ec681f3Smrg
1107ec681f3Smrg-  anv: VkDescriptorSetLayoutBinding can have descriptorCount == 0
1117ec681f3Smrg
1127ec681f3SmrgThomas Hellstrom (1):
1137ec681f3Smrg
1147ec681f3Smrg-  loader/dri3: Avoid freeing renderbuffers in use
1157ec681f3Smrg
1167ec681f3SmrgTim Rowley (1):
1177ec681f3Smrg
1187ec681f3Smrg-  swr/rast: fix invalid sign masks in avx512 simdlib code
119