Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / auxiliary / hud /
2020-06-16 Erik Faye-Lundgallium/hud: don't use user vertex buffers
2020-06-16 Erik Faye-LundRevert "gallium/hud: don't use user vertex buffers"
2020-06-10 Erik Faye-Lundgallium/hud: do not specify potentially invalid depth...
2020-05-28 Neha Bhendeutil: Initialize pipe_shader_state for passthrough...
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-03-11 John Stultzgallium: hud_context: Fix scalar initializer warning.
2020-02-28 Marek Olšákgallium: pass cso_velems_state into cso_context instead...
2020-02-24 Jonathan Marekhud: add GALLIUM_HUD_SCALE
2019-11-26 Dylan Bakergallium/auxiliary: Fix uses of gnu struct = {} extension
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_ADD macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-09-04 Jan Beichgallium/hud: add CPU usage support for DragonFly/NetBSD...
2019-08-15 Erik Faye-Lundwin32: unify strcasecmp definitions
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2019-07-19 Eric Engestromutil: use standard name for strncmp()
2019-04-07 Greg Vgallium/hud: add CPU usage support for FreeBSD
2019-04-04 Eric Engestromgallium/hud: fix rounding error in nic bps computation
2019-04-04 Eric Engestromgallium/hud: prevent buffer overflow
2019-04-04 Eric Engestromgallium/hud: fix memory leaks
2018-10-30 Andre Heidergallium/hud: fix power sensor readings for amdgpu users
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-06-18 Marek Olšákgallium/hud: = should rename the last added data source
2018-05-15 Matthias Großgallium/hud: add frametime graph (v2)
2018-05-13 Marek Olšákgallium: remove aux_vertex_buffer_slot code
2018-04-13 Marek Olšákgallium/hud: add a simple HUD view that only draws...
2018-03-05 Gert Wollnygallium/aux/hud: Avoid possible buffer overflow
2018-02-07 Grazvydas Ignotasgallium/hud: update some query functions
2018-01-17 Brian Paulgallium/hud: Fix support for PIPE_DRIVER_QUERY_TYPE_FLOAT
2018-01-17 Brian Paulgallium/hud: remove uint64_t casts in sensor query_sti_...
2018-01-17 Brian Paulgallium/hud: compute cpu load, percent with doubles
2018-01-17 Brian Paulgallium/hud: s/unsigned/enum pipe_query_type/
2017-12-01 Eric Engestromgallium/hud: use #ifdef to test for macro existence
2017-11-25 Marek Olšákgallium/hud: add HUD sharing within a context share...
2017-11-25 Marek Olšákgallium/hud: update the HUD interface for multiple...
2017-11-25 Marek Olšákgallium/hud: prevent a crash if the recording context...
2017-11-25 Marek Olšákgallium/hud: separate code for record context init...
2017-11-25 Marek Olšákgallium/hud: separate code for draw context init/release
2017-11-25 Marek Olšákgallium/hud: don't use hud->pipe in hud_parse_env_var
2017-11-25 Marek Olšákgallium/hud: use cso_get_pipe_context
2017-11-25 Marek Olšákgallium/hud: pass pipe_context explicitly to most functions
2017-11-25 Marek Olšákgallium/hud: split hud_draw into 3 separate functions
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-09-04 Nicolai Hähnlegallium/hud: always use two-dimensional constant references
2017-07-14 Christoph Haaggallium/hud: use double values for all graphs
2017-06-26 Marek Olšákgallium/hud: add glthread counters
2017-06-26 Marek Olšákgallium/hud: add API-thread-busy for monitoring the...
2017-06-26 Marek Olšákgallium/hud: add hud_pane::hud pointer
2017-06-26 Marek Olšákmesa/glthread: add glthread "perf" counters and pass...
2017-06-26 Marek Olšákgallium/hud: move struct hud_context to hud_private.h
2017-06-26 Marek Olšákgallium/hud: rename API-thread-busy to main-thread...
2017-06-16 Brian Paulgallium/hud: support GALLIUM_HUD_DUMP_DIR feature on...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-04-13 Edmondo Tommasinagallium/hud: set the dump file streams to line buffered
2017-03-13 Julien Isorcegallium/hud: check NULL return from u_upload_alloc
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: remove pipe_static_mutex()
2017-02-22 Marek Olšákgallium/hud: handle a thread switch for API-thread...
2017-02-22 Marek Olšákgallium/hud: prevent an infinite loop
2017-02-18 Marek Olšákgallium/hud: create files after graphs are created...
2017-02-14 Marek Olšákgallium/hud: add monitoring of API thread busy status
2017-02-14 Marek Olšákgallium/hud: don't use user vertex buffers
2017-02-14 Marek Olšákgallium/hud: call u_upload_alloc only once
2017-02-14 Marek Olšákgallium/hud: use the common uploader
2017-01-30 Samuel Pitoisethud: fix compilation warnings in hud_nic_graph_install()
2017-01-20 Samuel Pitoisetgallium/hud: add missing break in hud_cpufreq_graph_ins...
2017-01-16 Thomas Hindoe Paab... gallium/hud: avoid buffer overrun
2017-01-16 Marek Olšákgallium/hud: disable queries during HUD draw calls
2017-01-16 Marek Olšákgallium/hud: increase the vertex buffer size for backgr...
2017-01-05 Marek Olšákgallium/hud: increase the vertex buffer size for text
2017-01-05 Marek Olšákgallium/hud: add an option to sort items below graphs
2017-01-05 Marek Olšákgallium/hud: add an option to reset the color counter
2017-01-05 Marek Olšákgallium/hud: allow more data sources per pane
2017-01-05 Marek Olšákgallium/hud: add an option to rename each data source
2017-01-03 Edmondo Tommasinagallium/hud: add a path separator between dump director...
2017-01-02 Marek Olšákgallium/hud: fix the windows build by disabling file...
2016-12-31 Edmondo Tommasinagallium/hud: set filedescriptor for fps graph
2016-12-31 Edmondo Tommasinagallium/hud: set filedescriptor for cpu graph
2016-12-31 Edmondo Tommasinagallium/hud: move file initialization to a function
2016-12-31 Edmondo Tommasinagallium/hud: dump hud_driver_query values to files
2016-11-07 Steven Tothgallium/hud: protect against and initialization race
2016-11-07 Steven Tothgallium/hud: close a previously opened handle
2016-11-07 Steven Tothgallium/hud: fix a problem where objects are free'd...
2016-11-03 Brian Paulgallium/hud: call fflush() after printing error messages
2016-10-06 Steven Tothgallium/hud: Remove superfluous debug
2016-09-30 Steven Tothgallium/hud: Add support for CPU frequency monitoring
2016-09-30 Marek OlšákRevert "gallium/hud: automatically print % if max_value...
2016-09-29 Steven Tothgallium/hud: Add power sensor support
2016-09-28 Steven Tothgallium/hud: Add support for block I/O, network I/O...
2016-08-26 Brian Paulgallium/hud: move signo declaration inside PIPE_OS_UNIX...
2016-08-22 Marek Olšákgallium/hud: round max_value to print nicely rounded...
2016-08-22 Marek Olšákgallium/hud: generalize code for drawing numbers next...
2016-08-22 Marek Olšákgallium/hud: draw numbers with 3 decimal places if...
2016-08-22 Marek Olšákgallium/hud: use sRGB for nicer AA lines
2016-08-22 Marek Olšákgallium/hud: use AA lines for graphs
next