index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
/
anv_allocator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: drop unused #include
Eric Engestrom
2019-12-13
1
-1
/
+0
*
anv: Re-capture all batch and state buffers
Jason Ekstrand
2019-12-07
1
-6
/
+3
*
anv: Add allocator support for client-visible addresses
Jason Ekstrand
2019-12-05
1
-4
/
+49
*
anv: Add an explicit_address parameter to anv_device_alloc_bo
Jason Ekstrand
2019-12-05
1
-4
/
+9
*
anv: Drop bo_flags from anv_bo_pool
Jason Ekstrand
2019-12-05
1
-3
/
+1
*
anv: Zero released anv_bo structs
Jason Ekstrand
2019-10-31
1
-1
/
+12
*
anv: Drop anv_bo_init and anv_bo_init_new
Jason Ekstrand
2019-10-31
1
-19
/
+35
*
anv: Allocate scratch BOs from the cache
Jason Ekstrand
2019-10-31
1
-35
/
+17
*
anv: Allocate batch and fence buffers from the cache
Jason Ekstrand
2019-10-31
1
-115
/
+37
*
anv: Allocate block pool BOs from the cache
Jason Ekstrand
2019-10-31
1
-46
/
+30
*
anv: Choose BO flags internally in anv_block_pool
Jason Ekstrand
2019-10-31
1
-24
/
+57
*
anv: Rework the internal BO allocation API
Jason Ekstrand
2019-10-31
1
-39
/
+114
*
anv: Rework anv_block_pool_expand_range
Jason Ekstrand
2019-10-31
1
-103
/
+51
*
anv: Fix a potential BO handle leak
Jason Ekstrand
2019-10-31
1
-1
/
+3
*
anv: Handle state pool relocations using "wrapper" BOs
Jason Ekstrand
2019-10-31
1
-9
/
+12
*
anv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
Jason Ekstrand
2019-10-31
1
-6
/
+7
*
anv: Inline anv_block_pool_get_bo
Jason Ekstrand
2019-10-31
1
-27
/
+13
*
anv: Declare the bo in the anv_block_pool_foreach_bo loop
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Use a util_sparse_array for the GEM handle -> BO map
Jason Ekstrand
2019-10-31
1
-89
/
+34
*
anv: Move refcount to anv_bo
Jason Ekstrand
2019-10-31
1
-61
/
+47
*
intel: Increase Gen11 compute shader scratch IDs to 64.
Kenneth Graunke
2019-09-23
1
-1
/
+13
*
anv: add MAP_POPULATE fallback define for portability
Greg V
2019-08-08
1
-0
/
+4
*
util: add anon_file.h for all memfd/temp file usage
Greg V
2019-08-07
1
-22
/
+6
*
anv: Fix pool allocator when first alloc needs to grow
Caio Marcelo de Oliveira Filho
2019-07-12
1
-0
/
+5
*
anv: Use corresponding type from the vector allocation
Lionel Landwerlin
2019-05-09
1
-9
/
+9
*
anv: use anv_gem_munmap in block pool cleanup
Tapani Pälli
2019-03-07
1
-1
/
+5
*
anv: Implement VK_EXT_external_memory_host
Caio Marcelo de Oliveira Filho
2019-03-05
1
-0
/
+60
*
anv: Silence some compiler warnings in release builds
Jason Ekstrand
2019-02-14
1
-3
/
+3
*
anv/allocator: Avoid race condition in anv_block_pool_map.
Rafael Antognolli
2019-01-24
1
-6
/
+14
*
anv/allocator: Add support for non-userptr.
Rafael Antognolli
2019-01-17
1
-46
/
+71
*
anv/allocator: Enable snooping on block pool and anv_bo_pool BOs.
Rafael Antognolli
2019-01-17
1
-10
/
+16
*
anv/allocator: Add padding information.
Rafael Antognolli
2019-01-17
1
-8
/
+47
*
anv/allocator: Rework chunk return to the state pool.
Rafael Antognolli
2019-01-17
1
-23
/
+64
*
anv/allocator: Add support for a list of BOs in block pool.
Rafael Antognolli
2019-01-17
1
-9
/
+51
*
anv: Update usage of block_pool->bo.
Rafael Antognolli
2019-01-17
1
-10
/
+12
*
anv/allocator: Remove pool->map.
Rafael Antognolli
2019-01-17
1
-5
/
+3
*
anv/allocator: Rename anv_free_list2 to anv_free_list.
Rafael Antognolli
2019-01-17
1
-22
/
+21
*
anv/allocator: Remove anv_free_list.
Rafael Antognolli
2019-01-17
1
-55
/
+0
*
anv/allocator: Use anv_state_table on back_alloc too.
Rafael Antognolli
2019-01-17
1
-14
/
+21
*
anv/allocator: Use anv_state_table on anv_state_pool_alloc.
Rafael Antognolli
2019-01-17
1
-34
/
+47
*
anv/allocator: Add helper to push states back to the state table.
Rafael Antognolli
2019-01-17
1
-0
/
+33
*
anv/allocator: Add getter for anv_block_pool.
Rafael Antognolli
2019-01-17
1
-1
/
+13
*
anv/allocator: Add anv_state_table.
Rafael Antognolli
2019-01-17
1
-2
/
+239
*
src/intel: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-2
/
+1
*
anv: drop unneeded KHR suffix
Eric Engestrom
2019-01-08
1
-2
/
+2
*
anv: add missing unlock in error path.
Dave Airlie
2018-10-11
1
-0
/
+1
*
anv: Use separate MOCS settings for external BOs
Jason Ekstrand
2018-10-03
1
-2
/
+10
*
anv: Soft-pin everything else
Scott D Phillips
2018-06-01
1
-1
/
+8
*
anv: Soft-pin batch buffers
Scott D Phillips
2018-06-01
1
-0
/
+5
*
anv/allocator: Support softpin in the BO cache
Jason Ekstrand
2018-06-01
1
-1
/
+50
[next]