Mesa (main): agx: Restore Valve copyright header

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 10 01:43:05 UTC 2022


Module: Mesa
Branch: main
Commit: 28220b2778b4c42dfda283aa7213563c202853c8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=28220b2778b4c42dfda283aa7213563c202853c8

Author: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Date:   Mon May  9 16:09:59 2022 -0400

agx: Restore Valve copyright header

Parallel copy code is from ir3_lower_parallel_copy.c. This was attributed in the
commit message but lost in the copyright header due to a copypaste mistake.
Rectify this.

Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16413>

---

 src/asahi/compiler/agx_lower_parallel_copy.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/asahi/compiler/agx_lower_parallel_copy.c b/src/asahi/compiler/agx_lower_parallel_copy.c
index 5211a5526ed..dab85ed95ad 100644
--- a/src/asahi/compiler/agx_lower_parallel_copy.c
+++ b/src/asahi/compiler/agx_lower_parallel_copy.c
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2022 Alyssa Rosenzweig <alyssa at rosenzweig.io>
+ * Copyright (C) 2021 Valve Corporation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),



More information about the mesa-commit mailing list