summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_query.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16svga: add new num-failed-allocations HUD queryBrian Paul1-0/+7
2017-06-16svga: Support accelerated conditional blittingThomas Hellstrom1-0/+40
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2016-11-03svga: Add render_condition boolean flag in struct svga_contextNeha Bhende1-0/+2
2016-11-03svga: Implement the pipe clear_render_target functionality v2Thomas Hellstrom1-0/+2
2016-09-17svga: skip query flush if we already have the query resultBrian Paul1-5/+5
2016-09-17svga: remove unneeded svga_context_flush() in svga_end_query()Brian Paul1-5/+0
2016-09-17svga: use SVGA3D_QUERYTYPE_MAX for svga query type checkCharmaine Lee1-3/+3
2016-09-17svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee1-7/+16
2016-08-26svga: loosen the condition to flush in get_query_result_vgpu10()Brian Paul1-1/+1
2016-08-26svga: fix vgpu10 query fencingBrian Paul1-11/+11
2016-08-17svga: initialize a variable to silence a gcc warningBrian Paul1-1/+1
2016-08-16svga: don't call os_get_time() when not needed by Gallium HUDBrian Paul1-2/+5
2016-06-30svga: Fix failures caused in fedora 24Neha Bhende1-5/+11
2016-05-27svga: remove unneeded casts in get_query_result_vgpu9() callsBrian Paul1-2/+2
2016-04-25svga: fix assert with PIPE_QUERY_OCCLUSION_PREDICATE for non-vgpu10Charmaine Lee1-23/+20
2016-04-25svga: separate HUD counters for state objectsBrian Paul1-1/+6
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle1-1/+2
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+7
2016-03-21svga: minor formatting fix, comment additionBrian Paul1-1/+4
2016-03-21svga: add a few more resource updates HUD queryCharmaine Lee1-0/+36
2016-03-21svga: add new num-readbacks HUD queryCharmaine Lee1-0/+9
2016-03-07svga: add new surface-write-flushes HUD queryBrian Paul1-0/+9
2016-03-07svga: add new flush-time HUD queryBrian Paul1-0/+9
2016-03-04svga: add new command-buffer-size HUD queryBrian Paul1-0/+9
2016-03-04svga: reorder SVGA_QUERY_ switch cases to match declaration orderBrian Paul1-9/+9
2016-01-14svga: add num-generate-mipmap HUD queryCharmaine Lee1-0/+7
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-5/+5
2015-11-27svga: Don't return value from void function.Jose Fonseca1-1/+2
2015-11-20svga: add num-bytes-uploaded HUD queryBrian Paul1-0/+9
2015-10-16svga: add new GALLIUM_HUD queriesNeha Bhende1-16/+81
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-121/+871
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-1/+2
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+3
2014-03-26svga: null out query's hwbuf pointer after destroyingBrian Paul1-0/+1
2014-03-26svga: add some debug_printf() calls in the query object codeBrian Paul1-2/+6
2013-04-19svga: whitespace, comment fixes in svga_pipe_query.cBrian Paul1-41/+49
2013-04-03svga: add new memory-used HUD queryBrian Paul1-0/+11
2013-04-03svga: add HUD queries for number of draw calls, number of fallbacksBrian Paul1-0/+27
2013-04-03svga: refactor occlusion query codeBrian Paul1-94/+124
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-3/+3
2011-09-29winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom1-1/+1
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-2/+3
2010-05-03svga: Remove the screen private context.José Fonseca1-1/+2
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-01-21svga: Remove unnecessary headers.Vinson Lee1-1/+0
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+267