summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_query.c
AgeCommit message (Expand)AuthorFilesLines
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