aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_bufmgr.h
Commit message (Expand)AuthorAgeFilesLines
* iris: fix export of GEM handlesLionel Landwerlin2020-06-041-0/+16
* iris: Add batch-local synchronization book-keeping to iris_bo.Francisco Jerez2020-06-031-0/+55
* iris: remove unused iris_bo->swizzle_modeMarcin Ślusarz2020-06-031-11/+0
* iris: remove hole from struct iris_boPaulo Zanoni2020-04-151-12/+12
* iris: drop cache coherent cpu mapping for external BOLionel Landwerlin2020-04-151-0/+7
* iris: share buffer managers accross screensLionel Landwerlin2020-04-111-4/+7
* intel/bufmgr: Cast bitshift to unsignedDanylo Piliaiev2020-02-191-1/+1
* iris: try to set the specified tiling when importing a dmabufJames Xiong2019-11-041-1/+2
* iris/bufmgr: Initialize aux map context for gen12Jordan Justen2019-10-281-0/+9
* iris: use driconf for 'bo_reuse' parameterTapani Pälli2019-08-291-1/+2
* iris: Delete dead prototypeKenneth Graunke2019-08-271-2/+0
* iris: Add an explicit alignment parameter to iris_bo_alloc_tiled().Kenneth Graunke2019-07-021-0/+1
* iris: Add helpers to clone a hardware context.Chris Wilson2019-05-091-0/+1
* iris: Make memzone_for_address non-staticKenneth Graunke2019-04-231-0/+2
* iris: Preserve all PIPE_TRANSFER flags in xfer->usageKenneth Graunke2019-04-151-0/+3
* iris: Use coherent allocation for PIPE_RESOURCE_STAGINGChris Wilson2019-03-131-0/+1
* iris: Fix the prototype for iris_bo_alloc_tiledKenneth Graunke2019-02-211-2/+2
* iris: Fix IRIS_MEMZONE_COUNT to exclude the border color poolKenneth Graunke2019-02-211-1/+1
* iris: leave a TODOKenneth Graunke2019-02-211-0/+4
* iris: Support multiple binder BOs, update Surface State Base AddressKenneth Graunke2019-02-211-17/+11
* iris: precompute hashes for cache trackingKenneth Graunke2019-02-211-0/+3
* iris: drop pwriteKenneth Graunke2019-02-211-3/+0
* iris: Wrap userptr for creating boChris Wilson2019-02-211-0/+10
* iris: implement border color, fix other sampler nonsenseKenneth Graunke2019-02-211-6/+2
* iris: border color memory zone :(Kenneth Graunke2019-02-211-2/+14
* iris: don't include binder in surface VMA rangeKenneth Graunke2019-02-211-0/+1
* iris: bits of blorp codeKenneth Graunke2019-02-211-4/+4
* iris: move bo_offset_from_sbaKenneth Graunke2019-02-211-0/+16
* iris: Defines for base addresses rather than numbers everywhereKenneth Graunke2019-02-211-2/+39
* iris: bindersKenneth Graunke2019-02-211-0/+3
* iris: include p_defines.h in iris_bufmgr.hKenneth Graunke2019-02-211-0/+1
* iris: Soft-pin the universeKenneth Graunke2019-02-211-26/+17
* iris: bufmgr updates.Kenneth Graunke2019-02-211-11/+4
* iris: mapsKenneth Graunke2019-02-211-5/+5
* iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2019-02-211-0/+308