aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_time.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-0/+12
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_dl.c src/gallium/auxiliary/util/u_time.h src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tile_cache.c
| * gallium/util: comments for time-related functionsBrian Paul2010-01-271-0/+9
| |
* | util: Reimplement u_time on top of os_time.José Fonseca2010-02-041-30/+59
|/
* util: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.Vinson Lee2009-09-101-1/+1
| | | | Fixes typo from commit c6c44bf48124dd5b4661014a8d58482c5a54557f.
* gallium: Added HaikuOS platformaljen2009-09-091-2/+7
|
* util: Add support for Mac OS.Vinson Lee2009-07-231-3/+3
|
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-3/+3
| | | | Signed-off-by: Alan Coopersmith <[email protected]>
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-3/+3
| | | | | | | | | | 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 <[email protected]>
* util: add func to return time as uint64 microsecondsKeith Whitwell2008-09-011-0/+3
|
* gallium: Windows CE portability fixes.José Fonseca2008-05-281-1/+1
|
* gallium: Windows user mode portability fixes.José Fonseca2008-04-251-3/+5
|
* gallium: Less confusing interface for timeouts.José Fonseca2008-04-151-2/+2
|
* gallium: Fix mismatching prototypes.José Fonseca2008-04-151-1/+1
|
* gallium: OS independent time-manipulation functions.José Fonseca2008-04-131-0/+99