From 70d6d20e110e5ac91954e318fa52e59a1f297eb2 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Mon, 16 Mar 2015 18:23:59 +0000 Subject: Add a test program to benchmark alpha blending. The new XRender code uses 21 times less cpu than the old read-back-and-manually-blend option. The blending is also GPU-accelerated where possible, but works in software on vesa/fb drivers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10630 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index f3214683c..f7e7333cb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -20,6 +20,7 @@ include ../makeinclude CPPFILES =\ unittests.cxx \ + animated.cxx \ adjuster.cxx \ arc.cxx \ ask.cxx \ @@ -98,6 +99,7 @@ CPPFILES =\ ALL = \ unittests$(EXEEXT) \ + animated$(EXEEXT) \ adjuster$(EXEEXT) \ arc$(EXEEXT) \ ask$(EXEEXT) \ @@ -286,6 +288,8 @@ unittests.o: unittests.cxx unittest_about.cxx unittest_points.cxx unittest_lines adjuster$(EXEEXT): adjuster.o +animated$(EXEEXT): animated.o + arc$(EXEEXT): arc.o ask$(EXEEXT): ask.o -- cgit v1.2.3