iris: remove unused iris_bo->swizzle_mode
[mesa.git] / src / gallium / drivers / iris / iris_bufmgr.c
2020-06-03 Marcin Ślusarziris: remove unused iris_bo->swizzle_mode
2020-04-29 Danylo Piliaieviris/bufmgr: Check if iris_bo_gem_mmap failed
2020-04-20 Rafael Antognolliiris/bufmgr: Add support for MMAP_OFFSET ioctl.
2020-04-20 Rafael Antognolliiris/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu...
2020-04-15 Paulo Zanoniiris: remove useless bo->gtt_offset assignment
2020-04-15 Paulo Zanoniiris: remove unnecessary forward declaration
2020-04-15 Lionel Landwerliniris: drop cache coherent cpu mapping for external BO
2020-04-11 Lionel Landwerliniris: share buffer managers accross screens
2020-02-13 Tapani Pälliiris: fix aux buf map failure in 32bits app on Android
2020-01-23 Anthony Peschutil/hash_table: update users to use new optimal intege...
2019-12-03 Jordan Justeniris: Allow max dynamic pool size of 2GB for gen12
2019-11-04 James Xiongiris: try to set the specified tiling when importing...
2019-10-28 Jordan Justeniris: Map each surf to it's aux-surf in the aux-map...
2019-10-28 Jordan Justeniris/bufmgr: Initialize aux map context for gen12
2019-09-11 Kenneth Graunkeiris: Set bo->reusable = false in iris_bo_make_external...
2019-09-11 Kenneth Graunkeiris: Finish initializing the BO before stuffing it...
2019-08-29 Tapani Pälliiris: use driconf for 'bo_reuse' parameter
2019-08-08 Greg Vmeson: define ETIME to ETIMEDOUT if not present
2019-08-05 Kenneth Graunkeiris: Fix bad external BO hash table and zombie list...
2019-08-05 Kenneth Graunkeiris/bufmgr: Move iris_bo_reference into hash_find_bo...
2019-08-01 Mark Janesintel/common: provide common ioctl routine
2019-07-02 Kenneth Graunkeiris: Defer closing and freeing VMA until buffers are...
2019-07-02 Kenneth Graunkeiris: Add an explicit alignment parameter to iris_bo_al...
2019-05-30 Kenneth Graunkeiris: Avoid holding the lock while allocating pages.
2019-05-30 Kenneth Graunkeiris: Move SET_DOMAIN to alloc_fresh_bo()
2019-05-30 Kenneth Graunkeiris: Be lazy about cleaning up purged BOs in the cache.
2019-05-30 Kenneth Graunkeiris: Dig through the cache to find a BO in the right...
2019-05-30 Kenneth Graunkeiris: Tidy BO sizing code and comments
2019-05-30 Kenneth Graunkeiris: Move some field setting after we drop the lock.
2019-05-30 Kenneth Graunkeiris: Move cached BO allocation into a helper function.
2019-05-30 Kenneth Graunkeiris: Fall back to fresh allocations of mapping for...
2019-05-30 Kenneth Graunkeiris: Move fresh BO allocation into a helper function.
2019-05-30 Kenneth Graunkeiris: Do SET_TILING at a single point rather than in...
2019-05-30 Kenneth Graunkeiris: Use the BO cache even for coherent buffers on...
2019-05-30 Kenneth Graunkeiris: Fix locking around vma_alloc in iris_bo_create_us...
2019-05-30 Kenneth Graunkeiris: Fix lock/unlock mismatch for non-LLC coherent...
2019-05-09 Chris Wilsoniris: Add helpers to clone a hardware context.
2019-05-09 Kenneth Graunkeiris: Mark render batches as non-recoverable.
2019-05-04 Kenneth Graunkeiris: Delete bucketing allocators
2019-05-04 Kenneth Graunkeiris: Force VMA alignment to be a multiple of the page...
2019-05-04 Kenneth Graunkeiris: leave the top 4Gb of the high heap VMA unused
2019-05-04 Kenneth Graunkeiris: Fix 4GB memory zone heap sizes.
2019-04-23 Kenneth Graunkeiris: Make memzone_for_address non-static
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-01 Chris Wilsoniris: Adapt to variable ppGTT size
2019-03-29 Kenneth Graunkeiris: Print the memzone name when allocating BOs with...
2019-03-22 Kenneth Graunkeiris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER
2019-03-13 Chris Wilsoniris: Use streaming loads to read from tiled surfaces
2019-03-13 Chris Wilsoniris: Use coherent allocation for PIPE_RESOURCE_STAGING
2019-02-21 Kenneth Graunkeiris: Do binder address allocations per-context, not...
2019-02-21 Kenneth Graunkeiris: Fix memzone_for_address for the surface and binde...
2019-02-21 Chris Wilsoniris: Tidy exporting the flink handle
2019-02-21 Kenneth Graunkeiris: vma_free bo->size, not bo_size
2019-02-21 Chris Wilsoniris: fix memzone_for_address since multibinder changes
2019-02-21 Kenneth Graunkeiris: Support multiple binder BOs, update Surface State...
2019-02-21 Kenneth Graunkeiris: set EXEC_OBJECT_CAPTURE on all driver internal...
2019-02-21 Chris Wilsoniris: Record reusability of bo on construction
2019-02-21 Kenneth Graunkeiris: precompute hashes for cache tracking
2019-02-21 Kenneth Graunkeiris: use consistent copyright formatting
2019-02-21 Kenneth Graunkeiris: port non-bucket alignment bugfix
2019-02-21 Kenneth Graunkeiris: drop pwrite
2019-02-21 Kenneth Graunkeiris: drop dead assignments
2019-02-21 Kenneth Graunkeiris: remember to set bo->userptr
2019-02-21 Chris Wilsoniris: Wrap userptr for creating bo
2019-02-21 Kenneth Graunkeiris: sync bugfixes from brw_bufmgr
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: border color memory zone :(
2019-02-21 Kenneth Graunkeiris: don't include binder in surface VMA range
2019-02-21 Kenneth Graunkeiris: pull in newer comments
2019-02-21 Kenneth Graunkeiris: Defines for base addresses rather than numbers...
2019-02-21 Kenneth Graunkeiris: vma - fix assert
2019-02-21 Kenneth Graunkeiris: vma fixes - don't free binder address
2019-02-21 Kenneth Graunkeiris: bo reuse
2019-02-21 Kenneth Graunkeiris: fixes from i965
2019-02-21 Kenneth Graunkeiris: port bug fix from i965
2019-02-21 Kenneth Graunkeiris: fix index
2019-02-21 Kenneth Graunkeiris: increase allocator alignment
2019-02-21 Kenneth Graunkeiris: canonicalize addresses.
2019-02-21 Kenneth Graunkeiris: binders
2019-02-21 Kenneth Graunkeiris: Also set SUPPORTS_48B? Not sure if necessary.
2019-02-21 Kenneth Graunkeiris: Soft-pin the universe
2019-02-21 Kenneth Graunkeiris: bufmgr updates.
2019-02-21 Kenneth Graunkeiris: Initial commit of a new 'iris' driver for Intel...