summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_query.c
Commit message (Expand)AuthorAgeFilesLines
* 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