Re: [Mesa-dev] [PATCH] radeonsi: don't enable surf index on shareable images.

2017-08-11 Thread Marek Olšák
On Fri, Aug 11, 2017 at 6:35 AM, Dave Airlie wrote: > From: Dave Airlie > > This fixes the SteamVR menus, which were broken by this feature. That's impossible. RADEON_SURF_SHAREABLE is already checked by ac_surface.c. This patch is a no-op change. Marek

[Mesa-dev] [PATCH] radeonsi: don't enable surf index on shareable images.

2017-08-10 Thread Dave Airlie
From: Dave Airlie This fixes the SteamVR menus, which were broken by this feature. Signed-off-by: Dave Airlie --- src/gallium/winsys/amdgpu/drm/amdgpu_surface.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git