summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv50/nv50_query.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle1-0/+1
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2016-11-02nv50,nvc0: stop limiting the number of active queries to 1Samuel Pitoiset1-8/+6
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle1-1/+2
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+6
2015-11-20nv50: expose two groups of compute-related MP perf countersSamuel Pitoiset1-0/+52
2015-11-20gallium: add the concept of batch queriesNicolai Hähnle1-0/+1
2015-11-14nv50,nvc0: disable render condition around clear_* functionsIlia Mirkin1-0/+1
2015-11-14nv50: add compute-related MP perf counters on G84+Samuel Pitoiset1-0/+23
2015-10-30nv50: move HW queries to nv50_query_hw.c/h filesSamuel Pitoiset1-328/+26
2015-10-30nv50: move nva0_so_target_save_offset() to its correct locationSamuel Pitoiset1-18/+0
2015-10-30nv50: add a header file for nv50_querySamuel Pitoiset1-26/+3
2015-09-05nv50: fix drawing from tfb, direct-to-pushbuf submitsIlia Mirkin1-7/+8
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-19/+19
2015-07-20nv50: add nesting support for occlusion queriesSamuel Pitoiset1-11/+18
2015-06-23nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin1-0/+1
2015-05-23nv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0Samuel Pitoiset1-17/+22
2015-05-22nv50: fix PIPELINE_STATISTICS with HUD, based on nvc0Samuel Pitoiset1-1/+2
2015-05-22nv50: fix 64-bit queries with HUD, based on nvc0Samuel Pitoiset1-1/+13
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-1/+2
2015-04-04nv50: allocate more offset space for occlusion queriesIlia Mirkin1-5/+5
2015-02-19nv50: add PIPELINE_STATISTICS query support, based on nvc0Ilia Mirkin1-1/+26
2015-02-10nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediatelyTiziano Bacocco1-0/+2
2014-10-26nv50: handle inverted render conditionsTobias Klausmann1-7/+47
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+1
2014-05-11nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin1-1/+5
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+399