summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/hud
AgeCommit message (Expand)AuthorFilesLines
2015-11-20gallium/hud: add support for batch queriesNicolai Hähnle3-46/+261
2015-11-20gallium/hud: remove unused field in query_infoNicolai Hähnle1-1/+0
2015-11-19hud: fix Windows build breakBrian Paul1-0/+6
2015-11-19gallium/hud: control visibility at startup and runtime.Jimmy Berry1-0/+29
2015-11-12gallium/hud: add cpu graph support for WindowsBrian Paul1-0/+54
2015-10-17gallium/hud: fix possible NULL pointer dereferenceMarek Olšák1-0/+3
2015-08-06gallium/hud: automatically print % if max_value == 100Marek Olšák1-6/+11
2015-08-06gallium/hud: fix printing % next to panesMarek Olšák1-1/+1
2015-08-06gallium/hud: replace assertions with clamping the unit indexMarek Olšák1-19/+23
2015-08-06gallium,hud: allow displaying cumulative values instead of averageMarek Olšák3-8/+26
2015-08-06gallium/hud: fix printing byte unitsMarek Olšák1-1/+1
2015-08-06gallium,hud: add support for Hz units in driver queriesMarek Olšák1-0/+6
2015-07-22cso: only allow saving and restoring fragment sampler statesMarek Olšák1-2/+2
2015-07-22cso: only allow saving and restoring fragment sampler viewsMarek Olšák1-2/+2
2015-07-07gallium/hud: display percentages with % suffixBrian Paul1-0/+3
2015-07-07gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUDBrian Paul1-5/+20
2015-07-07gallium/hud: replace byte units flag with pipe_driver_query_typeBrian Paul3-16/+18
2015-06-28gallium/hud: prevent NULL pointer dereference with pipe_query functionsSamuel Pitoiset1-6/+8
2015-05-16gallium: disable tessellation shaders for meta opsMarek Olšák1-0/+6
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-1/+1
2015-05-06gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset1-1/+2
2015-05-06gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset1-1/+3
2015-04-26gallium/hud: add more options to customize HUD panesGediminas Jakutis2-6/+161
2015-03-26gallium/hud: avoid overflowing hud graph name sizeIlia Mirkin1-1/+2
2015-02-07gallium/hud: also try R8_UNORM format for font texture10.5-branchpointBrian Paul1-9/+15
2015-02-07gallium/hud: flush stdout in print_help(), for WindowsBrian Paul1-0/+1
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák1-2/+0
2014-10-02gallium/hud: use u_sampler_view_default_template helperIlia Mirkin1-6/+3
2014-08-16Revert "hud: don't overrun malloced arrays"Dave Airlie1-1/+0
2014-08-14hud: don't overrun malloced arraysDave Airlie1-0/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-3/+3
2014-04-26mesa/st: add support for ARB_sample_shadingIlia Mirkin1-0/+3
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-1/+1
2014-01-23gallium/hud: just unmap the upload vertex buffer instead of recreating itMarek Olšák1-1/+1
2013-07-12hud: silence some MSVC warningsBrian Paul1-8/+8
2013-06-26hud: add float casts to silence MSVC warningsBrian Paul1-49/+49
2013-06-26hud: include stdio.h since we use fprintf(), fscanf(), etcBrian Paul1-0/+2
2013-06-26hud: add cast to silence MSVC warningBrian Paul1-1/+1
2013-06-24gallium/hud: do not use free() for the free_query_data hookBrian Paul3-3/+23
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+1
2013-06-13gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák1-1/+2
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-04-16gallium/hud: fix FPS computation for framerate > 4.2kMarek Olšák1-1/+2
2013-04-16gallium/hud: increase vertex buffer size for background black rectanglesMarek Olšák1-1/+1
2013-04-16gallium/hud: update the contents of GALLIUM_HUD=helpMarek Olšák1-2/+17
2013-04-16gallium/hud: remove pipeline-statistics- prefix in query namesMarek Olšák1-21/+22
2013-04-04gallium/hud: add GALLIUM_HUD_PERIOD env varBrian Paul1-1/+16
2013-04-04gallium/hud: initialize sampler stateBrian Paul1-0/+6
2013-04-04gallium/hud: replace malloc w/ MALLOCBrian Paul1-1/+1