util: remove LIST_DEL macro
[mesa.git] / src / gallium / auxiliary / hud / hud_private.h
2018-05-15 Matthias Großgallium/hud: add frametime graph (v2)
2018-04-13 Marek Olšákgallium/hud: add a simple HUD view that only draws...
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: separate code for record context init...
2017-11-25 Marek Olšákgallium/hud: pass pipe_context explicitly to most functions
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-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-01-16 Marek Olšákgallium/hud: disable queries during HUD draw calls
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
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-09-30 Steven Tothgallium/hud: Add support for CPU frequency monitoring
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-22 Marek Olšákgallium/hud: round max_value to print nicely rounded...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Nicolai Hähnlegallium/hud: add support for batch queries
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-06 Marek Olšákgallium,hud: allow displaying cumulative values instead...
2015-07-07 Brian Paulgallium/hud: replace byte units flag with pipe_driver_q...
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-04-25 Gediminas Jakutisgallium/hud: add more options to customize HUD panes
2013-06-24 Brian Paulgallium/hud: do not use free() for the free_query_data...
2013-04-03 Christoph Bumillergallium/hud: add support for PIPE_QUERY_PIPELINE_STATISTICS
2013-03-26 Marek Olšákgallium: implement a heads-up display module