aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_fps.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/hud: add frametime graph (v2)Matthias Groß2018-05-151-1/+33
* gallium/hud: pass pipe_context explicitly to most functionsMarek Olšák2017-11-251-2/+2
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* gallium/hud: use double values for all graphsChristoph Haag2017-07-141-2/+2
* gallium/hud: create files after graphs are created to get final namesMarek Olšák2017-02-181-2/+0
* gallium/hud: set filedescriptor for fps graphEdmondo Tommasina2017-01-011-0/+2
* hud: add cast to silence MSVC warningBrian Paul2013-06-261-1/+1
* gallium/hud: do not use free() for the free_query_data hookBrian Paul2013-06-241-1/+11
* gallium/hud: fix FPS computation for framerate > 4.2kMarek Olšák2013-04-161-1/+2
* gallium: implement a heads-up display moduleMarek Olšák2013-03-261-0/+81