| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/hud: Remove superfluous debug | Steven Toth | 2016-10-06 | 4 | -52/+0 |
* | gallium/hud: Add support for CPU frequency monitoring | Steven Toth | 2016-09-30 | 3 | -0/+285 |
* | Revert "gallium/hud: automatically print % if max_value == 100" | Marek Olšák | 2016-09-30 | 1 | -12/+6 |
* | gallium/hud: Add power sensor support | Steven Toth | 2016-09-29 | 3 | -5/+44 |
* | gallium/hud: Add support for block I/O, network I/O and lmsensor stats | Steven Toth | 2016-09-28 | 5 | -0/+1255 |
* | gallium/hud: move signo declaration inside PIPE_OS_UNIX block | Brian Paul | 2016-08-26 | 1 | -1/+1 |
* | gallium/hud: round max_value to print nicely rounded numbers next to graphs | Marek Olšák | 2016-08-22 | 3 | -4/+80 |
* | gallium/hud: generalize code for drawing numbers next to graphs | Marek Olšák | 2016-08-22 | 1 | -5/+8 |
* | gallium/hud: draw numbers with 3 decimal places if those aren't 0 | Marek Olšák | 2016-08-22 | 1 | -5/+12 |
* | gallium/hud: use sRGB for nicer AA lines | Marek Olšák | 2016-08-22 | 1 | -0/+21 |
* | gallium/hud: use AA lines for graphs | Marek Olšák | 2016-08-22 | 1 | -1/+5 |
* | gallium/hud: don't enable blending for all objects | Marek Olšák | 2016-08-22 | 1 | -2/+7 |
* | gallium: refactor pipe_shader_state to support multiple IR's | Rob Clark | 2016-05-11 | 1 | -5/+4 |
* | hud: s/Elements/ARRAY_SIZE/ | Brian Paul | 2016-04-27 | 3 | -7/+7 |
* | gallium: pause queries for all meta ops | Marek Olšák | 2016-04-12 | 1 | -0/+1 |
* | hud: add sampler view declaration in text fragment shader | Brian Paul | 2016-03-21 | 1 | -0/+1 |
* | gallium/hud: fix new gcc6 warnings | Rob Clark | 2016-02-18 | 1 | -0/+2 |
* | gallium/hud: use new cso_save/restore_state() functions | Brian Paul | 2016-02-16 | 1 | -37/+19 |
* | u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer | Marek Olšák | 2016-01-02 | 1 | -1/+1 |
* | u_upload_mgr: remove alignment parameter from u_upload_create | Marek Olšák | 2016-01-02 | 1 | -1/+1 |
* | u_upload_mgr: pass alignment to u_upload_alloc manually | Marek Olšák | 2016-01-02 | 1 | -1/+1 |
* | gallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LIST | Nicolai Hähnle | 2015-11-26 | 1 | -1/+9 |
* | gallium/hud: add support for batch queries | Nicolai Hähnle | 2015-11-20 | 3 | -46/+261 |
* | gallium/hud: remove unused field in query_info | Nicolai Hähnle | 2015-11-20 | 1 | -1/+0 |
* | hud: fix Windows build break | Brian Paul | 2015-11-19 | 1 | -0/+6 |
* | gallium/hud: control visibility at startup and runtime. | Jimmy Berry | 2015-11-19 | 1 | -0/+29 |
* | gallium/hud: add cpu graph support for Windows | Brian Paul | 2015-11-12 | 1 | -0/+54 |
* | gallium/hud: fix possible NULL pointer dereference | Marek Olšák | 2015-10-17 | 1 | -0/+3 |
* | gallium/hud: automatically print % if max_value == 100 | Marek Olšák | 2015-08-06 | 1 | -6/+11 |
* | gallium/hud: fix printing % next to panes | Marek Olšák | 2015-08-06 | 1 | -1/+1 |
* | gallium/hud: replace assertions with clamping the unit index | Marek Olšák | 2015-08-06 | 1 | -19/+23 |
* | gallium,hud: allow displaying cumulative values instead of average | Marek Olšák | 2015-08-06 | 3 | -8/+26 |
* | gallium/hud: fix printing byte units | Marek Olšák | 2015-08-06 | 1 | -1/+1 |
* | gallium,hud: add support for Hz units in driver queries | Marek Olšák | 2015-08-06 | 1 | -0/+6 |
* | cso: only allow saving and restoring fragment sampler states | Marek Olšák | 2015-07-22 | 1 | -2/+2 |
* | cso: only allow saving and restoring fragment sampler views | Marek Olšák | 2015-07-22 | 1 | -2/+2 |
* | gallium/hud: display percentages with % suffix | Brian Paul | 2015-07-07 | 1 | -0/+3 |
* | gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUD | Brian Paul | 2015-07-07 | 1 | -5/+20 |
* | gallium/hud: replace byte units flag with pipe_driver_query_type | Brian Paul | 2015-07-07 | 3 | -16/+18 |
* | gallium/hud: prevent NULL pointer dereference with pipe_query functions | Samuel Pitoiset | 2015-06-28 | 1 | -6/+8 |
* | gallium: disable tessellation shaders for meta ops | Marek Olšák | 2015-05-16 | 1 | -0/+6 |
* | util: Move gallium's linked list to util | Jason Ekstrand | 2015-05-08 | 1 | -1/+1 |
* | gallium: replace pipe_driver_query_info::max_value by a union | Samuel Pitoiset | 2015-05-06 | 1 | -1/+2 |
* | gallium: add new fields to pipe_driver_query_info | Samuel Pitoiset | 2015-05-06 | 1 | -1/+3 |
* | gallium/hud: add more options to customize HUD panes | Gediminas Jakutis | 2015-04-26 | 2 | -6/+161 |
* | gallium/hud: avoid overflowing hud graph name size | Ilia Mirkin | 2015-03-26 | 1 | -1/+2 |
* | gallium/hud: also try R8_UNORM format for font texture10.5-branchpoint | Brian Paul | 2015-02-07 | 1 | -9/+15 |
* | gallium/hud: flush stdout in print_help(), for Windows | Brian Paul | 2015-02-07 | 1 | -0/+1 |
* | gallium: remove unused pipe_viewport_state::translate[3] and scale[3] | Marek Olšák | 2014-11-16 | 1 | -2/+0 |
* | gallium/hud: use u_sampler_view_default_template helper | Ilia Mirkin | 2014-10-02 | 1 | -6/+3 |