aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: disable the L2 cache for CPU read mappings of buffersMarek Olšák2020-05-151-2/+3
* radeonsi: disable the L2 cache for most CPU mappings of texturesMarek Olšák2020-05-151-0/+8
* radeonsi: add support for PIPE_RESOURCE_FLAG_ENCRYPTEDPierre-Eric Pelloux-Prayer2020-05-111-3/+6
* radeonsi: allocate framebuffer texture as secure when using tmzPierre-Eric Pelloux-Prayer2020-05-111-0/+4
* gallium: add PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE for glthreadMarek Olšák2020-04-271-5/+12
* radeonsi: switch to 3-spaces stylePierre-Eric Pelloux-Prayer2020-03-301-695/+633
* radeonsi: check ctx->sdma_cs before using itPierre-Eric Pelloux-Prayer2020-01-081-1/+2
* radeonsi: move SI and CIK+ SDMA code into 1 common function for cleanupsMarek Olšák2020-01-061-3/+3
* radeonsi: rename dma_cs -> sdma_csMarek Olšák2020-01-061-9/+9
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-071-3/+3
* gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdataMarek Olšák2019-07-151-5/+6
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-141-1/+1
* radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsetsMarek Olšák2019-05-161-5/+2
* radeonsi: use SDMA for uploading data through const_uploaderMarek Olšák2019-02-201-6/+64
* radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák2019-02-111-2/+5
* radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák2019-02-061-0/+4
* radeonsi: rename rbo, rbuffer to buf or bufferMarek Olšák2019-01-221-68/+68
* radeonsi: rename rsrc -> ssrc, rdst -> sdstMarek Olšák2019-01-221-16/+16
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-221-24/+24
* radeonsi: use copy_buffer in buffer_do_flush_region directlyMarek Olšák2018-10-161-11/+4
* radeonsi: rename r600_transfer -> si_transferMarek Olšák2018-06-251-8/+8
* radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxxMarek Olšák2018-06-191-2/+2
* radeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENTMarek Olšák2018-06-191-2/+1
* radeonsi: always put persistent buffers into GTT on radeonMarek Olšák2018-06-191-1/+5
* ac/gpu_info: add kernel_flushes_hdp_before_ibMarek Olšák2018-05-101-4/+2
* radeonsi: use r600_resource() typecast helperMarek Olšák2018-04-271-7/+13
* radeonsi: remove r600_pipe_common.hMarek Olšák2018-04-271-0/+1
* radeonsi: don't emit partial flushes for internal CS flushes onlyMarek Olšák2018-04-161-3/+3
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-33/+33
* radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsiMarek Olšák2018-04-051-0/+760
* radeonsi: move si_upload_const_buffer to a better placeMarek Olšák2014-01-281-63/+0
* radeonsi: inline si_upload_index_bufferMarek Olšák2014-01-281-7/+0
* radeonsi: Rename the commonly occurring rctx/r600 variables.Andreas Hartmetz2014-01-141-5/+5
* radeonsi: Rename R600->SI in some remaining defines.Andreas Hartmetz2014-01-141-1/+1
* radeonsi: Rename r600->si for functions in si_pipe.h.Andreas Hartmetz2014-01-141-2/+2
* radeonsi: Rename r600->si for functions in si_resource.h.Andreas Hartmetz2014-01-141-1/+1
* radeonsi: Rename r600->si for structs in si_pipe.h.Andreas Hartmetz2014-01-141-2/+2
* radeonsi: Apply si_* file naming scheme.Andreas Hartmetz2014-01-141-0/+70