summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_query.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger1-11/+9
2013-08-27softpipe: support nested/overlapping queries for all query typesRoland Scheidegger1-17/+16
2013-06-19softpipe: handle all queries, and change for the new disjoint semanticsRoland Scheidegger1-11/+28
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+1
2013-04-17softpipe/so: use the correct variable for reporting stream outZack Rusin1-5/+15
2013-04-16draw: implement pipeline statistics in the draw moduleZack Rusin1-1/+38
2012-12-11softpipe: Use os_time_get_nano() everywhere.José Fonseca1-4/+4
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-2/+3
2012-01-10draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie1-3/+22
2011-10-20softpipe: implement/fix TIMESTAMP queriesChristoph Bumiller1-3/+8
2011-08-16softpipe: fix an obvious copy-paste error in get_query_resultMarek Olšák1-1/+1
2010-06-22gallium: add a timestamp disjoint queryZack Rusin1-1/+13
2010-06-22gallium: add a new queryZack Rusin1-2/+10
2010-06-08softpipe: make sure we don't fallback to assert on so stats queryZack Rusin1-0/+2
2010-06-08gallium: add basic support for stream output queriesZack Rusin1-2/+22
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-1/+2
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich1-4/+31
2009-12-31softpipe: implement conditional renderingBrian Paul1-0/+26
2009-05-16gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell1-0/+5
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca1-3/+3
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+107