aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_private.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/hud: s/unsigned/enum pipe_query_type/Brian Paul2018-01-171-1/+2
* gallium/hud: use #ifdef to test for macro existenceEric Engestrom2017-12-011-2/+2
* gallium/hud: add HUD sharing within a context share groupMarek Olšák2017-11-251-0/+2
* gallium/hud: separate code for record context init/releaseMarek Olšák2017-11-251-0/+4
* gallium/hud: pass pipe_context explicitly to most functionsMarek Olšák2017-11-251-8/+12
* gallium/hud: use double values for all graphsChristoph Haag2017-07-141-2/+2
* gallium/hud: add glthread countersMarek Olšák2017-06-261-0/+8
* gallium/hud: add API-thread-busy for monitoring the thread loadMarek Olšák2017-06-261-1/+1
* gallium/hud: add hud_pane::hud pointerMarek Olšák2017-06-261-0/+1
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-0/+2
* gallium/hud: move struct hud_context to hud_private.hMarek Olšák2017-06-261-0/+48
* gallium/hud: rename API-thread-busy to main-thread-busyMarek Olšák2017-06-261-1/+1
* gallium/hud: create files after graphs are created to get final namesMarek Olšák2017-02-181-2/+0
* gallium/hud: add monitoring of API thread busy statusMarek Olšák2017-02-141-0/+1
* gallium/hud: disable queries during HUD draw callsMarek Olšák2017-01-161-0/+2
* gallium/hud: add an option to sort items below graphsMarek Olšák2017-01-051-0/+1
* gallium/hud: add an option to reset the color counterMarek Olšák2017-01-051-0/+1
* gallium/hud: move file initialization to a functionEdmondo Tommasina2017-01-011-0/+2
* gallium/hud: dump hud_driver_query values to filesEdmondo Tommasina2017-01-011-0/+1
* gallium/hud: Add support for CPU frequency monitoringSteven Toth2016-09-301-0/+6
* gallium/hud: Add power sensor supportSteven Toth2016-09-291-0/+1
* gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth2016-09-281-0/+25
* gallium/hud: round max_value to print nicely rounded numbers next to graphsMarek Olšák2016-08-221-0/+1
* gallium/hud: add support for batch queriesNicolai Hähnle2015-11-201-3/+10
* gallium,hud: allow displaying cumulative values instead of averageMarek Olšák2015-08-061-1/+2
* gallium/hud: replace byte units flag with pipe_driver_query_typeBrian Paul2015-07-071-2/+3
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* gallium/hud: add more options to customize HUD panesGediminas Jakutis2015-04-261-0/+4
* gallium/hud: do not use free() for the free_query_data hookBrian Paul2013-06-241-1/+1
* gallium/hud: add support for PIPE_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* gallium: implement a heads-up display moduleMarek Olšák2013-03-261-0/+91