aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-12-28 15:05:34 -0800
committerTimothy Arceri <[email protected]>2017-03-16 14:14:18 +1100
commitd8d81fbc31619f6ecf0a1b5ded22e5576e1d1739 (patch)
tree6c6ea69c5f728dd8feb29598a63d6e2ba18ec569 /src/mesa/Makefile.sources
parenta76a3cf664f93ca8a0a62281907a3f3342f44054 (diff)
mesa: Add infrastructure for a worker thread to process GL commands.
v2: Keep an allocated buffer around instead of checking for one at the start of every GL command. Inline the now-small space allocation function. v3: Remove duplicate !glthread->shutdown check, process remaining work before shutdown. v4: Fix leaks on destroy. V5: (Timothy Arceri) fix order of source files in makefile Acked-by: Timothy Arceri <[email protected]> Acked-by: Marek Olšák <[email protected]> Tested-by: Dieter Nützel <[email protected]> Tested-by: Mike Lothian <[email protected]>
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 17f84fd0b61..b2d078368a4 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -115,6 +115,7 @@ MAIN_FILES = \
main/getstring.c \
main/glformats.c \
main/glformats.h \
+ main/glthread.c \
main/glheader.h \
main/hash.c \
main/hash.h \