Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-16 | gallium: Use macro parameter names consistently. | Michal Krol | |
2009-03-16 | gallium: pipe_mutex_init() is of type void. | Michal Krol | |
Both the windows and fallback versions are void already. | |||
2009-02-25 | gallium: Add support for BSD operating systems, tested with FreeBSD | Benjamin Close | |
BSD supports pipe in the same way as linux hence options which are safe for linux are also safe for BSD. Define PIPE_OS_BSD in include/pipe/p_config.h and adjust the defines to make use of it. Also define MAP_ANONYMOUS for BSD systems which use MAP_ANON Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com> | |||
2008-09-19 | gallium: Fix doxygen comments. | José Fonseca | |
2008-09-05 | gallium: Add pipe_thread primitives for PIPE_OS_LINUX. | Michal Krol | |
2008-09-05 | gallium: Add pipe_thread primitives for PIPE_SUBSYSTEM_WINDOWS_USER config. | Michal Krol | |
2008-08-28 | gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER/ in p_thread. | José Fonseca | |
PIPE_OS_WINDOWS is an umbrella for all Windows variants and subsystems, PIPE_SUBSYSTEM_WINDOWS_USER is just for user-space windows (e.g., OpenGL), and the thread primitives currently included in p_thread only support the later. | |||
2008-08-27 | gallium: s/_glthread_Cond/unsigned/ in p_thread.h | Brian Paul | |
2008-08-27 | gallium: Add dummy defines of pipe_condvar for Windows to make it compile. | Michal Krol | |
2008-08-26 | gallium: thread wrapper clean-up | Brian Paul | |
In p_thread.h replace _glthread_* functions with new pipe_* functions. Remove other old cruft. | |||
2008-06-24 | gallium: remove some old dispatch code | Brian Paul | |
2008-04-11 | gallium: Thread condition variables. | José Fonseca | |
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |