summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOATBrian Paul2018-01-171-0/+5
* gallium/hud: use #ifdef to test for macro existenceEric Engestrom2017-12-011-5/+5
* gallium/hud: add HUD sharing within a context share groupMarek Olšák2017-11-251-12/+91
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-251-3/+4
* gallium/hud: prevent a crash if the recording context is inactiveMarek Olšák2017-11-251-1/+4
* gallium/hud: separate code for record context init/releaseMarek Olšák2017-11-251-16/+33
* gallium/hud: separate code for draw context init/releaseMarek Olšák2017-11-251-70/+111
* gallium/hud: don't use hud->pipe in hud_parse_env_varMarek Olšák2017-11-251-6/+7
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-251-2/+3
* gallium/hud: pass pipe_context explicitly to most functionsMarek Olšák2017-11-251-19/+19
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-251-74/+94
* gallium/hud: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-4/+4
* gallium/hud: use double values for all graphsChristoph Haag2017-07-141-4/+10
* gallium/hud: add glthread countersMarek Olšák2017-06-261-0/+9
* gallium/hud: add API-thread-busy for monitoring the thread loadMarek Olšák2017-06-261-1/+4
* gallium/hud: add hud_pane::hud pointerMarek Olšák2017-06-261-3/+5
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-0/+8
* gallium/hud: move struct hud_context to hud_private.hMarek Olšák2017-06-261-46/+0
* gallium/hud: rename API-thread-busy to main-thread-busyMarek Olšák2017-06-261-2/+2
* gallium/hud: support GALLIUM_HUD_DUMP_DIR feature on WindowsBrian Paul2017-06-161-6/+30
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-7/+7
* gallium/hud: set the dump file streams to line bufferedEdmondo Tommasina2017-04-131-0/+2
* gallium/hud: check NULL return from u_upload_allocJulien Isorce2017-03-131-0/+5
* gallium/hud: prevent an infinite loopMarek Olšák2017-02-221-2/+3
* gallium/hud: create files after graphs are created to get final namesMarek Olšák2017-02-181-2/+23
* gallium/hud: add monitoring of API thread busy statusMarek Olšák2017-02-141-0/+3
* gallium/hud: don't use user vertex buffersMarek Olšák2017-02-141-7/+19
* gallium/hud: call u_upload_alloc only onceMarek Olšák2017-02-141-8/+29
* gallium/hud: use the common uploaderMarek Olšák2017-02-141-9/+2
* gallium/hud: avoid buffer overrunThomas Hindoe Paaboel Andersen2017-01-161-2/+4
* gallium/hud: disable queries during HUD draw callsMarek Olšák2017-01-161-0/+10
* gallium/hud: increase the vertex buffer size for background quadsMarek Olšák2017-01-161-1/+1
* gallium/hud: increase the vertex buffer size for textMarek Olšák2017-01-051-1/+1
* gallium/hud: add an option to sort items below graphsMarek Olšák2017-01-051-5/+32
* gallium/hud: add an option to reset the color counterMarek Olšák2017-01-051-3/+18
* gallium/hud: allow more data sources per paneMarek Olšák2017-01-051-13/+15
* gallium/hud: add an option to rename each data sourceMarek Olšák2017-01-051-2/+35
* gallium/hud: add a path separator between dump directory and filenameEdmondo Tommasina2017-01-031-1/+2
* gallium/hud: fix the windows build by disabling file dumpingMarek Olšák2017-01-021-0/+2
* gallium/hud: move file initialization to a functionEdmondo Tommasina2017-01-011-0/+17
* gallium/hud: dump hud_driver_query values to filesEdmondo Tommasina2017-01-011-0/+6
* gallium/hud: call fflush() after printing error messagesBrian Paul2016-11-031-1/+9
* gallium/hud: Add support for CPU frequency monitoringSteven Toth2016-09-301-0/+13
* Revert "gallium/hud: automatically print % if max_value == 100"Marek Olšák2016-09-301-12/+6
* gallium/hud: Add power sensor supportSteven Toth2016-09-291-0/+10
* gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth2016-09-281-0/+73
* gallium/hud: move signo declaration inside PIPE_OS_UNIX blockBrian Paul2016-08-261-1/+1
* gallium/hud: round max_value to print nicely rounded numbers next to graphsMarek Olšák2016-08-221-3/+77
* gallium/hud: generalize code for drawing numbers next to graphsMarek Olšák2016-08-221-5/+8
* gallium/hud: draw numbers with 3 decimal places if those aren't 0Marek Olšák2016-08-221-5/+12