From: Thomas Hellstrom Date: Mon, 15 Jan 2018 11:51:27 +0000 (+0100) Subject: svga: Fix a leftover debug hack X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80c31f7837cd319910d94d780f5048de6cce0adb;hp=80c31f7837cd319910d94d780f5048de6cce0adb;p=mesa.git svga: Fix a leftover debug hack Fix what appears to be a leftover debug hack. The hack would force the driver to take a different blit path; possibly, although unverified, reverting to software blits. Tested using piglit tests/quick. No related regressions. Cc: "17.2 17.3 18.0" Fixes: 9d81ab7376 (svga: Relax the format checks for copy_region_vgpu10 somewhat) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104625 Reported-by: Grazvydas Ignotas Signed-off-by: Thomas Hellstrom Reviewed-by: Brian Paul ---