summaryrefslogtreecommitdiffstats
path: root/graphics-libs/mesalib/HISTORY
blob: cad9fc5eb4f29ac157977af96bf05b3e820f0e89 (plain) (blame)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
2015-07-13 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.6.2

2015-06-30 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.6.1

2015-06-16 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.6.0
	* CONFIGURE: delete obsolete fbdev usage
	* RECAST: delete spurios file

2015-05-28 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.5.6

2015-05-24 Remko van der Vossen <wich@sourcemage.org>
	* DEPENDS: clean up overzealous dependencies

2015-05-12 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.5.5

2015-05-05 Thomas Orgis <sobukus@sourcemage.org>
	* DEPENDS: depend on smgl-gl_select
	* FINAL: call glselect (smgl-gl_select behind it)

2015-04-25 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.5.4
	* DEPENDS: add gettext

2015-04-24 Thomas Orgis <sobukus@sourcemage.org>
	* DEPENDS: I beg to differ. The mesalib build I see really, really
	  wants mako and python (python2, to be specific)!

2015-03-29 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.5.2
	* DEPENDS: mako, python nolonger needed

2015-03-22 Thomas Orgis <sobukus@sourcemage.org>
	* BUILD: hack for finding moved libelf headers
	  (--enable-compat in libelf build being another possibility)
	* DEPENDS: quote lists in list_find

2015-03-20 Thomas Orgis <sobukus@sourcemage.org>
	* UP_TRIGGERS: Use plain grep, not grep -P. This is an optional feature.

2015-03-19 Sukneet Basuta <sukneet@sourcemage.org>
	* gl_select.patch: update to put libGLES files under .mesa

2015-03-14 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.5.1

2015-03-08 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.5.0
	* DEPENDS: add mako, now needed fot build
	  UDEV => DEVICE-MANAGER

2015-02-07 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.4.4
	* DEPENDS: tweak wayland support

2015-01-13 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.4.2

2015-01-01 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Depends on g++ (CXX in gcc) from IRC

2014-12-16 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.4.0
	* gl_select.patch: update, some files werre deleted
	* DEPENDS: radeonsi needs libelf

2014-10-30 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.3.2

2014-10-18 Jeremy Blosser <jblosser@sourcemage.org>
	* DETAILS: Add missing 'fi'.
	* CONFIGURE: Account for $GALLIUM_DRIVERS getting stored as "" when set
	  to "none".

2014-09-25 Treeve Jelbert <treeve@sourcemage.org>
	* rename spell => mesalib
	* UP_TRIGGERS: added, detect old mesalib libraries
	* PROVIDES: delete MESALIB

2014-09-25 Remko van der Vossen <wich@sourcemage.org>
	* DEPENDS: libxt
	* DETAILS: development: 7.11.2

2014-09-19 Treeve Jelbert <treeve@sourcemage.org>
	* SUB_DEPENDS, PRE_SUB_DEPENDS,DEPENDS: fix list_find usage

2014-08-24 Thomas Orgis <sobukus@sourcemage.org>
	* BUILD, CONFIGURE: Change driver selection and make this beast build.
	  It is not perfect, but results in a working build including r600 and
	  nouveau drivers for me.
	* PRE_BUILD, mesa-10.0-nv50-fix-build.patch: Remove typeid usage since
	  RTTI just won't work for us (another way would be to hack enforced NDEBUG
	  where it belongs).

2014-08-23 Thomas Orgis <sobukus@sourcemage.org>
	* DETAILS: version 10.2.6

2014-08-11 Sukneet Basuta <sukneet@sourcemage.org>
	* PRE_BUILD, gl_select.patch: added to install GL headers and libs
	  to correct path for smgl-gl_select

2014-08-03 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.2.5

2014-07-18 Sukneet Basuta <sukneet@sourcemage.org>
	* DEPENDS: corrected libdrm NOUVEAU sub_depends to NV

2014-07-11 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.2.3

2014-07-03 Ismael Luceno <ismael@sourcemage.org>
	* DETAILS: Use get_scm_version

2014-06-25 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.2.2

2014-06-07 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.2.1

2014-05-10 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.1.3

2014-14-19 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.1.1

2014-14-14 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 10.1.0

2014-04-14 Treeve Jelbert <treeve@sourcemage.org>
	* PROVIDES: add MESALIB
	* CONFLICTS: added, conflicts mesalib-1x

2013-05-31 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: GLUT functionality depends on libxmu and libxi (plus libx11)

2012-07-26 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version git
          use STAGED_INSTALL=off, as 'make install' tries to 
	  create invalid hard links
	  simplified version of spell from main grimoire

2012-06-29 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: PATCHLEVEL=1
	* CONFIGURE: removed commented flags (moved to DEPENDS)
	* PROVIDES: removed GLUT, mesalib can't provide GLUT since it doesn't
	  install GL/glut.h header, but requires it; plus GLU != GLUT
	* DEPENDS: added missing optional dependency on GLUT if GLU had been
	  enabled; corrected list_find

2011-11-21 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Latest development is 7.11.1
	  Spell "development" correctly (and match PREPARE)
	* DEPENDS: llvm is required to build at least r300 Gallium drivers in 7.11
	* PRE_BUILD: No X11R6 mentioned in Makefiles and no Makefile.template
	  for dri driver for 7.11.
	* PRE_BUILD, PRE_SUB_DEPENDS, SUB_DEPENDS: MESALIB_VER -> MESALIB_BRANCH
	  Also, "git" -> "scm" for MESALIB_BRANCH selection

2011-09-27 Ismael Luceno <ismael@sourcemage.org>
	* CONFIGURE: Fix broken case statement

2011-09-26 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: select stable branch by default

2011-09-22 Ismael Luceno <ismael@sourcemage.org>
	* CONFIGURE, DEPENDS, DETAILS, PREPARE: Use prepare_select_branch

2011-06-24 Vlad Glagolev <stealth@sourcemage.org>
	* DEPENDS: correctly compare versions

2011-06-14 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 7.10.3 (feature, developement)

2011-04-10 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 7.10.2 (feature, developement)

2011-03-03 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 7.9.2 (stable), 7.10.1 (feature, developement)

2011-02-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* PRE_BUILD: apply Makefile-fix-sed-expression.patch to all versions

2011-02-16 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* PRE_BUILD, Makefile-fix-sed-expression.patch: added patch to fix
	  error caused by malformed sed expression

2011-02-11 Vlad Glagolev <stealth@sourcemage.org>
	* REPAIR^all^EXPORTS: really export MESALIB_BUILD

2011-01-13 Vlad Glagolev <stealth@sourcemage.org>
	* {REPAIR^all^,}EXPORTS: added, to export MESALIB_BUILD

2011-01-11 Remko van der Vossen <wich@sourcemage.org>
	* DEPENDS: stable now too depends on talloc and needs python bindings
	  for libxml

2011-01-10 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 7.9.1 (stable), 7.10 (feature, developement)
	* CONFIGURE: MESALIB_GALLIUM updated

2011-01-07 Ladislav Hagara <hgr@vabo.cz>
	* CONFIGURE: config_query_multi MESALIB_GALLIUM updated
	* CONFIGURE: AVAILABLE_DRIVERS updated
	* SUB_DEPENDS: added r600 to stable's AVAILABLE_DRIVERS

2010-12-22 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 7.8.2 (stable), 7.9 (feature, developement)
	* PRE_BUILD, gl_select.patch: patch removed

2010-11-12 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
	* gl_select-scm.patch: fixes for glselect
	* gl_select.patch: fixes for glselect

2010-10-14 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: Radeon's mklib does not properly pass '-s' to LDFLAGS (bad fix)

2010-10-05 Vasil Yonkov <spirtbrat@sourcemage.org>
	* DETAILS: feature => 7.6.2, developement => 7.9;
	  updated MESALIB_VER=developement to 7.9
	  updated MESALIB_VER=feature to 7.6.1
	  BUILD: updated gallium options, added MESALIB_OPTS;
	  CONFIGURE: updated gallium and dri drivers options; added missing options;
	  DEPENDS: made libxt optional; added conditional sub_depends on libdrm;
	  added talloc

2010-09-14 Pol Vinogradov <vin.public@gmail.com>
	* PRE_BUILD: removed link creation for git branch

2010-08-19 Arjan Bouter <abouter@sourcemage.org>
	* PROVIDES: enabled GLUT again, see docs/glu.html
	* DEPENDS: added talloc for the scm version
	* PRE_BUILD, autogen.patch: fixed autogen.sh for scm version

2010-06-17 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 7.8.2 (development)

2010-06-13 Robin Cook <rcook@wyrms.net>
	* PROVIDES: removed GLUT

2010-04-26 Eric Sandall <sandalle@sourcemage.org>
	* CONFIGURE, SUB_DEPENDS: Enable nouveau for 7.8.1+ (development)

2010-04-10 Treeve Jelbert <treeve@sourcemage.org>
	* DEPENDS: remove imake, not needed
	* REPAIR^cfe9d942370d8c12716d288816996d37^DEPENDS: deleted

2010-04-06 Eric Sandall <sandalle@sourcemage.org>
	* {PRE_,}SUB_DEPENDS: Allow requiring non-stable (e.g. for new
	  xf86-video-ati which needs the new KMS code)

2010-04-06 Vasil Yonkov <spirtbrat@sourcemage.org>
	* DETAILS: updated MESALIB_VER=developement to 7.8.1

2010-04-03 Ladislav Hagara <hgr@vabo.cz>
	* PRE_BUILD: removed sedit, none X11R6 in dri_glx.c (7.5.2, 7.7.1, 7.8)

2010-03-31 Vasil Yonkov <spirtbrat@sourcemage.org>
	* DETAILS: updated MESALIB_VER=feature to 7.7.1
	  updated MESALIB_VER=developement to 7.8

2010-02-26 Eric Sandall <sandalle@sourcemage.org>
	* INSTALL: Fails with multiple make jobs

2010-02-10 Pol Vinogradov <vin.public@gmail.com>
	* PRE_BUILD: fix for git branch

2010-02-03 Vasil Yonkov <spirtbrat@sourcemage.org>
	* DETAILS, PREPARE: added a default version

2010-01-23 Vasil Yonkov <spirtbrat@sourcemage.org>
	* CONFIGURE, DEPENDS, DETAILS, PREPARE, PRE_BUILD,
	  SUB_DEPENDS: added test and developement branches

2010-01-02 Robert Figura <template@sourcemage.org>
	* DETAILS: version 7.5.2

2009-10-03 Treeve Jelbert <treeve@sourcemage.org>
	* DEPENDS: force sub_depends XCB for libx11

2009-09-13 Peng Chang (Charles) <chp@sourcemage.org>
	* DETAILS: updated to 7.5.1, also updated SOURCE_URL and WEB_SITE

2009-08-06 Arjan Bouter <abouter@sourcemage.org>
	* CONFIGURE, BUILD: added gallium drivers

2009-07-31 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Bash does not support floating point arithmetic, reduce
	  to integer.
	  Need to use -lt instead of < for comparison otherwise stupid simple
	  math such as 2411 < 243 will be true, but 2411 < 241 will be false.
	  This fixes libdrm always being forced
	* PRE_BUILD: autogen.sh only exists in GIT checkout so only fix there

2009-07-28 Arjan Bouter <abouter@sourcemage.org>
	* PRE_BUILD: moved the sedit for configure

2009-07-25 Arjan Bouter <abouter@sourcemage.org>
	* PRE_BUILD: add patch for scm version, don't run configure
	  from autogen.sh
	* DEPENDS: added optional dep on libxcb
	* CONFIGURE, SUB_DEPENDS: added r600 for scm version
	* PROVIDES: provides GLUT
	* gl_select-scm.patch: added

2009-07-17 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 7.5
	  SOURCE matches upstream posted MD5

2009-06-24 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 7.4.4

2009-06-20 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 7.4.3

2009-05-28 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 7.4.2

2009-04-18 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 7.4.1

2009-04-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
	* DETAILS: updated spell to 7.4