aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_query.c
Commit message (Expand)AuthorAgeFilesLines
* svga: minor formatting fix, comment additionBrian Paul2016-03-211-1/+4
* svga: add a few more resource updates HUD queryCharmaine Lee2016-03-211-0/+36
* svga: add new num-readbacks HUD queryCharmaine Lee2016-03-211-0/+9
* svga: add new surface-write-flushes HUD queryBrian Paul2016-03-071-0/+9
* svga: add new flush-time HUD queryBrian Paul2016-03-071-0/+9
* svga: add new command-buffer-size HUD queryBrian Paul2016-03-041-0/+9
* svga: reorder SVGA_QUERY_ switch cases to match declaration orderBrian Paul2016-03-041-9/+9
* svga: add num-generate-mipmap HUD queryCharmaine Lee2016-01-141-0/+7
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-5/+5
* svga: Don't return value from void function.Jose Fonseca2015-11-271-1/+2
* svga: add num-bytes-uploaded HUD queryBrian Paul2015-11-201-0/+9
* svga: add new GALLIUM_HUD queriesNeha Bhende2015-10-161-16/+81
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-121/+871
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+2
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+3
* svga: null out query's hwbuf pointer after destroyingBrian Paul2014-03-261-0/+1
* svga: add some debug_printf() calls in the query object codeBrian Paul2014-03-261-2/+6
* svga: whitespace, comment fixes in svga_pipe_query.cBrian Paul2013-04-191-41/+49
* svga: add new memory-used HUD queryBrian Paul2013-04-031-0/+11
* svga: add HUD queries for number of draw calls, number of fallbacksBrian Paul2013-04-031-0/+27
* svga: refactor occlusion query codeBrian Paul2013-04-031-94/+124
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-3/+3
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-291-1/+1
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-2/+3
* svga: Remove the screen private context.José Fonseca2010-05-031-1/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* svga: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+267