diff options
author | Eric Anholt <[email protected]> | 2018-12-07 16:49:41 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-12-07 16:49:41 -0800 |
commit | 09ad0d870c959e4d6a2ffe225baaadebe55ad461 (patch) | |
tree | 5feab0ca80214d004458c1dc88388b1440802766 | |
parent | f1d98204c34d36876e05e1d3f2242296ccec19e3 (diff) |
tfu
-rw-r--r-- | src/gallium/drivers/v3d/v3d_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |