mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radeonsi: add gfx subfolder
Same idea as for mm. Reviewed-by: David Rosca <david.rosca@amd.com> Reviewed-by: Qiang Yu <yuq825@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41133>
This commit is contained in:
parent
4c08b87fe1
commit
68a383531d
2 changed files with 11 additions and 0 deletions
10
src/gallium/drivers/radeonsi/gfx/si_gfx.h
Normal file
10
src/gallium/drivers/radeonsi/gfx/si_gfx.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright 2026 Advanced Micro Devices, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#ifndef SI_GFX_H
|
||||
#define SI_GFX_H
|
||||
|
||||
#endif /* SI_GFX_H */
|
||||
|
|
@ -83,6 +83,7 @@ files_libradeonsi = files(
|
|||
'radeon_vcn_enc_5_0.c',
|
||||
'radeon_bitstream.h',
|
||||
'radeon_bitstream.c',
|
||||
'gfx/si_gfx.h',
|
||||
'mm/si_mm.h',
|
||||
'mm/si_mm_context.c',
|
||||
'mm/si_mm_screen.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue