anv: drop unused #include
[mesa.git] / src / intel / vulkan / anv_allocator.c
2019-12-13 Eric Engestromanv: drop unused #include
2019-12-07 Jason Ekstrandanv: Re-capture all batch and state buffers
2019-12-05 Jason Ekstrandanv: Add allocator support for client-visible addresses
2019-12-05 Jason Ekstrandanv: Add an explicit_address parameter to anv_device_al...
2019-12-05 Jason Ekstrandanv: Drop bo_flags from anv_bo_pool
2019-10-31 Jason Ekstrandanv: Zero released anv_bo structs
2019-10-31 Jason Ekstrandanv: Drop anv_bo_init and anv_bo_init_new
2019-10-31 Jason Ekstrandanv: Allocate scratch BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate batch and fence buffers from the cache
2019-10-31 Jason Ekstrandanv: Allocate block pool BOs from the cache
2019-10-31 Jason Ekstrandanv: Choose BO flags internally in anv_block_pool
2019-10-31 Jason Ekstrandanv: Rework the internal BO allocation API
2019-10-31 Jason Ekstrandanv: Rework anv_block_pool_expand_range
2019-10-31 Jason Ekstrandanv: Fix a potential BO handle leak
2019-10-31 Jason Ekstrandanv: Handle state pool relocations using "wrapper" BOs
2019-10-31 Jason Ekstrandanv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
2019-10-31 Jason Ekstrandanv: Inline anv_block_pool_get_bo
2019-10-31 Jason Ekstrandanv: Declare the bo in the anv_block_pool_foreach_bo...
2019-10-31 Jason Ekstrandanv: Use a util_sparse_array for the GEM handle ->...
2019-10-31 Jason Ekstrandanv: Move refcount to anv_bo
2019-09-23 Kenneth Graunkeintel: Increase Gen11 compute shader scratch IDs to 64.
2019-08-08 Greg Vanv: add MAP_POPULATE fallback define for portability
2019-08-07 Greg Vutil: add anon_file.h for all memfd/temp file usage
2019-07-13 Caio Marcelo de... anv: Fix pool allocator when first alloc needs to grow
2019-05-09 Lionel Landwerlinanv: Use corresponding type from the vector allocation
2019-03-07 Tapani Pällianv: use anv_gem_munmap in block pool cleanup
2019-03-05 Caio Marcelo de... anv: Implement VK_EXT_external_memory_host
2019-02-14 Jason Ekstrandanv: Silence some compiler warnings in release builds
2019-01-25 Rafael Antognollianv/allocator: Avoid race condition in anv_block_pool_map.
2019-01-17 Rafael Antognollianv/allocator: Add support for non-userptr.
2019-01-17 Rafael Antognollianv/allocator: Enable snooping on block pool and anv_bo...
2019-01-17 Rafael Antognollianv/allocator: Add padding information.
2019-01-17 Rafael Antognollianv/allocator: Rework chunk return to the state pool.
2019-01-17 Rafael Antognollianv/allocator: Add support for a list of BOs in block...
2019-01-17 Rafael Antognollianv: Update usage of block_pool->bo.
2019-01-17 Rafael Antognollianv/allocator: Remove pool->map.
2019-01-17 Rafael Antognollianv/allocator: Rename anv_free_list2 to anv_free_list.
2019-01-17 Rafael Antognollianv/allocator: Remove anv_free_list.
2019-01-17 Rafael Antognollianv/allocator: Use anv_state_table on back_alloc too.
2019-01-17 Rafael Antognollianv/allocator: Use anv_state_table on anv_state_pool_alloc.
2019-01-17 Rafael Antognollianv/allocator: Add helper to push states back to the...
2019-01-17 Rafael Antognollianv/allocator: Add getter for anv_block_pool.
2019-01-17 Rafael Antognollianv/allocator: Add anv_state_table.
2019-01-14 Caio Marcelo de... src/intel: use new hash table and set creation helpers
2019-01-08 Eric Engestromanv: drop unneeded KHR suffix
2018-10-10 Dave Airlieanv: add missing unlock in error path.
2018-10-03 Jason Ekstrandanv: Use separate MOCS settings for external BOs
2018-06-01 Scott D Phillipsanv: Soft-pin everything else
2018-06-01 Scott D Phillipsanv: Soft-pin batch buffers
2018-06-01 Jason Ekstrandanv/allocator: Support softpin in the BO cache
2018-06-01 Jason Ekstrandanv/allocator: Set the BO flags in bo_cache_alloc/import
2018-06-01 Scott D Phillipsanv: Soft-pin state pools
2018-04-26 Jason Ekstrandanv/allocator: Don't shrink either end of the block...
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-10 Jordan Justenintel/vulkan: Hard code CS scratch_ids_per_subslice...
2018-01-04 Alex Smithanv: Add missing unlock in anv_scratch_pool_alloc
2017-11-30 Vinson Leeanv: Check if memfd_create is already defined.
2017-11-22 Lionel Landwerlinanv: setup BO flags at state_pool/block_pool creation
2017-11-09 Nicolai Hähnleanv: fix build failure
2017-11-09 Timothy Arcerimesa: Add new fast mtx_t mutex type for basic use cases
2017-10-18 Chad Versaceanv: Move size check from anv_bo_cache_import() to...
2017-10-17 Chad Versaceanv: Move close(fd) from anv_bo_cache_import to its...
2017-10-11 Lionel Landwerlinanv: bo_cache: allow importing a BO larger than needed
2017-09-12 Tapani Pällianv: wire up vk_errorf macro to do debug reporting
2017-08-29 Matt Turneranv: Mark functions used conditionally as UNUSED
2017-07-15 Jason Ekstrandvulkan: Update to the new 1.0.54 spec XML and headers
2017-05-23 Jason Ekstrandanv: Stop setting BO flags in bo_init_new
2017-05-05 Jason Ekstrandanv/allocator: Only write to _vg_ptr if we have valgrind
2017-05-05 Jason Ekstrandanv/allocator: Improve block pool growing asserts
2017-05-05 Jason Ekstrandanv/allocator: Add support for large stream allocations
2017-05-05 Jason Ekstrandanv/allocator: Allow state pools to allocate large...
2017-05-05 Jason Ekstrandanv/allocator: Support pushing multiple blocks onto...
2017-05-05 Jason Ekstrandanv/allocator: Add helpers for dealing with bucket...
2017-05-05 Jason Ekstrandanv/allocator: Add the capability to allocate blocks...
2017-05-05 Jason Ekstrandanv/allocator: Rework a comment
2017-05-05 Jason Ekstrandanv/allocator: Tweak the block pool growing algorithm
2017-05-05 Jason Ekstrandanv/allocator: Embed the block_pool in the state_pool
2017-05-05 Jason Ekstrandanv/allocator: Get rid of the ability to free blocks
2017-05-05 Jason Ekstrandanv/allocator: Add support for "back" allocations to...
2017-05-05 Jason Ekstrandanv/allocator: Drop the block_size field from block_pool
2017-05-05 Jason Ekstrandanv/allocator: Pull the userptr part of block_pool_grow...
2017-05-05 Jason Ekstrandanv/allocator: Roll fixed_size_state_pool into state_pool
2017-05-05 Jason Ekstrandanv/allocator: Remove the state_size field from fixed_s...
2017-05-05 Jason Ekstrandanv: Get rid of a bunch of uses of size_t
2017-05-05 Jason Ekstrandanv/allocator: Convert the state stream to pull from...
2017-05-05 Jason Ekstrandanv/allocator: Return a null state for zero-size alloca...
2017-05-05 Jason Ekstrandanv/allocator: Add no-valgrind versions of state_pool_a...
2017-05-04 Samuel Iglesias... anv: anv_gem_mmap() returns MAP_FAILED as mapping error
2017-04-28 Jason Ekstrandanv/allocator: Add a BO cache
2017-04-28 Jason Ekstrandanv: Set EXEC_OBJECT_ASYNC when available
2017-04-27 Jason Ekstrandanv: Don't place scratch buffers above the 32-bit boundary
2017-04-11 Juan A. Suarez Romeroanv: remove needless VALGRIND_MAKE_MEM_DEFINED
2017-04-05 Jason Ekstrandanv: Add support for 48-bit addresses
2016-11-28 Gwan-gyeong Munanv: Add missing error-checking to anv_block_pool_init...
2016-11-09 Jason Ekstrandanv/allocator: Simplify anv_scratch_pool
2016-11-09 Jason Ekstrandanv: Add a new bo_pool_init helper
2016-11-04 Tapani Pällianv: use limits.h instead of deprecated/obsolete values.h
2016-10-27 Jason Ekstrandanv/allocator: Assert that we have a valid gem handle...
2016-10-18 Dave Airlieanv: port to using new u_vector shared helper.
2016-10-03 Timothy Arcerii965: rename max_ds_* variable to max_tes_*
next