summaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-23 18:44:21 -0400
committerMarge Bot <[email protected]>2020-03-31 01:12:26 +0000
commitca8c62592c71885df653ecb008f5c0bad71420d4 (patch)
treeee00e7f540624c9433f42b2f7ceba91b6725328d /src/panfrost/Makefile.sources
parent50e3b2e3904074422f5d4d9ceccfc3cce64199eb (diff)
panfrost: Split panfrost_device from panfrost_screen
We would like to access properties of the device in a Gallium-independent way (for out-of-Gallium testing in the short-term, and would help a theoretical Vulkan implementation in the long run). Let's split up the struct. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4382>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r--src/panfrost/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources
index 25c221bf697..ad9a230567e 100644
--- a/src/panfrost/Makefile.sources
+++ b/src/panfrost/Makefile.sources
@@ -17,6 +17,7 @@ bifrost_FILES := \
encoder_FILES := \
encoder/pan_afbc.c \
encoder/pan_attributes.c \
+ encoder/pan_device.h \
encoder/pan_encoder.h \
encoder/pan_format.c \
encoder/pan_invocation.c \