r600: add license information to the sfn_shader_gs.h

Fixes: 79ca456b48 ("r600/sfn: rewrite NIR backend")
Acked-by: Gert Wollny <gert.wollny@collabora.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28395>
(cherry picked from commit fd3d125343)
This commit is contained in:
David Heidelberg 2024-03-25 02:12:31 +01:00 committed by Eric Engestrom
parent 4a33e47af5
commit cbbf9d781b
2 changed files with 7 additions and 1 deletions

View file

@ -164,7 +164,7 @@
"description": "r600: add license information to the sfn_shader_gs.h",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "79ca456b4837b3bc21cf9ef3c03c505c4b4909f6",
"notes": null

View file

@ -1,3 +1,9 @@
/*
* Copyright 2021 Collabora LTD
* Author: Gert Wollny <gert.wollny@collabora.com>
* SPDX-License-Identifier: MIT
*/
#ifndef SFN_GEOMETRYSHADER_H
#define SFN_GEOMETRYSHADER_H