summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/iris/iris_resource.h
Commit message (Expand)AuthorAgeFilesLines
* iris: Delete map->dest_had_defined_contentsKenneth Graunke2022-12-091-2/+0
* iris: move bindless surface state heap inside the surface state heapLionel Landwerlin2022-11-191-1/+1
* iris: handle protected BO creationLionel Landwerlin2022-10-271-1/+4
* iris: Add miplevel parameters to iris_resource_texture_aux_usageKenneth Graunke2022-10-111-1/+3
* iris: Pass devinfo to iris_resource_level_has_hiz()Kenneth Graunke2022-08-171-1/+2
* iris: Remove remaining history flushes.Francisco Jerez2022-04-041-3/+0
* iris: Demote all callers of iris_flush_and_dirty_for_history() to iris_dirty_...Francisco Jerez2022-04-041-5/+0
* util: Rename pipe_debug_callback to util_debug_callbackYonggang Luo2022-04-011-1/+1
* iris: Drop the iris_resource aux usage bit fieldsNanley Chery2022-02-101-12/+0
* iris: Add and use iris_surface_state::aux_usagesNanley Chery2022-02-101-0/+6
* iris: Finish aux import in iris_resource_from_handleNanley Chery2021-09-161-10/+0
* iris: Delete iris_resource_get_clear_colorNanley Chery2021-09-161-4/+0
* iris: Don't try to CPU read imported clear color BOsKenneth Graunke2021-08-121-1/+10
* iris: Rename bo->gtt_offset to bo->addressKenneth Graunke2021-08-111-1/+1
* iris: Force device local memory for u_upload_mgr buffersKenneth Graunke2021-07-071-0/+1
* iris: Add a MEMZONE_BINDLESS and uploaderJason Ekstrand2021-06-251-3/+4
* aux/tc: pass rebind count and rebind bitmask with replace_buffer_storage funcMike Blumenkrantz2021-06-141-0/+2
* iris: drop unused function declarationDave Airlie2021-06-101-5/+0
* iris: Move target_to_isl_surf_dim to iris_resource.cJason Ekstrand2021-06-091-21/+0
* iris: Use isl_surf_get_image_surf instead of hand-rolling itJason Ekstrand2021-06-091-3/+0
* iris: Make an iris_bo_is_external() helper and use it in a few placesKenneth Graunke2021-06-021-1/+1
* gallium/u_threaded: add callbacks and documentation for resource busy checkingMarek Olšák2021-05-171-1/+2
* iris: Avoid sampling some MCS surfaces with clearNanley Chery2021-05-141-0/+3
* iris: refcount separate screen objects for resource trackingMike Blumenkrantz2021-05-111-0/+5
* intel: Fix alignment and line wrapping due to gen_device renamingAnuj Phogat2021-04-201-3/+4
* intel: Rename gen_device prefix to intel_deviceAnuj Phogat2021-04-201-3/+3
* iris: hook up resource creation from memory objectJuan A. Suarez Romero2021-04-201-0/+2
* iris: hook up memory object creation from handleJuan A. Suarez Romero2021-04-201-0/+8
* iris: move target to isl dim translate to inline.Dave Airlie2021-04-191-1/+22
* iris: Enable u_threaded_contextKenneth Graunke2021-03-041-0/+5
* iris: Make various classes inherit from u_threaded_context base classesKenneth Graunke2021-03-041-2/+3
* isl: add external parameter to isl_mocs()Lionel Landwerlin2021-02-181-1/+1
* iris: Drop iris_resource::aux::has_hizNanley Chery2021-02-101-5/+0
* iris: Fix aux usage of depth buffer prepare/finishNanley Chery2021-02-101-8/+0
* iris: Fix the depth aspect aux usage in iris_blitNanley Chery2021-02-101-0/+1
* iris: Drop batch param from iris_resource_prepare_renderNanley Chery2021-02-101-1/+0
* iris: Flush caches based on brw_compiler::indirect_ubos_use_samplerJason Ekstrand2020-10-201-1/+2
* isl, anv, iris: Add a centralized helper to select MOCS based on usageKenneth Graunke2020-10-191-2/+4
* iris: Support planar resource imports for MCNanley Chery2020-09-091-1/+1
* iris: Make iris_has_color_unresolved more genericNanley Chery2020-09-041-3/+3
* iris: Disable sRGB fast-clears for non-0/1 valuesNanley Chery2020-06-191-1/+0
* iris: Avoid fast-clear with incompatible viewNanley Chery2020-06-191-0/+3
* iris: Remove batch argument of iris_resource_prepare_access() and friends.Francisco Jerez2020-06-031-4/+1
* iris: move existing image format fallback as a helper functionTapani Pälli2020-03-161-0/+2
* iris: provide dummy iris_image_view_aux_usageTapani Pälli2020-03-161-0/+5
* iris: Make mocs an inline helper in iris_resource.hKenneth Graunke2020-02-211-0/+7
* iris: Allow HiZ for copy_region sourcesKenneth Graunke2020-01-041-0/+4
* iris: Delete remnants of the unimplemented ASTC 5x5 workaroundKenneth Graunke2020-01-031-9/+2
* iris: Fix import of multi-planar surfaces with modifiersNanley Chery2019-12-061-0/+7
* iris: Maintain CPU-side SURFACE_STATE copies for views and surfaces.Kenneth Graunke2019-11-251-0/+19