diff options
author | Ilia Mirkin <[email protected]> | 2014-12-02 21:32:01 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-12-06 18:18:20 -0500 |
commit | 97fef2db5c2c6ec0b22bf5b7d968a4dc4b218363 (patch) | |
tree | c3497376757a667870654f8435d6997bfb93a962 /src/gallium/auxiliary/Makefile.sources | |
parent | 6b0196934509ac76293581f7ca69a3399ffb2e0a (diff) |
freedreno/a3xx: fix alpha-blending on RGBX formats
Expert debugging assistance provided by Chris Forbes.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |