aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud
Commit message (Expand)AuthorAgeFilesLines
* 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/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-074-13/+13
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-074-4/+4
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-074-4/+4
* gallium/hud: handle a thread switch for API-thread-busy monitoringMarek Olšák2017-02-221-4/+10
* 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-185-12/+23
* gallium/hud: add monitoring of API thread busy statusMarek Olšák2017-02-143-0/+64
* 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
* hud: fix compilation warnings in hud_nic_graph_install()Samuel Pitoiset2017-01-301-2/+2
* gallium/hud: add missing break in hud_cpufreq_graph_install()Samuel Pitoiset2017-01-201-0/+1
* gallium/hud: avoid buffer overrunThomas Hindoe Paaboel Andersen2017-01-161-2/+4
* gallium/hud: disable queries during HUD draw callsMarek Olšák2017-01-163-1/+29
* 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-052-5/+33
* gallium/hud: add an option to reset the color counterMarek Olšák2017-01-052-3/+19
* 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: set filedescriptor for fps graphEdmondo Tommasina2017-01-011-0/+2
* gallium/hud: set filedescriptor for cpu graphEdmondo Tommasina2017-01-011-0/+2
* gallium/hud: move file initialization to a functionEdmondo Tommasina2017-01-013-11/+20
* gallium/hud: dump hud_driver_query values to filesEdmondo Tommasina2017-01-013-0/+19
* gallium/hud: protect against and initialization raceSteven Toth2016-11-074-8/+41
* gallium/hud: close a previously opened handleSteven Toth2016-11-073-1/+6
* gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-074-55/+0
* gallium/hud: call fflush() after printing error messagesBrian Paul2016-11-031-1/+9
* gallium/hud: Remove superfluous debugSteven Toth2016-10-064-52/+0
* gallium/hud: Add support for CPU frequency monitoringSteven Toth2016-09-303-0/+285
* Revert "gallium/hud: automatically print % if max_value == 100"Marek Olšák2016-09-301-12/+6
* gallium/hud: Add power sensor supportSteven Toth2016-09-293-5/+44
* gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth2016-09-285-0/+1255
* 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-223-4/+80
* 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-273-7/+7
* 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