aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/hud/hud_context.c
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-161-21/+7
* 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-281-4/+5
* 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
* 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: 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-311-1/+1
* 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-151-0/+4
* 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-131-14/+58
* gallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOATBrian Paul2018-01-171-0/+5
* gallium/hud: use #ifdef to test for macro existenceEric Engestrom2017-12-011-5/+5
* gallium/hud: add HUD sharing within a context share groupMarek Olšák2017-11-251-12/+91
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-251-3/+4
* 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-251-16/+33
* 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-251-2/+3
* gallium/hud: pass pipe_context explicitly to most functionsMarek Olšák2017-11-251-19/+19
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-251-74/+94
* gallium/hud: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-4/+4
* gallium/hud: use double values for all graphsChristoph Haag2017-07-141-4/+10
* gallium/hud: add glthread countersMarek Olšák2017-06-261-0/+9
* gallium/hud: add API-thread-busy for monitoring the thread loadMarek Olšák2017-06-261-1/+4
* gallium/hud: add hud_pane::hud pointerMarek Olšák2017-06-261-3/+5
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-0/+8
* gallium/hud: move struct hud_context to hud_private.hMarek Olšák2017-06-261-46/+0
* gallium/hud: rename API-thread-busy to main-thread-busyMarek Olšák2017-06-261-2/+2
* 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/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