mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
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 commitfd3d125343)
This commit is contained in:
parent
4a33e47af5
commit
cbbf9d781b
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue