Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: e90429cc by Juan A. Suarez Romero at 2018-12-13T14:42:26Z docs: add sha256 checksums for 18.2.7 Signed-off-by: Juan A. Suarez Romero <[email protected]> - - - - - a968e08d by Juan A. Suarez Romero at 2018-12-19T14:22:41Z cherry-ignore: add explicit 18.3 only nominations Signed-off-by: Juan A. Suarez Romero <[email protected]> - - - - - eb043007 by Samuel Pitoiset at 2018-12-19T14:22:41Z radv: switch on EOP when primitive restart is enabled with triangle strips Otherwise, Yakuza hangs the GPU with DXVK. We don't know if linetrip and pointlist are affected, so my point is to do that only for triangle strips. Cc: [email protected] Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> (cherry picked from commit d8325f1f07b67c8a31c6786c71e3fd0910bc3b82) - - - - - 69396e24 by Kirill Burtsev at 2018-12-19T14:22:41Z loader: free error state, when checking the drawable type Currently we distinguish if the drawable is a window or pixmap by checking xcb_present_select_input throws an error or not. Yet, we don't always free the error state returned by xcb. Cc: Kirill Burtsev <[email protected]> Cc: Boyan Ding <[email protected]> Fixes: 6bd9ba7d074 ("loader: Add dri3 helper") Reviewed-by: Emil Velikov <[email protected]> [Emil: add commit message, fixes tag] Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit a539316485ddda074ca1b71aebf4a29b65af87c3) - - - - - 316e3882 by Rob Clark at 2018-12-19T14:22:41Z mesa/st/nir: fix missing nir_compact_varyings LinkedTransformFeedback is normally populated, which had nerf'd varying packing since the check was introduced. Fixes: dbd52585fa9 st/nir: Disable varying packing when doing transform feedback. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> (cherry picked from commit cfe8220904b79ee45083970c0325bf59a140e163) - - - - - c57f3aaa by Juan A. Suarez Romero at 2018-12-19T14:22:41Z cherry-ignore: meson: libfreedreno depends upon libdrm (for fence support) fixes: The changes this commit provides are already included in the branch. Signed-off-by: Juan A. Suarez Romero <[email protected]> - - - - - 5efd0c35 by Erik Faye-Lund at 2018-12-19T14:22:41Z virgl: wrap vertex element state in a struct This just has one member for now; the handle. But this is about to change. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Mathias Fröhlich <[email protected]> Tested-By: Gert Wollny <[email protected]> (cherry picked from commit 8447b64238773db0e365802315772d1819c1923f) - - - - - bff2986b by Erik Faye-Lund at 2018-12-19T14:22:41Z virgl: work around bad assumptions in virglrenderer Virglrenderer does the wrong thing when given an instance divisor; it tries to use the element-index rather than the binding-index as the argument to glVertexBindingDivisor(). This worked fine as long as there was a 1:1 relationship between elements and bindings, which was the case util 19a91841c34 "st/mesa: Use Array._DrawVAO in st_atom_array.c.". So let's detect instance divisors, and restore a 1:1 relationship in that case. This will make old versions of virglrenderer behave correctly. For newer versions, we can consider making a better interface, where the instance divisor isn't specified per element, but rather per binding. But let's save that for another day. Signed-off-by: Erik Faye-Lund <[email protected]> Fixes: 19a91841c34 "st/mesa: Use Array._DrawVAO in st_atom_array.c." Reviewed-by: Mathias Fröhlich <[email protected]> Tested-By: Gert Wollny <[email protected]> (cherry picked from commit e888f28d1fd9f125fc70b2f5d1b3c42d8f25ae53) - - - - - 46e102d9 by Emil Velikov at 2018-12-19T14:22:41Z glx: mandate xf86vidmode only for "drm" dri platforms Currently we have the three dri "platforms" - drm, apple and windows. Since xf86vidmode is a thing only for the drm one, adjust the preprocessor guards and correctly check for the dependency. v2: terminate the GLX_USE_WINDOWSGL hunk Cc: Jon TURNEY <[email protected]> Fixes: 5bc509363b6 ("glx: make xf86vidmode mandatory for direct rendering") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Acked-by: Eric Engestrom <[email protected]> (cherry picked from commit a95ec13879d4f04d01fc04a62503578e85c846a8) - - - - - 51f1bd58 by Alex Deucher at 2018-12-19T14:22:41Z pci_ids: add new vega10 pci ids Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] (cherry picked from commit 56cf25a114436dfc4006296ecef820057f7391b6) - - - - - 7cde3dcf by Alex Deucher at 2018-12-19T14:22:41Z pci_ids: add new vega20 pci id Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] (cherry picked from commit 4db4b3447d5258a26a805766e156ea0a338c95b7) - - - - - edcbdea5 by Jan Vesely at 2018-12-19T14:22:41Z clover: Fix build after clang r348827 CodeGenOptions were moved to Basic. Signed-off-by: Jan Vesely <[email protected]> Reviewed-by: Aaron Watry <[email protected]> Tested-by: Aaron Watry <[email protected]> Reviewed-by: Kai Wasserbäch <[email protected]> CC: [email protected] (cherry picked from commit e4f9a37ace750646fd75fbbdff9b5e77a0b26cfb) - - - - - a52d12ee by Eric Anholt at 2018-12-19T14:22:41Z v3d: Make sure that a thrsw doesn't split a multop from its umul24. The thrsw will invalidate rtop, just like accumulators and flags. Caught by simulator assertions in CS imulextended/umulextended tests. Fixes: 90269ba35333 ("broadcom/vc5: Use THRSW to enable multi-threaded shaders.") (cherry picked from commit 3f9bcf9136af794d44fa4b0802c0d4df6b170175) - - - - - e621aee7 by Eric Anholt at 2018-12-19T14:22:41Z v3d: Add missing flagging of SYNCB as a TSY op. Fixes: f2e41daac577 ("broadcom/vc5: Update QPU instruction pack/unpack for v4.2.") (cherry picked from commit ff80e58b38a13c97a4ee598497e3e7b886918087) - - - - - beec28d2 by Jon Turney at 2018-12-19T14:22:41Z glx: Fix compilation with GLX_USE_WINDOWSGL Sadly, the GLX_USE_APPLEGL and GLX_USE_WINDOWSGL cases are not identical (because GLX_USE_WINDOWSGL uses vtables rather than a maze of ifdefs) Include <sys/time.h> again, as functions prototyped by it are used in the GLX_USE_WINDOWSGL path. Make the include guard around the __glxGetMscRate() definition match the one at it's declaration again, as it's referenced from dri_common.c which is built for GLX_USE_WINDOWSGL. Fixes: a95ec138 ("glx: mandate xf86vidmode only for "drm" dri platforms") Signed-off-by: Jon Turney <[email protected]> Reviewed-by: Emil Velikov <[email protected]> (cherry picked from commit d512b35b62ff928b880a67887d36f1568aaa5e4b) - - - - - 93844147 by Jason Ekstrand at 2018-12-25T16:54:14Z nir/constant_folding: Fix source bit size logic Instead of looking at input_sizes[i] which contains the number of components for each source, we look at the bit size of input_types[i]. This fixes a regression in the 1-bit boolean series though I have no idea how we haven't seen it before now. Fixes: 35baee5dce5 "nir/constant_folding: fix incorrect bit-size check" Fixes: 9076c4e289d "nir: update opcode definitions for different bit sizes" Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Tested-by: Bas Nieuwenhuizen <[email protected]> (cherry picked from commit 3595a0abf43be3ce27d88f5939b257a74e90035b) [Juan A. Suarez: resolve trivial conflicts] Conflicts: src/compiler/nir/nir_opt_constant_folding.c - - - - - 4b5a4dbc by Iago Toral Quiroga at 2018-12-25T16:54:20Z intel/compiler: do not copy-propagate strided regions to ddx/ddy arguments The implementation of these opcodes in the generator assumes that their arguments are packed, and it generates register regions based on that assumption. Reviewed-by: Jason Ekstrand <[email protected]> (cherry picked from commit 391894321161b37a3f8ae1cae4ece6c72ea38bc1) - - - - - 3a6987b4 by Rhys Perry at 2018-12-25T16:54:20Z radv: don't set surf_index for stencil-only images Fixes: f8d5b377c8b ('radv: set cb base tile swizzles for MRT speedups (v4)') Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108116 Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> (cherry picked from commit bba94a3d85c8799b2441a5d41015091e8903738f) - - - - - 901b8c52 by Juan A. Suarez Romero at 2018-12-25T16:54:20Z cherry-ignore: radv: Fix multiview depth clears fixes: This commit requires commits aeaf8dbd097 and 7484bc894b9 which did not land in branch. Signed-off-by: Juan A. Suarez Romero <[email protected]> - - - - - 344f1e2b by Ian Romanick at 2018-12-25T16:54:20Z i965/vec4/dce: Don't narrow the write mask if the flags are used In an instruction sequence like cmp(8).ge.f0.0 vgrf17:D, vgrf2.xxxx:D, vgrf9.xxxx:D (+f0.0) sel(8) vgrf1:UD, vgrf8.xyzw:UD, vgrf1.xyzw:UD The other fields of vgrf17 may be unused, but the CMP still needs to generate the other flag bits. To my surprise, nothing in shader-db or any test suite appears to hit this. However, I have a change to brw_vec4_cmod_propagation that creates cases where this can happen. This fix prevents a couple dozen regressions in that patch. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Fixes: 5df88c20 ("i965/vec4: Rewrite dead code elimination to use live in/out.") (cherry picked from commit 440c051340669e809511c05370d6d703c70f6d0e) - - - - - 46d39ba5 by Dylan Baker at 2018-12-25T16:54:20Z meson: Fix ppc64 little endian detection Old versions of meson returned ppc64le as the cpu_family for little endian power8 cpus, versions >=0.48 don't do this, so the check wouldn't work in that case. This generalizes the check to work for both old and new versions of meson. Fixes: 34bbb24ce7702658cdc4e9d34a650e169716c39e ("meson: Add support for ppc assembly/optimizations") Reviewed-by: Eric Engestrom <[email protected]> (cherry picked from commit e430a034b9d2be626557931cd29808a3161889f1) - - - - - 057d5bb6 by Vinson Lee at 2018-12-25T16:54:20Z meson: Fix typo. Fixes: 6b4c7047d571 ("meson: build gallium nine state_tracker") Signed-off-by: Vinson Lee <[email protected]> Reviewed-by: Emil Velikov <[email protected]> (cherry picked from commit 84f39e5971d77549293a1b8abd479cca2ff4b97e) - - - - - d61fffdc by Vinson Lee at 2018-12-25T16:54:20Z meson: Fix libsensors detection. Fixes: 5e71efef44b9 ("meson: Add lmsensors support") Signed-off-by: Vinson Lee <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit 0f7ba5758bd8a3e12b8b33ab471336eaa7dd6fbc) - - - - - 4ff2105e by Ian Romanick at 2018-12-25T16:54:20Z Revert "nir/lower_indirect: Bail early if modes == 0" "There's no point in walking the program if we're never going to actually lower anything." Except we might lower compacted local arrays. In that case, modes will be 0, but there is still lowering to be done. This reverts commit 7f75cf2a9408b9af562e033ef6c1d1fd15141421. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109081 Suggested-by: Kenneth Graunke <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Tested-by: Clayton Craft <[email protected]> Cc: Kenneth Graunke <[email protected]> (cherry picked from commit 29e4b949b45b468c366b9865298391c89ba6642c) - - - - - d06b8a32 by Rhys Perry at 2018-12-25T16:57:58Z ac: split 16-bit ssbo loads that may not be dword aligned This ends up refactoring visit_load_buffer() a little. Fixes: 7e7ee826982 ('ac: add support for 16bit buffer loads') Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108114 Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> - - - - - 8a5e70c5 by Juan A. Suarez Romero at 2018-12-25T16:58:05Z cherry-ignore: nir: properly find the entry to keep in copy_prop_vars pick: This commit is nominated to stable, but fixes commit b3c61469255 which is in 18.3 stable. Hence, this commit is considered as nominated to 18.3 stable. Signed-off-by: Juan A. Suarez Romero <[email protected]> - - - - - a1b25102 by Juan A. Suarez Romero at 2018-12-25T16:58:05Z cherry-ignore: intel/compiler: move nir_lower_bool_to_int32 before nir_lower_locals_to_regs pick: This commit is nominated to stable, but fixes commit 11dc1307794 which is not in the current stable branch. Signed-off-by: Juan A. Suarez Romero <[email protected]> - - - - - 4203d05c by Caio Marcelo de Oliveira Filho at 2018-12-25T16:58:05Z nir: properly clear the entry sources in copy_prop_vars When updating a copy entry source value from a "non-SSA" (the data come from a copy instruction) to a "SSA" (the data or parts of it come from SSA values), it was possible to hold invalid data in ssa[0] depending on the writemask. Because the union, ssa[0] could contain a pointer to a nir_deref_instr left-over from previous non-SSA usage. Change code to clean up the array before use to avoid invalid data around. Fixes: 62332d139c8 "nir: Add a local variable-based copy propagation pass" Reviewed-by: Jason Ekstrand <[email protected]> (cherry picked from commit 0ddc911f4d83a3c698ea02696e1b8706b2cce381) - - - - - 1eb1a232 by Emil Velikov at 2018-12-25T16:58:05Z bin/get-pick-list.sh: rework handing of sha nominations Currently our is_sha_nomination does: - folds any whitespace, attempting to extract sha-like information - checks that at least one of the shas has landed Split it in two and do sha-like validation first. This way, commits with mesa-stable and sha nominations will feature the fixes/revert/etc instead of stable (a) or will be omitted if not applicable for the respective branch (b). Misc examples from 18.3 (a) -[ stable ] 5bc509363b6 glx: make xf86vidmode mandatory for direct rendering +[ fixes ] 5bc509363b6 glx: make xf86vidmode mandatory for direct rendering (b) -[ stable ] 9a7b3199037 anv/query: flush render target before copying results CC: Juan A. Suarez <[email protected]> CC: Dylan Baker <[email protected]> CC: [email protected] Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Andres Gomez <[email protected]> (cherry picked from commit 6b296f64af5d69a1d0e4cdcda5f8c6d090dd4449) - - - - - ced1bf71 by Emil Velikov at 2018-12-25T16:58:05Z bin/get-pick-list.sh: warn when commit lists invalid sha We had cases where people would list old/invalid sha in the commit. Add a trivial checker to catch those and throw a warning. CC: Juan A. Suarez <[email protected]> CC: Dylan Baker <[email protected]> CC: [email protected] Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Andres Gomez <[email protected]> (cherry picked from commit e0dbfc995370756355f28ac31495eab96a410384) - - - - - 14e04a20 by Alex Deucher at 2018-12-25T16:58:05Z pci_ids: add new VegaM pci id Reviewed-by: Samuel Pitoiset <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] (cherry picked from commit 516160d717b81141a65a03060ac440a1cad8ae94) - - - - - 8689dcba by Axel Davy at 2018-12-25T16:58:05Z st/nine: Fix volumetexture dtor on ctor failure The dtor is called on allocation failure, thus we must check the volumes are allocated before trying to release them. Signed-off-by: Axel Davy <[email protected]> Tested-by: Dieter Nützel <[email protected]> Cc: [email protected] (cherry picked from commit f91f748fabd7fec8f571124df23296c07102a983) - - - - - ec1bae22 by Axel Davy at 2018-12-25T16:58:05Z st/nine: Bind src not dst in nine_context_box_upload nine_context_box_upload uploads a ram buffer (from src) to a pipe_resource (dst). We already have a refcount on the pipe_resource, what needs to be protected from release is the ram buffer, thus a reference to src. Signed-off-by: Axel Davy <[email protected]> Tested-by: Dieter Nützel <[email protected]> Cc: [email protected] (cherry picked from commit 42d672fa6a766363e5703f119607f7c7975918aa) - - - - - 2d60f111 by Axel Davy at 2018-12-25T16:58:05Z st/nine: Add src reference to nine_context_range_upload Just like nine_context_box_upload, nine_context_range_upload should reference the src, which holds the ram source buffer. Fixes: https://github.com/iXit/Mesa-3D/issues/327 Signed-off-by: Axel Davy <[email protected]> Tested-by: Dieter Nützel <[email protected]> Cc: [email protected] (cherry picked from commit 104681c5d528a823a3fdc3f7d9c6f8133c27201c) - - - - - f0249666 by Lionel Landwerlin at 2018-12-25T16:58:05Z anv: don't do partial resolve on layer > 0 We've made the choice not to use fast clears on layer > 0 with multilayer images. This is partly because we would need to store multiple clear colors for each layer, making the existing memory layout, already including aux surfaces, fast clear color, image state, etc... even more complex. Partial resolves are the operations transfering the clear colors into the auxiliary buffers. This operation is currently implemented in Blorp by loading the clear color from the image's BO, into a shader that then samples from the auxiliary buffer and writes the color only if it isn't there already. The problem here is that because we store only one clear color for all layers and it is used for partial resolves. If you trigger a partial clear on a layer > 0, then you're likely to deal with a color that is not what you actually want. In the particular issues below, we have multiple layers, each cleared with a different color but the partial resolve just writes the wrong color into the auxiliary buffers for layers > 0. Signed-off-by: Lionel Landwerlin <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108910 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108911 Cc: [email protected] (cherry picked from commit e2ae5f2f0a0dbdae08e026b88e30552728c4abd6) - - - - - 1af31b1b by Emil Velikov at 2018-12-25T16:58:06Z meson: don't require glx/egl/gbm with gallium drivers The gallium drivers do not require a DRI loader. Drop the artificial and unnecessary restriction. Fixes: af9d276134d ("meson: build libmesa_gallium") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit 9d10581897ef7cfa0f6c392e2048cc04357281b9) - - - - - 00fda84b by Emil Velikov at 2018-12-25T16:58:06Z pipe-loader: meson: reference correct library The library is called libgalliumvl_stub - note singular. Fixes: 42ea0631f10 ("meson: build clover") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit 2eedb79e1a2e92648bd245f9db88ecb7b587b7fd) - - - - - 0d692a5b by Emil Velikov at 2018-12-25T16:58:06Z TODO: glx: meson: build dri based glx tests, only with -Dglx=dri The library itself (libGL) is only built when -Dglx=dri, yet it's accompanying tests are build even with -Dglx=xlib. Adjust the guards, so we don't build the tests when they are not applicable v2: - Reword commit message (Dylan) - Drop build_by_default hunk (Dylan) Fixes: a47c525f328 ("meson: build glx") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit 9527f9ea2611b0793377016c8c16ec58ded7f287) - - - - - 7f1cc8d5 by Emil Velikov at 2018-12-25T16:58:06Z glx: meson: drop includes from a link-only library When producing the final libGL.so/libGLX_mesa.so we only link the local static helper lib (libglx). Thus there's no reason for the includes. Fixes: a47c525f328 ("meson: build glx") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit b44875e2dc650c58986480f3360fccfc8d890605) - - - - - 3de8d15d by Emil Velikov at 2018-12-25T16:58:06Z glx: meson: wire up the dispatch-index-check test Accidentally dropped with earlier commit.! Fixes: 4ccb9816737 ("meson: Use consistent style for tests") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit e139d7a8a315502d538b6a753cb42e841c10e57f) - - - - - 3f04c31c by Emil Velikov at 2018-12-25T16:58:06Z glx/test: meson: assorted include fixes Swap '..' with the symbolic inc_glx and add glproto as dependency. That will pull the correct include, effectively fixing the tests on macOS. Fixes: a47c525f328 ("meson: build glx") Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit f331419f262d3a0f270376cafbb9517b4627bb7a) [Juan A. Suarez: resolve trivial conflicts] Signed-off-by: Juan A. Suarez Romero <[email protected]> Conflicts: src/glx/tests/meson.build - - - - - 1ccbb882 by Juan A. Suarez Romero at 2018-12-27T15:52:31Z Update version to 18.2.8 Signed-off-by: Juan A. Suarez Romero <[email protected]> - - - - - 785e09e3 by Juan A. Suarez Romero at 2018-12-27T15:57:51Z docs: add release notes for 18.2.8 Signed-off-by: Juan A. Suarez Romero <[email protected]> - - - - - 4fe2f08b by Timo Aaltonen at 2018-12-28T18:11:36Z Merge branch 'upstream-unstable' into debian-unstable - - - - - b2fe5d0e by Timo Aaltonen at 2018-12-28T18:14:29Z Actually merge the upstream version. (Closes: #917556) - - - - - 30 changed files: - VERSION - bin/.cherry-ignore - bin/get-pick-list.sh - configure.ac - debian/changelog - docs/relnotes/18.2.7.html - + docs/relnotes/18.2.8.html - include/pci_ids/radeonsi_pci_ids.h - meson.build - src/amd/common/ac_llvm_build.c - src/amd/common/ac_nir_to_llvm.c - src/amd/vulkan/radv_image.c - src/amd/vulkan/radv_pipeline.c - src/broadcom/compiler/qpu_schedule.c - src/broadcom/qpu/qpu_instr.c - src/compiler/nir/nir_lower_indirect_derefs.c - src/compiler/nir/nir_opt_constant_folding.c - src/compiler/nir/nir_opt_copy_prop_vars.c - src/gallium/drivers/virgl/virgl_context.c - src/gallium/drivers/virgl/virgl_context.h - src/gallium/state_trackers/clover/llvm/compat.hpp - src/gallium/state_trackers/nine/buffer9.h - src/gallium/state_trackers/nine/nine_state.c - src/gallium/state_trackers/nine/nine_state.h - src/gallium/state_trackers/nine/surface9.c - src/gallium/state_trackers/nine/volume9.c - src/gallium/state_trackers/nine/volumetexture9.c - src/gallium/targets/pipe-loader/meson.build - src/glx/glxcmds.c - src/glx/meson.build The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/compare/bd5f34eb019b4695e3ccbe9b99d480b3565c6662...b2fe5d0e5508840d5aa268e39da39ce5257eb17f -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/compare/bd5f34eb019b4695e3ccbe9b99d480b3565c6662...b2fe5d0e5508840d5aa268e39da39ce5257eb17f You're receiving this email because of your account on salsa.debian.org.

