index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
amdgpu
/
drm
/
amdgpu_bo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/amdgpu: sparse buffer debugging helpers
Nicolai Hähnle
2017-04-05
1
-0
/
+61
*
winsys/amdgpu: take fences when freeing a backing buffer
Nicolai Hähnle
2017-04-05
1
-3
/
+11
*
winsys/amdgpu: sparse buffer creation / destruction / commitment
Nicolai Hähnle
2017-04-05
1
-1
/
+400
*
winsys/amdgpu: add sparse buffer data structures
Nicolai Hähnle
2017-04-05
1
-0
/
+9
*
winsys/amdgpu: set/get BO tiling flags for GFX9
Marek Olšák
2017-03-30
1
-2
/
+4
*
gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*
Marek Olšák
2017-03-30
1
-34
/
+40
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-5
/
+5
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-5
/
+5
*
winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
Samuel Pitoiset
2017-02-03
1
-7
/
+10
*
gallium/radeon: add a new HUD query for the number of mapped buffers
Samuel Pitoiset
2017-01-25
1
-0
/
+3
*
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
2016-09-27
1
-4
/
+2
*
winsys/amdgpu: enable buffer allocation from slabs
Nicolai Hähnle
2016-09-27
1
-0
/
+165
*
winsys/amdgpu: add slab entry structures to amdgpu_winsys_bo
Nicolai Hähnle
2016-09-27
1
-28
/
+55
*
winsys/amdgpu: do not synchronize unsynchronized buffers
Nicolai Hähnle
2016-09-27
1
-24
/
+49
*
gallium/radeon: add RADEON_FLAG_HANDLE
Nicolai Hähnle
2016-09-27
1
-0
/
+3
*
winsys/amdgpu: don't assume GTT if the VRAM flag isn't set
Marek Olšák
2016-09-13
1
-3
/
+3
*
winsys/amdgpu: use only one fence per BO
Nicolai Hähnle
2016-09-12
1
-32
/
+22
*
gallium/radeon/winsyses: fix counting mapped memory
Marek Olšák
2016-09-07
1
-0
/
+8
*
winsys/amdgpu: track the amount of mapped memory
Marek Olšák
2016-08-10
1
-1
/
+17
*
winsys/amdgpu: don't try to unmap userptr buffers
Marek Olšák
2016-08-10
1
-0
/
+3
*
winsys/amdgpu: use pb_cache buckets for fewer pb_cache misses
Marek Olšák
2016-07-19
1
-6
/
+21
*
gallium/pb_cache: divide the cache into buckets for reducing cache misses
Marek Olšák
2016-07-19
1
-2
/
+2
*
gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-7
/
+7
*
winsys/amdgpu: add guard pages when R600_DEBUG=check_vm is enabled
Nicolai Hähnle
2016-06-24
1
-1
/
+3
*
winsys/amdgpu: add back multithreaded command submission
Marek Olšák
2016-05-26
1
-4
/
+26
*
gallium/radeon: don't set PB_USAGE in winsyses
Marek Olšák
2016-05-19
1
-2
/
+0
*
gallium/radeon: align alignments for better buffer reuse
Marek Olšák
2016-05-10
1
-0
/
+1
*
winsys/amdgpu: move gart_page_size to struct radeon_winsys
Marek Olšák
2016-05-10
1
-8
/
+8
*
winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture import
Marek Olšák
2016-05-02
1
-0
/
+1
*
winsys/amdgpu: read NUM_BANKS from buffer metadata
Marek Olšák
2016-05-02
1
-0
/
+1
*
winsys/radeon: remove use_reusable_pool parameter from buffer_create
Nicolai Hähnle
2016-04-27
1
-9
/
+5
*
winsys/amdgpu: split IB data into a new structure in preparation for CE
Marek Olšák
2016-04-19
1
-5
/
+0
*
winsys/amdgpu: remove hack for low VRAM configuration
Marek Olšák
2016-04-12
1
-10
/
+0
*
winsys/amdgpu: add support for 64-bit buffer sizes
Marek Olšák
2016-04-12
1
-14
/
+15
*
radeon/winsys: add layer support for BO export
Christian König
2016-03-17
1
-0
/
+2
*
radeon/winsys: add offset support for BO import/export
Christian König
2016-03-17
1
-3
/
+6
*
gallium/winsys/drm: add offset to struct winsys_handle
Christian König
2016-03-17
1
-0
/
+1
*
winsys/amdgpu: allow drivers to set/get opaque metadata
Marek Olšák
2016-03-09
1
-0
/
+5
*
gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadata
Marek Olšák
2016-03-09
1
-6
/
+6
*
gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tiling
Marek Olšák
2016-03-09
1
-1
/
+0
*
gallium/radeon: use a structure for passing tiling flags from/to winsys
Marek Olšák
2016-03-09
1
-38
/
+21
*
winsys/amdgpu: Process RADEON_FLAG_* independently from RADEON_DOMAIN_*
Michel Dänzer
2016-01-29
1
-10
/
+9
*
winsys/amdgpu: Handle RADEON_FLAG_NO_CPU_ACCESS
Michel Dänzer
2016-01-29
1
-0
/
+2
*
winsys/amdgpu: optionally use buffer lists with all allocated buffers
Marek Olšák
2016-01-23
1
-0
/
+21
*
gallium/radeon: do not reallocate user memory buffers
Nicolai Hähnle
2016-01-14
1
-0
/
+6
*
winsys/amdgpu: clear the buffer cache on mmap failure and try again
Marek Olšák
2015-12-11
1
-0
/
+5
*
winsys/amdgpu: clear the buffer cache on allocation failure and try again
Marek Olšák
2015-12-11
1
-2
/
+7
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-11
/
+4
*
winsys/amdgpu: don't use the "rws" abbreviation for amdgpu_winsys
Marek Olšák
2015-12-11
1
-14
/
+14
*
winsys/amdgpu: use pb_cache instead of pb_cache_manager
Marek Olšák
2015-12-11
1
-145
/
+65
[next]