aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/hud: use sRGB for nicer AA linesMarek Olšák2016-08-221-0/+21
* gallium/hud: use AA lines for graphsMarek Olšák2016-08-221-1/+5
* gallium/hud: don't enable blending for all objectsMarek Olšák2016-08-221-2/+7
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-111-5/+4
* hud: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-5/+5
* gallium: pause queries for all meta opsMarek Olšák2016-04-121-0/+1
* hud: add sampler view declaration in text fragment shaderBrian Paul2016-03-211-0/+1
* gallium/hud: use new cso_save/restore_state() functionsBrian Paul2016-02-161-37/+19
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-1/+1
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-1/+1
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-1/+1
* gallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LISTNicolai Hähnle2015-11-261-1/+9
* gallium/hud: add support for batch queriesNicolai Hähnle2015-11-201-7/+17
* hud: fix Windows build breakBrian Paul2015-11-191-0/+6
* gallium/hud: control visibility at startup and runtime.Jimmy Berry2015-11-191-0/+29
* gallium/hud: fix possible NULL pointer dereferenceMarek Olšák2015-10-171-0/+3
* gallium/hud: automatically print % if max_value == 100Marek Olšák2015-08-061-6/+11
* gallium/hud: fix printing % next to panesMarek Olšák2015-08-061-1/+1
* gallium/hud: replace assertions with clamping the unit indexMarek Olšák2015-08-061-19/+23
* gallium,hud: allow displaying cumulative values instead of averageMarek Olšák2015-08-061-3/+6