summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: implement the workaround for Rocket League - postponed TGSI killMarek Olšák2017-06-231-0/+1
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-231-1/+1
* radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák2017-06-221-1/+2
* gallium/radeon: add a new HUD query for the number of resident handlesSamuel Pitoiset2017-06-181-0/+1
* r600, radeon: move radeon_shader_binary_{init,clean} back to radeonEmil Velikov2017-06-171-0/+5
* r600g,compute: provide local copy of functions from ac_binary.cJan Vesely2017-06-161-5/+0
* radeonsi: upload new descriptors when resident buffers are invalidatedSamuel Pitoiset2017-06-141-0/+4
* radeonsi: pack si_framebuffer betterMarek Olšák2017-06-121-1/+1
* gallium/radeon: don't allocate HTILE in a separate bufferMarek Olšák2017-06-081-1/+1
* gallium/radeon: add threaded context counter monitoring for HUDMarek Olšák2017-05-151-0/+1
* radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák2017-05-151-1/+10
* gallium/radeon: subclass threaded_transferMarek Olšák2017-05-151-1/+1
* gallium/radeon: subclass threaded_resourceMarek Olšák2017-05-151-2/+2
* gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák2017-05-151-0/+1
* radeonsi: add a HUD query for draw calls with primitive restartMarek Olšák2017-04-281-0/+1
* gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytesMarek Olšák2017-04-041-1/+1
* radeonsi: add tests verifying that VM faults don't hangMarek Olšák2017-03-311-0/+3
* radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2)Marek Olšák2017-03-311-0/+4
* gallium/radeon: s/dcc_disable/disable_dcc/Marek Olšák2017-03-301-1/+1
* gallium/radeon: add and use a new helper vi_dcc_enabledMarek Olšák2017-03-301-0/+6
* radeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compressed texture blitsMarek Olšák2017-03-301-0/+5
* radeonsi/gfx9: DB changesMarek Olšák2017-03-301-3/+5
* radeonsi/gfx9: CB changesMarek Olšák2017-03-301-1/+2
* radeonsi/gfx9: update r600_print_texture_infoMarek Olšák2017-03-301-1/+2
* radeonsi/gfx9: disable RB+ on Vega10Marek Olšák2017-03-301-0/+2
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-2/+2
* radeon/ac: switch from radeon_shader_binary to ac_shader_binaryTimothy Arceri2017-02-281-39/+4
* r600/radeonsi: enable glsl/tgsi on-disk cacheTimothy Arceri2017-02-231-0/+3
* radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle2017-02-211-0/+1
* gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLEMarek Olšák2017-02-181-0/+1
* gallium/radeon: change r600_aligned_buffer_create to take flags, not bindMarek Olšák2017-02-181-1/+1
* gallium/radeon: include SDMA in the GPU load queryMarek Olšák2017-02-141-0/+3
* gallium/radeon: remove the internal u_upload_mgr pointerMarek Olšák2017-02-141-1/+0
* gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counterMarek Olšák2017-01-301-13/+8
* gallium/radeon: add new HUD queries for monitoring the CPSamuel Pitoiset2017-01-301-0/+9
* gallium/radeon: add new GPU-sdma-busy HUD querySamuel Pitoiset2017-01-301-0/+3
* gallium/radeon: rename grbm to mmio in the gpu load pathSamuel Pitoiset2017-01-301-17/+18
* gallium/radeon: remove r600_common_context::max_dbMarek Olšák2017-01-301-2/+0
* gallium/radeon: clean up r600_query_init_backend_maskMarek Olšák2017-01-301-2/+1
* gallium/radeon: add HUD queries for monitoring some hw blocksSamuel Pitoiset2017-01-231-0/+12
* gallium/radeon: refactor the GRBM counters pathSamuel Pitoiset2017-01-231-8/+10
* gallium/radeon: add GPU-shaders-busy HUD queryMarek Olšák2017-01-161-0/+4
* gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensibleMarek Olšák2017-01-161-4/+11
* radeonsi: add HUD queries for cache flush statsMarek Olšák2017-01-061-0/+3
* gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_spaceMarek Olšák2017-01-051-1/+0
* radeonsi: use SDMA for initial clearing of DCC/CMASK/HTILE on CIK-VIMarek Olšák2017-01-051-2/+1
* radeonsi: implement SDMA-based buffer clearing for CIK-VIMarek Olšák2017-01-051-0/+3
* radeonsi: add a debug flag that disables optimized shader variantsMarek Olšák2016-11-231-0/+1
* gallium/radeon: remove r600_surface::level_infoMarek Olšák2016-11-011-1/+0