aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris
Commit message (Expand)AuthorAgeFilesLines
* iris: Honor scanout requirement from DRIDanylo Piliaiev2020-06-251-1/+1
* iris/compute: Split out iris_load_indirect_locationJordan Justen2020-06-241-20/+29
* iris: Split walker and state update into iris_upload_gpgpu_walkerJordan Justen2020-06-241-35/+48
* iris: Delete useless #defineKenneth Graunke2020-06-231-1/+0
* iris: Make use of devinfo has_aux_map fieldJordan Justen2020-06-221-1/+1
* driconf: drop now unused translation facilityEric Engestrom2020-06-221-1/+1
* iris/bufmgr: Do not use map_gtt or use set/get_tiling on DG1Rafael Antognolli2020-06-223-11/+37
* iris/l3: Enable L3 full way allocation when L3 config is NULLJordan Justen2020-06-221-4/+11
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-221-0/+1
* intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov2020-06-191-0/+1
* iris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCSNanley Chery2020-06-191-0/+11
* iris: Refactor modifier_is_supported for gen12Nanley Chery2020-06-191-9/+19
* iris: Handle importing aux-enabled surfaces on TGLNanley Chery2020-06-192-1/+16
* iris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12Nanley Chery2020-06-193-22/+28
* iris: Don't support sRGB + Y_TILED_CCS on gen9Nanley Chery2020-06-193-74/+21
* intel: Add ISL_AUX_USAGE_GEN12_CCS_ENanley Chery2020-06-191-0/+2
* iris: Disable sRGB fast-clears for non-0/1 valuesNanley Chery2020-06-196-41/+20
* iris: Avoid fast-clear with incompatible viewNanley Chery2020-06-193-2/+40
* iris: Remove the CCS_D fallbackNanley Chery2020-06-193-4/+3
* iris: Drop can_fast_clear_color's format parameterNanley Chery2020-06-191-4/+3
* iris: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+1
* anv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047Jan Beich2020-06-161-2/+1
* iris: Fix documentation for _iris_batch_flushRohan Garg2020-06-161-6/+0
* iris: drop dead #include "config.h"Eric Engestrom2020-06-131-4/+0
* iris/icl+: Report same caching domain as main surface for clear color BO.Francisco Jerez2020-06-111-2/+1
* iris: Better handle metadata in NIR passesJason Ekstrand2020-06-111-2/+8
* iris: fix export of GEM handlesLionel Landwerlin2020-06-045-10/+155
* iris: fix BO destruction in error pathLionel Landwerlin2020-06-041-1/+3
* OPTIONAL: iris: Perform BLORP buffer barriers outside of iris_blorp_exec() hook.Francisco Jerez2020-06-034-15/+24
* iris: Remove iris_flush_depth_and_render_caches().Francisco Jerez2020-06-032-28/+0
* iris: Emit single render target flush PIPE_CONTROL on format mismatch.Francisco Jerez2020-06-031-1/+4
* iris: Open-code iris_cache_flush_for_read() and iris_cache_flush_for_depth().Francisco Jerez2020-06-033-23/+12
* iris: Remove render cache hash table-based synchronization.Francisco Jerez2020-06-035-59/+7
* iris: Remove depth cache set tracking and synchronization.Francisco Jerez2020-06-036-37/+2
* iris: Perform compute predraw flushes from compute batch.Francisco Jerez2020-06-031-7/+2
* iris: Remove batch argument of iris_resource_prepare_access() and friends.Francisco Jerez2020-06-035-24/+22
* iris: Insert buffer barrier in existing cache flush helpers.Francisco Jerez2020-06-031-0/+6
* iris: Implement buffer-local memory barrier based on cache coherency matrix.Francisco Jerez2020-06-032-0/+132
* iris: Update cache coherency matrix on PIPE_CONTROL.Francisco Jerez2020-06-031-0/+40
* iris: Introduce cache coherency matrix for batch-local memory ordering.Francisco Jerez2020-06-032-0/+50
* iris: Report use of any in-flight buffers on first draw call after sync bound...Francisco Jerez2020-06-032-4/+8
* iris: Drop redundant iris_address::write flag.Francisco Jerez2020-06-033-5/+4
* iris: Annotate all BO uses with domain and sequence number information.Francisco Jerez2020-06-038-92/+161
* iris: Bracket batch operations which access memory within sync regions.Francisco Jerez2020-06-035-3/+76
* iris: Add infrastructure to partition batch into sync boundaries.Francisco Jerez2020-06-033-0/+61
* iris: Add batch-local synchronization book-keeping to iris_bo.Francisco Jerez2020-06-031-0/+55
* iris: Extend iris_context dirty state flags to 128 bits.Francisco Jerez2020-06-0311-219/+269
* iris: Simplify iris_batch_prepare_noop().Francisco Jerez2020-06-033-13/+11
* iris: remove unused iris_bo->swizzle_modeMarcin Ślusarz2020-06-032-24/+0
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+2