summaryrefslogtreecommitdiffstats
path: root/tests/README
blob: 2b372b0825d486ce1d5338765bba9ee081889d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
What Does what
==============

test-fb - fullscreen blit to framebuffer

text-x - fullscreen blit to X window via SHM 

test-gdk - fullscreen blit to gtk drawing area via gdk pixbufs

test-freeype - lines of text to fb

test-freetype-cached - lines of text to fb ( pregenerates / caches glyphs )

test-xft - lines of text to x window via xft

test-pango - lines of text to x window via pango_xft

test-pango-gdk - as above but to GDk Window

test_pango_gtk - as above but to GTK drawing area

test-pango-layout - to GTK drawing area via pango layouts

test-gtk-layout - as above but direct to gtk window

currently disbaled;

test-sdl - sdl fullscreen blits

test-gtk - list of Pango glyphs onto a GtkWindow with gdk_draw_glyphs