summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/Makefile.sources
diff options
context:
space:
mode:
authorPatrick Rudolph <[email protected]>2015-11-15 11:26:25 +0100
committerAxel Davy <[email protected]>2016-02-04 22:12:17 +0100
commitea3f504f7caf9900f71a52f1711baf8a50fec490 (patch)
treea83068e35c745c170e84b7f56c6c3770e52ed6ca /src/gallium/state_trackers/nine/Makefile.sources
parentb6bb8d561adece9e10603f560c23c1b1fdd5e0dd (diff)
st/nine: Squash indexbuffer9 and vertexbuffer9
The indexbuffer9 codebase was lagging behind the one of vertexbuffer9. Add buffer9 as common code base for indexbuffer9 and vertexbuffer9. Signed-off-by: Patrick Rudolph <[email protected]> Reviewed-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/nine/Makefile.sources')
-rw-r--r--src/gallium/state_trackers/nine/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/nine/Makefile.sources b/src/gallium/state_trackers/nine/Makefile.sources
index 99b623a5b59..8d178d4b18f 100644
--- a/src/gallium/state_trackers/nine/Makefile.sources
+++ b/src/gallium/state_trackers/nine/Makefile.sources
@@ -5,6 +5,8 @@ C_SOURCES := \
authenticatedchannel9.h \
basetexture9.c \
basetexture9.h \
+ buffer9.c \
+ buffer9.h \
cryptosession9.c \
cryptosession9.h \
cubetexture9.c \