summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/r600_pipe_common.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-31radeonsi: expose MRT-draw-calls to HUDMarek Olšák1-0/+1
2017-07-26gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák1-0/+5
2017-07-10gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák1-22/+22
2017-06-23radeonsi: implement the workaround for Rocket League - postponed TGSI killMarek Olšák1-0/+1
2017-06-23gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák1-1/+1
2017-06-22radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák1-1/+2
2017-06-18gallium/radeon: add a new HUD query for the number of resident handlesSamuel Pitoiset1-0/+1
2017-06-17r600, radeon: move radeon_shader_binary_{init,clean} back to radeonEmil Velikov1-0/+5
2017-06-16r600g,compute: provide local copy of functions from ac_binary.cJan Vesely1-5/+0
2017-06-14radeonsi: upload new descriptors when resident buffers are invalidatedSamuel Pitoiset1-0/+4
2017-06-12radeonsi: pack si_framebuffer betterMarek Olšák1-1/+1
2017-06-08gallium/radeon: don't allocate HTILE in a separate bufferMarek Olšák1-1/+1
2017-05-15gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák1-0/+1
2017-05-15radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák1-1/+10
2017-05-15gallium/radeon: subclass threaded_transferMarek Olšák1-1/+1
2017-05-15gallium/radeon: subclass threaded_resourceMarek Olšák1-2/+2
2017-05-15gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák1-0/+1
2017-04-28radeonsi: add a HUD query for draw calls with primitive restartMarek Olšák1-0/+1
2017-04-04gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytesMarek Olšák1-1/+1
2017-03-31radeonsi: add tests verifying that VM faults don't hangMarek Olšák1-0/+3
2017-03-31radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2)Marek Olšák1-0/+4
2017-03-30gallium/radeon: s/dcc_disable/disable_dcc/Marek Olšák1-1/+1
2017-03-30gallium/radeon: add and use a new helper vi_dcc_enabledMarek Olšák1-0/+6
2017-03-30radeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compressed texture blitsMarek Olšák1-0/+5
2017-03-30radeonsi/gfx9: DB changesMarek Olšák1-3/+5
2017-03-30radeonsi/gfx9: CB changesMarek Olšák1-1/+2
2017-03-30radeonsi/gfx9: update r600_print_texture_infoMarek Olšák1-1/+2
2017-03-30radeonsi/gfx9: disable RB+ on Vega10Marek Olšák1-0/+2
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-2/+2
2017-02-28radeon/ac: switch from radeon_shader_binary to ac_shader_binaryTimothy Arceri1-39/+4
2017-02-23r600/radeonsi: enable glsl/tgsi on-disk cacheTimothy Arceri1-0/+3
2017-02-21radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle1-0/+1
2017-02-18gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLEMarek Olšák1-0/+1
2017-02-18gallium/radeon: change r600_aligned_buffer_create to take flags, not bindMarek Olšák1-1/+1
2017-02-14gallium/radeon: include SDMA in the GPU load queryMarek Olšák1-0/+3
2017-02-14gallium/radeon: remove the internal u_upload_mgr pointerMarek Olšák1-1/+0
2017-01-30gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counterMarek Olšák1-13/+8
2017-01-30gallium/radeon: add new HUD queries for monitoring the CPSamuel Pitoiset1-0/+9
2017-01-30gallium/radeon: add new GPU-sdma-busy HUD querySamuel Pitoiset1-0/+3
2017-01-30gallium/radeon: rename grbm to mmio in the gpu load pathSamuel Pitoiset1-17/+18
2017-01-30gallium/radeon: remove r600_common_context::max_dbMarek Olšák1-2/+0
2017-01-30gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák1-2/+1
2017-01-23gallium/radeon: add HUD queries for monitoring some hw blocksSamuel Pitoiset1-0/+12
2017-01-23gallium/radeon: refactor the GRBM counters pathSamuel Pitoiset1-8/+10
2017-01-16gallium/radeon: add GPU-shaders-busy HUD queryMarek Olšák1-0/+4
2017-01-16gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensibleMarek Olšák1-4/+11
2017-01-06radeonsi: add HUD queries for cache flush statsMarek Olšák1-0/+3
2017-01-05gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_spaceMarek Olšák1-1/+0
2017-01-05radeonsi: use SDMA for initial clearing of DCC/CMASK/HTILE on CIK-VIMarek Olšák1-2/+1