tree-wide: fix deprecated GitLab URLs
They will stop working in the next GitLab release, so let's update them ASAP to make sure things are propagated to everyone by then. See: https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Eric Engestrom <eric@engestrom.ch> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5111>
This commit is contained in:

committed by
Marge Bot

parent
9375e72d8d
commit
444138d6d9
@@ -8728,7 +8728,7 @@ brw_compile_fs(const struct brw_compiler *compiler, void *log_data,
|
||||
}
|
||||
|
||||
/* Limit dispatch width to simd8 with dual source blending on gen8.
|
||||
* See: https://gitlab.freedesktop.org/mesa/mesa/issues/1917
|
||||
* See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1917
|
||||
*/
|
||||
if (devinfo->gen == 8 && prog_data->dual_src_blend &&
|
||||
!(INTEL_DEBUG & DEBUG_NO8)) {
|
||||
|
Reference in New Issue
Block a user