projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c83562c
)
mesa: fix glthread build issues on platforms without PTHREAD
author
Timothy Arceri
<tarceri@itsqueeze.com>
Thu, 16 Mar 2017 03:46:16 +0000
(14:46 +1100)
committer
Timothy Arceri
<tarceri@itsqueeze.com>
Thu, 16 Mar 2017 03:48:09 +0000
(14:48 +1100)
src/mesa/main/glthread.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glthread.h
b/src/mesa/main/glthread.h
index 327c549858cd061289cd502afa98fb0eaf2387f1..9ba89d109174e7089cd68ec173e9d0588f518336 100644
(file)
--- a/
src/mesa/main/glthread.h
+++ b/
src/mesa/main/glthread.h
@@
-141,7
+141,7
@@
_mesa_glthread_finish(struct gl_context *ctx)
}
static inline void
-_mesa_glthread_restore_dispatch(struct gl_context *ctx)
;
+_mesa_glthread_restore_dispatch(struct gl_context *ctx)
{
}