summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud
Commit message (Expand)AuthorAgeFilesLines
* gallium/hud: protect against and initialization raceSteven Toth2016-11-144-8/+41
* gallium/hud: close a previously opened handleSteven Toth2016-11-143-1/+6
* gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-144-55/+0
* 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
* gallium/hud: fix new gcc6 warningsRob Clark2016-02-181-0/+2
* 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-203-46/+261
* gallium/hud: remove unused field in query_infoNicolai Hähnle2015-11-201-1/+0
* 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: add cpu graph support for WindowsBrian Paul2015-11-121-0/+54
* 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-063-8/+26
* gallium/hud: fix printing byte unitsMarek Olšák2015-08-061-1/+1
* gallium,hud: add support for Hz units in driver queriesMarek Olšák2015-08-061-0/+6
* cso: only allow saving and restoring fragment sampler statesMarek Olšák2015-07-221-2/+2
* cso: only allow saving and restoring fragment sampler viewsMarek Olšák2015-07-221-2/+2
* gallium/hud: display percentages with % suffixBrian Paul2015-07-071-0/+3
* gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUDBrian Paul2015-07-071-5/+20
* gallium/hud: replace byte units flag with pipe_driver_query_typeBrian Paul2015-07-073-16/+18
* gallium/hud: prevent NULL pointer dereference with pipe_query functionsSamuel Pitoiset2015-06-281-6/+8
* gallium: disable tessellation shaders for meta opsMarek Olšák2015-05-161-0/+6
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-1/+2
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-1/+3
* gallium/hud: add more options to customize HUD panesGediminas Jakutis2015-04-262-6/+161
* gallium/hud: avoid overflowing hud graph name sizeIlia Mirkin2015-03-261-1/+2
* gallium/hud: also try R8_UNORM format for font textureBrian Paul2015-02-071-9/+15