mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 00:40:09 +01:00
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:
parent
f4c90d4316
commit
9eede9ba0b
10 changed files with 1 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue