iris: Move cached BO allocation into a helper function.
[mesa.git] / src / gallium / drivers / iris / iris_bufmgr.c
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...