1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
Mesa 18.2.1 Release Notes / September 21, 2018
==============================================
Mesa 18.2.1 is a bug fix release which fixes bugs found since the 18.2.0
release.
Mesa 18.2.0 implements the OpenGL 4.5 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
used. Some drivers don't support all the features required in OpenGL
4.5. OpenGL 4.5 is **only** available if requested at context creation.
Compatibility contexts may report a lower version depending on each
driver.
SHA256 checksums
----------------
::
SHA256: 45419ccbe1bf9a2e15ffe71ced34615002e1b42c24b917fbe2b2f58ab1970562 mesa-18.2.1.tar.gz
SHA256: 9636dc6f3d188abdcca02da97cedd73640d9035224efd5db724187d062c81056 mesa-18.2.1.tar.xz
New features
------------
None
Bug fixes
---------
- `Bug 103241 <https://bugs.freedesktop.org/show_bug.cgi?id=103241>`__
- Anv crashes when using 64-bit vertex inputs
- `Bug 107280 <https://bugs.freedesktop.org/show_bug.cgi?id=107280>`__
- [DXVK] Batman: Arkham City with tessellation enabled hangs on SKL
GT4
- `Bug 107772 <https://bugs.freedesktop.org/show_bug.cgi?id=107772>`__
- Mesa preprocessor matches if(def)s & endifs incorrectly
- `Bug 107779 <https://bugs.freedesktop.org/show_bug.cgi?id=107779>`__
- Access violation with some games
- `Bug 107810 <https://bugs.freedesktop.org/show_bug.cgi?id=107810>`__
- The 'va_end' call is missed after 'va_copy' in 'util_vsnprintf'
function under windows
- `Bug 107832 <https://bugs.freedesktop.org/show_bug.cgi?id=107832>`__
- Gallium picking A16L16 formats when emulating INTENSITY16 conflicts
with mesa
- `Bug 107843 <https://bugs.freedesktop.org/show_bug.cgi?id=107843>`__
- 32bit Mesa build failes with meson.
- `Bug 107879 <https://bugs.freedesktop.org/show_bug.cgi?id=107879>`__
- crash happens when link program
- `Bug 107891 <https://bugs.freedesktop.org/show_bug.cgi?id=107891>`__
- [wine, regression, bisected] RAGE, Wolfenstein The New Order hangs
in menu
Changes
-------
Andres Gomez (3):
- docs: add sha256 checksums for 18.2.0
- Revert "Revert "glsl: skip stringification in preprocessor if in
unreachable branch""
- cherry-ignore: i965/tools: 32bit compilation with meson
Andrii Simiklit (4):
- apple/glx/log: added missing va_end() after va_copy()
- mesa/util: don't use the same 'va_list' instance twice
- mesa/util: don't ignore NULL returned from 'malloc'
- mesa/util: add missing va_end() after va_copy()
Bas Nieuwenhuizen (5):
- radv: Support v3 of VK_EXT_vertex_attribute_divisor.
- radv: Set the user SGPR MSB for Vega.
- radv: Only allow 16 user SGPRs for compute on GFX9+.
- radv: Use build ID if available for cache UUID.
- radv: Fix driver UUID SHA1 init.
Christopher Egert (1):
- radeon: fix ColorMask
Dave Airlie (1):
- virgl: don't send a shader create with no data. (v2)
Dylan Baker (1):
- meson: Print a message about why a libdrm version was selected
Eric Anholt (2):
- v3d: Fix SRC_ALPHA_SATURATE blending for RTs without alpha.
- v3d: Fix setup of the VCM cache size.
Erik Faye-Lund (2):
- winsys/virgl: avoid unintended behavior
- virgl: adjust strides when mapping temp-resources
Fritz Koenig (2):
- mesa: Additional FlipY applications
- mesa: FramebufferParameteri parameter checking
Gert Wollny (2):
- winsys/virgl: correct resource and handle allocation (v2)
- mesa/texture: Also check for LA texture when querying intensity
component size
Ian Romanick (1):
- i965/fs: Don't propagate conditional modifiers from integer compares
to adds
Faith Ekstrand (11):
- anv/pipeline: Only consider double elements which actually exist
- i965: Workaround the gen9 hw astc5x5 sampler bug
- anv: Re-emit vertex buffers when the pipeline changes
- anv: Disable the vertex cache when tessellating on SKL GT4
- anv: Clamp scissors to the framebuffer boundary
- vulkan: Update the XML and headers to 1.1.84
- anv: Support v3 of VK_EXT_vertex_attribute_divisor
- anv/query: Write both dwords in emit_zero_queries
- nir: Add a small pass to rematerialize derefs per-block
- nir/loop_unroll: Re-materialize derefs in use blocks before unrolling
- nir/opt_if: Re-materialize derefs in use blocks before peeling loops
Josh Pieper (1):
- st/mesa: Validate the result of pipe_transfer_map in make_texture
(v2)
Juan A. Suarez Romero (2):
- cherry-ignore: radv: fix descriptor pool allocation size
- Update version to 18.2.1
Kenneth Feng (1):
- amd: Add Picasso device id
Marek Olšák (5):
- radeonsi: fix HTILE for NPOT textures with mipmapping on SI/CI
- winsys/radeon: fix CMASK fast clear for NPOT textures with mipmapping
on SI/CI
- r600: fix HTILE for NPOT textures with mipmapping
- radeonsi: fix printing a BO list into ddebug reports
- ac: revert new LLVM 7.0 behavior for fdiv
Mathias Fröhlich (1):
- tnl: Fix green gun regression in xonotic.
Mauro Rossi (3):
- android: broadcom/genxml: fix collision with intel/genxml header-gen
macro
- android: broadcom/cle: add gallium include path
- android: broadcom/cle: export the broadcom top level path headers
Michel Dänzer (1):
- loader/dri3: Only wait for back buffer fences in dri3_get_buffer
Pierre Moreau (1):
- nvir: Always split 64-bit IMAD/IMUL operations
Samuel Pitoiset (7):
- radv: fix function names for VK_EXT_conditional_rendering
- radv: fix VK_EXT_conditional_rendering visibility
- radv: bump the maximum number of arguments to 64
- radv: handle loc->indirect correctly for the first descriptor
- radv: fix GPU hangs with 32-bit indirect descriptors
- radv: fix flushing indirect descriptors
- radv: fix setting global locations for indirect descriptors
Sergii Romantsov (3):
- intel: compiler option msse2 and mstackrealign
- i965/tools: 32bit compilation with meson
- mesa/meson: 32bit xmlconfig linkage
Timothy Arceri (2):
- glsl: fixer lexer for unreachable defines
- Revert "radeonsi: avoid syncing the driver thread in si_fence_finish"
|