index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeon
/
r600_buffer_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-17
gallium/radeon: reallocate suballocated buffers when exported
Marek Olšák
1
-1
/
+2
2017-07-04
gallium/radeon: allow suballocating textures
Marek Olšák
1
-0
/
+3
2017-07-04
gallium/radeon: enable suballocations for VRAM with no CPU access
Marek Olšák
1
-1
/
+3
2017-07-04
gallium/radeon: remove RADEON_FLAG_CPU_ACCESS
Marek Olšák
1
-4
/
+0
2017-07-04
gallium/radeon: ignore PIPE_BIND_SHARED for buffers
Marek Olšák
1
-2
/
+0
2017-06-15
gallium/radeon: fix initialization of new resource bindless fields
Samuel Pitoiset
1
-0
/
+2
2017-05-15
radeonsi: implement replace_buffer_storage for the threaded context
Marek Olšák
1
-0
/
+23
2017-05-15
gallium/radeon: subclass threaded_transfer
Marek Olšák
1
-11
/
+11
2017-05-15
gallium/radeon: subclass threaded_resource
Marek Olšák
1
-6
/
+10
2017-05-15
gallium/radeon: handle other map buffer flags from the threaded context
Marek Olšák
1
-2
/
+4
2017-05-15
gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNC
Marek Olšák
1
-1
/
+11
2017-05-15
gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_region
Marek Olšák
1
-2
/
+4
2017-04-14
radeonsi: add missing initialization for userptr buffers
Nicolai Hähnle
1
-0
/
+4
2017-04-13
gallium/radeon: never use staging buffers with AMD_pinned_memory
Nicolai Hähnle
1
-2
/
+16
2017-04-05
gallium/radeon: transfers and invalidation for sparse buffers
Nicolai Hähnle
1
-10
/
+24
2017-04-05
gallium/radeon: implement sparse buffer creation
Nicolai Hähnle
1
-0
/
+2
2017-03-17
gallium/radeon: reference pipe_resource in pipe_transfer
Marek Olšák
1
-1
/
+3
2017-02-18
gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLE
Marek Olšák
1
-2
/
+2
2017-02-18
gallium/radeon: change r600_aligned_buffer_create to take flags, not bind
Marek Olšák
1
-3
/
+3
2017-02-18
gallium/radeon: use TCC line size as alignment in other places
Marek Olšák
1
-1
/
+2
2017-02-14
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
1
-2
/
+4
2017-02-10
gallium/radeon: ignore the level parameter in buffer_transfer_map
Marek Olšák
1
-5
/
+4
2017-02-10
gallium/radeon: fix performance of buffer readbacks
Marek Olšák
1
-8
/
+9
2017-01-30
gallium/radeon: allow VRAM-only placements again on APUs & recent amdgpu
Marek Olšák
1
-0
/
+4
2016-11-01
gallium/radeon: add radeon_surf::is_linear
Marek Olšák
1
-1
/
+1
2016-10-05
gallium/radeon: use the new parent/child pools for transfers
Nicolai Hähnle
1
-2
/
+2
2016-10-04
radeonsi: track buffer bind history
Marek Olšák
1
-0
/
+1
2016-09-30
radeon/video: don't use sub-allocated buffers
Nicolai Hähnle
1
-0
/
+3
2016-09-28
gallium/radeon: Initialize pipe_resource::next to NULL
Michel Dänzer
1
-0
/
+1
2016-09-08
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
1
-1
/
+1
2016-09-06
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
1
-2
/
+2
2016-09-05
gallium/radeon: derive buffer placement and flags only at initialization
Marek Olšák
1
-35
/
+49
2016-08-06
gallium/radeon: add r600_resource::vram_usage and gart_usage
Marek Olšák
1
-0
/
+10
2016-07-23
radeonsi: implement buffer_subdata without indirect calls
Marek Olšák
1
-0
/
+22
2016-07-23
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
1
-1
/
+0
2016-06-25
gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
1
-6
/
+6
2016-06-25
gallium/radeon: use r600_resource_reference
Marek Olšák
1
-2
/
+2
2016-06-04
gallium/radeon: don't use the DMA ring for pipelined buffer uploads
Marek Olšák
1
-5
/
+4
2016-05-19
gallium/radeon: handle VRAM_GTT placements as having slow CPU reads
Marek Olšák
1
-1
/
+1
2016-05-17
gallium/radeon: add radeon_emitted to check for non-trivial IBs
Nicolai Hähnle
1
-4
/
+3
2016-04-27
winsys/radeon: remove use_reusable_pool parameter from buffer_create
Nicolai Hähnle
1
-1
/
+0
2016-04-27
gallium/radeon: remove use_reusable_pool parameter from r600_init_resource
Nicolai Hähnle
1
-4
/
+3
2016-04-14
gallium/radeon: handle failure when mapping staging buffer
Nicolai Hähnle
1
-0
/
+4
2016-04-12
gallium/radeon: set GTT WC on tiled textures
Marek Olšák
1
-1
/
+2
2016-04-12
gallium/radeon: relax requirements on VRAM placements on APUs
Marek Olšák
1
-0
/
+8
2016-04-12
gallium/radeon: allow allocating textures >= 4 GB
Marek Olšák
1
-1
/
+1
2016-04-12
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
1
-1
/
+1
2016-03-09
gallium/radeon: disallow reallocation of shared buffers
Marek Olšák
1
-0
/
+4
2016-03-09
gallium/radeon: if we can't discard a whole resource, discard the range instead
Marek Olšák
1
-5
/
+9
2016-03-09
gallium/radeon: buffer valid range tracking only works with unshared buffers
Marek Olšák
1
-0
/
+1
[next]