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 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
*
anv/allocator: Add support for "back" allocations to state_pool
Jason Ekstrand
2017-05-04
1
-2
/
+29
*
anv/allocator: Drop the block_size field from block_pool
Jason Ekstrand
2017-05-04
1
-27
/
+39
*
anv/allocator: Pull the userptr part of block_pool_grow into a helper
Jason Ekstrand
2017-05-04
1
-91
/
+104
*
anv/allocator: Roll fixed_size_state_pool into state_pool
Jason Ekstrand
2017-05-04
1
-50
/
+35
*
anv/allocator: Remove the state_size field from fixed_size_state_pool
Jason Ekstrand
2017-05-04
1
-11
/
+10
*
anv: Get rid of a bunch of uses of size_t
Jason Ekstrand
2017-05-04
1
-6
/
+6
*
anv/allocator: Convert the state stream to pull from a state pool
Jason Ekstrand
2017-05-04
1
-36
/
+37
*
anv/allocator: Return a null state for zero-size allocations
Jason Ekstrand
2017-05-04
1
-0
/
+9
*
anv/allocator: Add no-valgrind versions of state_pool_alloc/free
Jason Ekstrand
2017-05-04
1
-5
/
+19
*
anv: anv_gem_mmap() returns MAP_FAILED as mapping error
Samuel Iglesias Gonsálvez
2017-05-04
1
-1
/
+1
*
anv/allocator: Add a BO cache
Jason Ekstrand
2017-04-27
1
-0
/
+257
*
anv: Set EXEC_OBJECT_ASYNC when available
Jason Ekstrand
2017-04-27
1
-0
/
+3
*
anv: Don't place scratch buffers above the 32-bit boundary
Jason Ekstrand
2017-04-27
1
-0
/
+19
*
anv: remove needless VALGRIND_MAKE_MEM_DEFINED
Juan A. Suarez Romero
2017-04-11
1
-1
/
+0
*
anv: Add support for 48-bit addresses
Jason Ekstrand
2017-04-04
1
-0
/
+26
*
anv: Add missing error-checking to anv_block_pool_init (v2)
Gwan-gyeong Mun
2016-11-28
1
-6
/
+21
[next]