Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | Merge remote branch 'origin/lp-binning' | José Fonseca | |
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 | |||
2010-02-04 | util: Reimplement u_time on top of os_time. | José Fonseca | |
2010-01-27 | gallium/util: comments for time-related functions | Brian Paul | |
2009-09-10 | util: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h. | Vinson Lee | |
Fixes typo from commit c6c44bf48124dd5b4661014a8d58482c5a54557f. | |||
2009-09-09 | gallium: Added HaikuOS platform | aljen | |
2009-07-23 | util: Add support for Mac OS. | Vinson Lee | |
2009-03-25 | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
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-01 | util: add func to return time as uint64 microseconds | Keith Whitwell | |
2008-05-28 | gallium: Windows CE portability fixes. | José Fonseca | |
2008-04-25 | gallium: Windows user mode portability fixes. | José Fonseca | |
2008-04-15 | gallium: Less confusing interface for timeouts. | José Fonseca | |
2008-04-15 | gallium: Fix mismatching prototypes. | José Fonseca | |
2008-04-13 | gallium: OS independent time-manipulation functions. | José Fonseca | |