summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_query.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: add VRAM-vis-usage HUD querySamuel Pitoiset2017-01-261-0/+7
* gallium/radeon: add a new HUD query for the number of mapped buffersSamuel Pitoiset2017-01-251-0/+4
* gallium/radeon: add HUD queries for monitoring some hw blocksSamuel Pitoiset2017-01-231-1/+38
* gallium/radeon: refactor the GRBM counters pathSamuel Pitoiset2017-01-231-9/+5
* gallium/radeon: add GPU-shaders-busy HUD queryMarek Olšák2017-01-161-1/+10
* gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensibleMarek Olšák2017-01-161-3/+3
* gallium/radeon: add new HUD query num-SDMA-IBsMarek Olšák2017-01-061-0/+4
* gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBsMarek Olšák2017-01-061-4/+4
* radeonsi: add HUD queries for cache flush statsMarek Olšák2017-01-061-0/+21
* radeonsi: add a driver query for counting CP DMA callsMarek Olšák2016-11-011-0/+7