aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_query.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-7/+7
* draw: add support to tgsi paths for geometry streams. (v2)Dave Airlie2019-04-091-2/+2
* softpipe: add support for indexed queries.Dave Airlie2019-04-091-11/+12
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-0/+4
* softpipe: enable PIPE_CAP_QUERY_SO_OVERFLOWRoland Scheidegger2017-08-171-1/+6
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+7
* gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* softpipe/query: force parenthesis around a logical notMartin Peres2015-06-081-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-3/+3
* 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