summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_query.c
Commit message (Expand)AuthorAgeFilesLines
* WIP nouveau: add lockingIlia Mirkin2016-11-011-2/+12
* 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/+6
* nv50: expose two groups of compute-related MP perf countersSamuel Pitoiset2015-11-201-0/+52
* gallium: add the concept of batch queriesNicolai Hähnle2015-11-201-0/+1
* nv50,nvc0: disable render condition around clear_* functionsIlia Mirkin2015-11-141-0/+1
* nv50: add compute-related MP perf counters on G84+Samuel Pitoiset2015-11-141-0/+23
* nv50: move HW queries to nv50_query_hw.c/h filesSamuel Pitoiset2015-10-301-328/+26
* nv50: move nva0_so_target_save_offset() to its correct locationSamuel Pitoiset2015-10-301-18/+0
* nv50: add a header file for nv50_querySamuel Pitoiset2015-10-301-26/+3
* nv50: fix drawing from tfb, direct-to-pushbuf submitsIlia Mirkin2015-09-051-7/+8
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-19/+19
* nv50: add nesting support for occlusion queriesSamuel Pitoiset2015-07-201-11/+18
* nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin2015-06-231-0/+1
* nv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0Samuel Pitoiset2015-05-231-17/+22
* nv50: fix PIPELINE_STATISTICS with HUD, based on nvc0Samuel Pitoiset2015-05-221-1/+2
* nv50: fix 64-bit queries with HUD, based on nvc0Samuel Pitoiset2015-05-221-1/+13
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+2
* nv50: allocate more offset space for occlusion queriesIlia Mirkin2015-04-041-5/+5
* nv50: add PIPELINE_STATISTICS query support, based on nvc0Ilia Mirkin2015-02-191-1/+26
* nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediatelyTiziano Bacocco2015-02-101-0/+2
* nv50: handle inverted render conditionsTobias Klausmann2014-10-261-7/+47
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin2014-05-111-1/+5
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+399