~cairo-dock-team/ubuntu/oneiric/cairo-dock/2.3.0-3

« back to all changes in this revision

Viewing changes to src/gldit/texture-blur.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-09 23:26:12 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100809232612-pocdxliaxjdetm37
Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 *
 
3
 * Particle texture for Beryl benchmark plugin
 
4
 *
 
5
 * Copyright : (C) 2006 by Dennis Kasprzyk
 
6
 * E-mail    : onestone@beryl-project.org
 
7
 *
 
8
 *
 
9
 * This program is free software; you can redistribute it and/or
 
10
 * modify it under the terms of the GNU General Public License
 
11
 * as published by the Free Software Foundation; either version 3
 
12
 * of the License, or (at your option) any later version.
 
13
 *
 
14
 * This program is distributed in the hope that it will be useful,
 
15
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
 * GNU General Public License for more details.
 
18
 *
 
19
 **/
 
20
 
 
21
static const unsigned char blurTex[4096] = {
 
22
    "\0\0\0\0\377\377\377\3\377\377\377\2\377\377\377\5\377\377\377\7\377\377"
 
23
    "\377\6\377\377\377\6\377\377\377\12\377\377\377\13\377\377\377\11\377\377"
 
24
    "\377\12\377\377\377\12\377\377\377\14\377\377\377\14\377\377\377\14\377\377"
 
25
    "\377\16\377\377\377\15\377\377\377\14\377\377\377\12\377\377\377\13\377\377"
 
26
    "\377\13\377\377\377\11\377\377\377\12\377\377\377\12\377\377\377\10\377\377"
 
27
    "\377\7\377\377\377\6\377\377\377\6\377\377\377\5\377\377\377\2\0\0\0\0\0"
 
28
    "\0\0\0\377\377\377\4\377\377\377\3\377\377\377\4\377\377\377\7\377\377\377"
 
29
    "\6\377\377\377\10\377\377\377\11\377\377\377\11\377\377\377\14\377\377\377"
 
30
    "\14\377\377\377\15\377\377\377\16\377\377\377\20\377\377\377\21\377\377\377"
 
31
    "\20\377\377\377\22\377\377\377\20\377\377\377\21\377\377\377\17\377\377\377"
 
32
    "\20\377\377\377\17\377\377\377\13\377\377\377\13\377\377\377\13\377\377\377"
 
33
    "\14\377\377\377\11\377\377\377\6\377\377\377\6\377\377\377\6\377\377\377"
 
34
    "\4\377\377\377\1\0\0\0\0\377\377\377\5\377\377\377\4\377\377\377\6\377\377"
 
35
    "\377\6\377\377\377\12\377\377\377\12\377\377\377\11\377\377\377\14\377\377"
 
36
    "\377\15\377\377\377\20\377\377\377\20\377\377\377\24\377\377\377\24\377\377"
 
37
    "\377\23\377\377\377\23\377\377\377\26\377\377\377\25\377\377\377\23\377\377"
 
38
    "\377\21\377\377\377\24\377\377\377\22\377\377\377\17\377\377\377\17\377\377"
 
39
    "\377\15\377\377\377\15\377\377\377\11\377\377\377\11\377\377\377\7\377\377"
 
40
    "\377\7\377\377\377\6\377\377\377\3\377\377\377\3\377\377\377\6\377\377\377"
 
41
    "\6\377\377\377\6\377\377\377\12\377\377\377\13\377\377\377\13\377\377\377"
 
42
    "\13\377\377\377\17\377\377\377\22\377\377\377\24\377\377\377\22\377\377\377"
 
43
    "\30\377\377\377\30\377\377\377\31\377\377\377\31\377\377\377\33\377\377\377"
 
44
    "\31\377\377\377\30\377\377\377\30\377\377\377\30\377\377\377\25\377\377\377"
 
45
    "\25\377\377\377\23\377\377\377\22\377\377\377\17\377\377\377\13\377\377\377"
 
46
    "\12\377\377\377\11\377\377\377\7\377\377\377\6\377\377\377\5\377\377\377"
 
47
    "\4\377\377\377\7\377\377\377\6\377\377\377\12\377\377\377\11\377\377\377"
 
48
    "\14\377\377\377\15\377\377\377\20\377\377\377\22\377\377\377\25\377\377\377"
 
49
    "\30\377\377\377\32\377\377\377\35\377\377\377\34\377\377\377\34\377\377\377"
 
50
    "\36\377\377\377\40\377\377\377\36\377\377\377\34\377\377\377\34\377\377\377"
 
51
    "\34\377\377\377\32\377\377\377\31\377\377\377\26\377\377\377\25\377\377\377"
 
52
    "\22\377\377\377\16\377\377\377\12\377\377\377\12\377\377\377\12\377\377\377"
 
53
    "\10\377\377\377\6\377\377\377\4\377\377\377\10\377\377\377\11\377\377\377"
 
54
    "\12\377\377\377\13\377\377\377\16\377\377\377\21\377\377\377\22\377\377\377"
 
55
    "\25\377\377\377\30\377\377\377\34\377\377\377\37\377\377\377!\377\377\377"
 
56
    "\"\377\377\377#\377\377\377#\377\377\377&\377\377\377&\377\377\377$\377\377"
 
57
    "\377#\377\377\377\40\377\377\377!\377\377\377\35\377\377\377\34\377\377\377"
 
58
    "\25\377\377\377\24\377\377\377\21\377\377\377\15\377\377\377\14\377\377\377"
 
59
    "\14\377\377\377\12\377\377\377\6\377\377\377\6\377\377\377\10\377\377\377"
 
60
    "\12\377\377\377\12\377\377\377\16\377\377\377\22\377\377\377\24\377\377\377"
 
61
    "\26\377\377\377\30\377\377\377\34\377\377\377\37\377\377\377#\377\377\377"
 
62
    "&\377\377\377,\377\377\377+\377\377\377,\377\377\377-\377\377\377-\377\377"
 
63
    "\377,\377\377\377+\377\377\377&\377\377\377)\377\377\377$\377\377\377\34"
 
64
    "\377\377\377\34\377\377\377\27\377\377\377\24\377\377\377\23\377\377\377"
 
65
    "\17\377\377\377\15\377\377\377\12\377\377\377\7\377\377\377\6\377\377\377"
 
66
    "\12\377\377\377\12\377\377\377\16\377\377\377\21\377\377\377\22\377\377\377"
 
67
    "\27\377\377\377\31\377\377\377\36\377\377\377!\377\377\377%\377\377\377("
 
68
    "\377\377\3771\377\377\3772\377\377\3775\377\377\377;\377\377\377<\377\377"
 
69
    "\3779\377\377\3778\377\377\3773\377\377\3771\377\377\377-\377\377\377'\377"
 
70
    "\377\377\"\377\377\377\34\377\377\377\36\377\377\377\32\377\377\377\25\377"
 
71
    "\377\377\21\377\377\377\15\377\377\377\11\377\377\377\12\377\377\377\7\377"
 
72
    "\377\377\13\377\377\377\14\377\377\377\17\377\377\377\21\377\377\377\31\377"
 
73
    "\377\377\31\377\377\377\35\377\377\377!\377\377\377'\377\377\377+\377\377"
 
74
    "\3771\377\377\377=\377\377\377E\377\377\377H\377\377\377M\377\377\377M\377"
 
75
    "\377\377J\377\377\377I\377\377\377A\377\377\377A\377\377\3778\377\377\377"
 
76
    ",\377\377\377%\377\377\377$\377\377\377\"\377\377\377\34\377\377\377\24\377"
 
77
    "\377\377\22\377\377\377\17\377\377\377\13\377\377\377\12\377\377\377\11\377"
 
78
    "\377\377\13\377\377\377\14\377\377\377\20\377\377\377\23\377\377\377\27\377"
 
79
    "\377\377\35\377\377\377$\377\377\377(\377\377\377.\377\377\3776\377\377\377"
 
80
    "=\377\377\377H\377\377\377W\377\377\377Y\377\377\377]\377\377\377a\377\377"
 
81
    "\377\\\377\377\377\\\377\377\377U\377\377\377O\377\377\377?\377\377\3774"
 
82
    "\377\377\377-\377\377\377+\377\377\377\40\377\377\377\32\377\377\377\27\377"
 
83
    "\377\377\23\377\377\377\22\377\377\377\15\377\377\377\11\377\377\377\13\377"
 
84
    "\377\377\12\377\377\377\15\377\377\377\21\377\377\377\25\377\377\377\30\377"
 
85
    "\377\377\37\377\377\377$\377\377\377.\377\377\3779\377\377\377?\377\377\377"
 
86
    "N\377\377\377X\377\377\377h\377\377\377r\377\377\377w\377\377\377|\377\377"
 
87
    "\377x\377\377\377p\377\377\377k\377\377\377\\\377\377\377J\377\377\377F\377"
 
88
    "\377\3779\377\377\377*\377\377\377$\377\377\377\36\377\377\377\30\377\377"
 
89
    "\377\25\377\377\377\24\377\377\377\20\377\377\377\14\377\377\377\12\377\377"
 
90
    "\377\15\377\377\377\17\377\377\377\22\377\377\377\27\377\377\377\34\377\377"
 
91
    "\377\40\377\377\377%\377\377\377.\377\377\377<\377\377\377M\377\377\377["
 
92
    "\377\377\377l\377\377\377~\377\377\377\227\377\377\377\230\377\377\377\234"
 
93
    "\377\377\377\233\377\377\377\226\377\377\377\205\377\377\377i\377\377\377"
 
94
    "b\377\377\377P\377\377\3779\377\377\377-\377\377\377(\377\377\377!\377\377"
 
95
    "\377\35\377\377\377\32\377\377\377\25\377\377\377\21\377\377\377\13\377\377"
 
96
    "\377\12\377\377\377\15\377\377\377\21\377\377\377\23\377\377\377\31\377\377"
 
97
    "\377\37\377\377\377!\377\377\377(\377\377\3774\377\377\377@\377\377\377Q"
 
98
    "\377\377\377g\377\377\377\200\377\377\377\231\377\377\377\254\377\377\377"
 
99
    "\275\377\377\377\310\377\377\377\304\377\377\377\264\377\377\377\227\377"
 
100
    "\377\377\212\377\377\377f\377\377\377Q\377\377\377B\377\377\377:\377\377"
 
101
    "\377/\377\377\377&\377\377\377\36\377\377\377\32\377\377\377\26\377\377\377"
 
102
    "\21\377\377\377\14\377\377\377\12\377\377\377\17\377\377\377\22\377\377\377"
 
103
    "\24\377\377\377\31\377\377\377\40\377\377\377&\377\377\377-\377\377\377:"
 
104
    "\377\377\377H\377\377\377X\377\377\377k\377\377\377\220\377\377\377\252\377"
 
105
    "\377\377\324\377\377\377\363\377\377\377\370\377\377\377\366\377\377\377"
 
106
    "\335\377\377\377\263\377\377\377\221\377\377\377w\377\377\377b\377\377\377"
 
107
    "P\377\377\377>\377\377\3770\377\377\377&\377\377\377\37\377\377\377\32\377"
 
108
    "\377\377\26\377\377\377\23\377\377\377\15\377\377\377\11\377\377\377\16\377"
 
109
    "\377\377\21\377\377\377\27\377\377\377\33\377\377\377\"\377\377\377(\377"
 
110
    "\377\377/\377\377\377<\377\377\377N\377\377\377b\377\377\377z\377\377\377"
 
111
    "\231\377\377\377\275\377\377\377\361\377\377\377\375\377\377\377\376\377"
 
112
    "\377\377\376\377\377\377\370\377\377\377\316\377\377\377\240\377\377\377"
 
113
    "\205\377\377\377b\377\377\377L\377\377\377<\377\377\377.\377\377\377&\377"
 
114
    "\377\377\40\377\377\377\33\377\377\377\26\377\377\377\22\377\377\377\15\377"
 
115
    "\377\377\12\377\377\377\16\377\377\377\22\377\377\377\24\377\377\377\32\377"
 
116
    "\377\377\40\377\377\377$\377\377\377,\377\377\377:\377\377\377L\377\377\377"
 
117
    "`\377\377\377|\377\377\377\231\377\377\377\310\377\377\377\372\377\377\377"
 
118
    "\375\377\377\377\376\377\377\377\376\377\377\377\375\377\377\377\332\377"
 
119
    "\377\377\241\377\377\377\207\377\377\377f\377\377\377R\377\377\377@\377\377"
 
120
    "\3773\377\377\377+\377\377\377\"\377\377\377\35\377\377\377\30\377\377\377"
 
121
    "\24\377\377\377\17\377\377\377\14\377\377\377\16\377\377\377\22\377\377\377"
 
122
    "\25\377\377\377\30\377\377\377\40\377\377\377$\377\377\377,\377\377\377;"
 
123
    "\377\377\377N\377\377\377e\377\377\377\206\377\377\377\246\377\377\377\327"
 
124
    "\377\377\377\374\377\377\377\375\377\377\377\376\377\377\377\376\377\377"
 
125
    "\377\374\377\377\377\331\377\377\377\243\377\377\377\210\377\377\377b\377"
 
126
    "\377\377O\377\377\377>\377\377\377.\377\377\377&\377\377\377\40\377\377\377"
 
127
    "\33\377\377\377\27\377\377\377\22\377\377\377\15\377\377\377\12\377\377\377"
 
128
    "\16\377\377\377\22\377\377\377\23\377\377\377\32\377\377\377\40\377\377\377"
 
129
    "'\377\377\3770\377\377\377?\377\377\377U\377\377\377h\377\377\377\200\377"
 
130
    "\377\377\237\377\377\377\270\377\377\377\344\377\377\377\372\377\377\377"
 
131
    "\375\377\377\377\376\377\377\377\354\377\377\377\275\377\377\377\227\377"
 
132
    "\377\377\200\377\377\377e\377\377\377Q\377\377\377>\377\377\377.\377\377"
 
133
    "\377%\377\377\377\40\377\377\377\33\377\377\377\26\377\377\377\22\377\377"
 
134
    "\377\15\377\377\377\11\377\377\377\17\377\377\377\22\377\377\377\25\377\377"
 
135
    "\377\31\377\377\377\"\377\377\377*\377\377\3773\377\377\377=\377\377\377"
 
136
    "J\377\377\377^\377\377\377o\377\377\377\211\377\377\377\235\377\377\377\271"
 
137
    "\377\377\377\327\377\377\377\342\377\377\377\335\377\377\377\302\377\377"
 
138
    "\377\240\377\377\377\216\377\377\377k\377\377\377X\377\377\377C\377\377\377"
 
139
    "9\377\377\377/\377\377\377&\377\377\377\"\377\377\377\33\377\377\377\26\377"
 
140
    "\377\377\22\377\377\377\14\377\377\377\12\377\377\377\15\377\377\377\22\377"
 
141
    "\377\377\31\377\377\377\35\377\377\377\37\377\377\377$\377\377\377,\377\377"
 
142
    "\3777\377\377\377A\377\377\377Q\377\377\377[\377\377\377p\377\377\377\212"
 
143
    "\377\377\377\231\377\377\377\242\377\377\377\253\377\377\377\251\377\377"
 
144
    "\377\236\377\377\377\215\377\377\377u\377\377\377b\377\377\377O\377\377\377"
 
145
    "<\377\377\3771\377\377\377)\377\377\377\"\377\377\377\34\377\377\377\32\377"
 
146
    "\377\377\27\377\377\377\21\377\377\377\16\377\377\377\12\377\377\377\17\377"
 
147
    "\377\377\21\377\377\377\20\377\377\377\27\377\377\377\37\377\377\377$\377"
 
148
    "\377\377&\377\377\377,\377\377\3778\377\377\377B\377\377\377R\377\377\377"
 
149
    "_\377\377\377k\377\377\377~\377\377\377\207\377\377\377\220\377\377\377\220"
 
150
    "\377\377\377\203\377\377\377q\377\377\377_\377\377\377V\377\377\377F\377"
 
151
    "\377\3777\377\377\377,\377\377\377%\377\377\377!\377\377\377\31\377\377\377"
 
152
    "\25\377\377\377\22\377\377\377\17\377\377\377\14\377\377\377\11\377\377\377"
 
153
    "\12\377\377\377\16\377\377\377\22\377\377\377\27\377\377\377\33\377\377\377"
 
154
    "\35\377\377\377\"\377\377\377(\377\377\377/\377\377\3779\377\377\377E\377"
 
155
    "\377\377L\377\377\377^\377\377\377d\377\377\377e\377\377\377k\377\377\377"
 
156
    "l\377\377\377d\377\377\377a\377\377\377O\377\377\377C\377\377\377=\377\377"
 
157
    "\3770\377\377\377)\377\377\377$\377\377\377\35\377\377\377\30\377\377\377"
 
158
    "\25\377\377\377\22\377\377\377\16\377\377\377\12\377\377\377\13\377\377\377"
 
159
    "\13\377\377\377\15\377\377\377\20\377\377\377\21\377\377\377\31\377\377\377"
 
160
    "\33\377\377\377\35\377\377\377$\377\377\377)\377\377\3771\377\377\3776\377"
 
161
    "\377\377@\377\377\377J\377\377\377N\377\377\377P\377\377\377S\377\377\377"
 
162
    "X\377\377\377P\377\377\377J\377\377\377E\377\377\3777\377\377\377,\377\377"
 
163
    "\377+\377\377\377%\377\377\377\40\377\377\377\32\377\377\377\26\377\377\377"
 
164
    "\21\377\377\377\21\377\377\377\14\377\377\377\11\377\377\377\12\377\377\377"
 
165
    "\13\377\377\377\11\377\377\377\14\377\377\377\21\377\377\377\23\377\377\377"
 
166
    "\27\377\377\377\33\377\377\377\37\377\377\377&\377\377\377(\377\377\377*"
 
167
    "\377\377\3774\377\377\3779\377\377\377<\377\377\377=\377\377\377C\377\377"
 
168
    "\377E\377\377\377?\377\377\3779\377\377\377:\377\377\377.\377\377\377(\377"
 
169
    "\377\377!\377\377\377!\377\377\377\35\377\377\377\31\377\377\377\24\377\377"
 
170
    "\377\21\377\377\377\16\377\377\377\12\377\377\377\11\377\377\377\10\377\377"
 
171
    "\377\10\377\377\377\11\377\377\377\13\377\377\377\16\377\377\377\22\377\377"
 
172
    "\377\25\377\377\377\30\377\377\377\33\377\377\377\"\377\377\377!\377\377"
 
173
    "\377%\377\377\377*\377\377\377-\377\377\3770\377\377\377/\377\377\3773\377"
 
174
    "\377\3772\377\377\3774\377\377\377-\377\377\377,\377\377\377*\377\377\377"
 
175
    "\"\377\377\377\37\377\377\377\32\377\377\377\33\377\377\377\27\377\377\377"
 
176
    "\21\377\377\377\17\377\377\377\16\377\377\377\12\377\377\377\11\377\377\377"
 
177
    "\6\377\377\377\10\377\377\377\12\377\377\377\11\377\377\377\15\377\377\377"
 
178
    "\20\377\377\377\22\377\377\377\23\377\377\377\30\377\377\377\32\377\377\377"
 
179
    "\35\377\377\377\40\377\377\377!\377\377\377%\377\377\377(\377\377\377&\377"
 
180
    "\377\377)\377\377\377(\377\377\377+\377\377\377$\377\377\377!\377\377\377"
 
181
    "#\377\377\377\36\377\377\377\30\377\377\377\30\377\377\377\24\377\377\377"
 
182
    "\22\377\377\377\20\377\377\377\15\377\377\377\11\377\377\377\12\377\377\377"
 
183
    "\6\377\377\377\6\377\377\377\7\377\377\377\7\377\377\377\11\377\377\377\12"
 
184
    "\377\377\377\16\377\377\377\17\377\377\377\22\377\377\377\23\377\377\377"
 
185
    "\26\377\377\377\31\377\377\377\33\377\377\377\34\377\377\377!\377\377\377"
 
186
    "\40\377\377\377\"\377\377\377\"\377\377\377\"\377\377\377&\377\377\377\36"
 
187
    "\377\377\377\35\377\377\377\35\377\377\377\34\377\377\377\26\377\377\377"
 
188
    "\24\377\377\377\23\377\377\377\20\377\377\377\15\377\377\377\14\377\377\377"
 
189
    "\13\377\377\377\7\377\377\377\5\377\377\377\6\377\377\377\7\377\377\377\6"
 
190
    "\377\377\377\11\377\377\377\12\377\377\377\11\377\377\377\15\377\377\377"
 
191
    "\16\377\377\377\21\377\377\377\22\377\377\377\26\377\377\377\26\377\377\377"
 
192
    "\30\377\377\377\33\377\377\377\32\377\377\377\34\377\377\377\33\377\377\377"
 
193
    "\32\377\377\377\37\377\377\377\31\377\377\377\31\377\377\377\27\377\377\377"
 
194
    "\30\377\377\377\21\377\377\377\22\377\377\377\17\377\377\377\14\377\377\377"
 
195
    "\11\377\377\377\11\377\377\377\12\377\377\377\6\377\377\377\6\377\377\377"
 
196
    "\4\377\377\377\6\377\377\377\6\377\377\377\5\377\377\377\7\377\377\377\13"
 
197
    "\377\377\377\11\377\377\377\12\377\377\377\16\377\377\377\21\377\377\377"
 
198
    "\21\377\377\377\20\377\377\377\22\377\377\377\30\377\377\377\26\377\377\377"
 
199
    "\27\377\377\377\30\377\377\377\27\377\377\377\30\377\377\377\26\377\377\377"
 
200
    "\23\377\377\377\22\377\377\377\20\377\377\377\20\377\377\377\16\377\377\377"
 
201
    "\14\377\377\377\11\377\377\377\11\377\377\377\10\377\377\377\6\377\377\377"
 
202
    "\6\377\377\377\4\377\377\377\3\377\377\377\4\377\377\377\4\377\377\377\4"
 
203
    "\377\377\377\7\377\377\377\10\377\377\377\12\377\377\377\10\377\377\377\11"
 
204
    "\377\377\377\15\377\377\377\16\377\377\377\16\377\377\377\20\377\377\377"
 
205
    "\23\377\377\377\21\377\377\377\23\377\377\377\22\377\377\377\22\377\377\377"
 
206
    "\21\377\377\377\22\377\377\377\22\377\377\377\20\377\377\377\16\377\377\377"
 
207
    "\15\377\377\377\12\377\377\377\11\377\377\377\12\377\377\377\7\377\377\377"
 
208
    "\6\377\377\377\7\377\377\377\5\377\377\377\4\377\377\377\1\377\377\377\1"
 
209
    "\377\377\377\3\377\377\377\3\377\377\377\6\377\377\377\7\377\377\377\6\377"
 
210
    "\377\377\10\377\377\377\12\377\377\377\12\377\377\377\11\377\377\377\13\377"
 
211
    "\377\377\16\377\377\377\16\377\377\377\16\377\377\377\17\377\377\377\16\377"
 
212
    "\377\377\16\377\377\377\17\377\377\377\17\377\377\377\15\377\377\377\14\377"
 
213
    "\377\377\12\377\377\377\11\377\377\377\12\377\377\377\12\377\377\377\7\377"
 
214
    "\377\377\6\377\377\377\6\377\377\377\6\377\377\377\3\377\377\377\1\377\377"
 
215
    "\377\1\0\0\0\0\0\0\0\0\377\377\377\2\377\377\377\4\377\377\377\7\377\377"
 
216
    "\377\6\377\377\377\6\377\377\377\7\377\377\377\13\377\377\377\13\377\377"
 
217
    "\377\10\377\377\377\11\377\377\377\11\377\377\377\11\377\377\377\15\377\377"
 
218
    "\377\13\377\377\377\14\377\377\377\11\377\377\377\13\377\377\377\11\377\377"
 
219
    "\377\12\377\377\377\13\377\377\377\11\377\377\377\11\377\377\377\6\377\377"
 
220
    "\377\7\377\377\377\4\377\377\377\5\377\377\377\3\377\377\377\1\0\0\0\0\0"
 
221
    "\0\0\0"
 
222
};