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/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
*
anv/allocator: Set the BO flags in bo_cache_alloc/import
Jason Ekstrand
2018-06-01
1
-2
/
+28
*
anv: Soft-pin state pools
Scott D Phillips
2018-06-01
1
-0
/
+9
*
anv/allocator: Don't shrink either end of the block pool
Jason Ekstrand
2018-04-26
1
-4
/
+4
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-3
/
+3
*
intel/vulkan: Hard code CS scratch_ids_per_subslice for Cherryview
Jordan Justen
2018-03-09
1
-17
/
+28
*
anv: Add missing unlock in anv_scratch_pool_alloc
Alex Smith
2018-01-04
1
-1
/
+3
*
anv: Check if memfd_create is already defined.
Vinson Lee
2017-11-30
1
-0
/
+2
*
anv: setup BO flags at state_pool/block_pool creation
Lionel Landwerlin
2017-11-22
1
-11
/
+13
*
anv: fix build failure
Nicolai Hähnle
2017-11-09
1
-2
/
+2
*
mesa: Add new fast mtx_t mutex type for basic use cases
Timothy Arceri
2017-11-09
1
-23
/
+1
*
anv: Move size check from anv_bo_cache_import() to caller (v2)
Chad Versace
2017-10-17
1
-18
/
+3
*
anv: Move close(fd) from anv_bo_cache_import to its callers (v2)
Chad Versace
2017-10-17
1
-12
/
+0
*
anv: bo_cache: allow importing a BO larger than needed
Lionel Landwerlin
2017-10-11
1
-1
/
+1
*
anv: wire up vk_errorf macro to do debug reporting
Tapani Pälli
2017-09-12
1
-3
/
+5
*
anv: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
1
-1
/
+1
*
vulkan: Update to the new 1.0.54 spec XML and headers
Jason Ekstrand
2017-07-15
1
-3
/
+3
*
anv: Stop setting BO flags in bo_init_new
Jason Ekstrand
2017-05-23
1
-7
/
+10
*
anv/allocator: Only write to _vg_ptr if we have valgrind
Jason Ekstrand
2017-05-05
1
-1
/
+1
*
anv/allocator: Improve block pool growing asserts
Jason Ekstrand
2017-05-04
1
-6
/
+5
*
anv/allocator: Add support for large stream allocations
Jason Ekstrand
2017-05-04
1
-4
/
+7
*
anv/allocator: Allow state pools to allocate large states
Jason Ekstrand
2017-05-04
1
-0
/
+69
*
anv/allocator: Support pushing multiple blocks onto a free list at once
Jason Ekstrand
2017-05-04
1
-3
/
+16
*
anv/allocator: Add helpers for dealing with bucket sizes
Jason Ekstrand
2017-05-04
1
-10
/
+20
*
anv/allocator: Add the capability to allocate blocks of different sizes
Jason Ekstrand
2017-05-04
1
-12
/
+9
*
anv/allocator: Rework a comment
Jason Ekstrand
2017-05-04
1
-4
/
+5
*
anv/allocator: Tweak the block pool growing algorithm
Jason Ekstrand
2017-05-04
1
-10
/
+18
*
anv/allocator: Embed the block_pool in the state_pool
Jason Ekstrand
2017-05-04
1
-11
/
+19
*
anv/allocator: Get rid of the ability to free blocks
Jason Ekstrand
2017-05-04
1
-31
/
+2
[next]