nvc0: expose a group of performance metrics for SM30 (Kepler)
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_query.c
2015-12-05 Samuel Pitoisetnvc0: expose a group of performance metrics for SM30...
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-10-29 Samuel Pitoisetnvc0: expose a group of performance metrics on Fermi
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-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-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
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.