mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
r600: add license header to r600_formats.h
The header was missing after the definitions were moved. Fixes:82114ac02a("r600g: switch to a common formats.h file since they are in different regs") 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 commit0020dd85ee)
This commit is contained in:
parent
b1087acbcb
commit
df4f6b5491
2 changed files with 2 additions and 1 deletions
|
|
@ -184,7 +184,7 @@
|
|||
"description": "r600: add license header to r600_formats.h",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "82114ac02a2d5a764ce69711fc0a71f559ee9137",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-License-Identifier: MIT
|
||||
#ifndef R600_FORMATS_H
|
||||
#define R600_FORMATS_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue