summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_thread.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-14gallium: Add Mac OS to pipe/p_thread.h.Vinson Lee1-5/+5
2009-09-09gallium: Added HaikuOS platformaljen1-5/+5
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-06-15gallium: Ensure assert macro is defined before being used in p_thread.hJosé Fonseca1-0/+1
2009-06-05gallium: Make pipe thread say if it has condvars or notJakob Bornecrantz1-0/+2
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith1-5/+5
2009-03-16gallium: Use macro parameter names consistently.Michal Krol1-10/+10
2009-03-16gallium: pipe_mutex_init() is of type void.Michal Krol1-1/+1
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close1-5/+5
2008-09-19gallium: Fix doxygen comments.José Fonseca1-0/+2
2008-09-05gallium: Add pipe_thread primitives for PIPE_OS_LINUX.Michal Krol1-1/+22
2008-09-05gallium: Add pipe_thread primitives for PIPE_SUBSYSTEM_WINDOWS_USER config.Michal Krol1-0/+24
2008-08-28gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER/ in p_thread.José Fonseca1-6/+5
2008-08-27gallium: s/_glthread_Cond/unsigned/ in p_thread.hBrian Paul1-1/+1
2008-08-27gallium: Add dummy defines of pipe_condvar for Windows to make it compile.Michal Krol1-0/+9
2008-08-26gallium: thread wrapper clean-upBrian Paul1-237/+129
2008-06-24gallium: remove some old dispatch codeBrian Paul1-22/+0
2008-04-11gallium: Thread condition variables.José Fonseca1-0/+34
2008-02-19Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca1-32/+295
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+54