summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/hud
Commit message (Expand)AuthorAgeFilesLines
* hud: add GALLIUM_HUD_OPACITY envvarItalo Nicola2023-03-061-1/+4
* hud: use defines for default scale/rotation/visibility valuesItalo Nicola2023-03-061-5/+9
* gallium: plumb resolve attachments through from frontends -> pipe_framebuffer...Mike Blumenkrantz2023-02-151-0/+1
* hud: fix values printingPierre-Eric Pelloux-Prayer2023-01-121-3/+3
* hud: extract float printf modifer selection logic to helperPierre-Eric Pelloux-Prayer2023-01-091-14/+22
* hud,dri: emulate LIBGL_SHOW_FPS using hudPierre-Eric Pelloux-Prayer2023-01-091-5/+16
* hud: add "stdout" option to print values to consolePierre-Eric Pelloux-Prayer2023-01-091-7/+18
* hud: check GALLIUM_HUD_DUMP_DIR value only oncePierre-Eric Pelloux-Prayer2023-01-091-8/+9
* gallium/hud: typedef and use hud_st_invalidate_state_func to avoid castYonggang Luo2022-12-143-6/+13
* gallium/hud: don't use st_context_iface, use an explicit callbackMarek Olšák2022-12-093-13/+17
* hud: add GALLIUM_HUD_ROTATION optionItalo Nicola2022-11-242-12/+44
* tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|...Yonggang Luo2022-11-152-5/+5
* tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...Yonggang Luo2022-11-151-8/+8
* util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...Yonggang Luo2022-11-085-5/+5
* gallium: normalized_coords -> unnormalized_coordsErik Faye-Lund2022-10-101-1/+0
* gallium/hud: use snprintf(..., "%s", ...) instead of strncpyCorentin Noël2022-09-301-2/+1
* glthread,hud: draw per-frame values and expose the number of batches per frameMarek Olšák2022-09-263-9/+21
* gallium/hud: Fixes compile error in hud/hud_context.c:Yonggang Luo2022-09-021-8/+15
* util/list: rename LIST_ENTRY() to list_entry()Eric Engestrom2022-07-281-2/+2
* gallium/hud: do not use texture-rect for fontErik Faye-Lund2022-07-253-7/+8
* cso: add missing parameters into cso_set_vertex_buffersMarek Olšák2021-11-031-4/+4
* gallium/cso: add unbind mask for cso restoreMike Blumenkrantz2021-09-011-6/+1
* gallium: add take_ownership into set_sampler_views to skip reference countingMarek Olšák2021-08-201-2/+2
* gallium/hud: initialize queryJuan A. Suarez Romero2021-08-031-1/+1
* gallium: split transfer_(un)map into buffer_(un)map and texture_(un)mapMarek Olšák2021-05-211-3/+3
* gallium/hud: extend check for has_srgbErico Nunes2021-04-201-4/+13
* gallium/hud: create vs_text to match fs_textErico Nunes2021-04-202-8/+51
* gallium,st: add missing viewport swizzlesIlia Mirkin2021-03-211-0/+4
* gallium: add take_ownership param into set_vertex_buffers to eliminate atomicsMarek Olšák2021-01-271-1/+1
* gallium: add unbind_num_trailing_slots to set_sampler_viewsMarek Olšák2021-01-271-2/+2
* gallium: add unbind_num_trailing_slots to set_vertex_buffersMarek Olšák2021-01-271-1/+1
* gallium: add take_ownership param into set_constant_buffer to eliminate atomicsMarek Olšák2021-01-271-5/+5
* gallium/hud: don't use cso_context to restore VBs, constbuf 0 and sampler viewsMarek Olšák2021-01-153-22/+35
* Revert "gallium/hud: Use do_once for one-time init"Erik Faye-Lund2020-11-251-5/+2
* gallium/hud: Use do_once for one-time initRob Clark2020-11-241-2/+5
* util: consolidate thread_get_time functionsMarek Olšák2020-10-301-2/+2
* gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák2020-09-221-1/+1
* 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