aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-03-06 14:22:58 -0500
committerMarek Olšák <[email protected]>2020-03-20 23:01:13 -0400
commitdf74163995971607861fa0de06bd3d0f2024e9a0 (patch)
treee53506ee406479aa28a0a2d8dc3f461d8615dd3c /src/mesa/Makefile.sources
parent37725e6c389a1135b288373a4d589806c98af291 (diff)
glthread: move buffer functions into glthread_bufferobj.c
Reviewed-by: Timothy Arceri <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4124>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index b09c019546b..d14c8d1a03d 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -125,6 +125,7 @@ MAIN_FILES = \
main/glspirv.h \
main/glthread.c \
main/glthread.h \
+ main/glthread_bufferobj.c \
main/glthread_varray.c \
main/glheader.h \
main/hash.c \