summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/r600_buffer_common.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17gallium/radeon: reallocate suballocated buffers when exportedMarek Olšák1-1/+2
2017-07-04gallium/radeon: allow suballocating texturesMarek Olšák1-0/+3
2017-07-04gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák1-1/+3
2017-07-04gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák1-4/+0
2017-07-04gallium/radeon: ignore PIPE_BIND_SHARED for buffersMarek Olšák1-2/+0
2017-06-15gallium/radeon: fix initialization of new resource bindless fieldsSamuel Pitoiset1-0/+2
2017-05-15radeonsi: implement replace_buffer_storage for the threaded contextMarek Olšák1-0/+23
2017-05-15gallium/radeon: subclass threaded_transferMarek Olšák1-11/+11
2017-05-15gallium/radeon: subclass threaded_resourceMarek Olšák1-6/+10
2017-05-15gallium/radeon: handle other map buffer flags from the threaded contextMarek Olšák1-2/+4
2017-05-15gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNCMarek Olšák1-1/+11
2017-05-15gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_regionMarek Olšák1-2/+4
2017-04-14radeonsi: add missing initialization for userptr buffersNicolai Hähnle1-0/+4
2017-04-13gallium/radeon: never use staging buffers with AMD_pinned_memoryNicolai Hähnle1-2/+16
2017-04-05gallium/radeon: transfers and invalidation for sparse buffersNicolai Hähnle1-10/+24
2017-04-05gallium/radeon: implement sparse buffer creationNicolai Hähnle1-0/+2
2017-03-17gallium/radeon: reference pipe_resource in pipe_transferMarek Olšák1-1/+3
2017-02-18gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLEMarek Olšák1-2/+2
2017-02-18gallium/radeon: change r600_aligned_buffer_create to take flags, not bindMarek Olšák1-3/+3
2017-02-18gallium/radeon: use TCC line size as alignment in other placesMarek Olšák1-1/+2
2017-02-14gallium/radeon: remove the internal u_upload_mgr pointerMarek Olšák1-2/+4
2017-02-10gallium/radeon: ignore the level parameter in buffer_transfer_mapMarek Olšák1-5/+4
2017-02-10gallium/radeon: fix performance of buffer readbacksMarek Olšák1-8/+9
2017-01-30gallium/radeon: allow VRAM-only placements again on APUs & recent amdgpuMarek Olšák1-0/+4
2016-11-01gallium/radeon: add radeon_surf::is_linearMarek Olšák1-1/+1
2016-10-05gallium/radeon: use the new parent/child pools for transfersNicolai Hähnle1-2/+2
2016-10-04radeonsi: track buffer bind historyMarek Olšák1-0/+1
2016-09-30radeon/video: don't use sub-allocated buffersNicolai Hähnle1-0/+3
2016-09-28gallium/radeon: Initialize pipe_resource::next to NULLMichel Dänzer1-0/+1
2016-09-08gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák1-1/+1
2016-09-06gallium: switch drivers to the slab allocator in src/utilMarek Olšák1-2/+2
2016-09-05gallium/radeon: derive buffer placement and flags only at initializationMarek Olšák1-35/+49
2016-08-06gallium/radeon: add r600_resource::vram_usage and gart_usageMarek Olšák1-0/+10
2016-07-23radeonsi: implement buffer_subdata without indirect callsMarek Olšák1-0/+22
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-1/+0
2016-06-25gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák1-6/+6
2016-06-25gallium/radeon: use r600_resource_referenceMarek Olšák1-2/+2
2016-06-04gallium/radeon: don't use the DMA ring for pipelined buffer uploadsMarek Olšák1-5/+4
2016-05-19gallium/radeon: handle VRAM_GTT placements as having slow CPU readsMarek Olšák1-1/+1
2016-05-17gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle1-4/+3
2016-04-27winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle1-1/+0
2016-04-27gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle1-4/+3
2016-04-14gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle1-0/+4
2016-04-12gallium/radeon: set GTT WC on tiled texturesMarek Olšák1-1/+2
2016-04-12gallium/radeon: relax requirements on VRAM placements on APUsMarek Olšák1-0/+8
2016-04-12gallium/radeon: allow allocating textures >= 4 GBMarek Olšák1-1/+1
2016-04-12pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák1-1/+1
2016-03-09gallium/radeon: disallow reallocation of shared buffersMarek Olšák1-0/+4
2016-03-09gallium/radeon: if we can't discard a whole resource, discard the range insteadMarek Olšák1-5/+9
2016-03-09gallium/radeon: buffer valid range tracking only works with unshared buffersMarek Olšák1-0/+1