summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud
Commit message (Expand)AuthorAgeFilesLines
* gallium/hud: add CPU usage support for FreeBSDGreg V2019-04-071-0/+45
* gallium/hud: fix rounding error in nic bps computationEric Engestrom2019-04-041-2/+2
* gallium/hud: prevent buffer overflowEric Engestrom2019-04-043-6/+6
* gallium/hud: fix memory leaksEric Engestrom2019-04-043-2/+7
* gallium/hud: fix power sensor readings for amdgpu usersAndre Heider2018-10-301-0/+3
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-312-2/+2
* gallium/hud: = should rename the last added data sourceMarek Olšák2018-06-181-1/+4
* gallium/hud: add frametime graph (v2)Matthias Groß2018-05-153-1/+38
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-121-9/+5
* gallium/hud: add a simple HUD view that only draws textMarek Olšák2018-04-132-15/+60
* gallium/aux/hud: Avoid possible buffer overflowGert Wollny2018-03-051-2/+6
* gallium/hud: update some query functionsGrazvydas Ignotas2018-02-084-4/+4
* gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOATBrian Paul2018-01-172-3/+29
* gallium/hud: remove uint64_t casts in sensor query_sti_load() functionBrian Paul2018-01-171-5/+5
* gallium/hud: compute cpu load, percent with doublesBrian Paul2018-01-171-4/+5
* gallium/hud: s/unsigned/enum pipe_query_type/Brian Paul2018-01-172-3/+5
* gallium/hud: use #ifdef to test for macro existenceEric Engestrom2017-12-016-11/+11
* gallium/hud: add HUD sharing within a context share groupMarek Olšák2017-11-253-12/+96
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-252-6/+8
* 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-252-16/+37
* 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-252-3/+4
* gallium/hud: pass pipe_context explicitly to most functionsMarek Olšák2017-11-255-64/+57
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-252-75/+95
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-097-7/+7
* gallium/hud: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-4/+4
* gallium/hud: use double values for all graphsChristoph Haag2017-07-143-8/+14
* gallium/hud: add glthread countersMarek Olšák2017-06-263-0/+91
* gallium/hud: add API-thread-busy for monitoring the thread loadMarek Olšák2017-06-263-4/+22
* gallium/hud: add hud_pane::hud pointerMarek Olšák2017-06-262-3/+6
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-263-0/+15
* gallium/hud: move struct hud_context to hud_private.hMarek Olšák2017-06-262-46/+48
* gallium/hud: rename API-thread-busy to main-thread-busyMarek Olšák2017-06-263-5/+5
* 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