Module: Mesa Branch: master Commit: 9783f6bc5d2345f4b603ed591e63d23a367d84e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9783f6bc5d2345f4b603ed591e63d23a367d84e4
Author: Kristian H. Kristensen <[email protected]> Date: Mon Dec 9 19:08:31 2019 -0800 freedreno/a6xx: Drop stale include Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Rob Clark <[email protected]> Signed-off-by: Kristian H. Kristensen <[email protected]> --- src/gallium/drivers/freedreno/a6xx/fd6_gmem.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c b/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c index fbc53b748ed..2b5b33d453d 100644 --- a/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c +++ b/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c @@ -47,9 +47,6 @@ #include "fd6_resource.h" #include "fd6_zsa.h" -/* some bits in common w/ a4xx: */ -#include "a4xx/fd4_draw.h" - /** * Emits the flags registers, suitable for RB_MRT_FLAG_BUFFER, * RB_DEPTH_FLAG_BUFFER, SP_PS_2D_SRC_FLAGS, and RB_BLIT_FLAG_DST. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
