mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 02:30:32 +01:00
asahi: fix some copyright headers
this came up earlier this week. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenz.ca> Acked-by: Mary Guillemard <mary@mary.zone> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40031>
This commit is contained in:
parent
5a4bda0216
commit
39bbfd7c51
3 changed files with 9 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/*
|
||||
* Copyright 2024 Alyssa Rosenzweig
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include "agx_compiler.h"
|
||||
#include "agx_opcodes.h"
|
||||
#include "nir.h"
|
||||
|
||||
/* Validatation doesn't make sense in release builds */
|
||||
#ifndef NDEBUG
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2021-2025 Alyssa Rosenzweig
|
||||
Copyright 2023-2025 Valve Corporation
|
||||
SPDX-License-Identifier: MIT
|
||||
-->
|
||||
<genxml>
|
||||
|
||||
<enum name="Channel">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
# Copyright (C) 2020-2021 Collabora
|
||||
# Copyright 2025 Valve Corporation
|
||||
# Copyright 2020-2021 Collabora
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
agx2_disasm_c = custom_target(
|
||||
input : ['gen-disasm.py', 'AGX2.xml'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue