summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_query.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+3
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* llvmpipe: (trivial) add parantheses in (!x == y) expressionRoland Scheidegger2015-05-251-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/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* draw: clean up setting stream out information a bitRoland Scheidegger2013-08-271-6/+6
* llvmpipe: support nested/overlapping queries for all query typesRoland Scheidegger2013-08-271-16/+19
* llvmpipe: remove never reached code for timestamp queries.Roland Scheidegger2013-06-271-2/+0
* llvmpipe: add support for nested / overlapping queriesRoland Scheidegger2013-06-261-3/+3
* llvmpipe: rework query logicRoland Scheidegger2013-06-261-8/+7
* llvmpipe: fix wrong results for queries not in a sceneRoland Scheidegger2013-06-221-12/+9
* llvmpipe: handle more queriesRoland Scheidegger2013-06-191-2/+19
* llvmpipe: fixes for conditional renderingRoland Scheidegger2013-06-181-34/+43
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+2
* llvmpipe: Fix queries when screen->num_threads == 0.José Fonseca2013-04-291-2/+3
* llvmpipe: implement so_overflow queryZack Rusin2013-04-261-0/+12
* llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query codeBrian Paul2013-04-261-2/+4
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-0/+37
* llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2013-04-101-0/+19
* llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.José Fonseca2012-12-201-7/+0
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-0/+24
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-031-9/+42
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-2/+2
* llvmpipe: add NV_conditional_render support.Dave Airlie2011-11-101-0/+18
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+2
* llvmpipe: fix query bug when no there's no sceneBrian Paul2010-09-201-2/+3
* llvmpipe: rearrange queriesKeith Whitwell2010-09-071-0/+10
* llvmpipe: rework fences and queriesKeith Whitwell2010-09-071-25/+31
* llvmpipe: Remove unnecessary header.Vinson Lee2010-08-251-1/+0
* llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell2010-08-251-20/+5
* llvmpipe: wait for queries being finished when asked for it or before deletionRoland Scheidegger2010-07-051-6/+26
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
* llvmpipe: Remove unnecessary header.Vinson Lee2010-06-021-1/+0
* llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...José Fonseca2010-05-251-2/+3
* llvmpipe: Fix fence wait.José Fonseca2010-05-061-1/+4
* llvmpipe: implement occlusion queryQicheng Christopher Li2010-05-061-27/+58
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-2/+2
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+111