summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-5/+5
* gallium: Use macro parameter names consistently.Michal Krol2009-03-161-10/+10
* gallium: pipe_mutex_init() is of type void.Michal Krol2009-03-161-1/+1
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-5/+5
* gallium: Fix doxygen comments.José Fonseca2008-09-191-0/+2
* gallium: Add pipe_thread primitives for PIPE_OS_LINUX.Michal Krol2008-09-051-1/+22
* gallium: Add pipe_thread primitives for PIPE_SUBSYSTEM_WINDOWS_USER config.Michal Krol2008-09-051-0/+24
* gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER/ in p_thread.José Fonseca2008-08-281-6/+5
* gallium: s/_glthread_Cond/unsigned/ in p_thread.hBrian Paul2008-08-271-1/+1
* gallium: Add dummy defines of pipe_condvar for Windows to make it compile.Michal Krol2008-08-271-0/+9
* gallium: thread wrapper clean-upBrian Paul2008-08-261-237/+129
* gallium: remove some old dispatch codeBrian Paul2008-06-241-22/+0
* gallium: Thread condition variables.José Fonseca2008-04-111-0/+34
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-32/+295
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+54