aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_query.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: remove r600_pipe_common::barrier_flags::compute_to_L2Marek Olšák2017-11-291-1/+1
* radeonsi: remove R600_CONTEXT_* flagsMarek Olšák2017-11-291-1/+1
* radeonsi: just include si_pipe.h in r600_query.cMarek Olšák2017-11-291-6/+3
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* radeonsi: add GFX-IB-size query to the HUDMarek Olšák2017-10-171-0/+4
* radeonsi: shrink r600d_common.h and stop using itMarek Olšák2017-10-091-10/+11
* radeonsi: remove r600_emit_relocMarek Olšák2017-10-091-6/+6
* radeonsi: import r600_streamout from drivers/radeonMarek Olšák2017-10-091-0/+4
* gallium/radeon: remove r600_atom::num_dwMarek Olšák2017-10-071-15/+0
* gallium/radeon: remove old r600g code checking chip_class and familyMarek Olšák2017-10-071-20/+11
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-163/+66
* gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_stateNicolai Hähnle2017-09-181-1/+2
* gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2017-09-181-5/+14
* radeonsi: remove SET_PREDICATION workaround on newer firmwareNicolai Hähnle2017-09-131-2/+4
* radeonsi: ensure cache flushes happen before SET_PREDICATION packetsNicolai Hähnle2017-09-041-3/+6
* radeonsi: fix ARB_transform_feedback_overflow_query on <= VINicolai Hähnle2017-09-041-0/+4
* gallium/radeon: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-18/+18
* gallium/radeon: clean up EOP_DATA_SEL magic numbersMarek Olšák2017-08-221-3/+6
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-221-3/+0
* gallium/radeon: remove old_fence parameter from r600_gfx_write_event_eopMarek Olšák2017-08-181-3/+3
* radeonsi/gfx9: prevent a GPU hang after a timestamp eventMarek Olšák2017-08-181-3/+4
* radeonsi: expose the number of decompress calls to the HUDMarek Olšák2017-08-071-0/+7
* gallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busyMarek Olšák2017-08-071-3/+3
* radeonsi: avoid redundant SET_PREDICATION packet with QBO workaroundNicolai Hähnle2017-08-021-4/+9
* radeonsi: fix streamout overflow predication on VI+Nicolai Hähnle2017-08-021-18/+70
* gallium/radeon: implement qbo for SO_OVERFLOW_PREDICATENicolai Hähnle2017-08-021-7/+37
* gallium/radeon: implement basic parts of PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATENicolai Hähnle2017-08-021-25/+73
* gallium/radeon: fix render predication by SO overflow predicateNicolai Hähnle2017-08-021-7/+6
* gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle2017-08-021-1/+2
* radeonsi: expose MRT-draw-calls to HUDMarek Olšák2017-07-311-0/+7
* radeonsi: add a HUD query for getting an average GFX BO list sizeMarek Olšák2017-07-041-0/+18
* radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák2017-06-221-5/+12
* gallium/radeon: add a new HUD query for the number of resident handlesSamuel Pitoiset2017-06-181-0/+7
* gallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAULTS into gallium HUDMarek Olšák2017-05-231-2/+6
* gallium/radeon: add a query for monitoring Gallium thread loadMarek Olšák2017-05-221-0/+12
* gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSEDMarek Olšák2017-05-171-2/+19
* gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák2017-05-151-0/+21
* gallium/radeon: subclass and handle threaded_queryMarek Olšák2017-05-151-4/+10
* radeonsi: add a HUD query for draw calls with primitive restartMarek Olšák2017-04-281-0/+7
* gallium/radeon: add HUD queries for GPU temperature and clocksSamuel Pitoiset2017-04-101-6/+6
* gallium/radeon: formalize that r600_query_hw_add_result doesn't need a contextMarek Olšák2017-03-301-6/+7
* radeonsi/gfx9: query changes - EVENT_WRITE and SET_PREDICATIONMarek Olšák2017-03-301-10/+19
* gallium/radeon: formalize that create_batch_query doesn't need pipe_contextMarek Olšák2017-03-171-5/+4
* gallium/radeon: formalize that create_query doesn't need pipe_contextMarek Olšák2017-03-171-28/+28
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-1/+1
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-151-1/+23
* gallium/radeon: add new HUD queries for monitoring the CPSamuel Pitoiset2017-01-301-3/+28
* gallium/radeon: add new GPU-sdma-busy HUD querySamuel Pitoiset2017-01-301-1/+4
* gallium/radeon: remove r600_common_context::max_dbMarek Olšák2017-01-301-11/+17
* gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák2017-01-301-18/+15