etnaviv: Move hw header to common place
I am planning to make use of these headers outside of the gallium driver. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28574>
This commit is contained in:
committed by
Marge Bot
parent
f4c90d4316
commit
9eede9ba0b
@@ -19,13 +19,6 @@
|
||||
# SOFTWARE.
|
||||
|
||||
files_etnaviv = files(
|
||||
'hw/cmdstream.xml.h',
|
||||
'hw/common.xml.h',
|
||||
'hw/common_3d.xml.h',
|
||||
'hw/state_3d.xml.h',
|
||||
'hw/state_blt.xml.h',
|
||||
'hw/state.xml.h',
|
||||
'hw/texdesc_3d.xml.h',
|
||||
'etnaviv_asm.c',
|
||||
'etnaviv_asm.h',
|
||||
'etnaviv_blend.c',
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "util/u_screen.h"
|
||||
|
||||
#include "etnaviv/etnaviv_screen.h"
|
||||
#include "etnaviv/hw/common.xml.h"
|
||||
#include "hw/common.xml.h"
|
||||
#include "etnaviv_drm_public.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user