Skip to content
  • Juan A. Suárez's avatar
    iris: hook up resource creation from memory object · 772dc50d
    Juan A. Suárez authored and Eleni Maria Stea's avatar Eleni Maria Stea committed
    
    
    v2:
    * Fixed indentation in iris_resource_from_memobj
    
    v3:
    * Removed the call to iris_resource_configure_aux, as we don't
      have any auxiliary buffer support.
    
    v4:
    * Added a comment about the assertion that there's no aux buffer
      in case we add them later.
    
    v5:
    * Changed the logic of iris_resource_from_memobj. When the user doesn't
      explicitly set the tiling to linear, we use a similar logic with the
      anv driver's logic to calculate it instead of querying the kernel.
      This is because the Vulkan driver doesn't perform ioctls to update the
      kernel when it suballocates buffers.
    
    v6:
    * Removed the line that sets the modifier info in the resource. We
      shouldn't need it.
    
    v7, v8:
    * Removed left over code related to modifiers.
    
    v9:
    * Replaced FORCE_LINEAR_TILING flag with PIPE_BIND_LINEAR where
      necessary.
    
    v10: rebase, use iris_resource_configure_main (Tapani)
    
    v11:
    * isl surfaces should be created only for textures and not for
      buffers (fixes: pixel buffer tests assertion failure on BDW).
    
    v12:
    * fix in return type is required after rebasing to master.
    
    Signed-off--by: default avatarJuan A. Suarez Romero <jasuarez@igalia.com>
    Signed-off-by: default avatarEleni Maria Stea <estea@igalia.com>
    Co-authored-by: default avatarEleni Maria Stea <estea@igalia.com>
    Reviewed-by: Rohan Garg <rohan.garg@collabora.com> (v9)
    Reviewed-by: Tapani Pälli <tapani.palli@intel.com> (v12)
    Part-of: <mesa/mesa!4337>
    772dc50d