aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/hud: add missing break in hud_cpufreq_graph_install()Samuel Pitoiset2017-01-201-0/+1
* gallium/hud: protect against and initialization raceSteven Toth2016-11-071-2/+10
* gallium/hud: close a previously opened handleSteven Toth2016-11-071-0/+1
* gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-071-13/+0
* gallium/hud: Remove superfluous debugSteven Toth2016-10-061-9/+0
* gallium/hud: Add support for CPU frequency monitoringSteven Toth2016-09-301-0/+266