diff options
| author | Lauri Kasanen <cand@gmx.com> | 2015-03-16 18:23:59 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2015-03-16 18:23:59 +0000 |
| commit | 70d6d20e110e5ac91954e318fa52e59a1f297eb2 (patch) | |
| tree | 28748a69df7cce867173c3a6d00c8f561503fe28 /test/Makefile | |
| parent | 854c5ebd762975753e766793242da01d68347ad7 (diff) | |
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
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
