summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2019-02-07 08:20:25 -0500
committerRob Clark <[email protected]>2019-02-16 16:28:00 -0500
commit1af0c5d320f0067fa6654451b78b28e5ffa64b24 (patch)
tree2aee7d0b9b73c055240d45cbe3ec84a5ed991f78 /src/gallium/drivers/freedreno/Makefile.sources
parent5118dcf8c36043d346ba0b4b45e31dbea0012e40 (diff)
freedreno/a6xx: compute support
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r--src/gallium/drivers/freedreno/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources
index e11c42517c9..034a8dc109b 100644
--- a/src/gallium/drivers/freedreno/Makefile.sources
+++ b/src/gallium/drivers/freedreno/Makefile.sources
@@ -169,6 +169,8 @@ a6xx_SOURCES := \
a6xx/fd6_blend.h \
a6xx/fd6_blitter.c \
a6xx/fd6_blitter.h \
+ a6xx/fd6_compute.c \
+ a6xx/fd6_compute.h \
a6xx/fd6_context.c \
a6xx/fd6_context.h \
a6xx/fd6_draw.c \