-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathtextures.c
70 lines (68 loc) · 2.3 KB
/
textures.c
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*
* 240p test suite
* Copyright 2017-2018 Filip Aláč(PS1)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include"patterns/grid224.c"
#include"patterns/grid240.c"
#include"patterns/grid256.c"
#include"patterns/SMPTE100.c"
#include"patterns/SMPTE75.c"
#include"patterns/EBU100.c"
#include"patterns/EBU75.c"
#include"patterns/colorgray.c"
#include"patterns/colorbleed.c"
#include"patterns/colorbleedchk.c"
#include"patterns/color.c"
#include"patterns/colorgrid.c"
#include"patterns/pluge.c"
#include"patterns/linearity.c"
#include"patterns/linearity224.c"
#include"patterns/linearity240pal.c"
#include"patterns/linearitygriddot.c"
#include"patterns/grayramp.c"
#include"patterns/sharpness.c"
#include"patterns/sharpness224.c"
#include"patterns/lingrid.c"
#include"patterns/checkerboard.c"
#include"patterns/sonicsky.c"
#include"patterns/sonicback1.c"
#include"patterns/sonicback2.c"
#include"patterns/sonicback3.c"
#include"patterns/sonicback4.c"
#include"patterns/sonicfloor.c"
#include"patterns/kiki.c"
#include"patterns/motoko.c"
#include"patterns/striped.c"
#include"patterns/buzzbomber.c"
#include"patterns/buzzbombershadow.c"
#include"patterns/shadow.c"
#include"patterns/font.c"
#include"patterns/circle.c"
#include"patterns/numbers.c"
#include"patterns/lagper.c"
#include"patterns/back.c"
#include"patterns/gillian.c"
#include"patterns/convergence.c"
#include"patterns/backw256.c"
#include"patterns/colorgridw256.c"
#include"patterns/gridw256224.c"
#include"patterns/gridw256240.c"
#include"patterns/gridw256256.c"
#include"patterns/linearityw256224.c"
#include"patterns/linearityw256224pal.c"
#include"patterns/sharpnessw256224.c"
#include"patterns/sharpnessw256240.c"