diff options
author | Wladimir J. van der Laan <[email protected]> | 2017-11-18 10:44:40 +0100 |
---|---|---|
committer | Christian Gmeiner <[email protected]> | 2017-11-30 07:33:20 +0100 |
commit | f1a9a724f9ad09e4e40049bc2a379107a86cfb0b (patch) | |
tree | ca6f75623cf195e8440d62aceec94384f1769835 /src/gallium/drivers/etnaviv/meson.build | |
parent | 075f8cd7de2506c6085cf898f827edf4551e05f2 (diff) |
etnaviv: GC7000: Factor out state based texture functionality
Prepare for two texture handling paths, the descriptor-based
path will be added in a future commit. These are structured
so that the texture implementation handles its own state
emission.
Signed-off-by: Wladimir J. van der Laan <[email protected]>
Reviewed-by: Christian Gmeiner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/etnaviv/meson.build')
-rw-r--r-- | src/gallium/drivers/etnaviv/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/etnaviv/meson.build b/src/gallium/drivers/etnaviv/meson.build index f9128ae0d50..ac0231ea0e8 100644 --- a/src/gallium/drivers/etnaviv/meson.build +++ b/src/gallium/drivers/etnaviv/meson.build @@ -70,6 +70,8 @@ files_etnaviv = files( 'etnaviv_surface.h', 'etnaviv_texture.c', 'etnaviv_texture.h', + 'etnaviv_texture_state.c', + 'etnaviv_texture_state.h', 'etnaviv_tiling.c', 'etnaviv_tiling.h', 'etnaviv_transfer.c', |