[Mesa-dev] [PATCH v2] radv: Use correct image layout for blit based copies.

Dave Airlie airlied at gmail.com
Sun Jun 25 20:29:12 UTC 2017


On 26 June 2017 at 06:19, Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl> wrote:
> v2: Don't pass layout to image view usage mask.
>
> Signed-off-by: Bas Nieuwenhuizen <basni at google.com>
> Fixes: 0628580eff6 "radv: Specify semantics of HTILE layout helpers."

Just wondering what this actually fixes, I've mostly left GENERAL in
use in meta as it seems like it would avoid transitions in meta paths,
which mostly seems like the correct thing to do, the app should be
transitioning things before/after the entrypoint that causes the meta
path to be hit.

Though of course there are problems knowing exactly what to flush
before we know which meta path we want to use.

Dave.


More information about the mesa-dev mailing list