Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/util: replace pipe_mutex_unlock() with mtx_unlock() | Timothy Arceri | 2017-03-07 | 1 | -3/+3 |
* | gallium/util: replace pipe_mutex_lock() with mtx_lock() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: remove pipe_static_mutex() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/hud: add missing break in hud_cpufreq_graph_install() | Samuel Pitoiset | 2017-01-20 | 1 | -0/+1 |
* | gallium/hud: protect against and initialization race | Steven Toth | 2016-11-07 | 1 | -2/+10 |
* | gallium/hud: close a previously opened handle | Steven Toth | 2016-11-07 | 1 | -0/+1 |
* | gallium/hud: fix a problem where objects are free'd while in use. | Steven Toth | 2016-11-07 | 1 | -13/+0 |
* | gallium/hud: Remove superfluous debug | Steven Toth | 2016-10-06 | 1 | -9/+0 |
* | gallium/hud: Add support for CPU frequency monitoring | Steven Toth | 2016-09-30 | 1 | -0/+266 |