From: Eric Anholt Date: Sat, 8 Dec 2018 00:49:41 +0000 (-0800) Subject: tfu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09ad0d870c959e4d6a2ffe225baaadebe55ad461;p=mesa.git tfu --- diff --git a/src/gallium/drivers/v3d/v3d_screen.c b/src/gallium/drivers/v3d/v3d_screen.c index cfde1295ef0..6f6c11f1ef1 100644 --- a/src/gallium/drivers/v3d/v3d_screen.c +++ b/src/gallium/drivers/v3d/v3d_screen.c @@ -130,7 +130,7 @@ v3d_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) return 1; case PIPE_CAP_GENERATE_MIPMAP: - return v3d_has_feature(screen,DRM_V3D_PARAM_SUPPORTS_TFU); + return v3d_has_feature(screen, DRM_V3D_PARAM_SUPPORTS_TFU); case PIPE_CAP_INDEP_BLEND_ENABLE: return screen->devinfo.ver >= 40;