summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_time.h
AgeCommit message (Collapse)Author
2009-07-23util: Add support for Mac OS.Vinson Lee
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin 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-01util: add func to return time as uint64 microsecondsKeith Whitwell
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-04-25gallium: Windows user mode portability fixes.José Fonseca
2008-04-15gallium: Less confusing interface for timeouts.José Fonseca
2008-04-15gallium: Fix mismatching prototypes.José Fonseca
2008-04-13gallium: OS independent time-manipulation functions.José Fonseca