nv50,nvc0: use condition for occlusion queries when already complete
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_query.c
2019-02-07 Ilia Mirkinnv50,nvc0: use condition for occlusion queries when...
2018-04-07 Rhys Perrynvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_P...
2017-09-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-03-08 Brian Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
2017-02-12 Ilia Mirkinnvc0: set the render condition in the compute object
2017-01-16 Ilia Mirkinnvc0: true up exposing of the HW_METRIC_QUERY_GROUP...
2016-11-02 Samuel Pitoisetnv50,nvc0: stop limiting the number of active queries...
2016-04-22 Nicolai Hähnlegallium: add bool return to pipe_context::end_query
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Marek Olšákgallium: add pipe_context::set_active_query_state for...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-10 Samuel Pitoisetnvc0: expose SM35 perf counters to AMD_performance_monitor
2016-03-10 Samuel Pitoisetnvc0: rework the driver metrics infrastructure
2016-03-10 Samuel Pitoisetnvc0: rework the MP counters infrastructure
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Ilia Mirkinnvc0: add support for ARB_query_buffer_object
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::drm_v...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-05 Samuel Pitoisetnvc0: expose a group of performance metrics for SM30...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Nicolai Hähnlegallium: add the concept of batch queries
2015-11-20 Nicolai Hähnlegallium: remove pipe_driver_query_group_info field...
2015-11-15 Ilia Mirkinnv50,nvc0: disable render condition around clear_*...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-29 Samuel Pitoisetnvc0: expose a group of performance metrics on Fermi
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-16 Samuel Pitoisetnvc0: move SW/HW queries info to their respective files
2015-10-16 Samuel Pitoisetnvc0: enable compute support by default on Fermi
2015-10-16 Samuel Pitoisetnvc0: allow only one active query for the MP counters...
2015-10-09 Samuel Pitoisetnvc0: move HW SM queries to nvc0_query_hw_sm.c/h files
2015-10-09 Samuel Pitoisetnvc0: move HW queries to nvc0_query_hw.c/h files
2015-10-09 Samuel Pitoisetnvc0: move SW queries to nvc0_query_sw.c/h files
2015-10-09 Samuel Pitoisetnvc0: move nvc0_so_target_save_offset() to its correct...
2015-10-09 Samuel Pitoisetnvc0: add a header file for nvc0_query
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-29 Samuel Pitoisetnvc0: change prefix of MP performance counters to HW_SM
2015-08-29 Samuel Pitoisetnvc0: sort performance counter queries by name
2015-08-29 Samuel Pitoisetnvc0: make names of performance counter queries consistent
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Ilia Mirkinnv50,nvc0: make sure to pushbuf_refn before putting...
2015-05-14 Samuel Pitoisetnvc0: do not expose MP counters for nvf0 (GK110+)
2015-05-05 Samuel Pitoisetnvc0: all queries use an unsigned 64-bits integer by...
2015-05-05 Samuel Pitoisetnvc0: make begin_query return false when all MP counter...
2015-05-05 Samuel Pitoisetnvc0: define driver-specific query groups
2015-05-05 Samuel Pitoisetgallium: make pipe_context::begin_query return a boolean
2015-05-05 Samuel Pitoisetgallium: replace pipe_driver_query_info::max_value...
2015-05-05 Samuel Pitoisetgallium: add new fields to pipe_driver_query_info
2015-03-10 Samuel Pitoisetnvc0: fix wrong max value for driver queries
2015-02-10 Tiziano Bacocconv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready...
2014-09-09 Ilia Mirkinnvc0: use 64-bit math when scaling the query results
2014-08-19 Tobias Klausmannnvc0: Handle ARB_conditional_render_inverted and enable it
2014-07-08 Samuel Pitoisetnvc0: allocate more space before a counter is configured
2014-07-01 Ilia Mirkinnvc0: expose 4 vertex streams, use stream ids in xfb
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-05-11 Ilia Mirkinnv50,nvc0: leave queries on during blit, turn them...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.