summaryrefslogtreecommitdiff
path: root/demos/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-08-09demos: Add srgb_trap_test.cSøren Sandmann Pedersen1-0/+2
This demo program composites a bunch of trapezoids side by side with and without gamma aware compositing.
2012-07-30Add sRGB blending demo programAntti S. Lankila1-1/+3
Simple sRGB color blender test can be used to determine if the sRGB processing works as expected. It blends alpha ramps of purple and green together such that at midpoint of image, 50 % blend of both is realized. At that point, sRGB-aware processing yields a result close to #bbb rather than #888, which is the linear light blending result. The demo also contains the sample computation for sRGB premultiplied alpha.
2012-05-20demos: Add parrot.jpg to EXTRA_DISTSøren Sandmann Pedersen1-1/+1
Pointed out by Cyril Brulebois.
2012-05-15demos/Makefile.am: Add parrot.c to EXTRA_DISTSøren Sandmann Pedersen1-0/+2
To get 'make distcheck' to pass.
2012-04-02gtk-utils.c: In pixbuf_from_argb32() use a8r8g8b8_to_rgba_np()Søren Sandmann Pedersen1-3/+3
Instead of inlining a copy of that functionality.
2012-03-24demos: Add checkerboard demoSøren Sandmann Pedersen1-1/+4
This is a simple demo that displays a checkboard with a projective transformation.
2011-09-28build: replace @VAR@ with $(VAR) in makefilesBenjamin Otte1-2/+2
2011-09-28tests: Add PNG_CFLAGS/LIBS to testsBenjamin Otte1-2/+2
PNG flags were accidentally included by gdk-pixbuf. This has been fixed recently, so we need to make sure to include it ourselves.
2011-02-18Add a test program, tri-testSøren Sandmann Pedersen1-2/+4
This program tests whether the new triangle support works.
2011-02-15Move all the GTK+ based test programs to a new subdir, "demos"Søren Sandmann Pedersen1-0/+34
This separates the test suite from the random gtk+ using test programs. "demos" is somewhat misleading because the programs there are not particularly exciting (with the possible exception of composite-test which shows off all the compositing operators).