aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud
Commit message (Expand)AuthorAgeFilesLines
* gallium/hud: don't use user vertex buffersErik Faye-Lund2020-06-161-2/+5
* Revert "gallium/hud: don't use user vertex buffers"Erik Faye-Lund2020-06-162-22/+8
* gallium/hud: do not specify potentially invalid depth-rangeErik Faye-Lund2020-06-101-1/+1
* util: Initialize pipe_shader_state for passthrough and transform shadersNeha Bhende2020-05-281-2/+2
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* gallium: hud_context: Fix scalar initializer warning.John Stultz2020-03-111-1/+3
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-282-5/+7
* hud: add GALLIUM_HUD_SCALEJonathan Marek2020-02-241-8/+11
* gallium/auxiliary: Fix uses of gnu struct = {} extensionDylan Baker2019-11-261-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-3/+3
* util: remove LIST_ADD macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-4/+4
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-2/+2
* gallium/hud: add CPU usage support for DragonFly/NetBSD/OpenBSDJan Beich2019-09-031-2/+41
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-153-0/+3
* util: use standard name for vsnprintf()Eric Engestrom2019-07-191-1/+1
* util: use standard name for strncmp()Eric Engestrom2019-07-191-1/+1
* 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