Module: Mesa Branch: main Commit: e001995dc5965d05fc7068a0a70316e7fa8f0b9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e001995dc5965d05fc7068a0a70316e7fa8f0b9c
Author: Faith Ekstrand <[email protected]> Date: Sat Mar 25 16:21:41 2023 -0500 util,mesa,panfrost: Drop some author tags This is what git blame is for Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22120> --- src/mesa/main/copyimage.c | 3 --- src/panfrost/util/nir_mod_helpers.c | 5 ----- src/util/u_worklist.c | 4 ---- src/util/u_worklist.h | 4 ---- 4 files changed, 16 deletions(-) diff --git a/src/mesa/main/copyimage.c b/src/mesa/main/copyimage.c index 91746dddec9..327ec8d07c1 100644 --- a/src/mesa/main/copyimage.c +++ b/src/mesa/main/copyimage.c @@ -20,9 +20,6 @@ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. - * - * Authors: - * Jason Ekstrand <[email protected]> */ #include "context.h" diff --git a/src/panfrost/util/nir_mod_helpers.c b/src/panfrost/util/nir_mod_helpers.c index b8baf720ced..7a1fef990a7 100644 --- a/src/panfrost/util/nir_mod_helpers.c +++ b/src/panfrost/util/nir_mod_helpers.c @@ -20,11 +20,6 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. - * - * Authors: - * Alyssa Rosenzweig <[email protected]> - * Jason Ekstrand ([email protected]) - * */ #include "nir.h" diff --git a/src/util/u_worklist.c b/src/util/u_worklist.c index 7eea0779fa7..b1814d741d3 100644 --- a/src/util/u_worklist.c +++ b/src/util/u_worklist.c @@ -20,10 +20,6 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. - * - * Authors: - * Jason Ekstrand ([email protected]) - * */ #include "u_worklist.h" diff --git a/src/util/u_worklist.h b/src/util/u_worklist.h index a79848cda65..b525b9415f8 100644 --- a/src/util/u_worklist.h +++ b/src/util/u_worklist.h @@ -20,10 +20,6 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. - * - * Authors: - * Jason Ekstrand ([email protected]) - * */
