17ec681f3SmrgMesa 19.0.3 Release Notes / April 24, 2019
27ec681f3Smrg==========================================
37ec681f3Smrg
47ec681f3SmrgMesa 19.0.3 is a bug fix release which fixes bugs found since the l9.0.2
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 19.0.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.
127ec681f3SmrgCompatibility contexts may report a lower version depending on each
137ec681f3Smrgdriver.
147ec681f3Smrg
157ec681f3SmrgSHA256 checksums
167ec681f3Smrg----------------
177ec681f3Smrg
187ec681f3Smrg::
197ec681f3Smrg
207ec681f3Smrg   59543ec3c9f8c72990e77887f13d1678cb6739e5d5f56abc21ebf9e772389c5e  mesa-19.0.3.tar.gz
217ec681f3Smrg   f027244e38dc309a4c12db45ef79be81ab62c797a50a88d566e4edb6159fc4d5  mesa-19.0.3.tar.xz
227ec681f3Smrg
237ec681f3SmrgNew features
247ec681f3Smrg------------
257ec681f3Smrg
267ec681f3SmrgN/A
277ec681f3Smrg
287ec681f3SmrgBug fixes
297ec681f3Smrg---------
307ec681f3Smrg
317ec681f3Smrg-  `Bug 108879 <https://bugs.freedesktop.org/show_bug.cgi?id=108879>`__
327ec681f3Smrg   - [CIK] [regression] All opencl apps hangs indefinitely in
337ec681f3Smrg   si_create_context
347ec681f3Smrg-  `Bug 110201 <https://bugs.freedesktop.org/show_bug.cgi?id=110201>`__
357ec681f3Smrg   - [ivb] mesa 19.0.0 breaks rendering in kitty
367ec681f3Smrg-  `Bug 110356 <https://bugs.freedesktop.org/show_bug.cgi?id=110356>`__
377ec681f3Smrg   - install_megadrivers.py creates new dangling symlink [bisected]
387ec681f3Smrg-  `Bug 110441 <https://bugs.freedesktop.org/show_bug.cgi?id=110441>`__
397ec681f3Smrg   - [llvmpipe] complex-loop-analysis-bug regression
407ec681f3Smrg
417ec681f3SmrgChanges
427ec681f3Smrg-------
437ec681f3Smrg
447ec681f3SmrgAndres Gomez (1):
457ec681f3Smrg
467ec681f3Smrg-  glsl/linker: location aliasing requires types to have the same width
477ec681f3Smrg
487ec681f3SmrgBas Nieuwenhuizen (1):
497ec681f3Smrg
507ec681f3Smrg-  ac: Move has_local_buffers disable to radeonsi.
517ec681f3Smrg
527ec681f3SmrgChia-I Wu (1):
537ec681f3Smrg
547ec681f3Smrg-  virgl: fix fence fd version check
557ec681f3Smrg
567ec681f3SmrgDanylo Piliaiev (1):
577ec681f3Smrg
587ec681f3Smrg-  intel/compiler: Do not reswizzle dst if instruction writes to flag
597ec681f3Smrg   register
607ec681f3Smrg
617ec681f3SmrgDylan Baker (2):
627ec681f3Smrg
637ec681f3Smrg-  docs: Add sha256 sums for 19.0.2
647ec681f3Smrg-  Bump version for 19.0.3
657ec681f3Smrg
667ec681f3SmrgEric Anholt (1):
677ec681f3Smrg
687ec681f3Smrg-  nir: Fix deref offset calculation for structs.
697ec681f3Smrg
707ec681f3SmrgEric Engestrom (1):
717ec681f3Smrg
727ec681f3Smrg-  meson: remove meson-created megadrivers symlinks
737ec681f3Smrg
747ec681f3SmrgJason Ekstrand (2):
757ec681f3Smrg
767ec681f3Smrg-  anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7
777ec681f3Smrg-  anv: Add a #define for the max binding table size
787ec681f3Smrg
797ec681f3SmrgJuan A. Suarez Romero (1):
807ec681f3Smrg
817ec681f3Smrg-  meson: Add dependency on genxml to anvil genfiles
827ec681f3Smrg
837ec681f3SmrgKenneth Graunke (2):
847ec681f3Smrg
857ec681f3Smrg-  glsl: Set location on structure-split sampler uniform variables
867ec681f3Smrg-  Revert "glsl: Set location on structure-split sampler uniform
877ec681f3Smrg   variables"
887ec681f3Smrg
897ec681f3SmrgLionel Landwerlin (2):
907ec681f3Smrg
917ec681f3Smrg-  anv: fix uninitialized pthread cond clock domain
927ec681f3Smrg-  intel/devinfo: fix missing num_thread_per_eu on ICL
937ec681f3Smrg
947ec681f3SmrgLubomir Rintel (2):
957ec681f3Smrg
967ec681f3Smrg-  gallivm: guess CPU features also on ARM
977ec681f3Smrg-  gallivm: disable NEON instructions if they are not supported
987ec681f3Smrg
997ec681f3SmrgMarek Olšák (1):
1007ec681f3Smrg
1017ec681f3Smrg-  radeonsi: use CP DMA for the null const buffer clear on CIK
1027ec681f3Smrg
1037ec681f3SmrgRhys Perry (1):
1047ec681f3Smrg
1057ec681f3Smrg-  nir,ac/nir: fix cube_face_coord
1067ec681f3Smrg
1077ec681f3SmrgRoland Scheidegger (1):
1087ec681f3Smrg
1097ec681f3Smrg-  gallivm: fix bogus assert in get_indirect_index
1107ec681f3Smrg
1117ec681f3SmrgSamuel Pitoiset (2):
1127ec681f3Smrg
1137ec681f3Smrg-  ac/nir: only use the new raw/struct image atomic intrinsics with LLVM
1147ec681f3Smrg   9+
1157ec681f3Smrg-  radv: do not load vertex attributes that are not provided by the
1167ec681f3Smrg   pipeline
117