summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os/os_time.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-190/+0
2017-08-16gallium/os: fix os_time_get_nano() to roll over lessFrank Richter1-1/+8
2016-07-22gallium/os: use CLOCK_MONOTONIC for sleeps (v2)Marek Olšák1-2/+14
2015-07-05gallium/os: add conversion and wait functions for absolute timeoutsMarek Olšák1-0/+41
2015-07-05gallium/os: add os_wait_until_zero (v2)Marek Olšák1-1/+37
2013-06-26os: add cast in os_time_sleep() to silence MSVC warningBrian Paul1-1/+1
2012-12-06gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca1-16/+12
2012-12-06gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca1-1/+5
2012-12-03llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton1-0/+15
2011-11-29Remove windows kernel support code.José Fonseca1-47/+3
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca1-5/+0
2011-04-27os: simplify ifdefnobled1-1/+1
2010-05-13gallium: Add tokens for Cygwin.Vinson Lee1-1/+1
2010-02-04os: Time abstractions.José Fonseca1-0/+128