summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/etnaviv/Makefile.sources
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-11-18 10:44:40 +0100
committerChristian Gmeiner <[email protected]>2017-11-30 07:33:20 +0100
commitf1a9a724f9ad09e4e40049bc2a379107a86cfb0b (patch)
treeca6f75623cf195e8440d62aceec94384f1769835 /src/gallium/drivers/etnaviv/Makefile.sources
parent075f8cd7de2506c6085cf898f827edf4551e05f2 (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/Makefile.sources')
-rw-r--r--src/gallium/drivers/etnaviv/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/etnaviv/Makefile.sources b/src/gallium/drivers/etnaviv/Makefile.sources
index 78029add95a..587d369dfb1 100644
--- a/src/gallium/drivers/etnaviv/Makefile.sources
+++ b/src/gallium/drivers/etnaviv/Makefile.sources
@@ -51,6 +51,8 @@ C_SOURCES := \
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 \