From 97fef2db5c2c6ec0b22bf5b7d968a4dc4b218363 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Tue, 2 Dec 2014 21:32:01 -0500 Subject: freedreno/a3xx: fix alpha-blending on RGBX formats Expert debugging assistance provided by Chris Forbes. Signed-off-by: Ilia Mirkin Reviewed-by: Rob Clark --- src/gallium/auxiliary/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/Makefile.sources') diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 862626461b1..ab794e16441 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -168,6 +168,7 @@ C_SOURCES := \ util/u_atomic.h \ util/u_bitmask.c \ util/u_bitmask.h \ + util/u_blend.h \ util/u_blit.c \ util/u_blit.h \ util/u_blitter.c \ -- cgit v1.2.3