summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_query.c
Commit message (Expand)AuthorAgeFilesLines
* draw: clean up setting stream out information a bitRoland Scheidegger2013-08-271-11/+9
* softpipe: support nested/overlapping queries for all query typesRoland Scheidegger2013-08-271-17/+16
* softpipe: handle all queries, and change for the new disjoint semanticsRoland Scheidegger2013-06-191-11/+28
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* softpipe/so: use the correct variable for reporting stream outZack Rusin2013-04-171-5/+15
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-1/+38
* softpipe: Use os_time_get_nano() everywhere.José Fonseca2012-12-111-4/+4
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-2/+3
* draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie2012-01-101-3/+22
* softpipe: implement/fix TIMESTAMP queriesChristoph Bumiller2011-10-201-3/+8
* softpipe: fix an obvious copy-paste error in get_query_resultMarek Olšák2011-08-161-1/+1
* gallium: add a timestamp disjoint queryZack Rusin2010-06-221-1/+13
* gallium: add a new queryZack Rusin2010-06-221-2/+10
* softpipe: make sure we don't fallback to assert on so stats queryZack Rusin2010-06-081-0/+2
* gallium: add basic support for stream output queriesZack Rusin2010-06-081-2/+22
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
* gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-4/+31
* softpipe: implement conditional renderingBrian Paul2009-12-311-0/+26
* gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell2009-05-161-0/+5
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-3/+3
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+107