diff options
author | Kenneth Graunke <[email protected]> | 2019-07-12 00:50:19 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-07-25 18:42:55 +0000 |
commit | 6c4c7b600dc2058c79f680e0caf86dd1d4524bc6 (patch) | |
tree | a730ea52eac43a53e533056569c432e5608d3d62 /src/gallium/drivers/iris/meson.build | |
parent | 204a3bb816fe6382ac14ac06a2395f4afdded43e (diff) |
iris: Refactor genxml macros and inlines into iris_genx_macros.h.
This will let us put the genxml boilerplate in one place, before we
expand genxml to more files shortly. Like i965/genX_boilerplate.h.
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Diffstat (limited to 'src/gallium/drivers/iris/meson.build')
-rw-r--r-- | src/gallium/drivers/iris/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/meson.build b/src/gallium/drivers/iris/meson.build index 9a3bb6e2260..b9b99a06a65 100644 --- a/src/gallium/drivers/iris/meson.build +++ b/src/gallium/drivers/iris/meson.build @@ -35,6 +35,7 @@ files_libiris = files( 'iris_fence.c', 'iris_fence.h', 'iris_formats.c', + 'iris_genx_macros.h', 'iris_genx_protos.h', 'iris_pipe.h', 'iris_pipe_control.c', |