The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / directfb-examples / Config.in
1 config BR2_PACKAGE_DIRECTFB_EXAMPLES
2         bool "directfb examples"
3         depends on BR2_PACKAGE_DIRECTFB
4         help
5           The DirectFB-examples package contains a set of simple DirectFB
6           applications that can be used to test and demonstrate various
7           DirectFB features.
8
9           http://directfb.org/downloads/Extras/README.DirectFB-examples
10
11 if BR2_PACKAGE_DIRECTFB_EXAMPLES
12
13 config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
14         bool "df_andi"
15         help
16           Penguin demo, press 'space' to form convergence logo,
17           's'/'d' to spawn/destroy 'a' penguin, 'r' to revive penguin
18           after space was pressed, 'c' tests clipping.
19
20 config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
21         bool "df_bltload"
22         help
23           Reads information from /proc/bltstat.
24
25 config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
26         bool "df_cpuload"
27         help
28           CPU Load with data from /proc/stat.
29
30 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
31         bool "df_databuffer"
32         help
33           Simple test application for data buffers.
34
35 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
36         bool "df_dioload"
37         help
38           Disk IO with data from /proc/stat.
39
40 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
41         bool "df_dok"
42         help
43           DirectFB benchmark application, runs some tests and
44           displays benchmark results afterwards.
45
46 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
47         bool "df_drivertest"
48         help
49           Tool to check drivers for bugs and accuracy.
50
51 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
52         bool "df_fire"
53         help
54           The famous fire effect ported to DirectFB (16 bpp only).
55
56 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
57         bool "df_flip"
58         help
59           Raw Flip() benchmark.
60
61 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
62         bool "df_fonts"
63         help
64           Takes a list of font files and shows character tables.
65
66 config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
67         bool "df_input"
68         help
69           Test application for input devices.
70
71 config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
72         bool "df_joystick"
73         help
74           A colored version of df_particle, fointain can be moved with
75           joystick. The particles of different colors can be spawned
76           with different joystick buttons (1-4).
77
78 config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
79         bool "df_knuckles"
80         help
81           3D skull drawn using triangles that can be rotated using
82           the mouse. 'Space' switches to wireframe, 'b' toggles
83           backface culling.
84
85 config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
86         bool "df_layer"
87         help
88           Simple videoplayer with layers.
89
90 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX
91         bool "df_matrix"
92         help
93           Testing SetMatrix() for free transforms.
94
95 config BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER
96         bool "df_matrix_water"
97         help
98           Same as df_matrix, but using new Water API.
99
100 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
101         bool "df_neo"
102         help
103           Port from a gdk-pixbuf demo to DirectFB, uses scaling,
104           alpha blending and color modulation, use cursor keys and
105           space to change parameters.
106
107 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
108         bool "df_netload"
109         help
110           Network statistica from /proc/net/dev.
111
112 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
113         bool "df_palette"
114         help
115           A example blitting from a surface with a
116           rotating/morphing palette.
117
118 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
119         bool "df_particle"
120         help
121           A moving fountain consisting of alphablended rectangles,
122           nice and fast if hardware accelerated.
123
124 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
125         bool "df_porter"
126         help
127           Shows porter/duff blending rules.
128
129 config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
130         bool "df_stress"
131         help
132           Stress tests surface manager, for debugging purposes only.
133
134 config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
135         bool "df_texture"
136         help
137           A simple texture example. The 3d windows can be rotated
138           with the mouse.
139
140 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
141         bool "df_video"
142         help
143           Shows window stack with alpha blending and video playback
144           in a moving window.
145
146 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
147         bool "df_video_particle"
148         help
149           Same as df_particle, but the rectangles have been
150           replaced by a video (via video4linux). Nice color effects.
151
152 config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
153         bool "df_window"
154         help
155           Simple demonstration of the DirectFB window stack, follow
156           the instructions in the upper left corner. Pass a video
157           device file or a movie file on the command-line to enable
158           video playback in one of the windows.
159
160 endif