intel/common: move gen_debug to intel/dev
[mesa.git] / src / gallium / drivers / iris / iris_bufmgr.c
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...