diff options
author | Brian Paul <[email protected]> | 2008-08-26 16:35:12 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-26 16:35:12 -0600 |
commit | 0bb852fa49e7f9a31036089ea4f5dfbd312a4a3a (patch) | |
tree | 7f93ecd62f156d5c94b176cd7e4f083823051f67 /src/gallium/winsys/xlib/xmesaP.h | |
parent | b5ab3b7dfc42a568a156dec2fa043292014f98a7 (diff) |
gallium: thread wrapper clean-up
In p_thread.h replace _glthread_* functions with new pipe_* functions.
Remove other old cruft.
Diffstat (limited to 'src/gallium/winsys/xlib/xmesaP.h')
-rw-r--r-- | src/gallium/winsys/xlib/xmesaP.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/xlib/xmesaP.h b/src/gallium/winsys/xlib/xmesaP.h index 9b15b2ddf99..fcaeee52bcf 100644 --- a/src/gallium/winsys/xlib/xmesaP.h +++ b/src/gallium/winsys/xlib/xmesaP.h @@ -35,9 +35,10 @@ #include "state_tracker/st_context.h" #include "state_tracker/st_public.h" +#include "pipe/p_thread.h" -extern _glthread_Mutex _xmesa_lock; +extern pipe_mutex _xmesa_lock; extern XMesaBuffer XMesaBufferList; |