File Mesa.changes of Package A_sr-Mesa
8458
1
-------------------------------------------------------------------
2
Fri Apr 18 17:14:50 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
3
4
- Update to release 25.0.4
5
--> https://docs.mesa3d.org/relnotes/25.0.4
6
7
-------------------------------------------------------------------
8
Mon Apr 7 19:20:37 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
9
10
- let Mesa-dri only require libvulkan1, libvulkan_lvp if build
11
of vulkan drivers is enabled on this platform
12
13
-------------------------------------------------------------------
14
Mon Apr 7 14:37:45 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
15
16
- let Mesa-dri also require libvulkan_lvp; fixes startup of Wayland
17
sessions with Mesa 25.0.3 (boo#1240854)
18
19
-------------------------------------------------------------------
20
Mon Apr 7 09:54:36 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
21
22
- U_clover-Don-t-include-libclc-headers.patch
23
* don't break clover with libclc 20.1.0 update (boo#1240848)
24
25
-------------------------------------------------------------------
26
Sun Apr 6 09:24:16 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
27
28
- Update to release 25.0.3
29
--> https://docs.mesa3d.org/relnotes/25.0.3
30
31
-------------------------------------------------------------------
32
Fri Apr 4 12:23:19 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
33
34
- require llvm20/clang20
35
36
-------------------------------------------------------------------
37
Mon Mar 31 16:20:27 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
38
39
- don't apply revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch
40
on s390x, which is not affected by that issue (different Mesa
41
version)
42
43
-------------------------------------------------------------------
44
Tue Mar 25 09:07:24 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
45
46
- Fix regression in winsys/amdgpu (boo#1239657)
47
revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch
48
https://gitlab.freedesktop.org/mesa/mesa/-/issues/12809
49
https://gitlab.freedesktop.org/mesa/mesa/-/commit/8c91624614c1f939974fe0d2d1a3baf83335cecb
50
51
-------------------------------------------------------------------
52
Thu Mar 20 15:10:52 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
53
54
- Update to release 25.0.2
55
--> https://docs.mesa3d.org/relnotes/25.0.2
56
57
-------------------------------------------------------------------
58
Sun Mar 9 11:06:22 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
59
60
- Make build recipe POSIX sh compatible
61
62
-------------------------------------------------------------------
63
Fri Mar 7 13:40:43 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
64
65
- enabled Raytracing (vulkan) support for intel ARC GPUs
66
(boo#1238732)
67
68
-------------------------------------------------------------------
69
Fri Mar 7 09:56:50 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
70
71
- no longer hardcode CXX, but instead make use of %gcc_version,
72
which is implicitely set in prjconf, which I wasn't aware of ...
73
74
-------------------------------------------------------------------
75
Thu Mar 6 22:21:45 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
76
77
- CXX needs to be set to an existing g++ compiler; otherwise you get
78
meson.build:4:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']]
79
The following exception(s) were encountered:
80
Running `c++ --version` gave "[Errno 2] No such file or directory: 'c++'"
81
Running `g++ --version` gave "[Errno 2] No such file or directory: 'g++'"
82
Running `clang++ --version` gave "[Errno 2] No such file or directory: 'clang++'"
83
Running `nvc++ --version` gave "[Errno 2] No such file or directory: 'nvc++'"
84
Running `pgc++ --version` gave "[Errno 2] No such file or directory: 'pgc++'"
85
Running `icpc --version` gave "[Errno 2] No such file or directory: 'icpc'"
86
Running `icpx --version` gave "[Errno 2] No such file or directory: 'icpx'"
87
Since there is no 'g++' available I take 'g++-14', i.e.
88
export CXX=g++-14
89
I don't care if gcc gets updated and Mesa fails then. I much more
90
often need to update Mesa than we see a gcc update ...
91
92
-------------------------------------------------------------------
93
Thu Mar 6 14:58:51 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
94
95
- fixed build for TW
96
97
-------------------------------------------------------------------
98
Thu Mar 6 13:51:52 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
99
100
- Build with GCC 13 on Leap/SLES 15 (bsc#1238713)
101
102
-------------------------------------------------------------------
103
Wed Mar 5 22:13:36 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
104
105
- Update to release 25.0.1
106
--> https://docs.mesa3d.org/relnotes/25.0.1
107
108
-------------------------------------------------------------------
109
Wed Mar 5 13:16:20 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
110
111
- don't obsolete Mesa-libglapi0 on s390x since this is still on
112
Mesa 24.1.7
113
114
-------------------------------------------------------------------
115
Fri Feb 21 14:04:21 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
116
117
- Add explanation for the "CM" in "GLESv1_CM".
118
- Drop idempotent %if..%endif guards that do nothing.
119
- Combine some rm calls in the build recipe.
120
- Add -v argument to all rm calls to see the result of the
121
deletion in the build log.
122
123
-------------------------------------------------------------------
124
Thu Feb 20 12:58:48 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
125
126
- Update to release 25.0.0
127
--> https://docs.mesa3d.org/relnotes/25.0.0
128
- adjusted u_dep_xcb.patch
129
- supersedes U_radeonsi-disallow-compute-queues-on-Raven-Raven2-due.patch
130
- libglapi merged into libgallium
131
- add patches to fix compilation with Python 3.6 (SLE15 SP7, SLE16, Leap 15.6)
132
* u_intel-drop-annotations-from-spv2hex.patch
133
* u_meson-lower-python-version-requirement.patch
134
--> credits go to "Mikhail Paulyshka" <me@mixaill.net>
135
136
-------------------------------------------------------------------
137
Fri Jan 31 23:39:37 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
138
139
- U_radeonsi-disallow-compute-queues-on-Raven-Raven2-due.patch
140
* Fixes: 58b512ddd6e - radeonsi: execute clears at resource
141
allocation using compute instead of gfx
142
* Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12310
143
144
-------------------------------------------------------------------
145
Wed Jan 22 22:10:01 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
146
147
- Update to release 24.3.4
148
--> https://docs.mesa3d.org/relnotes/24.3.4
149
150
-------------------------------------------------------------------
151
Sun Jan 12 20:38:28 UTC 2025 - Mikhail Paulyshka <me@mixaill.net>
152
153
- aarch64: enable build of panvk driver
154
155
-------------------------------------------------------------------
156
Sat Jan 4 20:46:28 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
157
158
- Update to release 24.3.3
159
--> https://docs.mesa3d.org/relnotes/24.3.3
160
161
-------------------------------------------------------------------
162
Sat Jan 4 20:08:17 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
163
164
- Update to release 24.3.2
165
--> https://docs.mesa3d.org/relnotes/24.3.2
166
- supersedes the following patches:
167
* 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch
168
* 0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch
169
* 0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch
170
171
-------------------------------------------------------------------
172
Thu Dec 12 19:59:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
173
174
- require llvm19/clang19 on sle15 >= sp6
175
176
-------------------------------------------------------------------
177
Mon Dec 9 19:04:25 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
178
179
- aarch64: disable build of etnaviv driver on sle15-sp7 due to
180
python3-pycparser >= 2.20 not available
181
182
-------------------------------------------------------------------
183
Mon Dec 9 14:36:46 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
184
185
- don't apply patches of previous changelog for s390x; Mesa 24.1.7
186
doesn't suffer from this issue, only Mesa 24.3.1 ...
187
188
-------------------------------------------------------------------
189
Sun Dec 8 21:58:37 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
190
191
- 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch
192
0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch
193
0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch
194
* fixes mesa 24.3.1 gallium crash/segfault on GPUs without
195
format modifiers (mesa issue#12253, mesa MR#32535, boo#1234302)
196
197
-------------------------------------------------------------------
198
Thu Dec 5 03:00:23 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
199
200
- Update to release 24.3.1
201
--> https://docs.mesa3d.org/relnotes/24.3.1
202
203
-------------------------------------------------------------------
204
Wed Nov 27 23:10:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
205
206
- trying to make buildservice happy by adding both tarballs to
207
specfile ...
208
209
-------------------------------------------------------------------
210
Tue Nov 26 18:20:06 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
211
212
- on s390x build Mesa 24.1.7 to fix colors with Xvnc (boo#1233167)
213
- adjusted patches for Mesa 24.1.7:
214
* python36-buildfix1-s390x.patch
215
* u_dep_xcb-s390x.patch
216
* u_mesa-CVE-2023-45913-s390x.patch
217
218
-------------------------------------------------------------------
219
Fri Nov 22 10:35:29 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
220
221
- Update to release 24.3.0
222
--> https://docs.mesa3d.org/relnotes/24.3.0
223
224
-------------------------------------------------------------------
225
Thu Nov 21 05:09:35 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
226
227
- Update to release 24.3.0~rc2
228
--> https://www.phoronix.com/news/Mesa-24.3-rc2
229
- Update to release 24.3.0~rc1
230
--> https://www.phoronix.com/news/Mesa-24.3-rc1-Released
231
- refreshed patches:
232
* n_drirc-disable-rgb10-for-chromium-on-amd.patch
233
* python36-buildfix1.patch
234
* python36-buildfix2.patch
235
* tlsdesc_test.patch
236
* u_mesa-CVE-2023-45913.patch
237
* u_mesa-CVE-2023-45919.patch
238
* u_mesa-CVE-2023-45922.patch
239
* u_dep_xcb.patch
240
- drop no longer supported options:
241
* -Ddri3=enabled
242
* -Ddri-search-path=%{_libdir}/dri
243
- new files added in this update currently packaged as part of
244
Mesa-dri:
245
* %{_libdir}/gbm/dri_gbm.so
246
247
-------------------------------------------------------------------
248
Tue Nov 19 12:48:59 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
249
250
- Update to release 24.2.7
251
--> https://docs.mesa3d.org/relnotes/24.2.7
252
- supersedes 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
253
254
-------------------------------------------------------------------
255
Wed Nov 6 17:34:15 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
256
257
- 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
258
* fixes colors for 'swrast' driver (boo#1230637, gitlab issue#11840)
259
260
-------------------------------------------------------------------
261
Thu Oct 31 19:35:20 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
262
263
- Update to release 24.2.6
264
--> https://docs.mesa3d.org/relnotes/24.2.6
265
266
-------------------------------------------------------------------
267
Thu Oct 31 19:15:10 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
268
269
- added -32bit package for Mesa-libva since it's needed by Steam;
270
reported on packman ML:
271
https://lists.links2linux.de/pipermail/packman/2024-October/017985.html
272
273
-------------------------------------------------------------------
274
Fri Oct 18 11:00:17 UTC 2024 - Andreas Färber <afaerber@suse.de>
275
276
- Enable intel Vulkan backends on riscv64 (boo#1231756)
277
- Enable iris Gallium backend on riscv64, Power and on Arm, too
278
279
-------------------------------------------------------------------
280
Thu Oct 17 10:16:01 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
281
282
- Update to release 24.2.5
283
--> https://docs.mesa3d.org/relnotes/24.2.5
284
- drop u_fix-llvm19-build.patch
285
included in upstream
286
287
-------------------------------------------------------------------
288
Thu Oct 3 19:00:29 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
289
290
- Update to release 24.2.4
291
--> https://docs.mesa3d.org/relnotes/24.2.4
292
293
-------------------------------------------------------------------
294
Tue Oct 1 11:08:36 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
295
296
- u_mesa-CVE-2023-45913.patch
297
* NULL pointer dereference via dri2GetGlxDrawableFromXDrawableId()
298
(CVE-2023-45913, bsc#1222040)
299
- u_mesa-CVE-2023-45919.patch
300
* buffer over-read in glXQueryServerString()
301
(CVE-2023-45919, bsc#1222041)
302
- u_mesa-CVE-2023-45922.patch
303
* segmentation violation in __glXGetDrawableAttribute()
304
(CVE-2023-45922, bsc#1222042)
305
306
-------------------------------------------------------------------
307
Mon Sep 23 16:56:40 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
308
309
- libvdpau_gallium was linked directly into libgallium-*.so.*.
310
Drop the subpackage and provides/obsolete it via Mesa-dri which
311
ships libgallium-*.so.*.
312
313
-------------------------------------------------------------------
314
Mon Sep 23 16:37:33 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
315
316
- drop u_fix_rust_bindgen.patch
317
included in update
318
319
-------------------------------------------------------------------
320
Mon Sep 23 16:32:05 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
321
322
- Update to release 24.2.3
323
--> https://docs.mesa3d.org/relnotes/24.2.3
324
325
-------------------------------------------------------------------
326
Mon Sep 23 10:58:19 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
327
328
- disable build of rusticl on sle15; meson is just too old ...
329
330
-------------------------------------------------------------------
331
Mon Sep 23 10:51:31 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
332
333
- buildrequires: rusticl needs mesa >= 1.4.0
334
335
-------------------------------------------------------------------
336
Mon Sep 23 10:40:35 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
337
338
- tlsdesc_test.patch: disable LTO in tlsdesc_test to suppress TLS
339
relaxation (patch by Andreas Schwab <schwab@suse.de>); see also
340
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11929
341
342
-------------------------------------------------------------------
343
Mon Sep 23 10:36:35 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
344
345
- buildrequire llvm19-devel/clang19-devel on sle15-sp7
346
347
-------------------------------------------------------------------
348
Sun Sep 22 12:02:17 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
349
350
- Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM.
351
- Update minimum version requirements based on meson.build.
352
- Fix build on s390x: apparently we don't have libvdpau_gallium.so.
353
354
-------------------------------------------------------------------
355
Fri Sep 13 17:39:59 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
356
357
- drop U_egl-x11-sw-fix-partial-image-uploads.patch:
358
the code in the function saw further fixes later on in the 24.2
359
branch.
360
361
-------------------------------------------------------------------
362
Fri Sep 13 15:42:12 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
363
364
- U_egl-x11-sw-fix-partial-image-uploads.patch
365
* culprit for the regression in 24.1.4; reverse apply this for
366
now (boo#1228164)
367
368
-------------------------------------------------------------------
369
Tue Sep 10 14:35:00 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
370
371
- integrated changes by Andreas Schwab <schwab@suse.de>
372
* enable glamor also for driver build
373
* update rust crates
374
+ syn 2.0.39
375
+ proc_macro2 1.0.86
376
* enable valgrind also on riscv64
377
* added libvdpau_gallium package for generic VDPAU state tracker
378
* switch from "swrast" to "softpipe,llvmpipe" drivers
379
* use "-Dllvm-orcjit=true" for riscv64 build
380
* added libgallium to Mesa-dri package
381
382
-------------------------------------------------------------------
383
Tue Sep 10 13:38:59 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
384
385
- re-disable llvm for non-driver build by switching from "swrast"
386
to "softpipe" for gallium drivers in that case
387
- make previous changelog a bit nicer
388
389
-------------------------------------------------------------------
390
Sun Sep 8 17:39:10 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
391
392
- Update to release 24.2.2
393
--> https://docs.mesa3d.org/relnotes/24.2.2
394
--> https://docs.mesa3d.org/relnotes/24.2.1
395
--> https://docs.mesa3d.org/relnotes/24.2.0
396
397
- refreshed the following patches with quilt:
398
* U_fix-mpeg1_2-decode-mesa-20.2.patch
399
* n_add-Mesa-headers-again.patch
400
* n_stop-iris-flicker.patch
401
* u_dep_xcb.patch
402
* u_fix_rust_bindgen.patch
403
- dropped U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
404
- New BuildRequires:
405
* python3-PyYAML
406
- enable llvm also for non-driver build to fix:
407
"llvmpipe requires LLVM and is enabled, but LLVM is disabled".
408
409
-------------------------------------------------------------------
410
Thu Sep 5 19:20:59 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
411
412
- Update to bugfix release 24.1.7
413
--> https://docs.mesa3d.org/relnotes/24.1.7
414
- Supersedes the following patch:
415
* U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
416
- Rebase patches with quilt.
417
418
-------------------------------------------------------------------
419
Sun Aug 25 09:04:57 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
420
421
- Fix random GPU crash with AMDGPU (bsc#1229050):
422
U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
423
(credits go to Takashi Iwai!)
424
425
-------------------------------------------------------------------
426
Wed Aug 21 16:53:28 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
427
428
- fix build with current rust-bindgen
429
* u_fix_rust_bindgen.patch
430
431
-------------------------------------------------------------------
432
Thu Jul 4 12:26:06 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
433
434
- Update to bugfix release 24.1.3
435
--> https://docs.mesa3d.org/relnotes/24.1.3
436
- supersedes the following patches:
437
* u_dri-Fix-BGR-format-exclusion.patch
438
* u_egl-gbm-Enable-RGBA-configs.patch
439
* u_egl-surfaceless-Enable-RGBA-configs.patch
440
* boo1226725-test-fix1.patch
441
442
-------------------------------------------------------------------
443
Thu Jul 4 09:47:12 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
444
445
- use gcc-13 on SLE 15/Leap 15.x in order to fix build; credits
446
go to "Friedrich Haubensak" <hsk17@mail.de> to figure this out!
447
448
-------------------------------------------------------------------
449
Fri Jun 28 12:48:56 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
450
451
- boo1226725-test-fix1.patch
452
* another try to fix coloring on s390x and other platforms
453
- re-enabled patches only applied on s390x with previous change
454
on all platforms again
455
456
-------------------------------------------------------------------
457
Thu Jun 27 08:55:00 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
458
459
- apply patches below to get GL on s390x working again only on
460
s390x, because they break colors during YaST installation
461
also on x86_64 platform (QT/GTK using GL backend?) (boo#1226725)
462
463
-------------------------------------------------------------------
464
Wed Jun 26 08:27:46 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
465
466
- u_egl-gbm-Enable-RGBA-configs.patch,
467
u_egl-surfaceless-Enable-RGBA-configs.patch
468
* these are needed now after applying previous patch
469
u_dri-Fix-BGR-format-exclusion.patch also on other platforms
470
than s390x? (boo#1226725)
471
472
-------------------------------------------------------------------
473
Tue Jun 25 11:14:15 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
474
475
- u_dri-Fix-BGR-format-exclusion.patch
476
* fixes glxinfo/eglxinfo on s390x (boo#1226725, comment#6)
477
478
-------------------------------------------------------------------
479
Sun Jun 23 00:24:07 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
480
481
- Specfile cleanup
482
* copy rust crate sources into subprojects folder
483
* remove supplements. nvk is still new
484
- Specfile changes for Rust crates. Also added this to README-suse-maintenance.md
485
* Since Rust crates are not installed or discouraged to be installed
486
as system dependencies because of the maintenance burden of being the
487
next crates.io, we will have to download the following crates as vendored
488
dependencies. Hence, do not be scared if the dependencies are done like
489
this To check new crates or update the versions, just go to the subprojects
490
folder and run `grep -r crates .` then set versions appropriately.
491
492
-------------------------------------------------------------------
493
Fri Jun 21 08:41:10 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
494
495
- Update baselibs.conf
496
- Build requires rust-cbindgen >= 0.25. However, this means
497
we cannot build libvulkan_nouveau on Leap.
498
- Enable libvulkan_nouveau including the following depencencies
499
* add rust crate paste-1.0.14.tar.gz
500
* add rust crate proc-macro2-1.0.70.tar.gz
501
* add rust crate quote-1.0.33.tar.gz
502
* add rust crate syn-2.0.39.tar.gz
503
* add rust crate unicode-ident-1.0.12.tar.gz
504
505
-------------------------------------------------------------------
506
Thu Jun 20 13:39:48 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
507
508
- Update to bugfix release 24.1.2
509
--> https://docs.mesa3d.org/relnotes/24.1.2
510
511
-------------------------------------------------------------------
512
Wed Jun 19 17:31:26 UTC 2024 - Mikhail Paulyshka <me@mixaill.net>
513
514
- Disable LTO on %ix86/x86_64 due to rendering bugs on Radeon
515
graphics (boo#1226462)
516
517
-------------------------------------------------------------------
518
Tue Jun 18 06:18:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
519
520
- BuildRequire python3-pycparser when building drivers on ARM:
521
etnaviv drm module requires this module to build.
522
523
-------------------------------------------------------------------
524
Fri Jun 14 18:20:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
525
526
- Update to bugfix release 24.1.1
527
--> https://docs.mesa3d.org/relnotes/24.1.1
528
529
-------------------------------------------------------------------
530
Fri Jun 14 09:24:21 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
531
532
- Update to new feature release 24.1.0
533
--> https://docs.mesa3d.org/relnotes/24.1.0
534
- Some interesting highlights include:
535
* NVIDIA Vulkan driver NVK is now considered ready for prime time.
536
Distro packagers are now recommended to include `nouveau` in the
537
`vulkan-drivers` list so that their users can have the option of using it
538
instead of the proprietary NVIDIA driver.
539
* Intel Vulkan driver Anv switched to truly asynchronous VM bind, and Xe
540
support for error dump to debug GPU hangs was added.
541
* Apple OpenGL driver Asahi has reached OpenGL 4.6 and OpenGL ES 3.2
542
support.
543
* Broadcom Vulkan driver V3DV gained support for VK_KHR_dynamic_rendering.
544
* Arm Mali OpenGL driver Panfrost was prepared for Gen10 (Gxxx), and
545
Vulkan driver PanVK was modernised for better Midgard (Txxx) and
546
Bifrost (Gxxx) support.
547
* All Vulkan drivers have gained support for explicit synchronisation on
548
Wayland and X11.
549
- adjusted patches:
550
* n_stop-iris-flicker.patch
551
* python36-buildfix1.patch
552
- supersedes patches:
553
* 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch
554
* 0002-glx-fix-some-indentation.patch
555
* 0003-glx-add-an-implicit-param-to-createScreen.patch
556
* 0004-glx-pass-implicit-load-param-through-allocation.patch
557
* 0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch
558
* 0006-gbm-plumb-an-implicit-param-through-device-creation.patch
559
* 0007-frontends-dri-plumb-an-implicit-param-through-screen.patch
560
* 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch
561
* 0009-zink-don-t-print-error-messages-when-failing-an-impl.patch
562
* 0010-glx-silence-more-implicit-load-zink-errors.patch
563
- added libvdpau_d3d12 package
564
- small cleanup in specfile
565
566
-------------------------------------------------------------------
567
Thu Jun 13 13:26:14 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
568
569
- Update to bugfix release 24.0.9
570
--> https://docs.mesa3d.org/relnotes/24.0.9.html
571
* This is the last release of the 24.0 series. Users are encouraged
572
to switch to the 24.1 series to continue receiving bugfixes.
573
574
-------------------------------------------------------------------
575
Sun Jun 2 16:27:55 UTC 2024 - Yunhe Guo <i@guoyunhe.me>
576
577
- Restrict all internal depencency version to match the exact Mesa build,
578
so that users won't install Mesa packages partly from other repos and
579
make the system broken.
580
581
-------------------------------------------------------------------
582
Thu May 23 11:05:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
583
584
- Update to bugfix release 24.0.8
585
--> https://docs.mesa3d.org/relnotes/24.0.8.html
586
- refreshed 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch
587
588
-------------------------------------------------------------------
589
Thu May 16 10:38:33 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
590
591
- Update to bugfix release 24.0.7
592
--> https://docs.mesa3d.org/relnotes/24.0.7.html
593
594
-------------------------------------------------------------------
595
Thu May 16 10:29:38 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
596
597
- Update to bugfix release 24.0.6
598
--> https://docs.mesa3d.org/relnotes/24.0.6.html
599
600
-------------------------------------------------------------------
601
Tue May 14 07:22:05 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
602
603
- Enable libvulkan_intel on arm
604
605
-------------------------------------------------------------------
606
Sat Apr 20 12:23:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
607
608
- Update to bugfix release 24.0.5
609
- supersedes mesa-fix-llvm18.patch
610
- adjusted 0004-glx-pass-implicit-load-param-through-allocation.patch,
611
0010-glx-silence-more-implicit-load-zink-errors.patch
612
613
-------------------------------------------------------------------
614
Wed Apr 3 06:55:12 UTC 2024 - Fei Yang <io@feiyang.eu.org>
615
616
- fix missing free codecs in builds with non-free codecs enabled
617
618
-------------------------------------------------------------------
619
Tue Mar 26 01:44:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
620
621
- enable vulkan-beta meson flag for vulkan video support (suggested
622
by "llyyr" <llyyr.public@gmail.com>; adding C flag
623
-Wno-error=missing-prototypes for this wasn't necessary)
624
625
-------------------------------------------------------------------
626
Mon Mar 25 09:55:48 UTC 2024 - Andreas Schwab <schwab@suse.de>
627
628
- Add zink driver by default
629
630
-------------------------------------------------------------------
631
Wed Mar 20 07:18:13 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
632
633
- Add patch to fix boo#1221664:
634
* mesa-fix-llvm18.patch
635
636
-------------------------------------------------------------------
637
Tue Mar 19 12:59:16 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
638
639
- 0010-glx-silence-more-implicit-load-zink-errors.patch
640
* glx: silence more implicit-load zink errors [gitlab mesa issue #10802]
641
642
-------------------------------------------------------------------
643
Tue Mar 19 02:20:03 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
644
645
- 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch,
646
0002-glx-fix-some-indentation.patch,
647
0003-glx-add-an-implicit-param-to-createScreen.patch,
648
0004-glx-pass-implicit-load-param-through-allocation.patch,
649
0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch,
650
0006-gbm-plumb-an-implicit-param-through-device-creation.patch,
651
0007-frontends-dri-plumb-an-implicit-param-through-screen.patch,
652
0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch,
653
0009-zink-don-t-print-error-messages-when-failing-an-impl.patch
654
* get rid of error message:
655
'MESA: error: ZINK: vkEnumeratePhysicalDevices failed
656
(VK_ERROR_INITIALIZATION_FAILED)'
657
[gitlab mesa issue #10802]
658
659
-------------------------------------------------------------------
660
Tue Mar 19 02:10:26 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
661
662
- adjusted and re-enabled python36-buildfix1.patch
663
664
-------------------------------------------------------------------
665
Mon Mar 18 23:55:51 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
666
667
- Update to new feature release 24.0.3
668
* Some interesting highlights include:
669
+ New PowerVR Vulkan driver for Imagination's GPU
670
+ NVIDIA Vulkan driver NVK has seen many improvements
671
+ AMD Vulkan driver RADV ray-tracing performance improvements
672
+ Microsoft OpenGL driver D3D12 has reached OpenGL 4.6 support
673
* New extensions & features (in no particular order):
674
+ VK_EXT_image_compression_control on RADV
675
+ VK_EXT_device_fault on RADV
676
+ OpenGL 3.3 on Asahi
677
+ Geometry shaders on Asahi
678
+ GL_ARB_texture_cube_map_array on Asahi
679
+ GL_ARB_clip_control on Asahi
680
+ GL_ARB_timer_query on Asahi
681
+ GL_EXT_disjoint_timer_query on Asahi
682
+ GL_ARB_base_instance on Asahi
683
+ OpenGL 4.6 (up from 4.2) on d3d12
684
+ VK_EXT_depth_clamp_zero_one on RADV
685
+ GL_ARB_shader_texture_image_samples on Asahi
686
+ GL_ARB_indirect_parameters on Asahi
687
+ GL_ARB_viewport_array on Asahi
688
+ GL_ARB_fragment_layer_viewport on Asahi
689
+ GL_ARB_cull_distance on Asahi
690
+ GL_ARB_transform_feedback_overflow_query on Asahi
691
+ VK_KHR_calibrated_timestamps on RADV
692
+ VK_KHR_vertex_attribute_divisor on RADV
693
+ VK_KHR_maintenance6 on RADV
694
+ VK_KHR_ray_tracing_position_fetch on RADV
695
+ EGL_EXT_query_reset_notification_strategy
696
- supersedes U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch
697
- adjusted n_add-Mesa-headers-again.patch, u_dep_xcb.patch
698
- disabled python36-buildfix1.patch
699
- removed disabled patch u_fix-build-on-ppc64le.patch
700
701
-------------------------------------------------------------------
702
Sat Mar 16 18:44:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
703
704
- get rid of u_zink-dont-print-error-messages-when-failing-an-implicit.patch
705
completely
706
707
-------------------------------------------------------------------
708
Thu Mar 14 04:48:32 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
709
710
- buildrequires llvm18-devel/clang18-devel on Leap 15.5/15.6
711
712
-------------------------------------------------------------------
713
Thu Mar 14 04:40:06 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
714
715
- disabled u_zink-dont-print-error-messages-when-failing-an-implicit.patch
716
for now, since it breaks driver build; this patch needs other patches
717
below to build ...
718
719
-------------------------------------------------------------------
720
Tue Mar 12 20:13:17 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
721
722
- u_zink-dont-print-error-messages-when-failing-an-implicit.patch
723
* zink: don't print error messages when failing an implicit
724
driver load (Mesa gitlab issue #10802)
725
726
-------------------------------------------------------------------
727
Sat Mar 9 22:17:33 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
728
729
- Add U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch to fix
730
build with LLVM 18.
731
732
-------------------------------------------------------------------
733
Tue Mar 5 04:33:37 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
734
735
- Enable zink driver build on aarch64, this is needed for Qualcomm Adreno a7xx
736
to use hw accelerated GL.
737
738
-------------------------------------------------------------------
739
Mon Mar 4 03:10:33 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
740
741
- buildrequire llvm17 also on sle15-sp5/Leap15.5
742
743
-------------------------------------------------------------------
744
Sat Feb 17 01:01:22 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
745
746
- Update to bugfix release 23.3.6
747
--> https://docs.mesa3d.org/relnotes/23.3.6.html
748
749
-------------------------------------------------------------------
750
Sun Feb 4 21:26:26 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
751
752
- Update to bugfix release 23.3.5
753
--> https://docs.mesa3d.org/relnotes/23.3.5.html
754
755
-------------------------------------------------------------------
756
Wed Jan 31 17:40:11 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
757
758
- re-enabled rusticl on sle15-sp6 after linkpac'ing rust-bindgen
759
in X11:XOrg project
760
761
-------------------------------------------------------------------
762
Thu Jan 25 05:19:47 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
763
764
- Update to bugfix release 23.3.4
765
--> https://docs.mesa3d.org/relnotes/23.3.4.html
766
767
-------------------------------------------------------------------
768
Mon Jan 22 14:36:33 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
769
770
- split python36-buildfix.patch into two patches python36-buildfix1.patch
771
and python36-buildfix2.patch; apply the latter only on sle15-sp6/Leap 15.6
772
since on newer python releases than 3.6 it changes behaviour to
773
remove required=True option
774
775
-------------------------------------------------------------------
776
Sat Jan 20 13:04:02 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
777
778
- python36-buildfix.patch
779
* src/freedreno/registers/gen_header.py: hopefully fixes aarch64
780
build
781
782
-------------------------------------------------------------------
783
Sat Jan 20 11:22:42 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
784
785
- u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch
786
u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch
787
python36-buildfix.patch
788
* fixes build against python 3.6
789
790
-------------------------------------------------------------------
791
Sat Jan 20 10:43:27 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
792
793
- let Mesa-dri require libvulkan1 to get zink/swrast driver
794
fallbacks working (hopefully); probably related:
795
https://gitlab.freedesktop.org/mesa/mesa/-/commit/2a71f06f2938678d89d5ed1372cda6a7b55d964d
796
797
-------------------------------------------------------------------
798
Thu Jan 11 11:41:17 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
799
800
- Update to bugfix release 23.3.3
801
--> https://docs.mesa3d.org/relnotes/23.3.3.html
802
803
-------------------------------------------------------------------
804
Sat Jan 6 14:24:41 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
805
806
- Update to bugfix release 23.3.2
807
--> https://docs.mesa3d.org/relnotes/23.3.2.html
808
809
-------------------------------------------------------------------
810
Fri Dec 1 20:10:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
811
812
- Update to version 23.3.0:
813
* It includes NVK, a new reverse-engineered Vulkan driver for
814
Nvidia hardware. This driver is still in experimental phase,
815
not quite ready for prime time yet, but adventurous users can
816
give it a go!
817
* New extensions & features (in no particular order):
818
- VK_EXT_pipeline_robustness on ANV
819
- VK_KHR_maintenance5 on RADV
820
- OpenGL ES 3.1 on Asahi
821
- GL_ARB_compute_shader on Asahi
822
- GL_ARB_shader_atomic_counters on Asahi
823
- GL_ARB_shader_image_load_store on Asahi
824
- GL_ARB_shader_image_size on Asahi
825
- GL_ARB_shader_storage_buffer_object on Asahi
826
- GL_ARB_sample_shading on Asahi
827
- GL_OES_sample_variables on Asahi
828
- GL_OES_shader_multisample_interpolation on Asahi
829
- GL_OES_gpu_shader5 on Asahi
830
- EGL_ANDROID_blob_cache works when disk caching is disabled
831
- VK_KHR_cooperative_matrix on RADV/GFX11+
832
- Drop patches fixed upstream:
833
* U_clover-llvm-move-to-modern-pass-manager.patch
834
* U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
835
- Refresh patches with quilt.
836
- Use %patch -p N instead of deprecated %patchN.
837
838
-------------------------------------------------------------------
839
Mon Nov 20 14:53:17 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
840
841
- buildrequire 'pkgconfig(SPIRV-Tools)' also with disabled rusticl
842
(new dep since some time)
843
844
-------------------------------------------------------------------
845
Mon Nov 20 14:44:53 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
846
847
- re-disable rusticl on sle15-sp6 to prevent more deps (rust-bindgen)
848
- buildrequire 'pkgconfig(LLVMSPIRVLib)' also with disabled rusticl
849
(new dep since some time)
850
851
-------------------------------------------------------------------
852
Mon Nov 20 14:40:06 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
853
854
- enable rusticl on sle15-sp6
855
856
-------------------------------------------------------------------
857
Fri Nov 17 14:14:06 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
858
859
- let sle15-sp6 require llvm17/clang17
860
861
-------------------------------------------------------------------
862
Wed Nov 15 10:24:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
863
864
- build with valgrind only on 64bit platforms
865
866
-------------------------------------------------------------------
867
Sat Oct 14 22:31:08 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
868
869
- Add U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
870
Fix https://gitlab.freedesktop.org/mesa/mesa/-/issues/9889
871
872
-------------------------------------------------------------------
873
Wed Oct 4 10:11:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
874
875
- Update to Mesa 23.2.1
876
* Mesa 23.2.1 is a new development release. People who are
877
concerned with stability and reliability should stick with a
878
previous release or wait for Mesa 23.2.2.
879
* Mesa 23.2.1 is an unusual first stable release due to the
880
accidentl tagging of 23.2.0 durring the rc cycle.
881
* Mesa 23.2.1 implements the OpenGL 4.6 API, but the version
882
reported by glGetString(GL_VERSION) or
883
glGetIntegerv(GL_MAJOR_VERSION) /
884
glGetIntegerv(GL_MINOR_VERSION) depends on the particular
885
driver being used. Some drivers don't support all the features
886
required in OpenGL 4.6. OpenGL 4.6 is **only** available if
887
requested at context creation. Compatibility contexts may
888
report a lower version depending on each driver.
889
* Mesa 23.2.1 implements the Vulkan 1.3 API, but the version
890
reported by the apiVersion property of the
891
VkPhysicalDeviceProperties struct depends on the particular
892
driver being used.
893
* More details in:
894
--> https://gitlab.freedesktop.org/mesa/mesa/-/blob/23.2/docs/relnotes/23.2.1.rst
895
896
-------------------------------------------------------------------
897
Mon Sep 25 09:46:58 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
898
899
- Update to Mesa 23.2.0-rc4
900
--> https://lists.freedesktop.org/archives/mesa-announce/2023-September/000731.html
901
- supersedes U_llvmpipe-only-include-old-Transform-includes-when-ne.patch
902
- disabled u_fix-build-on-ppc64le.patch (no longer needed?)
903
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
904
905
-------------------------------------------------------------------
906
Thu Sep 21 15:13:11 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
907
908
- Backport upstream patches for compatibility with LLVM 17:
909
* U_llvmpipe-only-include-old-Transform-includes-when-ne.patch
910
removes unneeded includes of header files that no longer exist.
911
* U_clover-llvm-move-to-modern-pass-manager.patch migrates Clover
912
to the new pass manager, since the old PM has been removed.
913
914
-------------------------------------------------------------------
915
Thu Sep 21 10:26:36 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
916
917
- disable nine on arm/aarch64 in the hope to fix build on this
918
platform; there is no need for Direct3D/Wine for arm/aarch64
919
anyway ...
920
921
-------------------------------------------------------------------
922
Thu Sep 21 08:05:24 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
923
924
- Update to bugfix release 23.1.8:
925
--> https://docs.mesa3d.org/relnotes/23.1.8.html
926
927
-------------------------------------------------------------------
928
Thu Sep 7 07:02:41 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
929
930
- Update to bugfix release 23.1.7:
931
--> https://docs.mesa3d.org/relnotes/23.1.7.html
932
933
-------------------------------------------------------------------
934
Fri Sep 1 10:31:27 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
935
936
- mini-cleanup for python package BuildRequires in specfile
937
- added python3-dataclasses package for sle15/Leap15 to finally fix
938
build for these build targets; dataclasses module is in standard
939
library of python >= 3.7 ...
940
941
-------------------------------------------------------------------
942
Thu Aug 17 08:35:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
943
944
- Update to bugfix release 23.1.6:
945
--> https://docs.mesa3d.org/relnotes/23.1.6.html
946
947
-------------------------------------------------------------------
948
Thu Aug 3 09:40:17 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
949
950
- Update to bugfix release 23.1.5
951
--> https://docs.mesa3d.org/relnotes/23.1.5.html
952
953
-------------------------------------------------------------------
954
Mon Jul 24 09:36:23 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
955
956
- Update to bugfix release 23.1.4
957
--> https://docs.mesa3d.org/relnotes/23.1.4.html
958
- supersedes u_fix-glx-context-opengl-4.5.patch
959
960
-------------------------------------------------------------------
961
Fri Jun 23 07:24:59 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
962
963
- Update to bugfix release 23.1.3
964
- supersedes U_glx-Remove-pointless-GLX_INTEL_swap_event-paranoia.patch
965
(boo#1209005)
966
- -Dxmlconfig=enabled now also needs -Dexpat=enabled as dependancy
967
968
-------------------------------------------------------------------
969
Fri Jun 16 15:59:56 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
970
971
- Add patch u_fix-glx-context-opengl-4.5.patch: Fix a regression
972
that causes Wine to crash on GPUs that don't support OpenGL 4.6
973
and later:.
974
Mesa 23.1 has a regression [1] that breaks Wine if the GPU does not
975
support OpenGL 4.6 (reportedly), Intel HD 4000 is affected.
976
The problem was narrowed down to commit e89e1f504 [2] so this patch
977
removes the offending [3] part from there to fix the problem.
978
It's unlikely that there will be any side effects from that,
979
should be just as good as it was in Mesa 23.0.
980
[1] https://gitlab.freedesktop.org/mesa/mesa/-/issues/8901
981
[2] https://gitlab.freedesktop.org/mesa/mesa/-/commit/e89e1f5049d3b78542fcd69b7d6106dd4bdafc39
982
[3] https://gitlab.freedesktop.org/mesa/mesa/-/issues/8901#note_1962991
983
- Add intel_hasvk icd to baselibs.conf.
984
985
-------------------------------------------------------------------
986
Fri Jun 16 12:48:49 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
987
988
- use -Dxlib-lease=enabled also for -drivers build
989
990
-------------------------------------------------------------------
991
Fri Jun 16 11:01:52 UTC 2023 - Joan Torres <joan.torres@suse.com>
992
993
- Fix of bsc#1212345
994
* After update to 23.1.1 this change affected our build split:
995
https://gitlab.freedesktop.org/mesa/mesa/-/commit/2630f4b310f534c830250be44d285e485da83869
996
997
-------------------------------------------------------------------
998
Sat Jun 10 14:28:05 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
999
1000
- Update to bugfix release 23.1.2
1001
1002
-------------------------------------------------------------------
1003
Sat Jun 10 11:42:42 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1004
1005
- needed to fix build of Mesa 23.1
1006
* Mesa-drivers: -Dshader-cache=enabled
1007
* Mesa: -Dxlib-lease=enabled
1008
* recommended for both Mesa and Mesa-drivers to avoid some scary messages when
1009
comparing fds: -Dallow-kcmp=enabled
1010
- Credits for figuring this out go to "llyyr" <llyyr.public@gmail.com>
1011
- gbm files are no longer needed to be removed manually for -drivers build
1012
- VDPAU support for r300 has been dropped with Mesa 23.1
1013
- supersedes n_no-sse2-on-ix86-except-for-intel-drivers.patch
1014
1015
-------------------------------------------------------------------
1016
Fri May 26 13:42:06 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1017
1018
- Update to bugfix release 23.1.1
1019
- adjusted u_dep_xcb.patch
1020
1021
-------------------------------------------------------------------
1022
Thu May 11 08:29:57 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1023
1024
- Update to 23.1.0
1025
* new feature release
1026
* some highlights
1027
+ Our OpenCL implementation Rusticl added support for AMD GPUs.
1028
+ Both ANV (Intel) and RADV (AMD) got initial support for Vulkan Video
1029
decoding.
1030
+ Vulkan Graphics Pipeline Libraries (GPL) are now supported in RADV.
1031
- adjusted n_stop-iris-flicker.patch
1032
- supersedes U_ReturnME.patch
1033
- meson option "-Ddri-drivers" has been removed; wasn't used any
1034
longer by us --> killed it
1035
1036
-------------------------------------------------------------------
1037
Sat Apr 22 08:32:04 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1038
1039
- Update to version 23.0.3
1040
* 3rd bug fix release: changes all across the tree, with no one
1041
subsystem seeing too many changes
1042
1043
-------------------------------------------------------------------
1044
Fri Apr 7 18:30:55 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1045
1046
- Update to version 23.0.2
1047
* 2nd bug fix release: lots of patches for all over the tree,
1048
zink being the biggest singel source of changes.
1049
1050
-------------------------------------------------------------------
1051
Sun Mar 26 20:58:34 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1052
1053
- Update to version 23.0.1
1054
* bug fix release which fixes bugs found since Mesa 23.0.0
1055
- supersedes U_glx-fix-indirect-initialization-crash.patch
1056
1057
-------------------------------------------------------------------
1058
Tue Mar 14 11:53:20 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1059
1060
- U_glx-Remove-pointless-GLX_INTEL_swap_event-paranoia.patch
1061
* reverse apply this patch to fix a regression caused by this
1062
commit, which resulted in gnome-shell constantly crashing, which
1063
is making a GNOME/X11 session impossible (boo#1209005)
1064
1065
-------------------------------------------------------------------
1066
Wed Mar 1 21:55:02 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1067
1068
- U_glx-fix-indirect-initialization-crash.patch
1069
* Fixes: b090246a ("glx: Only compute client GL extensions for
1070
indirect contexts")
1071
* Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8393
1072
- supersedes n_Revert-glx-Only-compute-client-GL-extensions-for-ind.patch
1073
1074
-------------------------------------------------------------------
1075
Tue Feb 28 09:49:37 UTC 2023 - Fabian Vogt <fvogt@suse.com>
1076
1077
- Add patch to fix GLX with indirect rendering:
1078
* n_Revert-glx-Only-compute-client-GL-extensions-for-ind.patch
1079
1080
-------------------------------------------------------------------
1081
Thu Feb 23 10:26:30 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1082
1083
- Update to version 23.0.0
1084
* first stable release of 2023
1085
- refreshed patches
1086
* n_drirc-disable-rgb10-for-chromium-on-amd.patch
1087
* n_stop-iris-flicker.patch
1088
* u_dep_xcb.patch
1089
* u_fix-build-on-ppc64le.patch
1090
- adjusted n_no-sse2-on-ix86-except-for-intel-drivers.patch
1091
- meson: added -Dxmlconfig=enabled to fix link errors
1092
(missing "-lexpat")
1093
1094
-------------------------------------------------------------------
1095
Fri Feb 10 14:06:56 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1096
1097
- U_ReturnME.patch
1098
* fixes blackscreen in Return To Monkey Island on Intel graphics
1099
(boo#1208145)
1100
1101
-------------------------------------------------------------------
1102
Thu Feb 9 10:39:08 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1103
1104
- Update to version 22.3.5
1105
* bug fix release which fixes bugs found since Mesa 22.3.4
1106
* see https://docs.mesa3d.org/relnotes/22.3.5.html for more
1107
details
1108
- refreshed u_dep_xcb.patch
1109
1110
-------------------------------------------------------------------
1111
Mon Feb 6 13:52:18 UTC 2023 - Andreas Schwab <schwab@suse.de>
1112
1113
- Don't enable rusticl without opencl
1114
1115
-------------------------------------------------------------------
1116
Fri Jan 27 17:27:47 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1117
1118
- Update to version 22.3.4
1119
* bug fix release which fixes bugs found since Mesa 22.3.3
1120
* see https://docs.mesa3d.org/relnotes/22.3.4.html for more
1121
details
1122
1123
-------------------------------------------------------------------
1124
Fri Jan 27 09:54:11 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1125
1126
- removing again BuildRequires for x264 and x265 in case
1127
video_codecs should be built (these were never needed nor used
1128
for build)
1129
1130
-------------------------------------------------------------------
1131
Fri Jan 27 09:48:22 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1132
1133
- using gcc 12 now also on Leap 15.4; after changing build project
1134
to openSUSE:Leap:15.4:Update gcc 12 packages are found now ...
1135
1136
-------------------------------------------------------------------
1137
Tue Jan 24 11:06:48 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1138
1139
- force usage of gcc 12 only on Leap 15.5; there is no gcc12 on
1140
Leap 15.4
1141
1142
-------------------------------------------------------------------
1143
Tue Jan 24 09:32:12 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
1144
1145
- Add BuildRequires for x264 and x265 in case video_codecs should
1146
be built.
1147
1148
-------------------------------------------------------------------
1149
Mon Jan 23 18:43:50 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1150
1151
- re-enable build on Leap, but only for 15.5; there is no gcc12
1152
on Leap 15.4, which is now officially required by Mesa 22.3
1153
1154
-------------------------------------------------------------------
1155
Mon Jan 16 22:44:11 UTC 2023 - Martin Hauke <mardnh@gmx.de>
1156
1157
- Add support for Rusticl - Mesa's new OpenCL implementation.
1158
* See https://docs.mesa3d.org/rusticl
1159
You will need to set your environment to use it
1160
* See https://docs.mesa3d.org/envvars#rusticl-environment-variables
1161
1162
-------------------------------------------------------------------
1163
Mon Jan 16 11:27:13 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
1164
1165
- Compile with gcc12 on Leaps: building drivers fails with:
1166
/usr/include/dxguids/dxguids.h:70:1: internal compiler error:
1167
in cxx_eval_bit_field_ref, at cp/constexpr.c:2578
1168
1169
-------------------------------------------------------------------
1170
Sun Jan 15 12:40:15 UTC 2023 - Martin Hauke <mardnh@gmx.de>
1171
1172
- Fix some deprecation warnings
1173
* WARNING: option "false" deprecated, please use "disabled" instead.
1174
* WARNING: option "true" deprecated, please use "enabled" instead.
1175
1176
-------------------------------------------------------------------
1177
Wed Jan 11 21:00:56 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1178
1179
- Update to version 22.3.3:
1180
* See https://docs.mesa3d.org/relnotes/22.3.3.html
1181
1182
-------------------------------------------------------------------
1183
Mon Jan 2 09:37:20 UTC 2023 - Andreas Schwab <schwab@suse.de>
1184
1185
- Update list of gallium-drivers to match default list
1186
1187
-------------------------------------------------------------------
1188
Sat Dec 31 10:31:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1189
1190
- don't try to generate libvdpau_virtio_gpu package on ppc64le; for
1191
some reason this driver doesn't get built on this platform
1192
1193
-------------------------------------------------------------------
1194
Thu Dec 29 22:21:35 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
1195
1196
- Update to version 22.3.0:
1197
* See https://docs.mesa3d.org/relnotes/22.3.0.html
1198
- Update to version 22.3.1:
1199
* See https://docs.mesa3d.org/relnotes/22.3.1.html
1200
- Update to version 22.3.2:
1201
* See https://docs.mesa3d.org/relnotes/22.3.2.html
1202
- Remove the libXvMC_nouveau and libXvMC_r600 packages as XVMC
1203
support was removed.
1204
- Add libvdpau_virtio_gpu package for VirtIO GPU.
1205
- Rebase n_drirc-disable-rgb10-for-chromium-on-amd.patch.
1206
- Rebase u_dep_xcb.patch.
1207
- Rebase U_fix-mpeg1_2-decode-mesa-20.2.patch.
1208
- Drop n_buildfix-21.3.0.patch: fixed upstream.
1209
1210
-------------------------------------------------------------------
1211
Sat Dec 3 09:53:53 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1212
1213
- spefile: removed Release lines from libxatracker2,
1214
libxatracker-devel packages in the hope to have reproducibly
1215
builds also on Tumbleweed (boo#1205998)
1216
1217
-------------------------------------------------------------------
1218
Thu Nov 17 16:32:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
1219
1220
- update to 22.2.4:
1221
* clover: windows: library filename has \`-1` suffix and a \`lib` prefix
1222
when built with mingw
1223
* radv, dxvk: Rendering errors in World of Tanks after "Switch to dynamic
1224
rendering only"
1225
* gen9 gt3e/gt4e skus fail dEQP-VK.pipeline.multisample.sample_locations_ext.*
1226
* v3d: Wrong colors (pink) in videos in Firefox (likely YUV->RGB shader issue)
1227
* panfrost t860 glmark-es2 regression
1228
* radv: Flickering in Spider-Man Remastered (Regression) (Bisected)
1229
* radv: Hitman 2 using Direct3D 12 has discolored squares on RDNA2 with DCC
1230
enabled
1231
* panfrost/midgard - on Duckstation PSX emulator: segfault on GLES 3.0 and
1232
bad shader compilations on 3.3
1233
1234
-------------------------------------------------------------------
1235
Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1236
1237
- try to fix build on ppc64le due to running OOM (boo#1205441)
1238
* let's request 20G of physical memory via _constraints file
1239
1240
-------------------------------------------------------------------
1241
Tue Nov 8 12:24:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1242
1243
- third bugfix release
1244
* some regressions in CI worked out
1245
* a bit of everything, and nothing too crazy
1246
- supersedes u_0001-gallivm-Fix-LLVM-optimization-with-the-new-pass-mana.patch
1247
- supersedes u_nouveau-corrupted-colors-boo1203949.patch
1248
- get rid of Mesa-libVulkan-devel(-32bit) package, which is no
1249
longer needed at all by providing/obsoleting it by
1250
libvulkan_intel
1251
1252
-------------------------------------------------------------------
1253
Mon Nov 7 15:28:21 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1254
1255
- Release 22.2.2 covers bugfixes for bsc#1197045,bsc#1197046,bsc#1200965,bsc#1202850
1256
1257
-------------------------------------------------------------------
1258
Fri Nov 4 21:03:39 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1259
1260
- build against llvm15/clang15 on sle15-sp5/Leap 15.5
1261
1262
-------------------------------------------------------------------
1263
Wed Nov 2 16:56:33 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1264
1265
- u_nouveau-corrupted-colors-boo1203949.patch
1266
* fixes corrupted colors in videos on nouveau with Kepler in
1267
Firefox (boo#1203949, issue#7416)
1268
1269
-------------------------------------------------------------------
1270
Wed Nov 2 08:53:22 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1271
1272
- moved drirc.d config snippets from Mesa to Mea-dri package;
1273
radv driver specific conf was missing completely (boo#1204866)
1274
1275
-------------------------------------------------------------------
1276
Fri Oct 21 09:41:37 UTC 2022 - Fabian Vogt <fvogt@suse.com>
1277
1278
- Add patch to fix LLVM optimization to avoid failure on armv7
1279
(https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19217,
1280
boo#1204267):
1281
* u_0001-gallivm-Fix-LLVM-optimization-with-the-new-pass-mana.patch
1282
1283
-------------------------------------------------------------------
1284
Thu Oct 20 08:46:59 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1285
1286
- update to 22.2.2
1287
* This is the second bug fix release, back on the regular
1288
schedule. There's a lot here: nir, panfrost, gallium video,
1289
freedreno, nouveau, turnip, r300, gallium core, r600, virgl,
1290
core vulkan, anv, clover, d3d12, utils, radv, and plenty of
1291
zink.
1292
1293
-------------------------------------------------------------------
1294
Tue Oct 11 19:28:31 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1295
1296
- update to 22.2.1
1297
* lots of stuff here: llvmpipe, lavapipe, freedreno, aco, mesa,
1298
turnip, virgl, r600, zink, radv, core gallium, and nir. All in
1299
all, lots of good fixes all over the tree.
1300
1301
-------------------------------------------------------------------
1302
Mon Oct 3 10:29:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
1303
1304
- Add build_orig conditional switch for video codecs define.
1305
1306
-------------------------------------------------------------------
1307
Thu Sep 29 10:00:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1308
1309
- re-disable video codecs
1310
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258
1311
1312
-------------------------------------------------------------------
1313
Tue Sep 27 11:08:54 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1314
1315
- Pass -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec to
1316
meson, keep support for hardware codecs inside vaapi, vdpau and
1317
vulkan. These were previously enabled automatically.
1318
- enabled "swrast" and "amd" Vulkan drivers on riscv64, which is
1319
upstream default anyway ...
1320
1321
-------------------------------------------------------------------
1322
Wed Sep 21 14:20:04 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1323
1324
- update to 22.2.0
1325
* AMD RDNA3 Prep, Intel Arc Graphics, Many Vulkan Improvements;
1326
more details on Phoronix:
1327
https://www.phoronix.com/news/Mesa-22.2-Released
1328
- supersedes llvm15.patch
1329
- refreshed n_no-sse2-on-ix86-except-for-intel-drivers.patch
1330
1331
-------------------------------------------------------------------
1332
Wed Sep 14 13:45:41 UTC 2022 - Andreas Schwab <schwab@suse.de>
1333
1334
- llvm15.patch: backport of commits 2037c34f245, 301bcbac0e5, 6983c8580a2
1335
to support LLVM 15
1336
1337
-------------------------------------------------------------------
1338
Mon Aug 22 09:35:53 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1339
1340
- update to 22.1.7:
1341
* fixes and cleanups all over the tree
1342
* most of the fixes are for zink
1343
* nice batch of fixes for the gallium dx9 frontend
1344
* some other fixes across the board
1345
1346
-------------------------------------------------------------------
1347
Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
1348
1349
- update to 22.1.6:
1350
* llvmpipe: make last_fence a screen/rast object not a context one. llvmpipe:
1351
keep context list and use to track resource usage.
1352
* Revert "pan/bi: Require ATEST coverage mask input in R60"
1353
* intel/dev: drop warning for unhandled hwconfig keys
1354
* anv: Use sampleLocationsEnable for sample locations
1355
1356
-------------------------------------------------------------------
1357
Fri Aug 12 22:06:24 UTC 2022 - Xu Zhao <i@xuzhao.net>
1358
1359
- Enable zink driver build on x86_64
1360
1361
-------------------------------------------------------------------
1362
Sun Aug 7 18:41:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
1363
1364
- update to 22.1.5:
1365
* radv: dynamic vertex input failure
1366
* anv: KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage fails on TGL
1367
* anv: GTF-GL46.gtf32.GL3Tests.packed_pixels.packed_pixels_pbo failure
1368
* anv: ICL hiz issue
1369
* Error compiling gallium-nine on i686 using musl libc
1370
* dEQP-VK.memory.mapping.dedicated_alloc failing on bsw and gen9atom
1371
1372
-------------------------------------------------------------------
1373
Mon Aug 1 21:22:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
1374
1375
- update to 22.1.4:
1376
* anv: disable non uniform indexing of UBOs
1377
* anv: use the right helper to invalidate memory
1378
* intel/fs: ray query fix for global address
1379
* isl: add new helper for format component compatibility
1380
* radeonsi: fix random PS wave size
1381
* r300: Keep rc_rename_regs() from overflowing
1382
* aco/ra: update register file when updating phi definition
1383
* radv: Fix vkCmdCopyQueryResults -> vkCmdResetPool hazard
1384
1385
-------------------------------------------------------------------
1386
Fri Jul 15 13:00:57 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1387
1388
- let Mesa ignore Mesa-dri as dep to resolve a build cycle
1389
(related to boo#1201474
1390
1391
-------------------------------------------------------------------
1392
Sun Jul 3 07:59:22 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1393
1394
- Update to 22.1.3
1395
* a lot of zink fixes
1396
* There's a bit of everything else here, including some
1397
performance fixes for wsi/x11.
1398
1399
-------------------------------------------------------------------
1400
Mon Jun 20 15:28:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1401
1402
- Update to 22.1.2
1403
" There's a lot of zink here, thanks to Mike for help with manually
1404
backporting parts of it! We've als got a bunch of fixes for panfrost,
1405
and some for intel, radeon, llvmpip, dzn, broadcom, nir, core gallium,
1406
the va state tracker, and freedren."
1407
1408
-------------------------------------------------------------------
1409
Wed Jun 15 10:09:09 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1410
1411
- let Mesa-libGL-devel require libX11-devel via pkgconfig(x11)
1412
(boo#1200559)
1413
1414
-------------------------------------------------------------------
1415
Sun Jun 5 20:19:36 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1416
1417
- removed libkms BuildRequires, since it has been dropped from
1418
libdrm
1419
1420
-------------------------------------------------------------------
1421
Thu Jun 2 01:32:59 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1422
1423
- Update to 22.1.1
1424
* first bugfix release
1425
- supersedes U_llvmpipe-flush-resources-for-kms-swrast-path.patch
1426
1427
-------------------------------------------------------------------
1428
Wed Jun 1 07:58:57 UTC 2022 - Fabian Vogt <fvogt@suse.com>
1429
1430
- Add patch to fix glitches with KMS (boo#1199885):
1431
* U_llvmpipe-flush-resources-for-kms-swrast-path.patch
1432
1433
-------------------------------------------------------------------
1434
Wed May 25 12:27:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1435
1436
- buildrequire DirectX-Headers only on %{ix86} x86_64, since it's
1437
only relevant on these platforms
1438
1439
-------------------------------------------------------------------
1440
Tue May 24 19:18:59 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1441
1442
- Calling patch with '-p1' (as the others are) so 'git show'
1443
.patch output works.
1444
1445
-------------------------------------------------------------------
1446
Tue May 24 18:50:21 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1447
1448
- Generating 'n_stop-iris-flicker.patch' from 'git format-patch' vs.
1449
a standard diff.
1450
1451
-------------------------------------------------------------------
1452
Tue May 24 15:48:53 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1453
1454
- Fixing up 'stop-iris-flicker.patch' patch name to follow standards.
1455
1456
-------------------------------------------------------------------
1457
Thu May 19 19:00:09 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1458
1459
- Update to 22.1.0
1460
* lot of great featurres, including (since rc5) additional
1461
kopper backports for zink, and support for Intel's Alchemist
1462
DG2 platform.
1463
1464
-------------------------------------------------------------------
1465
Sat May 14 20:51:44 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1466
1467
- autoselect libvdpau_r300/libvdpau_r600/libvdpau_radeonsi packages
1468
via hardware supplements on AMD GPUs
1469
1470
-------------------------------------------------------------------
1471
Thu May 5 08:13:13 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1472
1473
- Update to 22.0.3
1474
* bugfix release with fixes for most of the major drivers
1475
1476
-------------------------------------------------------------------
1477
Tue May 3 08:21:55 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1478
1479
- _constraints:
1480
* raised requirements to 9 GB disk space and added aarch64
1481
architecture (bsc#1199040)
1482
1483
-------------------------------------------------------------------
1484
Thu Apr 28 21:22:38 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1485
1486
- Switching out 'directx-headers' for 'DirectX-Headers'.
1487
1488
-------------------------------------------------------------------
1489
Fri Apr 22 09:06:31 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1490
1491
- Update to 22.0.2
1492
* bugfix release with almost all nominated patches
1493
1494
-------------------------------------------------------------------
1495
Thu Apr 14 19:29:21 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1496
1497
- Adding changes I need for iris to not flicker and have d3d12
1498
available for use in WSL.
1499
1500
-------------------------------------------------------------------
1501
Wed Apr 13 12:30:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
1502
1503
- use _multibuild
1504
1505
-------------------------------------------------------------------
1506
Tue Mar 29 21:58:46 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1507
1508
- Update to 22.0.1
1509
* fixes in lavapipe and zink, maintainer scripts and panfrost
1510
- supersedes U_meson-restore-private-requires-to-libdrm-in-dri.pc-f.patch
1511
1512
-------------------------------------------------------------------
1513
Tue Mar 22 11:13:43 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1514
1515
- get rid of Mesa-libVulkan-devel(-32bit) package, which no longer
1516
makes sense since Mesa 21.1.0
1517
* https://gitlab.freedesktop.org/mesa/mesa/-/commit/5e6db1916860ec217eac60903e0a9d10189d1c53
1518
1519
-------------------------------------------------------------------
1520
Mon Mar 14 10:43:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1521
1522
- U_meson-restore-private-requires-to-libdrm-in-dri.pc-f.patch
1523
* Due to a typo the private requires to libdrm were lost in dri.pc.
1524
Fixed another typo (only comment).
1525
1526
-------------------------------------------------------------------
1527
Sat Mar 12 20:04:00 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1528
1529
- enabled "i915" Gallium-based Intel Gen3 driver
1530
1531
-------------------------------------------------------------------
1532
Fri Mar 11 13:25:28 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1533
1534
- fixed llvm/clang buildrequires for sle15-sp4/Leap 15.4
1535
1536
-------------------------------------------------------------------
1537
Fri Mar 11 09:08:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1538
1539
- no longer try to build classic non-Gallium OpenGL drivers
1540
i915, i965, nouveau, r100 and r200, which have been dropped with
1541
Mesa 22.0.0; see also some documentation on Phoronix
1542
https://www.phoronix.com/scan.php?page=news_item&px=Mesa-Classic-Retired
1543
1544
-------------------------------------------------------------------
1545
Thu Mar 10 18:39:34 UTC 2022 - Aaron Stern <ukbeast89@protonmail.com>
1546
1547
- update to 22.0.0
1548
* lavapipe,radv,anv KHR_dynamic_rendering
1549
* radv EXT_image_view_min_lod
1550
* VK_KHR_synchronization2 on RADV.
1551
* OpenSWR has been moved to the Amber branch
1552
* radeonsi, zink ARB_sparse_texture
1553
* d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params,
1554
ARB_framebuffer_no_attachments, ARB_sample_shading, and GLSL400)
1555
* radeonsi, zink ARB_sparse_texture2
1556
* zink EXT_memory_object, EXT_memory_object_fd, EXT_semaphore, EXT_semaphore_fd
1557
* anv VK_VALVE_mutable_descriptor_type
1558
* Vulkan 1.3 on RADV,Anv.
1559
* radeonsi, zink ARB_sparse_texture_clamp
1560
1561
-------------------------------------------------------------------
1562
Thu Mar 3 09:14:36 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1563
1564
- baselibs.conf: readded mistakenly removed packages
1565
* Mesa-libVulkan-devel
1566
* Mesa-vulkan-device-select
1567
* Mesa-vulkan-overlay
1568
1569
-------------------------------------------------------------------
1570
Wed Mar 2 13:32:42 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1571
1572
- raise memory limit to 1024 in the hope of avoiding OOM on ppc64
1573
(boo#1196640)
1574
1575
-------------------------------------------------------------------
1576
Tue Mar 1 17:20:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1577
1578
- autoselect libvulkan_intel package via hardware supplements on
1579
Intel GPUs
1580
- autoselect libvulkan_radeon package via hardware supplements on
1581
AMD GPUs
1582
- no longer install libvulkan_lvp package (lavapipe=Software
1583
Vulkan driver), libvulkan_broadcom and libvulkan_freedreno packages
1584
by default, i.e. no longer have libvulkan_intel/libvulkan_radeon
1585
and libvulkan_lvp packages installed at the same time (boo#1180522)
1586
- libvulkan_intel/libvulkan_radeon/libvulkan_lvp now require
1587
Mesa-vulkan-device-select package, not the other way round!
1588
(baselibs.conf also adjusted)
1589
1590
-------------------------------------------------------------------
1591
Thu Feb 24 09:04:46 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1592
1593
- update to 21.3.7
1594
* sixth bugfix release
1595
1596
-------------------------------------------------------------------
1597
Thu Feb 10 13:17:56 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1598
1599
- update to 21.3.6
1600
* sixth bugfix release
1601
1602
-------------------------------------------------------------------
1603
Thu Jan 27 15:09:21 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1604
1605
- update to 21.3.5
1606
* bugfix release: mostly Zink fixes
1607
1608
-------------------------------------------------------------------
1609
Mon Jan 17 10:54:32 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1610
1611
- using memory-constraints on ppc64 for trying to avoid OOM during
1612
build (boo#1194739)
1613
1614
-------------------------------------------------------------------
1615
Fri Jan 14 15:02:55 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1616
1617
- update to 21.3.4
1618
* bugfix release
1619
1620
-------------------------------------------------------------------
1621
Sat Jan 8 10:21:21 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1622
1623
- rename n_no-sse2-on-ix86.patch to
1624
n_no-sse2-on-ix86-except-for-intel-drivers.patch
1625
* no longer disable sse2 support for intel drivers, since this
1626
breaks build, which is probably unresolvable (boo1190409)
1627
1628
-------------------------------------------------------------------
1629
Fri Jan 7 19:35:29 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1630
1631
- Adding 'stop-iris-flicker.patch'.
1632
1633
-------------------------------------------------------------------
1634
Thu Jan 6 16:34:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1635
1636
- n_no-sse2-on-ix86.patch
1637
* disabled sse2 support on %ix86 (boo#1190409)
1638
1639
-------------------------------------------------------------------
1640
Fri Dec 31 12:42:24 UTC 2021 - Aaron Stern <ukbeast89@protonmail.com>
1641
1642
- update to 21.3.3
1643
* Bug fixes
1644
* Assassin’s Creed Syndicate crashes with Mesa 21.3.0+ ACO
1645
* [21.3 regression] swr: Build failure with MSVC
1646
* anv: dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store fails
1647
1648
-------------------------------------------------------------------
1649
Wed Dec 1 23:15:13 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1650
1651
- update to 21.3.1
1652
* mostly AMD, Intel & Zink fixes.
1653
1654
-------------------------------------------------------------------
1655
Thu Nov 18 03:13:33 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1656
1657
- n_buildfix-21.3.0.patch
1658
* fixes Mesa-drivers build
1659
1660
-------------------------------------------------------------------
1661
Wed Nov 17 21:33:28 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1662
1663
- update to 21.3.0
1664
* Panfrost is now officially GLES 3.1 conformant
1665
* RADV has (experimental) ray tracing support
1666
* Iris gained threaded shader compilation
1667
* Zink has seen an enormous amount of work, and now supports GLES 3.2
1668
* Lavapipe has a bunch of new extensions, and now supports Vulkan 1.2
1669
* LLVMpipe got 2-3 times faster for 2D workloads, and gained support for
1670
the compatibility profile on GL 4.5
1671
* VA-API gained support for AV1 videos
1672
* EGL now works on Windows
1673
* Wayland got a workaround for games making bad assumption (alpha means
1674
transparency? who could have known)
1675
* VK_EXT_color_write_enable on lavapipe
1676
* GL_ARB_texture_filter_anisotropic in llvmpipe
1677
* Anisotropic texture filtering in lavapipe
1678
* VK_EXT_shader_atomic_float2 on Intel and RADV.
1679
* VK_EXT_vertex_input_dynamic_state on RADV.
1680
* VK_KHR_timeline_semaphore on lavapipe
1681
* VK_EXT_external_memory_host on lavapipe
1682
* GL_AMD_pinned_memory on llvmpipe
1683
* GL 4.5 compatibility on llvmpipe
1684
* VK_EXT_primitive_topology_list_restart on RADV and lavapipe.
1685
* ES 3.2 on zink
1686
* VK_KHR_depth_stencil_resolve on lavapipe
1687
* VK_KHR_shader_integer_dot_product on RADV.
1688
* OpenGL FP16 support on llvmpipe
1689
* VK_KHR_shader_float16_int8 on lavapipe
1690
* VK_KHR_shader_subgroup_extended_types on lavapipe
1691
* VK_KHR_spirv_1_4 on lavapipe
1692
* Experimental raytracing support on RADV
1693
* VK_KHR_synchronization2 on Intel
1694
* NGG shader based culling is now enabled by default on GFX10.3 on RADV.
1695
* VK_KHR_maintenance4 on RADV
1696
* VK_KHR_format_feature_flags2 on RADV.
1697
* EGL_EXT_present_opaque on wayland
1698
1699
-------------------------------------------------------------------
1700
Thu Oct 28 19:07:09 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1701
1702
- update to 21.2.5
1703
* bit of everything: general vulkan, panfrost, and zink are the
1704
biggest changes.
1705
1706
-------------------------------------------------------------------
1707
Fri Oct 15 09:14:11 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1708
1709
- update to 21.2.4
1710
* fourth bugfix release
1711
* 300 fixes from the new r300 maintainer! Additionally, panfrost,
1712
lots of crocus, some freedreno, intel, radv, core meas, gallivum,
1713
anv, spirv, gallim, aco, i915g, lima, and llvmpipe fixes.
1714
- supersedes U_gallivm-add-new-wrapper-around-Module.patch,
1715
U_gallivm-fix-FTBFS-on-i386-with-LLVM-13.patch
1716
1717
-------------------------------------------------------------------
1718
Thu Oct 14 10:30:57 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1719
1720
- u_fix-build-on-ppc64le.patch
1721
* fixes build on ppc64le (boo#1191569)
1722
1723
-------------------------------------------------------------------
1724
Mon Oct 4 20:05:50 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
1725
1726
- Fix build with LLVM 13:
1727
* U_gallivm-add-new-wrapper-around-Module.patch
1728
* U_gallivm-fix-FTBFS-on-i386-with-LLVM-13.patch
1729
1730
-------------------------------------------------------------------
1731
Thu Sep 30 09:05:54 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1732
1733
- update to 21.2.3
1734
* third bugfix release
1735
1736
-------------------------------------------------------------------
1737
Mon Sep 27 13:35:16 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1738
1739
- covers jira#SLE/SLE-18743
1740
1741
-------------------------------------------------------------------
1742
Tue Sep 21 17:54:25 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1743
1744
- update to 21.2.2
1745
* second bugfix release: a ton of work went into panfrost,
1746
getting it closer to being conformant (it is conformant on
1747
21.3!); fixes for ir3, croccus, nir, utils, llvmpipe, gallivm,
1748
zink, glsl, v3d, vc4, intel, mesa, aco, iris, radv, and even
1749
osmesa.
1750
1751
-------------------------------------------------------------------
1752
Sat Aug 28 13:36:12 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1753
1754
- update to 21.2.1
1755
* first bugfix release
1756
1757
-------------------------------------------------------------------
1758
Sun Aug 8 08:52:15 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1759
1760
- fixed build on %ix86 by removing "-flto=auto" from optflags for
1761
cpp
1762
1763
-------------------------------------------------------------------
1764
Thu Aug 5 15:51:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1765
1766
- enabled build of 'crocus' Gallium3D OpenGL driver for i965 "Gen4"
1767
through Haswell "Gen7" graphics (alternative to classic "i965"
1768
OpenGL driver); use MESA_LOADER_DRIVER_OVERRIDE=crocus to use it;
1769
in case of issues with video hardware acceleration(vaapi driver),
1770
set LIBVA_DRIVER_NAME=i965
1771
1772
-------------------------------------------------------------------
1773
Thu Aug 5 01:25:40 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1774
1775
- update to 21.2.0
1776
* new release
1777
1778
-------------------------------------------------------------------
1779
Thu Jul 29 08:28:31 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1780
1781
- update to 21.1.6
1782
* sixth bugfix release
1783
1784
-------------------------------------------------------------------
1785
Thu Jul 15 08:13:34 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1786
1787
- update to 21.1.5
1788
* fith bugfix release
1789
1790
-------------------------------------------------------------------
1791
Thu Jul 1 09:39:29 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1792
1793
- update to 21.1.4
1794
* fourth bugfix release
1795
1796
-------------------------------------------------------------------
1797
Tue Jun 22 09:22:30 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1798
1799
- no longer apply n_drirc-disable-rgb10-for-chromium-on-amd.patch
1800
on TW; no longer needed with gstreamer-plugins-vaapi 1.18.4; more
1801
details on
1802
https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/410
1803
1804
-------------------------------------------------------------------
1805
Sat Jun 19 08:02:37 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1806
1807
- update to 21.1.3
1808
* third bugfix
1809
* mostly AMD fixes
1810
1811
-------------------------------------------------------------------
1812
Thu Jun 3 03:11:44 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1813
1814
- update to 21.1.2
1815
* second bugfix
1816
* mostly AMD and Intel changes as usual, but also a decent amount
1817
of ARM fixes and more.
1818
1819
-------------------------------------------------------------------
1820
Wed Jun 2 09:27:33 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1821
1822
- no longer autoselect Mesa-dri-nouveau at all; autoselect
1823
libvdpau_nouveau depending on PCI ID (boo#1186721)
1824
1825
-------------------------------------------------------------------
1826
Thu May 20 10:25:35 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1827
1828
- update to 21.1.1
1829
* bugfix release
1830
* mostly AMD and Intel changes as usual, but also a decent amount
1831
of ARM fixes and more
1832
1833
-------------------------------------------------------------------
1834
Wed May 19 08:29:07 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
1835
1836
- Add swrast to vulkan
1837
- Enable vulkan on %{arm} and aarch64 with: swrast, amd,
1838
broadcom and freedreno
1839
1840
-------------------------------------------------------------------
1841
Fri May 14 03:24:24 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1842
1843
- reenabled build of device-select and overlay vulkan layers
1844
1845
-------------------------------------------------------------------
1846
Thu May 6 19:00:36 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1847
1848
- adjusted filelist to removed vulkan files in Mesa 21.1.0
1849
(packages Mesa-libVulkan-devel, Mesa-vulkan-device-select,
1850
Mesa-vulkan-overlay)
1851
1852
-------------------------------------------------------------------
1853
Thu May 6 14:24:29 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1854
1855
- /usr/include/vulkan/vulkan_intel.h dropped with Mesa 21.1.0, but
1856
let's keep the package containing an empty directory
1857
1858
-------------------------------------------------------------------
1859
Thu May 6 11:45:47 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1860
1861
- update to 21.1.0
1862
* bunch of work here, lots of zink and softpipe, but bits and
1863
pieces of other things: tgsi, freddreno, nir, panfrost, intel,
1864
spirv, core gallium, radv, aco, r600, and core mesa.
1865
- supersedes patches U_clover-Fix-build-with-llvm-12.patch,
1866
U_clover-Add-missing-include-for-llvm-12-build-fix.patch
1867
1868
-------------------------------------------------------------------
1869
Wed Apr 21 20:54:43 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1870
1871
- update to 21.0.3
1872
* fixes in haiku, core mesa, radeonsi, lavapipe, nir, radv, anv,
1873
freedreno and turnip, etniviv, iris, egl, lima, core gallium,
1874
spriv, v3d, meson
1875
1876
-------------------------------------------------------------------
1877
Sat Apr 17 16:41:33 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
1878
1879
- Move osmesa build back to Mesa, which we can now do after
1880
choosing another dummy driver there.
1881
- Use LLVM-versioned libclc runtime dependency to ensure
1882
bitcode compatibility. We have that in Tumbleweed and soon Leap.
1883
- U_clover-Fix-build-with-llvm-12.patch
1884
* Fixes build with LLVM 12.
1885
- U_clover-Add-missing-include-for-llvm-12-build-fix.patch
1886
* Fixes a missing header in the previous patch.
1887
1888
-------------------------------------------------------------------
1889
Sat Apr 17 14:39:04 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1890
1891
- Mesa-devel: no longer require libOSMesa-devel, since it's now
1892
built in Mesa-drivers; packages should require it directly now,
1893
preferrably via pkconfig(osmesa) ...
1894
1895
-------------------------------------------------------------------
1896
Sat Apr 17 12:45:17 UTC 2021 - Tobias Klausmann <tobias.klausmann@freenet.de>
1897
1898
- Switch dummy driver for mesa package from "auto" xorg driver (i965) to
1899
gallium swrast driver
1900
1901
-------------------------------------------------------------------
1902
Sat Apr 17 10:11:09 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1903
1904
- update to 21.0.2
1905
* many additions especially on the Radeon Vulkan (RADV) driver
1906
front where sparse memory support is in place, AMD Smart Access
1907
Memory / Resizable BAR optimizations, various RDNA 2
1908
improvements, rapid packed math for ACO, and more.
1909
Elsewhere in Mesa 21.0 there are continued RadeonSI
1910
optimizations, many Intel ANV and Iris improvements, OpenGL 3.3
1911
for Freedreno, DXGI Winsys was added and initial Direct3D 12
1912
code for WSL, OpenGL 4.1 for Zink, and more.
1913
- moved osmesa build to Mesa-drivers since swrast driver has been
1914
removed from Mesa
1915
1916
-------------------------------------------------------------------
1917
Tue Apr 6 08:38:16 UTC 2021 - Andreas Schwab <schwab@suse.de>
1918
1919
- Enable radeon and nouveau drivers on riscv64
1920
1921
-------------------------------------------------------------------
1922
Tue Mar 30 19:00:03 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1923
1924
- update to 20.3.5
1925
* fith bugfix release for the 20.3 branch
1926
* This is a quite large release with a huge number of fixes in it,
1927
and is the last planned release for the 20.3.x series. Radv and
1928
ACO dominate the changes for this release, but there are some
1929
other things mixed in there.
1930
1931
-------------------------------------------------------------------
1932
Mon Feb 1 10:50:16 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1933
1934
- update to 20.3.4
1935
* fourth bugfix release for the 20.3 branch
1936
1937
-------------------------------------------------------------------
1938
Wed Jan 27 10:13:51 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1939
1940
- removed no longer needed buildfix-ppc64le.patch; build failed on
1941
ppc64 due to this patch (bsc#1181439)
1942
1943
-------------------------------------------------------------------
1944
Thu Jan 14 15:02:07 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1945
1946
- update to 20.3.3
1947
* third bugfix release for the 20.3 branch
1948
1949
-------------------------------------------------------------------
1950
Thu Dec 31 13:02:52 UTC 2020 - Michał Rostecki <mrostecki@suse.com>
1951
1952
- update to 20.3.2
1953
* second bugfix release for the 20.3 branch
1954
- drm and surfaceless are not specified as platforms anymore,
1955
remove them from egl_platforms
1956
1957
-------------------------------------------------------------------
1958
Mon Dec 7 11:09:59 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1959
1960
- update to 20.2.4
1961
* fourth (second to last) bugfix release for the 20.2 branch
1962
1963
-------------------------------------------------------------------
1964
Tue Dec 1 12:31:55 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1965
1966
- require llvm-devel *without* any explicit version number for
1967
factory/TW to imply 'distro default llvm version', which we
1968
usually bump up when a new stable llvm comes out
1969
1970
-------------------------------------------------------------------
1971
Mon Nov 30 13:56:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1972
1973
- use llvm11 on factory/TW and sle15-sp3/Leap 15.3
1974
1975
-------------------------------------------------------------------
1976
Sun Nov 29 12:35:33 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1977
1978
- enabled build of radeonsi DRI and VDPAU driver on aarch64
1979
(boo#1179376)
1980
1981
-------------------------------------------------------------------
1982
Mon Nov 23 19:44:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1983
1984
- update to 20.2.3
1985
* third bugfix release for the 20.2 branch
1986
1987
-------------------------------------------------------------------
1988
Sat Nov 7 18:10:48 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1989
1990
- update to 20.2.2
1991
* second bugfix release for the 20.2 branch
1992
1993
-------------------------------------------------------------------
1994
Thu Oct 15 09:59:46 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1995
1996
- reenabled U_fix-mpeg1_2-decode-mesa-20.2.patch due to regression
1997
reported in boo#1173185
1998
1999
-------------------------------------------------------------------
2000
Wed Oct 14 20:26:56 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2001
2002
- update to 20.2.1
2003
* first bugfix release for the 20.2 branch
2004
- supersedes U_fix-mpeg1_2-decode.patch
2005
- disabled U_fix-mpeg1_2-decode-mesa-20.2.patch; likely no longer
2006
needed (boo#1173185)
2007
2008
-------------------------------------------------------------------
2009
Wed Sep 30 09:17:14 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2010
2011
- U_fix-mpeg1_2-decode-mesa-20.2.patch
2012
* additional patch currently needed for Mesa 20.2 (boo#1173185)
2013
2014
-------------------------------------------------------------------
2015
Tue Sep 29 09:21:57 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2016
2017
- update to 20.2.0
2018
* includes Intel Rocket Lake Platform Support
2019
(jsc#SLE/SLE-12880, jsc#SLE/SLE-12882)
2020
- adjusted/refreshed patches:
2021
* n_add-Mesa-headers-again.patch
2022
* n_drirc-disable-rgb10-for-chromium-on-amd.patch
2023
* u_dep_xcb.patch
2024
- docs now available in .rst format (html before)
2025
2026
-------------------------------------------------------------------
2027
Thu Sep 24 11:08:44 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
2028
2029
- Add U_fix-mpeg1_2-decode.patch (boo#1173185)
2030
* fixes colors in kaffeine on Radeon (r600 VAAPI driver)
2031
2032
-------------------------------------------------------------------
2033
Fri Sep 18 11:11:14 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2034
2035
- buildfix-ppc64le.patch
2036
* buildfix for ppc64le (boo#1176562)
2037
2038
-------------------------------------------------------------------
2039
Thu Sep 17 17:51:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
2040
2041
- update to 20.1.8:
2042
* mainly bugfixes, highlights:
2043
- Crash in ruvd_end_frame when calling vaBeginPicture/vaEndPicture without rendering anything
2044
- khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion `c != _SIMPLE_MTX_INVALID_VALUE' failed.
2045
- Amber test opt_peel_loop_initial_if: Assertion failed
2046
- Dirt Rally: Flickering glitches on certain foliage since Mesa 20.1.0 caused by MSAA
2047
- [BRW] WRC 5 asserts with gallium nine and iris.
2048
2049
-------------------------------------------------------------------
2050
Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2051
2052
- update to 20.1.7
2053
* seventh bugfix release for the 20.1 branch
2054
2055
-------------------------------------------------------------------
2056
Wed Sep 2 10:14:00 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2057
2058
- switched to llvm9 usage for Leap/SLE15 since llvm10 is not (yet)
2059
in Leap/SLE15
2060
2061
-------------------------------------------------------------------
2062
Mon Aug 31 19:36:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2063
2064
- version 20.1.6 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882
2065
2066
-------------------------------------------------------------------
2067
Mon Aug 31 19:12:50 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2068
2069
- use again /etc/OpenCL/vendors for openSUSE Leap, i.e. use
2070
/usr/etc/OpenCL/vendors only for Tumbleweed
2071
2072
-------------------------------------------------------------------
2073
Wed Aug 26 10:37:17 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
2074
2075
- Add vulkan device selection layer and vulkan overlay layer to
2076
baselibs for 32bit versions on 64bit architectures.
2077
2078
-------------------------------------------------------------------
2079
Tue Aug 25 06:32:03 UTC 2020 - Aaron Dominick <aaron.zakhrov@gmail.com>
2080
2081
- Add vulkan device selection layer and vulkan overlay layer
2082
2083
-------------------------------------------------------------------
2084
Tue Aug 25 05:30:39 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2085
2086
- specfile/baselibs.conf cleanup
2087
* no longer support Mesa build without libglvnd
2088
* removed empty packages Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2
2089
2090
-------------------------------------------------------------------
2091
Sun Aug 23 18:08:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2092
2093
- update to 20.1.6
2094
* sixth bugfix release for the 20.1 branch
2095
2096
-------------------------------------------------------------------
2097
Thu Aug 6 11:51:25 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
2098
2099
- baselibs.conf:
2100
+ Require Mesa-KHR-devel instead of Mesa-KHR-devel-<targettype>:
2101
KHR-devel consists only of header files there is thus no
2102
-<targettype> flavor being generated.
2103
+ Do not require Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2 from
2104
their respective -32bit devel packages: with libglvnd defined
2105
to 0, the native packages are being generated, but are empty.
2106
For baselibs, this trick does not work and empty packages are
2107
being skipped. So we drop the dependency (with a note in the
2108
.spec to enable the deps when changing the defines).
2109
2110
-------------------------------------------------------------------
2111
Thu Jul 23 12:24:37 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2112
2113
- update to 20.1.4
2114
* fourth bugfix release for the 20.1 branch
2115
* just a few fixes here and there, nothing major
2116
2117
-------------------------------------------------------------------
2118
Fri Jul 10 08:43:49 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2119
2120
- update to 20.1.3
2121
* third bugfix release for the 20.1 branch
2122
* lots of updates to our testing infrastructure
2123
2124
-------------------------------------------------------------------
2125
Wed Jul 1 12:46:33 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2126
2127
- force valgrind support only on officially supported platforms
2128
(boo#1173355)
2129
2130
-------------------------------------------------------------------
2131
Fri Jun 26 11:43:50 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2132
2133
- update to 20.1.2
2134
* second bugfix release for the 20.1 branch
2135
* most of the fixes here are to the AMD drivers, and the rest
2136
is scattered over the tree.
2137
2138
-------------------------------------------------------------------
2139
Fri Jun 26 01:20:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2140
2141
- enable valgrind support (boo#1173355)
2142
2143
-------------------------------------------------------------------
2144
Tue Jun 23 18:02:26 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2145
2146
- move mesa.icd from /usr/etc/OpenCL/vendors to
2147
/usr/share/OpenCL/vendors (boo#1173005)
2148
2149
-------------------------------------------------------------------
2150
Thu Jun 18 11:02:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2151
2152
- switch to /usr/etc/OpenCL/vendors for mesa.icd OpenCL file
2153
location (boo#1173005)
2154
2155
-------------------------------------------------------------------
2156
Mon Jun 15 12:31:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2157
2158
- update to 20.1.1
2159
* first bugfix release for the 20.1 branch
2160
* fixes issue affecting Unreal Engine 4 games on i965
2161
2162
-------------------------------------------------------------------
2163
Wed Jun 3 10:43:06 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2164
2165
- update to 20.1.0
2166
* first release for the 20.1 branch
2167
* One already known issue is that Unreal Engine 4 has a bug in
2168
its usage of glDrawRangeElements() causing it to be called
2169
with a number of vertices in place of the `end` parameter,
2170
that was recently revealed. This is an annoying bug that we
2171
haven't worked around yet. For more details:
2172
https://gitlab.freedesktop.org/mesa/mesa/-/issues/2917
2173
- supersedes U_add-lifetime-dse-fix.patch
2174
2175
-------------------------------------------------------------------
2176
Tue May 19 19:22:02 UTC 2020 - Martin Liška <mliska@suse.cz>
2177
2178
- Add U_add-lifetime-dse-fix.patch as a proper fix for boo#1171855.
2179
2180
-------------------------------------------------------------------
2181
Tue May 19 05:52:31 UTC 2020 - Martin Liška <mliska@suse.cz>
2182
2183
- Disable LTO for now as there's a known upstream bug
2184
that hasn't been resolved with GCC 10:
2185
boo#1171855.
2186
2187
-------------------------------------------------------------------
2188
Fri May 15 09:52:07 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2189
2190
- update to Mesa 20.0.7
2191
* most fixes in Radv, but there are fixes all over the tree
2192
2193
-------------------------------------------------------------------
2194
Mon May 4 13:47:59 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
2195
2196
- avoid build error PowerPC, using gnu++14 (not gnu++11)
2197
https://bugzilla.opensuse.org/show_bug.cgi?id=1171045
2198
2199
-------------------------------------------------------------------
2200
Thu Apr 30 14:46:25 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2201
2202
- update to Mesa 20.0.6
2203
* fairly small release (a little bit of everything in here)
2204
2205
-------------------------------------------------------------------
2206
Sat Apr 25 10:36:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2207
2208
- require llvm/clang 10
2209
2210
-------------------------------------------------------------------
2211
Fri Apr 24 09:21:28 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2212
2213
- update to Mesa 20.0.5
2214
* pretty big release with AMD and Intel drivers receiving the
2215
majority of the work.
2216
- supersedes U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch
2217
- supersedes n_opencl_dep_libclang.patch
2218
2219
-------------------------------------------------------------------
2220
Thu Apr 23 14:23:59 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
2221
2222
- Disable LTO on armv6 to fix build
2223
2224
-------------------------------------------------------------------
2225
Sun Apr 5 12:27:35 UTC 2020 - Torsten Duwe <duwe@suse.com>
2226
2227
- U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch
2228
* Fix Weston launch on tumbleweed by backporting commit bfb9c08e
2229
2230
-------------------------------------------------------------------
2231
Fri Apr 3 15:25:42 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2232
2233
- update to Mesa 20.0.4
2234
* emergency release, which reverts a serious SPIR-V regression
2235
in the 20.0.3 release.
2236
- supersedes U_Revert-spirv-Implement-OpCopyObject-and-OpCopyLogica.patch
2237
2238
-------------------------------------------------------------------
2239
Fri Apr 3 08:38:51 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2240
2241
- U_Revert-spirv-Implement-OpCopyObject-and-OpCopyLogica.patch
2242
* revert severe spirv regression; emergency release will be
2243
available soon ...
2244
2245
-------------------------------------------------------------------
2246
Thu Apr 2 09:27:46 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2247
2248
- update to Mesa 20.0.3
2249
* bugfix release: fixes all over the tree; mostly AMD (radv,
2250
aco), NIR and Intel (isl, anv)
2251
2252
-------------------------------------------------------------------
2253
Thu Mar 19 10:08:18 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2254
2255
- update to Mesa 20.0.2
2256
* bugfix release: fixes all over the code base
2257
2258
-------------------------------------------------------------------
2259
Mon Mar 9 15:15:52 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2260
2261
- update to Mesa 20.0.1
2262
* bugfix release
2263
2264
-------------------------------------------------------------------
2265
Fri Mar 6 10:27:21 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2266
2267
- cleanup in specfile: get rid of is_opensuse macro, which is no
2268
longer needed at all (jira#PM-1623)
2269
2270
-------------------------------------------------------------------
2271
Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2272
2273
- Loosen dependencies to allow building with newer versions of
2274
clang-devel, similar to llvm-devel.
2275
2276
-------------------------------------------------------------------
2277
Fri Feb 21 13:18:18 UTC 2020 - Philipp Seiler <p.seiler@linuxmail.org>
2278
2279
- update to mesa 20.0.0
2280
* changelog https://mesa3d.org/relnotes/20.0.0.html
2281
- supersedes U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch
2282
- supersedes U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch
2283
- supersedes U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch
2284
- supersedes U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch
2285
- supersedes U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch
2286
- update to patch n_add-Mesa-headers-again.patch to fit v20.0.0 sources
2287
- update to patch n_drirc-disable-rgb10-for-chromium-on-amd.patch to fit v20.0.0 sources
2288
2289
-------------------------------------------------------------------
2290
Fri Feb 21 05:09:10 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2291
2292
- use 7G disk constraints also for x86_64 and i586 (bsc#1164488)
2293
2294
-------------------------------------------------------------------
2295
Tue Feb 18 15:16:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2296
2297
- only use 'BuildRequires:llvm-devel >= 9.0.0' for TW/factory; for
2298
older products still use 'BuildRequires: llvm9-devel'; fixed
2299
build on openSUSE Leap 15.2
2300
2301
-------------------------------------------------------------------
2302
Sun Feb 16 12:00:17 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2303
2304
- Update to version 19.3.4
2305
* changes all over the tree, but aco and anv are leading the
2306
way in changes
2307
- supersedes u_Revert_gallium_Fix_big-endian_addressing_of_non-bitmask_array_formats.patch
2308
2309
-------------------------------------------------------------------
2310
Thu Feb 6 11:32:05 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2311
2312
- u_Revert_gallium_Fix_big-endian_addressing_of_non-bitmask_array_formats.patch
2313
* replaces U_gallium-Fix-big-endian-addressing-of-non-bitmask-arr.patch
2314
by an official merge request (bsc#1162252, gitlab issue#2472)
2315
2316
-------------------------------------------------------------------
2317
Mon Feb 3 17:17:44 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2318
2319
- U_gallium-Fix-big-endian-addressing-of-non-bitmask-arr.patch
2320
* reverse apply since it caused a regression in rendering on
2321
s390x (bsc#1162252)
2322
2323
-------------------------------------------------------------------
2324
Wed Jan 29 22:56:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2325
2326
- require and check for llvm-devel >= 9 instead of llvm9-devel on
2327
openSUSE
2328
2329
-------------------------------------------------------------------
2330
Wed Jan 29 17:15:01 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2331
2332
- enabled build of gallium based llvmpipe driver for s390x
2333
(related to jsc#IBM-369, jsc#SLE-7452)
2334
2335
-------------------------------------------------------------------
2336
Wed Jan 29 14:59:10 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2337
2338
- Update to version 19.3.3
2339
* There's plenty of changes here, but intel, docs, radeonsi,
2340
and aco are the biggest sets of changes.
2341
- supersedes U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
2342
2343
-------------------------------------------------------------------
2344
Wed Jan 29 13:34:34 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2345
2346
- set optflags also for g++ compiler
2347
2348
-------------------------------------------------------------------
2349
Mon Jan 27 15:31:52 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2350
2351
- require llvm9 (jsc#IBM-369, jsc#SLE-7452)
2352
2353
-------------------------------------------------------------------
2354
Wed Jan 22 13:47:07 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2355
2356
- U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch
2357
U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch
2358
U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch
2359
U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch
2360
U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
2361
U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch
2362
* fixes build with gcc10 using -fno-common as default now (boo#1160578)
2363
2364
-------------------------------------------------------------------
2365
Mon Jan 13 16:11:52 UTC 2020 - Andreas Schwab <schwab@suse.de>
2366
2367
- Enable LLVM support on riscv64
2368
2369
-------------------------------------------------------------------
2370
Sun Jan 12 18:09:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2371
2372
- Update to version 19.3.2
2373
* Intel and AMD drivers make up the bulk of the changes, with
2374
a bit of nir and glsl, plus a sprinkling of other stuff in
2375
there.
2376
2377
-------------------------------------------------------------------
2378
Sun Jan 5 20:07:47 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2379
2380
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
2381
* fixes patch (boo#1145188)
2382
2383
-------------------------------------------------------------------
2384
Sun Dec 29 09:09:03 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
2385
2386
- Update to version 19.3.1
2387
* Bugfixes for i965/iris, anv and radv
2388
2389
-------------------------------------------------------------------
2390
Mon Dec 16 15:42:01 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
2391
2392
- Update to version 19.3.0
2393
* Mainly changes to the build system, i965, aco, radv and anv
2394
* New features, check Phoronix:
2395
https://www.phoronix.com/scan.php?page=article&item=mesa-193-features
2396
2397
-------------------------------------------------------------------
2398
Fri Nov 22 11:06:45 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2399
2400
- Update to version 19.2.6
2401
* fixes build on PPC
2402
* couple of additional stable patches
2403
2404
-------------------------------------------------------------------
2405
Thu Nov 21 11:40:59 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2406
2407
- Update to version 19.2.5
2408
* There's a little bit over everything in here, with anv and
2409
radeonsi standing out as the two biggest components getting
2410
changes, but core mesa, core gallium, llvmpipe, nir, egl,
2411
i965, tgsi, st/mesa, spirv, and the Intel compiler also
2412
fixes in this release.
2413
- supersedes u_call-shmget-with-permission-0600-instead-of-0777.patch
2414
2415
-------------------------------------------------------------------
2416
Thu Nov 14 14:36:08 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2417
2418
- u_call-shmget-with-permission-0600-instead-of-0777.patch
2419
* CVE-2019-5068 (bsc#1156015)
2420
2421
-------------------------------------------------------------------
2422
Thu Nov 14 10:15:13 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2423
2424
- Update to version 19.2.4
2425
* This is an emergency release, to fix a critical bug found in
2426
the 19.2.3 release which causes incomplete rendering on all
2427
mesa drivers. This release contains a single patch to fix
2428
that bug.
2429
2430
-------------------------------------------------------------------
2431
Wed Nov 13 14:01:29 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
2432
2433
- Update _contraints, Mesa-drivers needs 7GB of disk to build
2434
safely.
2435
2436
-------------------------------------------------------------------
2437
Thu Nov 7 11:20:41 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2438
2439
- Update to version 19.2.3
2440
In this release: iris, meson, radv, anv, turnip, 965, svga,
2441
utils, core mesa, glsl, etanviv, and gallium/rbug
2442
- This Mesa release includes support for latest GPUs including Intel
2443
(jsc#SLE-7962, jsc#SLE-8024, jsc#SLE-8022, jsc#SLE-10182, jsc#SLE-4983,
2444
bsc#1137515) and fixes for boo#1127672, bsc#1117365
2445
2446
-------------------------------------------------------------------
2447
Tue Nov 5 07:45:37 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
2448
2449
- Dont conflict with vulkan-devel anymore as there is no file
2450
conflict
2451
2452
-------------------------------------------------------------------
2453
Fri Nov 1 17:07:44 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
2454
2455
- Use %pkg_vcmp macro instead of llvm-config to detect LLVM 9.
2456
2457
-------------------------------------------------------------------
2458
Fri Oct 25 19:35:23 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2459
2460
- Update to version 19.2.2
2461
* assortment of fixes in this release, notably a bunch of work
2462
to get Solaris and illumos working with mesa, as well as more
2463
work fixing issues in the migration of package-config and
2464
headers being handled by libglvnd instead of mesa when mesa
2465
is built with support for glvnd.
2466
There's bunch of other changes here, with radv and intel
2467
leading the pack, otherwise just a few things here and there.
2468
- n_add-Mesa-headers-again.patch
2469
* add Mesa headers again despite of building it against libglvnd;
2470
those headers turned out not to be usable; in addition packaging
2471
headers with libglvnd make dependancies problematic ...
2472
2473
-------------------------------------------------------------------
2474
Mon Oct 14 10:23:51 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2475
2476
- let Mesa-libEGL-devel require libX11 devel via "pkgconfig(x11)"
2477
since EGL/eglplatform.h includes X11/Xlib.h
2478
2479
-------------------------------------------------------------------
2480
Wed Oct 9 22:16:18 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2481
2482
- Update to version 19.2.1
2483
* fixes all over the tree: intel, amd, nine, nir, egl, gallium,
2484
scons, meson, glsl, haiku, android, and nouveau all got fixes.
2485
2486
-------------------------------------------------------------------
2487
Mon Oct 7 21:50:32 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2488
2489
- pickup gl, egl, glesv1_cm and glesv2 pkgconfig files from
2490
libglvnd build and add them to the appropriate devel subpackages
2491
2492
-------------------------------------------------------------------
2493
Mon Oct 7 16:20:49 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2494
2495
- reintroduce GL, EGL, GLES* devel subpackages since corresponding
2496
header and pkgconfig files from libglvnd didn't work out ...
2497
2498
-------------------------------------------------------------------
2499
Mon Sep 30 11:42:12 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
2500
2501
- Rebase n_opencl_dep_libclang.patch after update.
2502
2503
-------------------------------------------------------------------
2504
Mon Sep 30 09:02:03 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2505
2506
- Update to version 19.2.0 including changes to
2507
* release-infastructure
2508
* the build
2509
* drivers: turnip, radv, android, intel and amd common code
2510
* new features: check Phoronix
2511
https://www.phoronix.com/scan.php?page=news_item&px=Mesa-19.2-Released
2512
- supersedes U_llvmpipe-Don-t-use-u_ringbuffer-for-lp_scene_queue.patch
2513
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
2514
- supersedes n_glesv1_cm-glesv2.patch
2515
2516
-------------------------------------------------------------------
2517
Sat Sep 28 13:42:30 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2518
2519
- no longer build
2520
* Mesa-libGL-devel
2521
* Mesa-libEGL-devel
2522
* Mesa-libGLESv1_CM-devel
2523
* Mesa-libGLESv2-devel
2524
* Mesa-libGLESv3-devel
2525
Instead of requiring these let Mesa-devel package require
2526
libglvnd-devel >= 1.2.0, which provides the contents of these
2527
packages now (header files for OpenGL, GLES, EGL, and GLX).
2528
Adjusted baselibs.conf accordingly.
2529
- modified check for llvm version in a way so it works also with
2530
older llvm packages (by making use of "llvm-config -version"),
2531
where there is %{_llvm_sonum} macro defined yet
2532
- moved manual pages to Mesa-devel package
2533
2534
-------------------------------------------------------------------
2535
Wed Sep 25 18:34:34 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
2536
2537
- n_opencl_dep_libclang.patch
2538
* Link OpenCL library with libclang-cpp.so instead of the
2539
component libraries for LLVM >= 9.
2540
2541
-------------------------------------------------------------------
2542
Wed Sep 18 06:59:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2543
2544
- Update to version 19.1.7
2545
* another bugfix release ....
2546
2547
-------------------------------------------------------------------
2548
Mon Sep 9 10:51:49 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
2549
2550
- Add ppc64 for radeonsi to avoid build error
2551
2552
-------------------------------------------------------------------
2553
Wed Sep 4 09:08:57 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2554
2555
- Update to version 19.1.6
2556
* bugfix release
2557
2558
-------------------------------------------------------------------
2559
Mon Aug 26 08:12:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2560
2561
- Update to version 19.1.5
2562
* bugfix release
2563
2564
-------------------------------------------------------------------
2565
Wed Aug 14 18:51:18 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
2566
2567
- Build radeonsi and libvdpau_radeonsi on ppc64le
2568
2569
-------------------------------------------------------------------
2570
Mon Aug 12 08:42:27 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2571
2572
- Update to version 19.1.4:
2573
* Mostly, as usual, in fixes for different drivers (anv, radv,
2574
radeon, nv50, nvc0) as well as in backend parts (egl, spirv,
2575
nir, ...).
2576
* Of those fixes, we could highlight several ones:
2577
- Vulkan 24/48 bit formats are now not supported on Ivybridge.
2578
- R8G8B8_UNORM_SRGB is not supported on Haswell.
2579
- A fix for hair artifacts in Max Payne 3 on AMD/RADV.
2580
- Vulkan transform feedback extension is disabled on Intel
2581
gen7.
2582
2583
-------------------------------------------------------------------
2584
Tue Jul 23 19:50:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2585
2586
- Update to version 19.1.3:
2587
* Mostly fixes for ANV and RADV drivers, as well as NIR backend
2588
fixes.
2589
* Several of those patches fix crashes with the drivers, and a
2590
couple of them fix memory leaks.
2591
2592
-------------------------------------------------------------------
2593
Mon Jul 22 09:42:33 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2594
2595
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
2596
* added totem as another affected application (boo#1142270)
2597
2598
-------------------------------------------------------------------
2599
Fri Jul 12 10:16:59 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2600
2601
- Add v3d support (VC5/V6 driver) for %arm and aarch64
2602
2603
-------------------------------------------------------------------
2604
Fri Jul 12 08:46:16 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
2605
2606
- Add kmsro for %arm and aarch64
2607
2608
-------------------------------------------------------------------
2609
Thu Jul 11 15:02:37 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2610
2611
- U_llvmpipe-Don-t-use-u_ringbuffer-for-lp_scene_queue.patch
2612
* may fix crashes in llvmpipe on SMP systems with LTO enabled
2613
builds (boo#1133265)
2614
2615
-------------------------------------------------------------------
2616
Tue Jul 9 16:20:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2617
2618
- Update to version 19.1.2:
2619
* Different fixes for the Intel and AMD Vulkan drivers,
2620
Freedreno, the Meson build system, and some other fixes for
2621
other parts and/or drivers.
2622
* Worth to mention a fix for a crash in Wolfenstein II with the
2623
RADV driver, and another fix relevant for DXVK on Intel gen7
2624
drivers.
2625
- Update Source urls from ftp to https.
2626
2627
-------------------------------------------------------------------
2628
Thu Jun 27 20:18:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2629
2630
- Update to version 19.1.1:
2631
* Mostly in fixes for different drivers (RADV, ANV, Nouveau,
2632
Virgl, V3D, R300g, ...).
2633
* Also different fixes for different parts (Meson build, GLX,
2634
etc).
2635
2636
-------------------------------------------------------------------
2637
Wed Jun 19 09:17:51 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2638
2639
- reverted latest change in specfile; it's not needed; llvm8 is
2640
already been chosen on factory/TW by default ...
2641
2642
-------------------------------------------------------------------
2643
Tue Jun 18 09:29:26 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2644
2645
- use llvm8 on factory/TW
2646
2647
-------------------------------------------------------------------
2648
Thu Jun 13 09:34:13 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2649
2650
- n_glesv1_cm-glesv2.patch
2651
* reenables build of GLESv1_CM and GLESv2 ...
2652
- readded pkgconfig files for GLESv1_CM and GLESv2 to filelists
2653
- removed again virtual provides for
2654
* pkgconfig(glesv1_cm)
2655
* pkgconfig(glesv2)
2656
2657
-------------------------------------------------------------------
2658
Wed Jun 12 03:51:43 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2659
2660
- reenable LTO with Mesa 19.1 (boo#1133265, comment#5)
2661
- enabled new gallium drivers
2662
* iris (newer Intel GPUs)
2663
* lima, panfrost on ARM64
2664
- virtually provide
2665
* pkgconfig(glesv1_cm)
2666
* pkgconfig(glesv2)
2667
in libGLESv1_CM-devel/libGLESv2-devel packages, since these files
2668
have been removed from Mesa via git commit #1587586
2669
2670
-------------------------------------------------------------------
2671
Tue Jun 11 20:06:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2672
2673
- Update to 19.1.0:
2674
* Mesa 19.1.0 implements the OpenGL 4.5 API, but the version
2675
reported by glGetString(GL_VERSION) or
2676
glGetIntegerv(GL_MAJOR_VERSION) /
2677
glGetIntegerv(GL_MINOR_VERSION) depends on the particular
2678
driver being used. Some drivers don't support all the features
2679
required in OpenGL 4.5. OpenGL 4.5 is only available if
2680
requested at context creation. Compatibility contexts may
2681
report a lower version depending on each driver.
2682
* The top highlights include:
2683
- GL_ARB_parallel_shader_compile for all drivers.
2684
- GL_EXT_gpu_shader4 on all GL 3.1 drivers.
2685
- GL_EXT_shader_image_load_formatted on radeonsi.
2686
- GL_EXT_texture_buffer_object on all GL 3.1 drivers.
2687
- GL_EXT_texture_compression_s3tc_srgb on Gallium and i965
2688
drivers (ES extension).
2689
- GL_NV_compute_shader_derivatives on Iris and i965 drivers.
2690
- GL_KHR_parallel_shader_compile on all drivers.
2691
- GL_INTEL_conservative_rasterization on Iris.
2692
- Refresh patches with quilt.
2693
- Clean-up spec files for .pc and other files no longer built.
2694
2695
-------------------------------------------------------------------
2696
Wed May 22 10:21:16 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2697
2698
- Update to 19.0.5
2699
* Things have slowed back down from the last release, which is
2700
good for this late in the series. No one area has received too
2701
much work, with a little bit sprinkled in here and there in
2702
both core code and drivers.
2703
2704
-------------------------------------------------------------------
2705
Fri May 10 12:45:00 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2706
2707
- Update to 19.0.4
2708
* It's been a pretty active release, especially for how late in
2709
the cyle we are. Radv was the busiest component, but there
2710
were also a few changes for intel, radeonsi, some core vulkan
2711
work, and a little bit of other stuff here and there.
2712
2713
-------------------------------------------------------------------
2714
Fri Apr 26 10:03:02 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2715
2716
- Update to 19.0.3
2717
* quiet release with just 19 patches (excluding release churn)
2718
since 19.0.2
2719
* no sub component was touched too much
2720
* virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm
2721
received a few patches
2722
2723
-------------------------------------------------------------------
2724
Wed Apr 24 17:24:16 UTC 2019 - Martin Liška <mliska@suse.cz>
2725
2726
- Disable LTO (boo#1133265).
2727
2728
-------------------------------------------------------------------
2729
Wed Apr 17 16:10:26 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2730
2731
- Drop patches n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
2732
and archlinux_0001-Fix-linkage-against-shared-glapi.patch:
2733
These patches only work when building mesa with autotools. As we use meson
2734
instead now, these patches do nothing.
2735
2736
-------------------------------------------------------------------
2737
Wed Apr 17 16:08:20 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2738
2739
- Drop version 19.0.1 tarballs
2740
2741
-------------------------------------------------------------------
2742
Thu Apr 11 09:50:31 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2743
2744
- Update to 19.0.2
2745
* Just a few fixes for radeon, a few for nir, a couple for radv,
2746
a couple for v3d, and a few other patches here and there.
2747
2748
-------------------------------------------------------------------
2749
Thu Mar 28 10:24:11 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2750
2751
- Update to 19.0.1
2752
* "This is the first bug fix release of the 19.0 branch. It's
2753
been a pretty calm cycle, and there's not too much here. I
2754
think things are looking pretty good overall."
2755
2756
-------------------------------------------------------------------
2757
Fri Mar 22 10:14:33 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2758
2759
- baselibs.conf: Mesa-libEGL-devel needs Mesa-KHR-devel (bsc#1117365)
2760
2761
-------------------------------------------------------------------
2762
Fri Mar 22 06:58:08 UTC 2019 - olaf@aepfle.de
2763
2764
- Mesa-libEGL-devel needs Mesa-KHR-devel (bsc#1117365)
2765
2766
-------------------------------------------------------------------
2767
Wed Mar 20 14:44:10 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
2768
2769
- Remove imx from ARM drivers (dropped upstream)
2770
2771
-------------------------------------------------------------------
2772
Thu Mar 14 15:02:46 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2773
2774
- Update to 19.0.0
2775
* bug fixes and performance improvements
2776
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
2777
- supersedes u_wayland_egl-Ensure-EGL-surface.patch
2778
2779
-------------------------------------------------------------------
2780
Mon Mar 4 15:48:51 UTC 2019 - Andreas Schwab <schwab@suse.de>
2781
2782
- Don't enable gallium_loader on ppc and s390x
2783
- Fix configuration on non-gallium archs
2784
- u_dep_xcb.patch: fix missing xcb dependencies
2785
2786
-------------------------------------------------------------------
2787
Mon Mar 4 10:25:40 UTC 2019 - normand@linux.vnet.ibm.com
2788
2789
- avoid Mesa-drivers build failure for ppc64le reported by
2790
(boo#1127672)
2791
2792
-------------------------------------------------------------------
2793
Wed Feb 20 15:40:14 UTC 2019 - sndirsch@suse.com
2794
2795
- remove n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch;
2796
keeping that one reintroduced render errors and missing screen
2797
refreshes on GNOME3 in a qemu VM (cirrus emulation); the issue has
2798
been fixed in a different and better way since 18.3.3; this is
2799
related to bsc#1118149
2800
2801
-------------------------------------------------------------------
2802
Tue Feb 19 08:34:39 UTC 2019 - sndirsch@suse.com
2803
2804
- Update to 18.3.4
2805
* A fix in the XvMC state-tracker, which was causing some video attributes to
2806
not take affect. On the video front the VAAPI state tracker has seen
2807
improvements with VP9 streams while the amdgpu driver advertises all available
2808
profiles.
2809
* On Intel side we have compiler fixes and extra PCI IDs for Coffee Lake and
2810
Ice Lake parts. In the Broadcom drivers a couple of memory leaks were
2811
addressed and the NEON assembly should compile properly on armhf.
2812
* Other drivers such as radeonsi, nouveau and freedreno have also seen some
2813
love. The RADV driver has seen addressed to compile correctly with GCC9
2814
amongst other changes.
2815
* The Xlib based libGL have been addressed to work with X servers, which lacks
2816
the MIT-SHM extension such as XMing.
2817
* To top it up we have a few fixes to the meson build system.
2818
2819
-------------------------------------------------------------------
2820
Mon Feb 4 17:49:03 UTC 2019 - sndirsch@suse.com
2821
2822
- Update to 18.3.3
2823
* In this release we have:
2824
A memory leak fix in the etnaviv driver, better NEON assembly code in vc4 and
2825
couple of stability improvements to the radeonsi driver. Another memory leak
2826
affecting all gallium drivers have also been addressed.
2827
* The time required to compile GLSL shaders with large amount of uniforms, such
2828
as Godot, has been improved.
2829
* GLX and swrast have also seen some improvements.
2830
* On the Vulkan side, the ANV driver adjusted the number of images supported
2831
for gen8 and earlier to 8, while for newer hardware it remains the same 64.
2832
The RADV driver has seens a collection of stability improvements and fix for
2833
the Vulkan version advertised in some corner cases.
2834
* To top it all up, the meson build system has seen a steady amount of fixes:
2835
the DSO version for the VDPAU drivers is now included, ICC compatibility
2836
patches, opencl handling and relaxed handling when building osmesa.
2837
- adjusted n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
2838
2839
-------------------------------------------------------------------
2840
Mon Jan 21 18:29:27 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2841
2842
- Build Mesa with meson instead of automake
2843
+ Build classic swrast with Mesa, as its a dependency for osmesa - delete it
2844
while installing
2845
+ Build egl with Mesa-drivers as it demands one windowing-system -
2846
delete it while installing
2847
2848
-------------------------------------------------------------------
2849
Fri Jan 18 18:32:13 UTC 2019 - sndirsch@suse.com
2850
2851
- Update to 18.3.2
2852
* In this release candidate we have added more PCI IDs for AMD
2853
Vega devices and a number of fixes for the RADV Vulkan drivers.
2854
* On the Intel side we have a selection ranging from quad swizzles
2855
support for ICL to compiler fixes.
2856
* The nine state tracker has also seen some love as do the
2857
Broadcom drivers.
2858
* To top it all up, we have a healthy mount of build system fixes.
2859
2860
-------------------------------------------------------------------
2861
Wed Jan 9 10:49:24 UTC 2019 - sndirsch@suse.com
2862
2863
- redisabled support for tegra, since it just got disabled upstream
2864
in git master ...
2865
2866
-------------------------------------------------------------------
2867
Sat Jan 5 23:31:00 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
2868
2869
- Enable the surfaceless platform, which is needed by KDE CI
2870
environment for testing (https://phabricator.kde.org/T10245)
2871
2872
-------------------------------------------------------------------
2873
Wed Dec 19 15:01:41 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
2874
2875
- Add etnaviv, imx and tegra supports for %arm and arch64
2876
2877
-------------------------------------------------------------------
2878
Wed Dec 12 15:29:53 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
2879
2880
- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
2881
configure when building the drivers. Helps us break a build
2882
cycle.
2883
2884
-------------------------------------------------------------------
2885
Wed Dec 12 11:00:56 UTC 2018 - sndirsch@suse.com
2886
2887
- Update to 18.3.1
2888
* This version disables the VK_EXT_pci_bus_info extension due to
2889
last minute issues spotted in the specification.
2890
2891
-------------------------------------------------------------------
2892
Tue Dec 11 10:45:49 UTC 2018 - sndirsch@suse.com
2893
2894
- n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
2895
* Xshm results in render errors and missing screen refreshes on GNOME3
2896
in a qemu VM (cirrus emulation) [bsc#1118149]
2897
2898
-------------------------------------------------------------------
2899
Mon Dec 10 15:38:24 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
2900
2901
- Fix baselibs.conf entry for Mesa-KHR-devel (missing "-")
2902
2903
-------------------------------------------------------------------
2904
Fri Dec 7 13:57:32 UTC 2018 - sndirsch@suse.com
2905
2906
- Update to 18.3.0 final release
2907
* The top highlights include:
2908
+ GL_AMD_depth_clamp_separate on r600, radeonsi.
2909
+ GL_AMD_framebuffer_multisample_advanced on radeonsi.
2910
+ GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.
2911
+ GL_AMD_multi_draw_indirect on all GL 4.x drivers.
2912
+ GL_AMD_query_buffer_object on i965, nvc0, r600, radeonsi.
2913
+ GL_EXT_disjoint_timer_query on radeonsi and most other Gallium drivers
2914
(ES extension)
2915
+ GL_EXT_texture_compression_s3tc on all drivers (ES extension)
2916
+ GL_EXT_vertex_attrib_64bit on i965, nvc0, radeonsi.
2917
+ GL_EXT_window_rectangles on radeonsi.
2918
+ GL_KHR_texture_compression_astc_sliced_3d on radeonsi.
2919
+ GL_NV_fragment_shader_interlock on i965.
2920
+ EGL_EXT_device_base for all drivers.
2921
+ EGL_EXT_device_drm for all drivers.
2922
+ EGL_MESA_device_software for all drivers.
2923
* Additional features:
2924
ANV
2925
+ VK_EXT_calibrated_timestamps
2926
+ VK_EXT_pci_bus_info
2927
+ VK_EXT_sampler_filter_minmax
2928
+ VK_EXT_vertex_attribute_divisor v3
2929
+ VK_GOOGLE_decorate_string
2930
+ VK_GOOGLE_hlsl_functionality1
2931
+ VK_KHR_driver_properties
2932
RADV
2933
+ VK_EXT_calibrated_timestamps
2934
+ VK_EXT_conservative_rasterization
2935
+ VK_EXT_pci_bus_info
2936
+ VK_EXT_transform_feedback
2937
+ VK_EXT_vertex_attribute_divisor v3
2938
+ VK_GOOGLE_decorate_string
2939
+ VK_GOOGLE_hlsl_functionality1
2940
+ VK_KHR_driver_properties
2941
- supersedes u_constify-struct-drisw_loader_funcs.patch,
2942
u_drisw-use-separate-drisw_loader_funcs-for-shm.patch
2943
2944
-------------------------------------------------------------------
2945
Tue Dec 4 11:20:05 UTC 2018 - bjorn.lie@gmail.com
2946
2947
- Add u_wayland_egl-Ensure-EGL-surface.patch: wayland/egl: Ensure
2948
EGL surface is resized on DRI update_buffers(). Patch is sent
2949
upstream already.
2950
2951
-------------------------------------------------------------------
2952
Thu Nov 29 13:12:15 UTC 2018 - sndirsch@suse.com
2953
2954
- Update to 18.3.0-rc5
2955
* fifth release candidate for Mesa 18.3.0
2956
2957
-------------------------------------------------------------------
2958
Tue Nov 27 10:50:17 UTC 2018 - sndirsch@suse.com
2959
2960
- added libGL-Mesa-devel split-off provides to Mesa-KHR-devel
2961
package, since /usr/include/KHR/khrplatform.h moved between
2962
these two packages (related to bsc#1117365)
2963
2964
-------------------------------------------------------------------
2965
Tue Nov 27 08:42:43 UTC 2018 - msrb@suse.com
2966
2967
- Place khrplatform.h into new package Mesa-KHR-devel. It is now
2968
required by all devel packages that need it. (bsc#1117365)
2969
2970
-------------------------------------------------------------------
2971
Mon Nov 26 15:06:58 UTC 2018 - msrb@suse.com
2972
2973
- Remove n_drisw-Do-not-use-drisw_put_image_shm.patch,
2974
add u_constify-struct-drisw_loader_funcs.patch
2975
and u_drisw-use-separate-drisw_loader_funcs-for-shm.patch.
2976
* Replace workaround with proper fix for crash in VLC and
2977
possibly other applications. (boo#1113533)
2978
2979
-------------------------------------------------------------------
2980
Fri Nov 23 17:21:06 UTC 2018 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2981
2982
- Use rpm variables for the drirc.d path
2983
2984
-------------------------------------------------------------------
2985
Thu Nov 22 14:12:45 UTC 2018 - sndirsch@suse.com
2986
2987
- Update to 18.3.0-rc4
2988
* fourth release candidate for Mesa 18.3.0
2989
2990
-------------------------------------------------------------------
2991
Sat Nov 17 21:06:24 UTC 2018 - sndirsch@suse.com
2992
2993
- Update to 18.3.0-rc3
2994
* third release candidate for Mesa 18.3.0
2995
2996
-------------------------------------------------------------------
2997
Thu Nov 15 16:50:48 UTC 2018 - sndirsch@suse.com
2998
2999
- moved /usr/include/KHR from libEGL-devel to libGL-devel since it's
3000
now being referenced by glext.h
3001
3002
-------------------------------------------------------------------
3003
Thu Nov 15 15:19:27 UTC 2018 - sndirsch@suse.com
3004
3005
- Update to 18.3.0-rc2
3006
* second release candidate for Mesa 18.3.0
3007
- supersedes the following patches:
3008
* U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch
3009
* U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch
3010
* U_python-Fix-rich-comparisons.patch
3011
* U_python-Use-key-functions-when-sorting-containers.patch
3012
* mako_4_radv.patch
3013
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
3014
- /etc/drirc moved to /usr/share/drirc.d/00-mesa-defaults.conf
3015
3016
-------------------------------------------------------------------
3017
Tue Nov 13 08:50:56 UTC 2018 - msrb@suse.com
3018
3019
- n_drisw-Do-not-use-drisw_put_image_shm.patch
3020
* Workaround for applications that create GL context twice with
3021
different loaders. (boo#1113533)
3022
3023
-------------------------------------------------------------------
3024
Thu Nov 1 13:15:49 UTC 2018 - sndirsch@suse.com
3025
3026
- Update to 18.2.4
3027
* Different fixes for different drivers: freedreno, radeonsi,
3028
swr, anv and radv. Also there are fixes for ac, gallium,
3029
spirv and blorp.
3030
3031
-------------------------------------------------------------------
3032
Thu Oct 25 14:29:20 UTC 2018 - msrb@suse.com
3033
3034
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
3035
* Disallow rgb10 configs for chromium with radeonsi to prevent
3036
broken colors in video. (boo#1113211)
3037
3038
-------------------------------------------------------------------
3039
Mon Oct 22 13:24:59 UTC 2018 - sndirsch@suse.com
3040
3041
- Update to 18.2.3
3042
* Different patches for the DirectX9 and DRI state trackers.
3043
* Several fixes and workarounds for different games, inlcuding
3044
RAGE, Yakuza and The Evil Within, Wolfenstein The Old Blood
3045
ARMA 3, or No Mans Sky.
3046
* A bunch of fixes for different drivers, including r600,
3047
nouveau, radeonsi, anv, radv, virgl, i965, nvc0 or nv50.
3048
Worth to mention a fix for GPU hangs in Radeonsi.
3049
* State Trackers also get different fixes and corrections.
3050
* Finally, fixes for GLSL and NIR are also in this queue.
3051
3052
-------------------------------------------------------------------
3053
Fri Oct 5 19:04:01 UTC 2018 - bjorn.lie@gmail.com
3054
3055
- Update to 18.2.2
3056
* Different patches for the DirectX9 and DRI state trackers.
3057
* A patch to implement vkAcquireNextImage2 in the Intel and AMD
3058
vulkan drivers, as well as a patch for adding support for
3059
protected memory properties in GetPhysicalDeviceProperties2()
3060
for the former driver.
3061
* RADV also gets a patch to fix some issues with reflections in
3062
GTA V, and a patch to fix a GPU hang in SteamVR with Vega.
3063
* Finally, there are more fixes for Radeonsi, nvc0, vc4, and
3064
vulkan code.
3065
- Drop usage of sha1sum, use sig and keyring verification instead.
3066
Following this, add key from Juan A. Suarez to keyring.
3067
- Drop u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
3068
Fixed upstream.
3069
3070
-------------------------------------------------------------------
3071
Fri Sep 21 20:38:47 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
3072
3073
- update to 18.2.1
3074
* Lot of fixes for Vulkan drivers.
3075
3076
-------------------------------------------------------------------
3077
Tue Sep 11 13:28:26 UTC 2018 - sndirsch@suse.com
3078
3079
- get rid of libwayland-egl1/libwayland-egl-devel completely; also
3080
for older Leap versions
3081
3082
-------------------------------------------------------------------
3083
Mon Sep 10 13:29:24 UTC 2018 - sndirsch@suse.com
3084
3085
- update to 18.2.0
3086
* This release consists of nearly 2200 commits from approximately
3087
130 developers.
3088
* The top highlights include:
3089
- OpenGL 4.3 on virgl.
3090
- OpenGL 4.4 Compatibility profile on radeonsi.
3091
- OpenGL ES 3.2 on radeonsi and virgl.
3092
- GL_ARB_ES3_2_compatibility on radeonsi.
3093
- GL_ARB_fragment_shader_interlock on i965.
3094
- GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+).
3095
- GL_ANDROID_extension_pack_es31a on radeonsi.
3096
- GL_KHR_texture_compression_astc_ldr on radeonsi.
3097
- GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on
3098
nvc0 (GM200+).
3099
- GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+).
3100
- multisampled images on nvc0 (GM107+) (now supported on GF100+).
3101
* Additional features:
3102
- ANV Extensions:
3103
- VK_KHR_bind_memory2.
3104
- VK_KHR_external_fence.
3105
- VK_KHR_external_fence_capabilities.
3106
- VK_KHR_external_semaphore.
3107
- VK_KHR_external_semaphore_capabilities.
3108
- VK_KHR_maintenance2.
3109
- VK_KHR_maintenance3.
3110
- VK_KHR_multiview.
3111
- VK_KHR_relaxed_block_layout.
3112
- VK_KHR_sampler_ycbcr_conversion.
3113
- VK_KHR_8bit_storage.
3114
- VK_KHR_create_renderpass2.
3115
- VK_KHR_display.
3116
- VK_KHR_display_swapchain.
3117
- VK_KHR_external_fence_fd.
3118
- VK_KHR_external_semaphore_fd.
3119
- VK_KHR_get_display_properties2.
3120
- VK_KHR_image_format_list.
3121
- RADV Extensions:
3122
- VK_KHR_bind_memory2.
3123
- VK_KHR_external_fence.
3124
- VK_KHR_external_fence_capabilities.
3125
- VK_KHR_maintenance2.
3126
- VK_KHR_maintenance3.
3127
- VK_KHR_multiview.
3128
- VK_KHR_relaxed_block_layout.
3129
- VK_KHR_create_renderpass2.
3130
- VK_KHR_display.
3131
- VK_KHR_display_swapchain.
3132
- VK_KHR_draw_indirect_count.
3133
- VK_KHR_external_fence_fd.
3134
- VK_KHR_get_display_properties2.
3135
- VK_KHR_get_surface_capabilities2.
3136
- VK_KHR_image_format_list.
3137
- New GL extensions supported by all drivers:
3138
- GL_OES_EGL_image_external.
3139
- GL_OES_EGL_image_external_essl3.
3140
- freedreno:
3141
- GL 3.0's multisample anti-aliasing support on a5xx.
3142
- GL_ARB_texture_multisample support on a5xx.
3143
- GLES3.1's GS5 Packing/bitfield/conversion functions support on a5xx.
3144
- Dynamically uniform UBO array indices.
3145
- Packing/bitfield/conversion functions.
3146
- Enhanced textureGather.
3147
- GL_OES_texture_buffer.
3148
- GL_ARB_seamless_cubemap_per_texture.
3149
- i965:
3150
- GL_OES_texture_view on gen8+.
3151
- GL_EXT_texture_norm16.
3152
- nouveau:
3153
- GL_ARB_post_depth_coverage.
3154
- GL_ARB_sample_locations.
3155
- GL_EXT_texture_norm16.
3156
- r600:
3157
- GL_EXT_texture_norm16.
3158
- radeonsi:
3159
- GL_EXT_texture_norm16.
3160
- virgl:
3161
- GL_ARB_seamless_cubemap_per_texture.
3162
- GL_ARB_shader_stencil_export.
3163
- supersedes u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch,
3164
u_intel_anv-make-scripts-python-2-3-compat.patch
3165
- U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch,
3166
U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch,
3167
U_python-Fix-rich-comparisons.patch,
3168
U_python-Use-key-functions-when-sorting-containers.patch
3169
* buildfixes ...
3170
3171
-------------------------------------------------------------------
3172
Mon Aug 27 12:07:28 UTC 2018 - sndirsch@suse.com
3173
3174
- update to 18.1.7
3175
* Mesa 18.1.7 is now available for general consumption. This
3176
release has been rather small compared to the last few
3177
release, There's just a handful of fixes in total. Meson,
3178
radv, anv, gallium winsys, intel, i965, and r600 were the
3179
only recipients of fixs this go around.
3180
3181
-------------------------------------------------------------------
3182
Sun Aug 26 19:03:01 UTC 2018 - fabian@ritter-vogt.de
3183
3184
- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)
3185
3186
-------------------------------------------------------------------
3187
Fri Aug 17 11:53:08 UTC 2018 - sndirsch@suse.com
3188
3189
- update to 18.1.6
3190
* autotools fixes for libglvnd, libgl naming, and pkgconfig
3191
* meson fixed its handling of stale symlinks wrt megadrivers
3192
* windows relaged fixes
3193
* some bug fixes for clover
3194
* plenty of egl, wayland, glx, and dri3 fixes
3195
* a couple of nir fixes
3196
* and on the driver side, radv, intel, vc4, etnaviv, swr, r600, amd, and
3197
nouveau all had a few fixes
3198
- supersedes archlinux_glvnd-fix-gl-dot-pc.patch
3199
3200
-------------------------------------------------------------------
3201
Mon Aug 13 14:51:24 UTC 2018 - sndirsch@suse.com
3202
3203
- disabled build of libwayland-egl for factory/sle16/Leap 16 now
3204
being provided by Wayland itself and probably be removed from
3205
Mesa soon; see also https://build.opensuse.org/request/show/613048
3206
3207
-------------------------------------------------------------------
3208
Thu Aug 2 20:13:36 UTC 2018 - mimi.vx@gmail.com
3209
3210
- update to 18.1.5
3211
* several fixes for radv
3212
* A few fixes for virgil, spirv, radeonsi, nir, disk cache and build
3213
systems
3214
3215
-------------------------------------------------------------------
3216
Thu Jul 26 10:30:26 UTC 2018 - guillaume.gardet@opensuse.org
3217
3218
- Enable virgl on ARM
3219
3220
-------------------------------------------------------------------
3221
Mon Jul 16 10:21:54 UTC 2018 - sndirsch@suse.com
3222
3223
- update to 18.1.4
3224
* Several fixes for i965
3225
* Several fixes for anv
3226
* A few fixes each for radeonsi, glx, the glsl compiler, the
3227
autotools build, nir, st/dri, and r600
3228
3229
-------------------------------------------------------------------
3230
Wed Jul 11 07:47:35 UTC 2018 - mliska@suse.cz
3231
3232
- Make build verbose as outlined in openSUSE:Specfile guidelines
3233
https://en.opensuse.org/openSUSE:Specfile_guidelines#Verbose_mode
3234
3235
-------------------------------------------------------------------
3236
Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
3237
3238
- update to 18.1.3
3239
* numerous fixes for radv
3240
* some fixes for common radeon code
3241
* fixes for both the nir and glsl compilers
3242
* An i965 fix for some gpu hangs on SNB
3243
3244
-------------------------------------------------------------------
3245
Sun Jun 17 17:57:44 UTC 2018 - mimi.vx@gmail.com
3246
3247
- add mako_4_radv.patch - fixes Mako detection for RADV/intel
3248
3249
-------------------------------------------------------------------
3250
Sun Jun 17 11:11:53 UTC 2018 - mimi.vx@gmail.com
3251
3252
- update to 18.1.2
3253
* Fixes for libatomic checks on non-arm and non-x86 platforms
3254
* porting of additional libatomic checks to meson from autotools
3255
* numerous radv fixes
3256
* numerous intel fixes
3257
* A few fixes each for radeonsi, r300, ac, glx, and vulkan
3258
3259
-------------------------------------------------------------------
3260
Sat Jun 2 15:44:36 UTC 2018 - mimi.vx@gmail.com
3261
3262
- Update to 18.1.1
3263
- drop U_dri3-Stricter-SBC-wraparound-handling.patch
3264
* Radv fixed one extension and several features on a per-generation basis.
3265
* Vulkan got fixes for a potential free of uninitialized memory
3266
* Tegra got modifier fixes.
3267
* nv30 fixed displayable formats.
3268
* i965 now works correctly for GLK 2x6 systems.
3269
3270
-------------------------------------------------------------------
3271
Tue May 22 16:08:15 UTC 2018 - tobias.johannes.klausmann@mni.thm.de
3272
3273
- Add patch U_dri3-Stricter-SBC-wraparound-handling.patch
3274
This fixes an error with timestamps, avoiding near infinite client
3275
hangs with the new X server 1.20 release and some clients, the most
3276
prominent being plasmashell & steam
3277
Bugentry: FDO#106351
3278
3279
-------------------------------------------------------------------
3280
Tue May 22 08:44:11 UTC 2018 - msrb@suse.com
3281
3282
- Fix python3-Mako dependency on <= Leap 42.3.
3283
- Temporarily replace mesa-18.1.0.tar.xz.sig with
3284
mesa-18.1.0.tar.xz.sha1sum. The sig file uses EDDSA which is not
3285
supported by gpg in OBS at the moment.
3286
3287
-------------------------------------------------------------------
3288
Sat May 19 17:45:35 UTC 2018 - mimi.vx@gmail.com
3289
3290
- Update to 18.1.0
3291
- refreshed archlinux_0001-Fix-linkage-against-shared-glapi.patch
3292
- add u_intel_anv-make-scripts-python-2-3-compat.patch for build ANV
3293
with python
3294
* Vulkan 1.1 support for the ANV and RADV drivers.
3295
* RadeonSI and RADV have "Vega M" GPU support for Kabylake G processors
3296
* A simple Gallium3D HUD option as an alternative to the advanced
3297
heads-up display
3298
* There is also now Vega 12 support too.
3299
* For new hardware support on the Intel side are the initial
3300
bits for Intel Icelake.
3301
* The Intel driver stack has meanwhile landed more SPIR-V
3302
bits towards OpenGL 4.6.
3303
* The Intel ANV driver has received new extensions too as well as
3304
enabling features like MSAA fast clears.
3305
* VP9 VA-API support for VCN and HEVC Main for VCN - Raven Ridge CPUs.
3306
* DRI3 1.1/1.2 support for going with the soon-to-be-out X.Org Server 1.20.
3307
* Etnaviv performance counter support when paired with the latest Etnaviv
3308
DRM in the mainline kernel.
3309
* The last-year-GSoC'ed OpenMAX Tizonia H.264 encoder/decoder.
3310
* UVD-based HEVC video encoding.
3311
* OpenGL 3.1 ARB_compatibility support for the major Gallium3D drivers.
3312
* RadeonSI 32-bit pointers support.
3313
* The Intel GLSL shader cache is enabled by default.
3314
* Nouveau NVC0 meanwhile finally has ARB_bindless_texture support.
3315
* On the old hardware front, R600g is now effectively at OpenGL 4.4
3316
for the Radeon HD 5800/6900 series.
3317
3318
-------------------------------------------------------------------
3319
Sat May 19 14:56:38 UTC 2018 - sndirsch@suse.com
3320
3321
- Update to 18.0.4
3322
* r600 driver gets a fix for constant buffer boounds, which
3323
fixes rendering bugs in Trine and Witcher 1.
3324
* Several fixes for RADV driver: fixes around alpha channel
3325
in Pre-Vega, fix in multisample image copies, and fixes
3326
around multilayer images in compute path.
3327
* For the case of ANV/i965 drivers, also a couple of fixes,
3328
all of them around ISP. On top, there are a couple of fixes
3329
relative to code emission around 16-bit integers, and a a
3330
fix for a leak in blorp for Gen4 and Gen5.
3331
* Speaking of leaks, there are also fixes for
3332
winsys/radeon/amdgpu and pipe-loader.gets a couple of patches
3333
to fix a couple of leaks.
3334
* SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord.
3335
* Mesa core gets a couple of patches to fix error handling in
3336
get_framebuffer_parameteriv, and to add missing support for
3337
glFogiv(GL_FOG_DISTANCE_MODE_NV).
3338
3339
-------------------------------------------------------------------
3340
Tue May 8 12:14:26 UTC 2018 - sndirsch@suse.com
3341
3342
- Update to 18.0.3
3343
* The is a fairly small release consisting of patches to fix leaks
3344
in RADV and Winsys, fix deadlock in internal queue, fix issues
3345
with ANV allocator, fix blit setup for YUV LoadImage, and some
3346
other patches.
3347
3348
-------------------------------------------------------------------
3349
Mon Apr 30 10:04:10 UTC 2018 - sndirsch@suse.com
3350
3351
- Update to 18.0.2
3352
* A couple of fixes for Meson that solves some problems regarding
3353
building tests and installation.
3354
* A couple of fixes in state tracker / DRI that was causing crashes
3355
in QtCreator and Firefox, among other problems.
3356
* A couple of fixes for GFX9, that solves a hang in the driver, and
3357
a problem with buffer views.
3358
* SVGA gets also a patch to fix incorrect advertizing of
3359
EGL_KHR_gl_colorspace extension.
3360
* Etnaviv gets a fix for swizzled texture formats.
3361
* Intel drivers get also several patches.
3362
* RADV gets a patch to solve a problem of lot of games complaining
3363
about not having enough memory.
3364
3365
-------------------------------------------------------------------
3366
Thu Apr 19 09:55:13 UTC 2018 - sndirsch@suse.com
3367
3368
- Update to 18.0.1
3369
* In this release we have:
3370
* On the build system to highlight Meson is get improved thorugh several patches
3371
that fix issues around it.
3372
* On the drivers part, RADV get several fixes: one for multisample regressions on
3373
Vega, another around GFX9 buffer views, and a couple of them more to related
3374
with avoiding emitting unneeded vertex state.
3375
* St/Nine get fixes around face register, lighting constants, math check for
3376
inversible matrix, implicit conversions and bad tracking of vertex textures.
3377
* Freedreno/a5xx get fixes around missaligned heigh for PIPE_BUFFER, and around
3378
page faults.
3379
* Several fixes are also enqueued for Intel driver: set right channel_sizes for
3380
MOV_INDIRECT sources, set right config registration for uploading to kernel,
3381
return the fourcc stored in __DRIimage when possible, fix negative sign in
3382
64-bit return values, fix null destination register in assembly instructions
3383
with 3 source operands, a fix for failed TCS/TES shader compilation
3384
* Queue also contains a couple of fixes around Gallium drivers, one to fix a typo
3385
in code that was causing wrong return value, and another one to fix an
3386
unitialized modifier for DRI2.
3387
* Mesa core gets a couple of patches to fix issues around overriding OpenGL/ES
3388
supported version through environment variables, and a patch to fix an issue
3389
with texture samples found in "The Witness" through Wine.
3390
* A couple of bugs around unrolling loops have also been fixed, these patches were
3391
applied for NIR and GLSL.
3392
* On top of above, NIR gets more fixes in a couple of lowering functions used:
3393
coalesce in lower_vec_to_movs if vec had a SSA destination, and interp_var_at
3394
intrinsic support in lower_indirect_derefs. It also gets a fix around
3395
vars_to_ssa function.
3396
* Finally, there are other fixes affecting Radeonsi, AC, EGL/Wayland and SPIR-V
3397
compiler.
3398
3399
-------------------------------------------------------------------
3400
Wed Apr 18 09:07:57 UTC 2018 - sndirsch@suse.com
3401
3402
- enabled opencl and that way also Mesa-gallium on 42.3 since we
3403
now build against llvm 6; this also fixes the requirements from
3404
Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by
3405
community)
3406
3407
-------------------------------------------------------------------
3408
Thu Apr 5 08:37:03 UTC 2018 - msrb@suse.com
3409
3410
- Remove n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch.
3411
* Not needed since we build Mesa against LLVM 6. (bnc#1082298)
3412
- Remove u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch.
3413
* It was disabled for long time and does not seem to be needed.
3414
(bnc#1082306)
3415
3416
-------------------------------------------------------------------
3417
Tue Apr 3 08:24:39 UTC 2018 - schwab@suse.de
3418
3419
- Enable nine on arm/aarch64
3420
3421
-------------------------------------------------------------------
3422
Wed Mar 28 09:24:25 UTC 2018 - sndirsch@suse.com
3423
3424
- Update to 18.0.0 final
3425
* one-and-only change since 18.0.0-rc5: updated release notes
3426
- Changes since 17.3
3427
* The top highlights include:
3428
+ Cannonlake support on i965 and anv
3429
+ GL 4.3/GLES 3.1 support on r600/evergreen with hw fp64 support
3430
+ Meson build system
3431
* ANV Extensions:
3432
+ VK_EXT_external_memory_dma_buf
3433
* RADV Extensions:
3434
+ VK_ANDROID_native_buffer
3435
+ VK_KHR_external_fence
3436
+ VK_KHR_external_fence_capabilities
3437
+ VK_KHR_external_fence_fd
3438
+ VK_KHR_get_surface_capabilities2
3439
+ VK_EXT_discard_rectangles
3440
+ VK_EXT_external_memory_dma_buf
3441
+ VK_AMD_shader_info
3442
* EGL:
3443
+ Support for RGBA/RGBX 1010102 formats
3444
+ EGL_EXT_pixel_format_float
3445
+ Final planned release to ship wayland-egl. Now provided by wayland.
3446
* GLX:
3447
+ Darwin/Apple fixes
3448
* Mesa core
3449
+ Support 1 binary format for GL_ARB_get_program_binary on i965
3450
+ drirc workarounds:
3451
(*) Unreal 4 Editor
3452
(*) Observer
3453
(*) Steamroll
3454
(*) Refunct
3455
* drirc mesa_glthread whitelists:
3456
+ Mount and Blade Warband
3457
- i965:
3458
* Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "false"
3459
* GL_EXT_disjoint_timer_query on gen6+
3460
3461
-------------------------------------------------------------------
3462
Wed Mar 21 15:06:52 UTC 2018 - sndirsch@suse.com
3463
3464
- Update to 18.0.0-rc5
3465
* The fifth and final release candidate for Mesa 18.0.0. Modulo
3466
serious regressions, it is anticipated that it will become
3467
Mesa 18.0.0 this Friday (2018-03-23) around 16:00 GMT
3468
- supersedes u_glsl-linker-error.patch
3469
3470
-------------------------------------------------------------------
3471
Mon Mar 19 19:58:07 UTC 2018 - sndirsch@suse.com
3472
3473
- no longer try to use non-existing python3-mako as BuildRequires
3474
on Leap 42.3
3475
3476
-------------------------------------------------------------------
3477
Thu Mar 15 15:49:45 UTC 2018 - msrb@suse.com
3478
3479
- u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
3480
* Fixes laggy mouse in Wayland. (fdo#104926)
3481
3482
-------------------------------------------------------------------
3483
Thu Mar 1 15:47:35 UTC 2018 - sndirsch@suse.com
3484
3485
- replaced u_r600-egd_tables.py-added-support-for-python-3.patch
3486
with fixed u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch
3487
and enabled it again; removed again n_egd_tables_h.patch (boo#1082303)
3488
3489
-------------------------------------------------------------------
3490
Thu Mar 1 13:29:46 UTC 2018 - sndirsch@suse.com
3491
3492
- added n_egd_tables_h.patch and disabled u_mesa-python3-only.patch
3493
* use pregenerated egd_tables.h (via python2) instead of trying
3494
to generate it during buildtime with python3 using an apparently
3495
broken patch (boo#1082303)
3496
3497
-------------------------------------------------------------------
3498
Wed Feb 28 14:57:00 UTC 2018 - sndirsch@suse.com
3499
3500
- removed more unneeded buildrequires: libudev, openssl, bison,
3501
flex (boo#1082312)
3502
3503
-------------------------------------------------------------------
3504
Tue Feb 27 18:17:53 UTC 2018 - sndirsch@suse.com
3505
3506
- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
3507
which is no longer needed due to changed LLVM build (boo#1082307)
3508
3509
-------------------------------------------------------------------
3510
Tue Feb 27 09:58:06 UTC 2018 - sndirsch@suse.com
3511
3512
- merge content of new rpmlintrc into existing Mesa-rpmlintrc file
3513
3514
-------------------------------------------------------------------
3515
Fri Feb 23 13:36:23 UTC 2018 - sndirsch@suse.com
3516
3517
- no longer run ldconfig for the follwing backend (ICD) drivers,
3518
since it's considered wrong: xvmc, vdpau, va, opencl, and vulkan;
3519
required adding a rpmlintrc file with appropriate rules
3520
(boo#1082316)
3521
3522
-------------------------------------------------------------------
3523
Fri Feb 23 13:25:16 UTC 2018 - sndirsch@suse.com
3524
3525
- removed no longer needed ncurses-devel BuildRequires (boo#1082315)
3526
3527
-------------------------------------------------------------------
3528
Fri Feb 23 13:19:41 UTC 2018 - sndirsch@suse.com
3529
3530
- redone u_add_llvm_codegen_dependencies.patch and renamed to
3531
u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
3532
(boo#1082307)
3533
3534
-------------------------------------------------------------------
3535
Fri Feb 23 13:03:51 UTC 2018 - sndirsch@suse.com
3536
3537
- removed u_mesa-8.0.1-fix-16bpp.patch and
3538
u_mesa-8.0-llvmpipe-shmget.patch, which we no longer apply since
3539
about 5 years (boo#1082305)
3540
3541
-------------------------------------------------------------------
3542
Fri Feb 23 12:01:29 UTC 2018 - sndirsch@suse.com
3543
3544
- recreated u_mesa-python3-only.patch and renamed to
3545
u_r600-egd_tables.py-added-support-for-python-3.patch; also
3546
removed first hunk (boo#1082303)
3547
3548
-------------------------------------------------------------------
3549
Fri Feb 23 10:51:04 UTC 2018 - sndirsch@suse.com
3550
3551
- removed n_Define-GLAPIVAR-separate-from-GLAPI.patch
3552
* bits moved to libGLw's n_Use-newly-introduced-GLAPIVAR-for-variables.patch
3553
(boo#1082297)
3554
3555
-------------------------------------------------------------------
3556
Mon Feb 19 23:24:22 UTC 2018 - schwab@suse.de
3557
3558
- Mesa-gallium only exists if %{with_opencl}
3559
- Add support for riscv64
3560
3561
-------------------------------------------------------------------
3562
Fri Feb 16 14:59:04 UTC 2018 - mstaudt@suse.com
3563
3564
- Split Nouveau and VC4 from the main driver package on all systems
3565
3566
Fixes (boo#1081210).
3567
3568
-------------------------------------------------------------------
3569
Thu Feb 15 09:25:16 UTC 2018 - mimi.vx@gmail.com
3570
3571
- remove %{release} based dependecies
3572
Unfortuanetly Mesa and Mesa-drivers can have different release number
3573
Release is Commit_Count.Build_Count and build count can be different
3574
because both packages have different dependencies
3575
3576
-------------------------------------------------------------------
3577
Wed Feb 14 09:48:41 UTC 2018 - mimi.vx@gmail.com
3578
3579
- add u_glsl-linker-error.patch
3580
* Fix attaching multiple shader objects for the same stage to a
3581
GLSL program triggers a linker error (fdo#104777, bnc#1080492)
3582
* Fixes issue with wine applications.
3583
3584
-------------------------------------------------------------------
3585
Mon Feb 12 12:31:05 UTC 2018 - joop.boonen@opensuse.org
3586
3587
- Added %{release} so the correct package release is used
3588
when a package has been patched
3589
3590
-------------------------------------------------------------------
3591
Fri Feb 9 13:45:16 UTC 2018 - sndirsch@suse.com
3592
3593
- Update to 18.0.0-rc4
3594
- supersedes u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
3595
3596
-------------------------------------------------------------------
3597
Tue Feb 6 08:42:03 UTC 2018 - msrb@suse.com
3598
3599
- u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
3600
* Fix crash when loading shader. (bnc#1079465)
3601
3602
-------------------------------------------------------------------
3603
Fri Feb 2 13:52:41 UTC 2018 - sndirsch@suse.com
3604
3605
- Update to 18.0.0-rc3
3606
* includes significant improvements for OpenGL and Vulkan support
3607
and performance.
3608
- supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
3609
3610
-------------------------------------------------------------------
3611
Wed Jan 31 14:58:07 UTC 2018 - msrb@suse.com
3612
3613
- Remove dependency on clang-devel-static. (bnc#1065464)
3614
* It was removed, clang-devel now again provides everything
3615
necessary as shared libraries.
3616
3617
-------------------------------------------------------------------
3618
Tue Jan 30 14:42:52 UTC 2018 - msrb@suse.com
3619
3620
- Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It
3621
mirrors the requirement of the normal packages. (bnc#1078261)
3622
3623
-------------------------------------------------------------------
3624
Mon Jan 29 10:43:04 UTC 2018 - msrb@suse.com
3625
3626
- Disable AMDGPU GFX9/Vega with LLVM < 6.0.0.
3627
* n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
3628
* While it is supported since LLVM 5.0.0, it was not working
3629
correctly (bnc#1075901). Since we do not have the resources to
3630
determine which fixes should be backported and LLVM 6 will be
3631
released relatively soon, disable the support until then. Users
3632
with the card will have working desktop using software
3633
rendering just like they did with LLVM 4.
3634
3635
-------------------------------------------------------------------
3636
Mon Jan 22 09:43:41 UTC 2018 - normand@linux.vnet.ibm.com
3637
3638
- in spec file move %dir %{_libdir}/dri to avoid ppc build failure
3639
3640
-------------------------------------------------------------------
3641
Fri Jan 19 13:37:00 UTC 2018 - msrb@suse.com
3642
3643
- Update to 17.3.3
3644
* Fixes to radv, anv, etnaviv, swrast and radeonsi drivers.
3645
* Fixes for DRI3.
3646
- Make Mesa require Mesa-dri and Mesa-gallium. This makes Mesa
3647
usable again for users who do not install recommended packages.
3648
It breaks the Mesa and Mesa-drivers split, which has to be fixed
3649
by ignoring it in obs.
3650
3651
-------------------------------------------------------------------
3652
Wed Jan 17 16:52:35 UTC 2018 - normand@linux.vnet.ibm.com
3653
3654
- Add _constraints to select 6G disk for PowerPC
3655
to avoid cpio: write error on obs-power8-05 workers boo#1076325
3656
3657
-------------------------------------------------------------------
3658
Mon Jan 15 15:08:13 UTC 2018 - msrb@suse.com
3659
3660
- U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
3661
* Add more Coffeelake PCI IDs (request by Intel)
3662
3663
-------------------------------------------------------------------
3664
Wed Jan 10 08:28:09 UTC 2018 - msrb@suse.com
3665
3666
- Update to 17.3.2
3667
* Multiple fixes in the RADV Vulkan driver, workaround when using
3668
slibtool and a GLSL workaround for various titles using Unreal
3669
Engine 4.
3670
- Drop upstreamed u_r600-Add-support-for-B5G5R5A1.patch
3671
- Modify u_mesa-python3-only.patch to not break python 2.
3672
3673
-------------------------------------------------------------------
3674
Mon Jan 8 14:44:46 UTC 2018 - msrb@suse.com
3675
3676
- Update to 17.3.1
3677
* Multiple fixes and improvements of the GLSL shader cache. The
3678
RADV driver no longer advertises VK_EXT_debug_report - there is
3679
no support for it.
3680
* The i965, radeonsi, nvc0 and freedreno drivers have received a
3681
few small fixes each.
3682
* A number of big endian fixes have been merged.
3683
3684
-------------------------------------------------------------------
3685
Thu Jan 8 14:26:50 UTC 2018 - tchvatal@suse.com
3686
3687
- Switch to python3 during build instead of python2
3688
* Add patch u_mesa-python3-only.patch
3689
3690
-------------------------------------------------------------------
3691
Mon Jan 8 07:55:49 UTC 2018 - msrb@suse.com
3692
3693
- Add Mesa-dri and Mesa-gallium to baselibs.conf.
3694
- Require llvm >= 3.9.0
3695
* The build fails otherwise because it is required for multiple
3696
Mesa components.
3697
3698
-------------------------------------------------------------------
3699
Fri Jan 5 11:46:52 UTC 2018 - jengelh@inai.de
3700
3701
- Drop some redundant wording from descriptions.
3702
Drop redundant %if guard around a %post section.
3703
3704
-------------------------------------------------------------------
3705
Wed Dec 13 15:13:14 UTC 2017 - msrb@suse.com
3706
3707
- Use different form of split for faster build (bnc#1071297)
3708
* Mesa.spec does not use llvm and builds most of the *-devel
3709
subpackages.
3710
* Mesa-drivers.spec uses llvm and builds extra things installable
3711
in addition to packages from Mesa.spec. These packages are
3712
required for actual rendering.
3713
3714
-------------------------------------------------------------------
3715
Fri Dec 8 16:47:00 UTC 2017 - mimi.vx@gmail.com
3716
3717
- update to 17.3.0
3718
- drop U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
3719
* new major release comitng with changes in RADV, intel ANV,
3720
S3TC support, RadeonSI driver with RX Vega. On-disk shader cache
3721
3722
-------------------------------------------------------------------
3723
Wed Dec 6 12:37:01 UTC 2017 - msrb@suse.com
3724
3725
- Split Mesa into Mesa and Mesa-mini. Mesa-mini does not depend on
3726
llvm and its purpose is to build fast and allow other packages
3727
that BuildRequire Mesa to be build independently on llvm.
3728
Packages built against Mesa-mini should work correctly when
3729
installed with full Mesa package. (bsc#1071297)
3730
3731
-------------------------------------------------------------------
3732
Sun Nov 26 16:03:29 UTC 2017 - aavindraa@gmail.com
3733
3734
- update to 17.2.6
3735
* Core: fix to keep a program alive when re-linking and prevent
3736
an use-after-free.
3737
* GLSL compiler: several fixes, including one to prevent a
3738
SIGSEV when calling an undeclared subroutine in certain
3739
conditions and another to mark the xfb buffers as active only
3740
if a variable uses them.
3741
* SPIR-V compiler: fixed seveal problems involving the usage of
3742
separate images and texture/samplers.
3743
* Intel drivers: many new fixes, specially for i965. Several are
3744
focused on improving SIMD32 and little-core. It also includes a
3745
fix for a GPU hang which was detected while playing HW
3746
accelerated video with mpv.
3747
* AMD drivers: radv has seen plugged 2 memory leaks while r600
3748
has gotten a fix through reversing the tess factor components
3749
for isolines.
3750
* swr driver: fixes for two performance regressions (one for
3751
avx512 platforms and the other for the avx/avx2 platforms).
3752
* ddebug gallium driver: fix for an use-after-free.
3753
* EGL: Wayland platform of the the DRI2 drivers got a fix to
3754
prevent crashing in ancient systems.
3755
* GLX has also received corrections to prevent a couple of errors
3756
when creating and binding a context in DRI3 and DRISW,
3757
respectively.
3758
* Build and integration: allow building libglvnd when EGL is present
3759
but not GLX. Enable building targets which don't need X11, such
3760
as omx and va, when XCB is not present. You can now specify
3761
the prefix installation for the OpenCL icd file.
3762
3763
-------------------------------------------------------------------
3764
Sat Nov 11 03:46:49 UTC 2017 - aavindraa@gmail.com
3765
3766
- update to 17.2.5
3767
* In Core, a GL error related to the ARB_ES3_1_compatibility spec
3768
noticed with the GFXBench 5 Aztec Ruins has been corrected.
3769
* The GLSL compiler is not giving a linker error for mismatching
3770
uniform precision with GLSL ES 1.00 any more. This enables,
3771
specially, several Android applications which violate this rule,
3772
e.g., Forge of Empires.
3773
* The SPIR-V compiler has corrected an assert triggered when
3774
support for the simple memory model was claimed.
3775
* NIR has also received a correction related with
3776
gl_SubGroupG{e,t}MaskARB.
3777
* Intel drivers, specially i965, got several fixes, including a
3778
plug for a memory leak and another one in the compiler to avoid
3779
GPU hangs on Broxton.
3780
* The gallium i915g driver for Intel has seen an important fix.
3781
* AMD drivers (mostly radv) have received several fixes, including a
3782
correction for a DCC corruption that was visible with Rust,
3783
breaking an endless loop in r600, avoiding a GPU hang with vulkan
3784
dota2 in VR mode and a plug for a memory leak.
3785
* Broadcom's vc4 gotten a fix to exclude some code that shouldn't
3786
be there in release builds.
3787
3788
-------------------------------------------------------------------
3789
Tue Oct 31 04:55:54 UTC 2017 - aavindraa@gmail.com
3790
3791
- update to 17.2.4
3792
* Mesa Core includes a change to prevent KOTOR from breaking when
3793
in combination with the ATI fragment shader extension.
3794
* Additionally, NIR has also received a correction.
3795
* Mesa's state tracker has gotten a patch to avoid leaks in
3796
certain situations such as resizing a window.
3797
* Intel drivers have received fixes. The compiler has
3798
gotten a couple, while anv also received one.
3799
* i965 got a patch to avoid VA-API, Beignet and other contexts
3800
in the system to break when in combination with previous versions of Mesa 17.2.x.
3801
* AMD's compiler received fixes. `radv` has also
3802
received another couple, including one to avoid a hang due to
3803
overflow on huge textures.
3804
* Broadcom's vc4 has corrected a problem when compiling with
3805
Android's clang.
3806
* Clover compilation issue fixed (affecting a specific clang revision)
3807
* Fixed Vulkan's WSI memory leak in X11.
3808
3809
-------------------------------------------------------------------
3810
Mon Oct 23 09:26:42 UTC 2017 - sndirsch@suse.com
3811
3812
- update to 17.2.3
3813
* The Vulkan drivers ANV and RADV have multiple small fixes.
3814
* The EGL code has improved handling of the new wl_dmabuf codepath.
3815
* SWR no longer crashes when checking environment variables.
3816
* Other gallium drivers have also seen updates - freedreno, nouveau and
3817
radeonsi. The gallivm module, used by llvmpipe et al. has gained little
3818
endian PPC64 fixes.
3819
* The VA and VDPAU state-trackers have seems improvements handling
3820
interlaced videos.
3821
* We're using python3 compatible constructs which gives us SCons 3.0
3822
support.
3823
3824
-------------------------------------------------------------------
3825
Tue Oct 17 13:55:17 UTC 2017 - msrb@suse.com
3826
3827
- U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
3828
* llvm-config 3.9 and higher works properly, use its values
3829
instead of guessing. Fixes build against llvm built as single
3830
shared library.
3831
3832
-------------------------------------------------------------------
3833
Thu Oct 12 12:29:38 UTC 2017 - schwab@suse.de
3834
3835
- svga is x86-only
3836
- u_svga-Fix-build-on-ppc64le.patch: Remove
3837
3838
-------------------------------------------------------------------
3839
Wed Oct 11 13:26:07 UTC 2017 - msrb@suse.com
3840
3841
- Add build dependency on clang-devel-static.
3842
* Required with new llvm4 build mode (bnc#1049703).
3843
* Also rename dependency llvm-clang-devel to clang-devel. The
3844
llvm-clang-devel is old name kept around for compatibility.
3845
3846
-------------------------------------------------------------------
3847
Wed Oct 4 09:51:03 UTC 2017 - sndirsch@suse.com
3848
3849
- update to 17.2.2
3850
* several Vulkan ANV/RADV driver fixes including Wayland WSI
3851
improvements, RadeonSI / i965 / VC4 OpenGL fixes among other
3852
work, some fixes to common Gallium3D code, support for LLVM 5.0
3853
in Gallium3D when using the SCons build system, and a range of
3854
other fixes/improvements.
3855
3856
-------------------------------------------------------------------
3857
Sat Sep 30 18:54:29 UTC 2017 - stefan.bruens@rwth-aachen.de
3858
3859
- Drop gallium svga driver for arm/aarch64. The svga driver is a vmware
3860
guest driver, thus only usable on x86(_64) platforms
3861
- Also enable OpenCL on arm (32bit), llvm4 has reached Factory
3862
3863
-------------------------------------------------------------------
3864
Mon Sep 18 08:38:41 UTC 2017 - mimi.vx@gmail.com
3865
3866
- update to 17.2.1
3867
* drop upstreamed patches
3868
n_force-xlocale-funcs.patch
3869
u_gallivm-correct-channel-shift-logic-on-big-endian.patch
3870
u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
3871
* fdo#100613 - Regression in Mesa 17 on s390x (zSystems)
3872
* fdo#101709 - [llvmpipe] piglit gl-1.0-scissor-offscreen regression
3873
* fdo#102454 - glibc 2.26 doesn't provide anymore xlocale.h
3874
* fdo#102467 - [src/mesa/state_tracker/st_cb_readpixels.c:178]: (warning)
3875
Redundant assignment
3876
* fdo#102502 - [bisected] Kodi crashes since commit 707d2e8b - gallium:
3877
fold u_trim_pipe_prim call from st/mesa to drivers
3878
* many fixes for RADV a glsl
3879
3880
-------------------------------------------------------------------
3881
Thu Sep 7 10:16:43 UTC 2017 - sndirsch@suse.com
3882
3883
- u_svga-Fix-build-on-ppc64le.patch
3884
* This let us compile the code on ppc64le, but it no-ops the log
3885
function.
3886
3887
-------------------------------------------------------------------
3888
Tue Sep 5 09:50:56 UTC 2017 - sndirsch@suse.com
3889
3890
- update to 17.2.0
3891
* many RADV/ANV Vulkan driver improvements
3892
* Vulkan and OpenGL performance improvements
3893
* more work towards OpenGL 4.6 compliance
3894
* a wealth of other open-source driver improvements
3895
* initial Raven Ridge support (used on Vega-class graphics)
3896
* Intel Cannonlake Support
3897
- adjusted archlinux_0001-Fix-linkage-against-shared-glapi.patch
3898
3899
-------------------------------------------------------------------
3900
Mon Aug 28 14:17:25 UTC 2017 - mimi.vx@gmail.com
3901
3902
- update to 17.1.8
3903
* fdo#101334 - AMD SI cards: Some vulkan apps freeze the system
3904
* fdo#101766 - Assertion `!"invalid type"' failed when constant
3905
expression involves literal of different type<
3906
* fdo#102024 - FORMAT_FEATURE_SAMPLED_IMAGE_BIT not supported for D16_UNORM
3907
and D32_SFLOAT
3908
* fdo#102148 - Crash when running qopenglwidget example on mesa llvmpipe win32
3909
* fdo#102241 - gallium/wgl: SwapBuffers freezing regularly with swap
3910
interval enabled
3911
* fdo#101910 - [BYT]
3912
ES31-CTS.functional.copy_image.non_compressed.viewclass_96_bits.rgb32f_rgb32f
3913
* fdo#102308 - segfault in glCompressedTextureSubImage3D
3914
3915
-------------------------------------------------------------------
3916
Mon Aug 28 12:53:03 UTC 2017 - fvogt@suse.com
3917
3918
- Add patch to fix strtod on non-EN locale (boo#1055929):
3919
* n_force-xlocale-funcs.patch
3920
3921
-------------------------------------------------------------------
3922
Wed Aug 23 09:01:46 UTC 2017 - sndirsch@suse.com
3923
3924
- u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
3925
updated; fixes three of the four regressions observed (PPC64, S390)
3926
[fdo#100613, comment#42]
3927
3928
-------------------------------------------------------------------
3929
Mon Aug 14 17:16:34 UTC 2017 - jberry@suse.com
3930
3931
- Replace uses of arch directive with targettype within a package
3932
declaration to resolve incorrect dependencies placed on -32bit
3933
packages.
3934
3935
-------------------------------------------------------------------
3936
Mon Aug 14 14:06:35 UTC 2017 - msrb@suse.com
3937
3938
- Removed n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch
3939
* The issue was in libglvnd which is fixed now. (boo#1052776)
3940
3941
-------------------------------------------------------------------
3942
Tue Aug 8 14:12:45 UTC 2017 - sndirsch@suse.com
3943
3944
- n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch
3945
glesv2.pc: Add "-lGL" for libglvnd builds (boo#1052776)
3946
3947
-------------------------------------------------------------------
3948
Mon Aug 7 19:13:20 UTC 2017 - mimi.vx@gmail.com
3949
3950
- update to 17.1.6
3951
* fdo#97957 - Awful screen tearing in a separate X server with DRI3
3952
* fdo#101683 - Some games hang while loading when compositing is shut
3953
off or absent
3954
* fdo#101867 - Launch options window renders black in Feral Games
3955
in current Mesa trunk
3956
* and some other fixes as usualy
3957
3958
-------------------------------------------------------------------
3959
Mon Jul 17 07:20:51 UTC 2017 - msrb@suse.com
3960
3961
- u_r600-Add-support-for-B5G5R5A1.patch
3962
* Fixes rendercheck tests when X server accelerates using glamor.
3963
(bnc#1047154)
3964
3965
-------------------------------------------------------------------
3966
Sun Jul 16 09:25:32 UTC 2017 - mimi.vx@gmail.com
3967
3968
- update to 17.1.5
3969
* fdo#100242 - radeon buffer allocation failure during startup of Factorio
3970
* fdo#101657 - strtod.c:32:10: fatal error: xlocale.h: No such file or directory
3971
* fdo#101666 - bitfieldExtract is marked as a built-in function
3972
on OpenGL ES 3.0, but was added in OpenGL ES 3.1
3973
* fdo#101703 - No stencil buffer allocated when requested by GLUT
3974
* and other bugfixes
3975
3976
-------------------------------------------------------------------
3977
Sat Jul 1 09:10:11 UTC 2017 - mimi.vx@gmail.com
3978
3979
- update to 17.1.4
3980
* fdo#77240 - khrplatform.h not installed if EGL is disabled
3981
* fdo#95530 - Stellaris - colored overlay of sectors doesn't render on i965
3982
* fdo#96958 - [SKL] Improper rendering in Europa Universalis IV
3983
* fdo#99467 - [radv] DOOM 2016 + wine. Green screen everywhere
3984
* fdo#101071 - compiling glsl fails with undefined reference to `pthread_create'
3985
* fdo#101252 - eglGetDisplay() is not thread safe
3986
* fdo#101294 - radeonsi minecraft forge splash freeze since 17.1
3987
* fdo#101451 - [G33] ES2-CTS.functional.clipping.polygon regression
3988
* and some other fixes as usualy
3989
3990
-------------------------------------------------------------------
3991
Mon Jun 19 13:10:37 UTC 2017 - mimi.vx@gmail.com
3992
3993
- update to 17.1.3
3994
* fdo#100988 - glXGetCurrentDisplay() no longer works for FakeGLX contexts?
3995
* fixes for radv, radeonsi, i965
3996
3997
-------------------------------------------------------------------
3998
Sat Jun 17 20:27:49 UTC 2017 - mimi.vx@gmail.com
3999
4000
- Fix baselibs.conf -> boo#1044813
4001
4002
-------------------------------------------------------------------
4003
Fri Jun 16 08:14:57 UTC 2017 - sndirsch@suse.com
4004
4005
- added "Requires: libclc" to Mesa-libOpenCL packages (boo#1044646)
4006
4007
-------------------------------------------------------------------
4008
Wed Jun 7 13:53:26 UTC 2017 - sndirsch@suse.com
4009
4010
- specfile: Remove requires to vulkan libs from baselibs.conf on
4011
platforms where vulkan build is disabled; ugly ... (bsc#1042900)
4012
4013
-------------------------------------------------------------------
4014
Tue Jun 6 10:50:56 UTC 2017 - mimi.vx@gmail.com
4015
4016
- update to 17.1.2
4017
* fdo#98833 - [REGRESSION, bisected] Wayland revert commit breaks
4018
non-Vsync fullscreen frame updates
4019
* fdo#100741 - Chromium - Memory leak
4020
* fdo#100877 - vulkan/tests/block_pool_no_free regression
4021
* fdo#101110 - Build failure in GNOME Continuous
4022
* many ANV, RADV, vulkan, i965 and egl fixes
4023
4024
-------------------------------------------------------------------
4025
Wed May 31 07:42:39 UTC 2017 - sndirsch@suse.com
4026
4027
- u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
4028
* Fix loading of a 3x16 vector as a single 48-bit load on
4029
big-endian systems (PPC64, S390). [fdo#100613]
4030
4031
-------------------------------------------------------------------
4032
Thu May 25 07:48:22 UTC 2017 - mimi.vx@gmail.com
4033
4034
- update to 17.1.1
4035
- dropped patch:
4036
fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
4037
* fdo#100854 - YUV to RGB Color Space Conversion result is not precise
4038
* fdo#100925 - [HSW/BSW/BDW/SKL] Google Earth is not resolving
4039
all the details in the map correctly
4040
* radeonsi: add new vega10 pci ids
4041
* gbm/dri: Fix sign-extension in modifier query
4042
* radeon: automake: remove unneeded elf Cflags/Libs
4043
* egl: add g_egldispatchstubs.h to the release tarball
4044
* renderonly: Initialize fields of struct winsys_handle
4045
* vc4: Don't allocate new BOs to avoid synchronization when they're shared
4046
* anv: fix possible stack corruption
4047
* anv: don't leak DRM devices
4048
* glxglvnddispatch: Add missing dispatch for GetDriverConfig
4049
* nvc0/ir: SHLADD's middle source must be an immediate
4050
* nir/lower_tex: Fix minor error in YUV color conversion matrix
4051
* amd/addrlib: import Raven support
4052
* radeonsi/gfx9: add support for Raven
4053
* anv/formats: Update the three-channel BC1 mappings
4054
* 965/formats: Update the three-channel DXT1 mapping
4055
* radeonsi: mark fast-cleared textures as compressed when dirtying
4056
* radeonsi: fix primitive ID in fragment shader when using tessellation
4057
* radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SI
4058
* radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
4059
* intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
4060
* mesa/st: fix yuv EGLImage's
4061
* virgl: fix virgl_bo_transfer_{put, get} box struct cop
4062
* 965/vec4/gs: restore the uniform values which was overwritten by failed
4063
vec4_gs_visitor execution
4064
* i965/vec4: fix swizzle and writemask when loading an uniform with constant offset
4065
* i965/vec4: load dvec3/4 uniforms first in the push constant buffer
4066
* gallivm: Make sure module has the correct data layout when pass manager runs
4067
4068
-------------------------------------------------------------------
4069
Sun May 21 21:07:48 UTC 2017 - sndirsch@suse.com
4070
4071
- specfile: libglvnd0 -> libglvnd; missed the package name
4072
change in libglvnd package (boo#1038619, comment#5)
4073
4074
-------------------------------------------------------------------
4075
Thu May 11 09:10:25 UTC 2017 - sndirsch@suse.com
4076
4077
- baselibs.conf: libglvnd0 -> libglvnd; missed the package name
4078
change in libglvnd package (boo#1038619)
4079
4080
-------------------------------------------------------------------
4081
Wed May 10 17:44:38 UTC 2017 - mimi.vx@gmail.com
4082
4083
- update to 17.1.0
4084
- drop upstreamed patches:
4085
archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
4086
archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
4087
archlinux_glapi-Link-with-glapi-when-built-shared.patch
4088
+ New major release with:
4089
+ OpenGL 4.2 support for Intel Ivy Bridge chips.
4090
+ The RADV driver passes the Khronos CTS
4091
+ Shader on-disk cache. Improving the startup and shader compilation
4092
times in some games.
4093
+ This release includes significant performance improvements for games by
4094
Feral Interactive.
4095
* for full list of changes please check docs/relnotes/17.1.0.html
4096
4097
4098
-------------------------------------------------------------------
4099
Sat Apr 29 06:36:50 UTC 2017 - mimi.vx@gmail.com
4100
4101
- update to 17.0.5
4102
* fdo#97524 - Samplers referring to the same texture unit with different
4103
types should raise GL_INVALID_OPERATION
4104
* nvc0/ir: Properly handle a "split form" of predicate destination
4105
* nir: Destination component count of shader_clock intrinsic is 2
4106
* winsys/sw/dri: don't use GNU void pointer arithmetic
4107
* st/clover: add space between < and ::
4108
* configure.ac: check require_basic_egl only if egl enabled
4109
* st/mesa: automake: honour the vdpau header install location
4110
* intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy
4111
* intel/fs: Take into account amount of data read in spilling cost heuristic.
4112
* radv: report timestampPeriod correctly
4113
* anv/blorp: Flush the texture cache in UpdateBuffer
4114
* anv/cmd_buffer: Flush the VF cache at the top of all primaries
4115
* anv/cmd_buffer: Always set up a null surface state
4116
* anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED
4117
* anv/blorp: Properly handle VK_ATTACHMENT_UNUSED
4118
* i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce()
4119
* st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
4120
* anv/cmd_buffer: Disable CCS on BDW input attachments
4121
* mesa: fix remaining xfb prims check for GLES with multiple instances
4122
* mesa: validate sampler type across the whole program
4123
* vbo: fix gl_DrawID handling in glMultiDrawArrays
4124
* util/queue: don't hang at exit
4125
* mesa: fix remaining xfb prims check for GLES with multiple instances
4126
* mesa: extract need_xfb_remaining_prims_check
4127
* mesa: move glMultiDrawArrays to vbo and fix error handling
4128
+ update Mesa.keyring to both upstream release managers
4129
4130
-------------------------------------------------------------------
4131
Fri Apr 28 12:26:02 UTC 2017 - sndirsch@suse.com
4132
4133
- u_gallivm-correct-channel-shift-logic-on-big-endian.patch:
4134
* instead of reverse applying a change on s390x
4135
("U_draw-use-SoA-fetch-not-AoS-one.patch") address the
4136
issue by a real fix (bsc#1032272, fdo#100613)
4137
4138
-------------------------------------------------------------------
4139
Thu Apr 27 09:54:43 UTC 2017 - sndirsch@suse.com
4140
4141
- baselibs.conf: added libvulkan_intel-32bit as a requirement for
4142
Mesa-libd3d (boo#1036282)
4143
4144
-------------------------------------------------------------------
4145
Tue Apr 25 11:13:30 UTC 2017 - schwab@linux-m68k.org
4146
4147
- No OpenCL on ppc
4148
4149
-------------------------------------------------------------------
4150
Fri Apr 21 09:09:25 UTC 2017 - sndirsch@suse.com
4151
4152
- let Mesa require Mesa-libEGL1 for a libglvnd build;
4153
xf86-video-amdgpu driver needs it for 2D support via glamor
4154
(boo#1034832)
4155
4156
-------------------------------------------------------------------
4157
Thu Apr 20 13:16:22 UTC 2017 - idonmez@suse.com
4158
4159
- Add u_add_llvm_codegen_dependencies.patch to link to
4160
libLLVMCodegen to fix cyclic linking problems. bsc#981975
4161
4162
-------------------------------------------------------------------
4163
Tue Apr 18 21:33:50 UTC 2017 - afaerber@suse.de
4164
4165
- Enable OpenCL for aarch64, ppc64 and ppc64le now, too.
4166
%arm is still left out, waiting for llvm4 to build.
4167
4168
-------------------------------------------------------------------
4169
Mon Apr 17 17:17:22 UTC 2017 - mimi.vx@gmail.com
4170
4171
- update to 17.0.4
4172
* fdo#100391 - SachaWillems deferredmultisampling asserts
4173
* fdo#100452 - push_constants host memory leak when resetting command buffer
4174
* fdo#100582 - piglit.spec.arb_stencil_texturing.glblitframebuffer corrupts
4175
state.gl_texture* assertions
4176
* radeonsi: add new polaris10 pci ids
4177
* fixes for anv, radv, i965 and nouveau drivers
4178
4179
-------------------------------------------------------------------
4180
Wed Apr 12 13:41:30 UTC 2017 - sndirsch@suse.com
4181
4182
- only reverse-apply 'U_draw-use-SoA-fetch-not-AoS-one.patch' on
4183
s390x (bsc#1032272)
4184
4185
-------------------------------------------------------------------
4186
Wed Apr 12 12:31:34 UTC 2017 - sndirsch@suse.com
4187
4188
- build wayland on Leap >= 42.3
4189
- separate package 'Mesa-dri-nouveau' on Leap
4190
4191
-------------------------------------------------------------------
4192
Wed Apr 12 12:15:27 UTC 2017 - sndirsch@suse.com
4193
4194
- removed broken locking patches for nouveau DRI driver
4195
* N_01-WIP-nouveau-add-locking.patch
4196
* N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch
4197
* N_03-nv30-locking-fixes.patch
4198
* N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch
4199
* N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch
4200
4201
-------------------------------------------------------------------
4202
Wed Apr 12 09:44:35 UTC 2017 - sndirsch@suse.com
4203
4204
- let Mesa require Mesa-libGL1 for a libglvnd build (bsc#1033708)
4205
4206
-------------------------------------------------------------------
4207
Fri Apr 7 14:51:09 UTC 2017 - sndirsch@suse.com
4208
4209
- U_draw-use-SoA-fetch-not-AoS-one.patch
4210
* reverse-apply this patch to fix OpenGL support on s390x
4211
(bsc#1032272)
4212
4213
-------------------------------------------------------------------
4214
Wed Apr 5 11:32:26 UTC 2017 - afaerber@suse.de
4215
4216
- Prepare building OpenCL for non-x86 architectures, too
4217
* s390x can build it right away (swrast)
4218
* %arm aarch64 ppc64 ppc64le depend on LLVM amdgpu target for r600
4219
- Fix typo in specfile comment
4220
4221
-------------------------------------------------------------------
4222
Sat Apr 1 15:59:08 UTC 2017 - mimi.vx@gmail.com
4223
4224
- update to 17.0.3
4225
- change Mesa.keyring to new release manager key
4226
* fdo#96743 [BYT, HSW, SKL, BXT, KBL] GPU hangs with GfxBench 4.0 CarChase
4227
* fdo#99246 [d3dadapter+radeonsi] EVE-Online : hang on wormhole sight
4228
* fdo#100061 LODQ instruction generated with invalid dst mask
4229
* fdo#100182 Flickering in The Talos Principle on Sky Lake GT4
4230
* radeonsi: add new polaris12 pci id
4231
* many fixes for RADV, ANV, i915, radeonsi and freedreno drivers
4232
4233
-------------------------------------------------------------------
4234
Wed Mar 29 15:18:19 UTC 2017 - sndirsch@suse.com
4235
4236
- specfile: Remove requires to libglvnd0/libglvnd-devel from
4237
baselibs.conf when libglvnd build has been disabled; ugly ...
4238
4239
-------------------------------------------------------------------
4240
Wed Mar 29 09:23:27 UTC 2017 - sndirsch@suse.com
4241
4242
- specfile: only require libglvnd0/libglvnd-devel, if libglvnd build
4243
is enabled
4244
- baselibs.conf: added requires to libglvnd0/libglvnd-devel where
4245
needed
4246
4247
-------------------------------------------------------------------
4248
Mon Mar 27 13:56:35 UTC 2017 - sndirsch@suse.com
4249
4250
- disable libglvnd for openSUSE Leap 42.x and sle12
4251
4252
-------------------------------------------------------------------
4253
Fri Mar 24 14:45:49 UTC 2017 - sndirsch@suse.com
4254
4255
- update to 17.0.2
4256
* fdo#97988 [radeonsi] playing back videos with VDPAU exhibits
4257
deinterlacing/anti-aliasing issues not visible with VA-API
4258
* fdo#99484 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc.
4259
do not render correctly
4260
* fdo#100049 ralloc: Make sure ralloc() allocations match malloc()'s
4261
alignment. causes seg fault in 32bit build
4262
* many fixes for ANV, RADV, Vulkan and i965 + radeonsi drivers
4263
4264
-------------------------------------------------------------------
4265
Thu Mar 23 13:41:27 UTC 2017 - sndirsch@suse.com
4266
4267
- fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
4268
* Fix glXGetDriverConfig not working with glvnd
4269
(https://bugzilla.redhat.com/show_bug.cgi?id=1429894)
4270
- Fix indirect rendering, add libGLX_indirect.so.0 symlink
4271
(https://bugzilla.redhat.com/show_bug.cgi?id=1427174)
4272
- added Requires to libglvnd0/libglvnd-devel where still needed
4273
- patches picked from fedora:
4274
http://pkgs.fedoraproject.org/cgit/rpms/mesa.git/tree/
4275
4276
-------------------------------------------------------------------
4277
Wed Mar 22 11:21:25 UTC 2017 - sndirsch@suse.com
4278
4279
- re-enabled GLES build with libglvnd build, just not package GLES
4280
libs and require libglvnd0/libglvnd-devel instead
4281
4282
-------------------------------------------------------------------
4283
Tue Mar 21 10:57:54 UTC 2017 - sndirsch@suse.com
4284
4285
- archlinux_0001-Fix-linkage-against-shared-glapi.patch
4286
* fixes libglvnd support for osmesa
4287
- archlinux_glvnd-fix-gl-dot-pc.patch
4288
* fixes libglvnd support in pkgconfig file
4289
- archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch/
4290
archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
4291
* adds libglvnd support for EGL
4292
- patches picked from archlinux:
4293
https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/mesa
4294
4295
-------------------------------------------------------------------
4296
Fri Mar 17 15:06:03 UTC 2017 - sndirsch@suse.com
4297
4298
- archlinux_glapi-Link-with-glapi-when-built-shared.patch
4299
* currently needed for libglvnd support; picked from archlinux
4300
https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/mesa
4301
- fixed typo in Requires to libglvnd
4302
4303
-------------------------------------------------------------------
4304
Thu Mar 9 14:20:22 UTC 2017 - sndirsch@suse.com
4305
4306
- build with libglvnd support enabled (can be easily disabled via
4307
specfile define); requires libglvnd runtime and development
4308
packages; disabled build of GLESv1/v2 libs/packages provided now
4309
via libglvnd
4310
4311
-------------------------------------------------------------------
4312
Sat Mar 4 16:29:46 UTC 2017 - mimi.vx@gmail.com
4313
4314
- update to 17.0.1
4315
* radv: Never try to create more than max_sets descriptor sets.
4316
* radv: Reset emitted compute pipeline when calling secondary cmd buffer.
4317
* radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.
4318
* radv: Use correct size for availability flag.
4319
* gallivm: Reenable PPC VSX (v3)
4320
* gallivm: Improve debug output (V2)
4321
* gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
4322
* egl/dri3: implement query surface hook
4323
* etnaviv: move pctx initialisation to avoid a null dereference
4324
* etnaviv: remove number of pixel pipes validation
4325
* anv: fix Get*MemoryRequirements for !LLC
4326
* egl/wayland: Don't use DRM format codes for SHM
4327
* tgsi: fix memory leak in tgsi sanity check
4328
* radv: change base aligmment for allocated memory.
4329
* radv: fix cik macroModeIndex.
4330
* radv: adopt some init config workarounds from radeonsi.
4331
* radv: fix depth format in blit2d.
4332
* radv: fix txs for sampler buffers
4333
* bin/get-extra-pick-list: use git merge-base to get the branchpoint
4334
* bin/get-extra-pick-list: rework to use already_picked list
4335
* bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed
4336
* bin/get-pick-list.sh: limit `git grep ...' only as needed
4337
* bin/get-pick-list.sh: remove ancient way of nominating patches
4338
* bin/get-fixes-pick-list.sh: add new script
4339
* vc4: Avoid emitting small immediates for UBO indirect load address guards.
4340
* r300g: only allow byteswapped formats on big endian
4341
* gallium/u_queue: fix a crash with atexit handlers
4342
* gallium/u_queue: set num_threads correctly if not all threads start
4343
* glx/glvnd: Fix GLXdispatchIndex sorting
4344
* gm107/ir: fix address offset bitfield for ATOMS
4345
* nvc0: set the render condition in the compute object
4346
* st/mesa: don't pass compare mode for stencil-sampled textures
4347
* nvc0: disable linked tsc mode in compute launch descriptor
4348
* i965/sampler_state: Clamp min/max LOD to 14 on gen7+
4349
* i965/sampler_state: Pass texObj into update_sampler_state
4350
* i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge
4351
* intel/blorp: Swizzle clear colors on the CPU
4352
* i965/fs: Fix the inline nir_op_pack_double optimization
4353
* anv: Add an invalidate_range helper
4354
* anv/query: clflush the bo map on non-LLC platforms
4355
* genxml: Make MI_STORE_DATA_IMM more consistent
4356
* anv/query: Perform CmdResetQueryPool on the GPU
4357
* intel/blorp: Explicitly flush all allocated state
4358
* glsl: non-last member unsized array on SSBO must fail
4359
* mesa: Do (TCS && !TES) draw time validation in ES as well.
4360
* configure.ac: check require_basic_egl only if egl enabled
4361
* anv: wsi: report presentation error per image request
4362
* i965/fs: fix uninitialized memory access
4363
* radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)
4364
* gallium/util: remove unused u_index_modify helpers
4365
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED
4366
* unconditionally
4367
* gallium/u_queue: fix random crashes when the app calls exit()
4368
* radeonsi: fix broken tessellation on Carrizo and Stoney
4369
* amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12
4370
* android: radeonsi: fix sid_table.h generated header include path
4371
* android: glsl: build shader cache sources
4372
* configure.ac: Drop LLVM compiler flags more radically
4373
* winsys/amdgpu: reduce max_alloc_size based on GTT limits
4374
* radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
4375
* radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
4376
* glsl: fix heap-use-after-free in ast_declarator_list::hir()
4377
* android: fix droid_create_image_from_prime_fd_yuv for YV12
4378
4379
-------------------------------------------------------------------
4380
Tue Feb 21 21:34:23 UTC 2017 - schwab@linux-m68k.org
4381
4382
- Use --enable-gallium-llvm only if llvm is available
4383
4384
-------------------------------------------------------------------
4385
Tue Feb 21 19:56:14 UTC 2017 - dimstar@opensuse.org
4386
4387
- Provide libwayland-egl1 as -32bit compat library, required by
4388
libgtk-3-0.
4389
4390
-------------------------------------------------------------------
4391
Tue Feb 14 17:32:13 UTC 2017 - jengelh@inai.de
4392
4393
- Some %if around %post do not match with %if around %package;
4394
drop them altogether since they are not needed except around
4395
%files.
4396
- Rename wrongly-named libOSMesa9 to libOSMesa8
4397
4398
-------------------------------------------------------------------
4399
Mon Feb 13 14:10:52 UTC 2017 - mimi.vx@gmail.com
4400
4401
- update to 17.0.0
4402
- removed n_Fixed-build-against-wayland-1.2.1.patch , version requirement
4403
bumped up by upstream.
4404
* Vulkan drivers:
4405
+ Correctly return (and implement) VK_INCOMPLETE on multiple WSI queries
4406
+ Support for the VK_KHR_sampler_mirror_clamp_to_edge extension
4407
+ We now use the Khoronos vk.xml file to generate the entrypoints
4408
* ANV:
4409
+ HiZ and performance improvements
4410
+ Float64 support and tessellation shader support.
4411
* RADV:
4412
+ Support multiple devices
4413
+ Support for the VK_AMD_draw_indirect_count extension
4414
+ Support for the VK_AMD_negative_viewport_height extension
4415
* Mesa core:
4416
+ Noticeable refactoring en route to GLSL Shader Cache
4417
+ Groundwork for int64
4418
* i965:
4419
+ OpenGL 4.5 support on Haswell hardware
4420
+ Reuse the same BLORP and ISL code as the ANV driver
4421
* Gallium:
4422
+ HUD: A number of race issues and memory leaks were resolved.
4423
* freedreno
4424
+ Support for a5xx
4425
* nouveau:
4426
+ OpenGL 4.3 support on Maxwell hardware
4427
+ Improved performance due to instruction pipelining (Maxwell)
4428
* r600/radeonsi
4429
+ VCE: Handle H.264 level 5.2
4430
+ Polaris12 support
4431
+ Dozens of performance improvements
4432
* Clover:
4433
+ Implement clGetExtensionFunctionAddressForPlatform.
4434
+ Add missing clGetDeviceInfo CL1.2 queries
4435
* VDPAU:
4436
+ Use dri3 to directly send the buffer to X
4437
* Build:
4438
+ Building RADV requires --enable-gallium-llvm
4439
+ Compatibility fixes for building mesa as part of ARC
4440
+ The vulkan headers vk_platform.h and vulkan.h are no longer installed
4441
+ A couple of configure options (--with-sha1 and --disable-shader-cache) are
4442
removed alongside their respective library requirements.
4443
4444
-------------------------------------------------------------------
4445
Sat Feb 4 14:58:43 UTC 2017 - schwab@linux-m68k.org
4446
4447
- specfile: fix build configuration for arm, ppc and s390 platforms
4448
4449
-------------------------------------------------------------------
4450
Thu Feb 2 15:28:27 UTC 2017 - sndirsch@suse.com
4451
4452
- update to 13.0.4
4453
* Multiple fixes for the i965 and radeonsi drivers. An odd glitch
4454
in glxgears when using the freedreno driver was also addressed.
4455
* The ANV driver being the prime source of patches - from
4456
compatibility improvements with newer Vulkan loaders,
4457
smoketesting and various rendering and compliance fixes.
4458
* A couple of longstanding issues in the VA state tracker have
4459
also been resolved.
4460
4461
-------------------------------------------------------------------
4462
Mon Jan 30 10:01:47 UTC 2017 - sndirsch@suse.com
4463
4464
- baselibs.conf: replaced definition of packages, which default is
4465
not set to be built in specfile to
4466
arch aarch64 ppc64 ppc64le s390x x86_64 package <package>
4467
in order to make "osc service localrun source_validator" happy :-(
4468
4469
-------------------------------------------------------------------
4470
Fri Jan 27 21:38:44 UTC 2017 - mimi.vx@gmail.com
4471
4472
- Update baselibs.conf to ship i386 vulkan json files on x86_64
4473
4474
-------------------------------------------------------------------
4475
Thu Jan 19 14:01:21 UTC 2017 - mimi.vx@gmail.com
4476
4477
- Updated baselibs.conf to reflect libvulkan_radeon
4478
4479
-------------------------------------------------------------------
4480
Thu Jan 19 07:56:52 UTC 2017 - mimi.vx@gmail.com
4481
4482
- Enabled RADV vulkan driver for AMD GPU cards
4483
4484
-------------------------------------------------------------------
4485
Thu Jan 5 19:11:14 UTC 2017 - mimi.vx@gmail.com
4486
4487
- update to 13.0.3
4488
+ dropped U_cso-don-t-release-sampler-states-that-are-bound.patch
4489
* fdo#77662 Fail to render to different faces of depth-stencil cube map
4490
* fdo#92234 [BDW] GPU hang in Shogun2
4491
* fdo#98329 dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer
4492
* fdo#99038 dEQP-EGL.functional.negative_api.create_pixmap_surface crashes
4493
* many radeonsi and i965 bugfixes
4494
4495
-------------------------------------------------------------------
4496
Thu Dec 15 07:39:30 UTC 2016 - dmueller@suse.com
4497
4498
- clean up configuration settings to be uniform accross all
4499
architectures except for list of dri and gallium drivers
4500
4501
-------------------------------------------------------------------
4502
Mon Dec 12 14:22:12 UTC 2016 - mstaudt@suse.com
4503
4504
- U_cso-don-t-release-sampler-states-that-are-bound.patch:
4505
This avoids Radeon hangs due to a use-after-free bug in Gallium.
4506
Fixes (boo#1015012), (fdo#93649)
4507
4508
-------------------------------------------------------------------
4509
Mon Nov 28 19:36:00 UTC 2016 - mimi.vx@gmail.com
4510
4511
- update to 13.0.2
4512
* fdo#97321 Query INFO_LOG_LENGTH for empty info log should return 0
4513
* fdo#97420 "#version 0" crashes glsl_compiler
4514
* i965: Add some APL and KBL SKU strings
4515
* i965: Reorder PCI ID list to match release order
4516
* i965/glk: Add basic Geminilake support
4517
* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
4518
* ac/nir/llvm: fix channel in texture gather lowering code.
4519
* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)
4520
* vulkan/wsi: store present mode in swapchain base class
4521
* vulkan/wsi/x11: add support for IMMEDIATE present mode
4522
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR
4523
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR
4524
* cherry-ignore: add reverted LLVM_LIBDIR patch
4525
* anv: fix enumeration of properties
4526
* vc4: Don't abort when a shader compile fails.
4527
* vc4: Clamp the shadow comparison value.
4528
* vc4: Fix register class handling of DDX/DDY arguments.
4529
* util/disk_cache: close a previously opened handle in disk_cache_put (v2)
4530
* anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL
4531
* anv/format: handle unsupported formats properly
4532
* glcpp: Handle '#version 0' and other invalid values
4533
* glsl: Parse 0 as a preprocessor INTCONSTANT
4534
* anv/gen8: Stall when needed in Cmd(Set|Reset)Event
4535
* anv/wsi: Set the fence to signaled in AcquireNextImageKHR
4536
* anv: Rework fences
4537
* vulkan/wsi/wayland: Include pthread.h
4538
* vulkan/wsi/wayland: Clean up some error handling paths
4539
* vulkan/wsi: Report the correct min/maxImageCount
4540
* i965/gs: Allow primitive id to be a system value
4541
* anv: Handle null in all destructors
4542
* anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT
4543
* nir/spirv: Fix handling of gl_PrimitiveId
4544
* anv/blorp: Ignore clears for attachments first used as resolve destinations
4545
* anv: Implement a depth stall restriction on gen7
4546
* anv/cmd_buffer: Handle running out of binding tables in compute shaders
4547
* anv/cmd_buffer: Emit a CS stall before setting a CS pipeline
4548
* vulkan/wsi/x11: Implement FIFO mode.
4549
* isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa
4550
* i965/hsw: Set integer mode in sampling state for stencil texturing
4551
* intel: Set min_ds_entries on Broxton.
4552
* i965: Fix compute shader crash.
4553
* mesa: Drop PATH_MAX usage.
4554
* i965: Fix GS push inputs with enhanced layouts.
4555
* vulkan/wsi: Add a thread-safe queue implementation
4556
* anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
4557
* gbm: request correct version of the DRI2_FENCE extension
4558
* radeonsi: store group_size_variable in struct si_compute
4559
* glsl/lower_output_reads: fix geometry shader output handling with conditional emit
4560
* Fix races during _mesa_HashWalk().
4561
* mesa: fix empty program log length
4562
4563
-------------------------------------------------------------------
4564
Mon Nov 21 11:53:40 UTC 2016 - sndirsch@suse.com
4565
4566
- baselibs.conf: enabled build of 32bit Mesa-dri-nouveau package,
4567
e.g. required for Steam (bnc#1011156)
4568
4569
-------------------------------------------------------------------
4570
Mon Nov 14 19:12:26 UTC 2016 - mimi.vx@gmail.com
4571
4572
- update to 13.0.1
4573
* fdo#97715 [ILK,G45,G965] piglit.spec.arb_separate_shader_objects.misc
4574
api error checks
4575
* fdo#98012 [IVB] Segfault when running Dolphin twice with Vulkan
4576
* fdo#98512 radeon r600 vdpau: Invalid command stream: texture bo too small
4577
* i965: Fix GPU hang related to multiple render targets and alpha testing
4578
* Revert "st/vdpau: use linear layout for output surfaces"
4579
* ac/nir: add support for discard_if intrinsic (v2)
4580
* nir: add conditional discard optimisation (v4)
4581
* amd/addrlib: limit fastcall/regparm to GCC i386
4582
* anv: use correct .specVersion for extensions
4583
* vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.
4584
* ir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
4585
* anv/device: Return DEVICE_LOST if execbuf2 fails
4586
* vulkan/wsi/x11: Better handle wsi_x11_connection_create failure
4587
* vulkan/wsi/x11: Clean up connections in finish_wsi
4588
* anv: Better handle return codes from anv_physical_device_init
4589
* intel/blorp: Use wm_prog_data instead of hand-rolling our own
4590
* intel/blorp: Pass a brw_stage_prog_data to upload_shader
4591
* anv/pipeline: Put actual pointers in anv_shader_bin
4592
* anv/pipeline: Properly cache prog_data::param
4593
* intel/blorp: Emit all the binding tables
4594
* anv/device: Add an execbuf wrapper
4595
* anv: Add a cmd_buffer_execbuf helper
4596
* anv: Don't presume to know what address is in a surface relocation
4597
* anv: Add a new bo_pool_init helper
4598
* anv/allocator: Simplify anv_scratch_pool
4599
* anv: Initialize anv_bo::offset to -1
4600
* anv/batch_chain: Improve write_reloc
4601
* anv: Add an anv_execbuf helper struct
4602
* anv/batch: Move last_ss_pool_bo_offset to the command buffer
4603
* anv: Move relocation handling from EndCommandBuffer to QueueSubmit
4604
* anv/cmd_buffer: Take a command buffer instead of a batch in two helpers
4605
* anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4
4606
* glsl: Update deref types when resizing implicitly sized arrays.
4607
* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.
4608
* anv: Do relocations in userspace before execbuf ioctl
4609
* egl: use util/macros.h
4610
* egl: make interop ABI visible again
4611
* glx: make interop ABI visible again
4612
* radeonsi: fix an assertion failure in si_decompress_sampler_color_textures
4613
* radeonsi: fix BFE/BFI lowering for GLSL semantics
4614
* glsl: fix lowering of UBO references of named blocks
4615
* st/glsl_to_tgsi: fix dvec[34] loads from SSBO
4616
* st/mesa: fix the layer of VDPAU surface samplers
4617
* gallium/hud: fix a problem where objects are free'd while in use.
4618
* gallium/hud: close a previously opened handle
4619
* gallium/hud: protect against and initialization race
4620
* mesa/glsl: delete previously linked shaders earlier when linking
4621
4622
-------------------------------------------------------------------
4623
Mon Nov 7 15:09:08 UTC 2016 - schwab@suse.de
4624
4625
- Build Mesa-dri-nouveau only where available
4626
4627
-------------------------------------------------------------------
4628
Wed Nov 2 11:44:47 UTC 2016 - zaitor@opensuse.org
4629
4630
- Drop u_Mesa_i965-import-prime-buffers.patch: Upstream fixed the
4631
bug in a different way, and we should not keep the now obsolete
4632
patch (boo#991638, fdo#71759).
4633
4634
-------------------------------------------------------------------
4635
Tue Nov 1 18:14:28 UTC 2016 - mimi.vx@gmail.com
4636
4637
- update to 13.0.0
4638
- openGL 4.5 with i965 driver on intel bbroadwell and newer hw
4639
- openGL ES for haswell supports 3.1, skylake 3.2
4640
- fixes for intel vulkan driver
4641
- early support fot GP100
4642
- better radeonSI performace
4643
- dropped U_r300g-Set-R300_VAP_CNTL-on-RSxxx-to-avoid-triangle-flickering.patch
4644
- refreshed u_Mesa_i965-import-prime-buffers.patch
4645
4646
-------------------------------------------------------------------
4647
Tue Oct 25 10:05:26 UTC 2016 - sndirsch@suse.com
4648
4649
- let Mesa-dri-nouveau supplement xf86-video-nouveau, so it gets
4650
preselected as well once hardware supplements for Mesa-dri-nouveau
4651
match (bnc#1005323)
4652
4653
-------------------------------------------------------------------
4654
Mon Oct 17 14:35:07 UTC 2016 - mstaudt@suse.com
4655
4656
- Mesa.spec: %ifdef'd out patches by mistake
4657
4658
-------------------------------------------------------------------
4659
Mon Oct 17 13:45:06 UTC 2016 - mstaudt@suse.com
4660
4661
- Split off nouveau*_dri.so into Mesa-dri-nouveau.
4662
Nouveau's 3D support is too unstable to enable by default.
4663
4664
-------------------------------------------------------------------
4665
Mon Oct 17 12:34:12 UTC 2016 - mstaudt@suse.com
4666
4667
- Mesa.spec: Disable Nouveau locking patches by default
4668
4669
-------------------------------------------------------------------
4670
Fri Oct 14 10:17:17 UTC 2016 - mstaudt@suse.com
4671
4672
- U_r300g-Set-R300_VAP_CNTL-on-RSxxx-to-avoid-triangle-flickering.patch:
4673
Initialize RSxxx chipsets correctly (bsc#985650)
4674
4675
-------------------------------------------------------------------
4676
Fri Oct 14 09:10:46 UTC 2016 - mstaudt@suse.com
4677
4678
- N_01-WIP-nouveau-add-locking.patch
4679
N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch
4680
N_03-nv30-locking-fixes.patch
4681
N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch
4682
N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch
4683
4684
Backport nouveau locking workaround to enable multithreading.
4685
4686
Source: https://github.com/imirkin/mesa/commits/locking
4687
4688
According to the author, crashes may still happen, but much more rarely.
4689
4690
Tested on GK107.
4691
4692
N_04-* and N_05-* include untested fixes for nv50.
4693
4694
Fixes (boo#997171) as suggested in (fdo#91632).
4695
4696
-------------------------------------------------------------------
4697
Mon Sep 19 10:00:05 UTC 2016 - zaitor@opensuse.org
4698
4699
- Add u_Mesa_i965-import-prime-buffers.patch: i965: import prime
4700
buffers in the current context, not screen (fdo#71759,
4701
boo#991638).
4702
4703
-------------------------------------------------------------------
4704
Sat Sep 17 16:40:56 UTC 2016 - mimi.vx@gmail.com
4705
4706
- update to 12.0.3
4707
* fdo#97781 - [HSW, BYT, IVB] es2-cts.gtf.gl2extensiontests.depth_texture_cube_map.depth_texture_cube_map
4708
* Revert "i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations"
4709
4710
-------------------------------------------------------------------
4711
Mon Sep 5 17:05:57 UTC 2016 - mimi.vx@gmail.com
4712
4713
- update to 12.0.2
4714
* fdo#69622 - eglTerminate then eglMakeCurrent crahes
4715
* fdo#89599 - symbol 'x86_64_entry_start' is already defined when building
4716
with LLVM/clang
4717
* fdo#91342 - Very dark textures on some objects in indoors environments in
4718
Postal 2
4719
* fdo#92306 - GL Excess demo renders incorrectly on nv43
4720
* fdo#94148 - Framebuffer considered invalid when a draw call is done
4721
before glCheckFramebufferStatus
4722
* fdo#96274 - [NVC0] Failure when compiling compute shader: Assertion
4723
`bb-<getFirst()-<serial >= bb-<getExit()-<serial' failed
4724
* fdo#96358 - SSO: wrong interface validation between GS and VS (regresion
4725
due to latest gles 3.1)
4726
* fdo#96381 - Texture artifacts with immutable texture storage and mipmaps
4727
* fdo#96762 - [radeonsi,apitrace] Firewatch: nothing rendered
4728
in scrollable (text) areas
4729
* fdo#96835 - "gallium: Force blend color to 16-byte alignment" crash with
4730
"-march=native -O3" causes some 32bit games to crash
4731
* fdo#96850 - Crucible tests fail for 32bit mesa
4732
* fdo#96908 - [radeonsi] MSAA causes graphical artifacts
4733
* fdo#96911 - webgl2 conformance2/textures/misc/tex-mipmap-levels.html
4734
crashes 12.1 Intel driver
4735
* fdo#96971 - invariant qualifier is not valid for shader inputs
4736
* fdo#97039 - The Talos Principle and Serious Sam 3 GPU faults
4737
* fdo#97207 - [IVY BRIDGE] Fragment shader discard writing to depth
4738
* fdo#97214 - X not running with error "Failed to make EGL context current
4739
* fdo#97225 - [i965 on HD4600 Haswell] xcom switch to ingame cinematics cause
4740
segmentation fault
4741
* fdo#97231 - GL_DEPTH_CLAMP doesn't clamp to the far plane
4742
* fdo#97307 - glsl/glcpp/tests/glcpp-test regression
4743
* fdo#97331 - glDrawElementsBaseVertex doesn't work in display list on i915
4744
* fdo#97351 - DrawElementsBaseVertex with VBO ignores base vertex on
4745
Intel GMA 9xx in some cases
4746
* fdo#97426 - glScissor gives vertically inverted result
4747
* fdo#97476 - Shader binaries should not be stored in the PipelineCache
4748
* fdo#97567 - [SNB, ILK] ctl, piglit regressions in mesa 12.0.2rc1
4749
+ many other fixes from 12.0.1
4750
4751
4752
-------------------------------------------------------------------
4753
Sat Jul 9 07:11:14 UTC 2016 - mimi.vx@gmail.com
4754
4755
- update to 12.0.1
4756
* Vulkan driver for Intel hardware from Ivy Bridge onward.
4757
* OpenGL 4.3 for nvc0, radeonsi and i965 (Gen8+)
4758
* OpenGL ES 3.1 on nvc0 and radeonsi
4759
* DRI3 enablement for VDPAU, OMX and VAAPI
4760
4761
-------------------------------------------------------------------
4762
Tue Jul 5 20:08:21 UTC 2016 - toddrme2178@gmail.com
4763
4764
- Fix Group tag.
4765
4766
-------------------------------------------------------------------
4767
Tue Jun 21 19:57:26 UTC 2016 - mimi.vx@gmail.com
4768
4769
- update to 12.0.0-rc4 final RC
4770
4771
-------------------------------------------------------------------
4772
Fri Jun 17 14:57:47 UTC 2016 - sndirsch@suse.com
4773
4774
- moved libxatracker package definition to the end to get rid of
4775
issues related to the special version of this package
4776
4777
-------------------------------------------------------------------
4778
Fri Jun 17 14:12:52 UTC 2016 - sndirsch@suse.com
4779
4780
- let Mesa-libVulkan-devel conflict with vulkan-devel due to file
4781
conflics in both packages
4782
4783
-------------------------------------------------------------------
4784
Wed Jun 15 14:39:32 UTC 2016 - sndirsch@suse.com
4785
4786
- Update to version 12.0.0-rc2
4787
* Bug fixes and performance improvements
4788
- supersedes patches:
4789
u_st-va-hardlink-driver-instances-to-gallium_drv_video.patch,
4790
U_anv-add-the-X-related-and-Wayland-CFLAGS-to-VULKAN.patch
4791
- removed option for build in verbose log mode
4792
- improved Group tag for libVulkan-devel
4793
4794
-------------------------------------------------------------------
4795
Sun Jun 12 09:22:10 UTC 2016 - sndirsch@suse.com
4796
4797
- fixed 'osc service localrun download_files' run by removing
4798
rc release from version define
4799
4800
-------------------------------------------------------------------
4801
Thu Jun 9 20:29:29 UTC 2016 - mimi.vx@gmail.com
4802
4803
- fix vulkan naming scheme, add supplement for xf86-video-intel
4804
4805
-------------------------------------------------------------------
4806
Wed Jun 8 20:10:11 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
4807
4808
- Fix Requirement for Mesa-libVulkan-devel, not Mesa-libvulkan, but
4809
Mesa-libVulkan
4810
4811
-------------------------------------------------------------------
4812
Wed Jun 8 07:33:35 UTC 2016 - jslaby@suse.com
4813
4814
- x86: enable virgl gallium driver
4815
4816
-------------------------------------------------------------------
4817
Tue Jun 7 23:25:31 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
4818
4819
- Update to version 12.0.0-rc2:
4820
- New features:
4821
+ OpenGL 4.3 on nvc0, radeonsi, i965 (Gen8+)
4822
+ OpenGL ES 3.1 on nvc0, radeonsi
4823
+ GL_ARB_ES3_1_compatibility on nvc0, radeonsi
4824
+ GL_ARB_compute_shader on nvc0, radeonsi, softpipe
4825
+ GL_ARB_cull_distance on i965/gen6+, nv50, nvc0, llvmpipe, softpipe
4826
+ GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe
4827
+ GL_ARB_internalformat_query2 on all drivers
4828
+ GL_ARB_query_buffer_object on i965/hsw+
4829
+ GL_ARB_robust_buffer_access_behavior on i965, nvc0, radeonsi
4830
+ GL_ARB_shader_atomic_counters on radeonsi, softpipe
4831
+ GL_ARB_shader_atomic_counter_ops on nvc0, radeonsi, softpipe
4832
+ GL_ARB_shader_image_load_store on nvc0, radeonsi, softpipe
4833
+ GL_ARB_shader_image_size on nvc0, radeonsi, softpipe
4834
+ GL_ARB_shader_storage_buffer_objects on radeonsi, softpipe
4835
+ GL_ATI_fragment_shader on all Gallium drivers
4836
+ GL_EXT_base_instance on all drivers that support GL_ARB_base_instance
4837
+ GL_EXT_clip_cull_distance on all drivers that support GL_ARB_cull_distance
4838
+ GL_KHR_robustness on i965
4839
+ GL_OES_copy_image on i965 (Baytrail and Gen8+)
4840
+ GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers
4841
that support GL_ARB_draw_buffers_blend
4842
+GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 on all drivers that support
4843
GL_ARB_gpu_shader5
4844
+GL_OES_sample_shading on i965, nvc0, r600, radeonsi
4845
+GL_OES_sample_variables on i965, nvc0, r600, radeonsi
4846
+GL_OES_shader_image_atomic on all drivers that support
4847
GL_ARB_shader_image_load_store
4848
+GL_OES_shader_io_blocks on i965, nvc0, radeonsi
4849
+GL_OES_shader_multisample_interpolation on i965, nvc0, r600, radeonsi
4850
+ GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers
4851
that support +GL_ARB_texture_border_clamp
4852
+ GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, nvc0, radeonsi
4853
+ EGL_KHR_reusable_sync on all drivers
4854
+ GL_ARB_stencil_texture8 and GL_OES_stencil_texture8 on i965/gen8+
4855
- Enable build of the Intel Vulkan driver (anv):
4856
+ Introduce new packages: libVulkan and libVulkan-devel
4857
- Remove upstreamed patches:
4858
+ u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch
4859
+ U_gallivm-disable-avx512-features.patch
4860
- Upstream Patches:
4861
+ U_anv-add-the-X-related-and-Wayland-CFLAGS-to-VULKAN.patch
4862
* Otherwise we might fail to find the headers in some scenarios.
4863
- drop docs/COPYING: No GPL licensed code in Mesa resident (upstream change)
4864
4865
-------------------------------------------------------------------
4866
Wed Jun 1 14:48:38 UTC 2016 - eich@suse.com
4867
4868
- U_gallivm-disable-avx512-features.patch:
4869
Fix crashes on some Skykake CPUs by disabling avx512 features
4870
(bsc#980557, bsc#981532).
4871
4872
-------------------------------------------------------------------
4873
Wed May 25 11:39:12 UTC 2016 - dmueller@suse.com
4874
4875
- enable vc4 and freedreno on aarch64 as well
4876
4877
-------------------------------------------------------------------
4878
Wed May 18 17:01:35 UTC 2016 - eich@suse.com
4879
4880
- u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch:
4881
Fix crash due to oud of founds screen (boo#980382).
4882
4883
-------------------------------------------------------------------
4884
Mon May 9 15:24:00 UTC 2016 - mimi.vx@gmail.com
4885
4886
- update to 11.2.2
4887
- removed upstreamed patches:
4888
+ u_dri2-Check-for-dummyContext-to-see-if-the-glx_context-is-valid.patch
4889
+ u_dri3-Check-for-dummyContext-to-see-if-the-glx_contex.patch
4890
* fdo#92850 - Segfault loading War Thunder
4891
* fdo#93767 - Glitches with soft shadows and MSAA in Knights of the Old Republic 2
4892
* fdo#94955 - Uninitialized variables leads to random segfaults (valgrind log,
4893
apitrace attached)
4894
* fdo#94994 - OSMesaGetProcAdress always fails on mangled OSMesa
4895
* fdo#95026 - Alien Isolation segfault after initial loading screen/video
4896
* fdo#95133 - X-COM Enemy Within crashes when entering tactical mission with Bonaire
4897
* fdo#95164 - GLSL compiler (linker I think) emits assertion upon call to
4898
glAttachShader
4899
* fdo#95251 - vdpau decoder capabilities: not supported
4900
* radeon/uvd: alignment fix for decode message buffer
4901
* st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()
4902
* gallium/util: initialize pipe_framebuffer_state to zeros
4903
* dri: Fix robust context creation via EGL attribute
4904
* dri2: Check for dummyContext to see if the glx_context is valid
4905
* cherry-ignore: remove duplicate commit
4906
* cherry-ignore: ignore the GetSamplerParameterIuiv{EXT,OES} fixups
4907
* vc4: Fix subimage accesses to LT textures.
4908
* vc4: Add support for rendering to cube map surfaces.
4909
* vc4: Fix tests for format supported with nr_samples == 1.
4910
* vc4: Make sure we recompile when sample_mask changes.
4911
* glapi: fix _glapi_get_proc_address() for mangled function names
4912
* nvc0: fix retrieving query results into buffer for timestamps
4913
* nouveau/video: properly detect the decoder class for availability checks
4914
* i965/fs: Properly report regs_written from SAMPLEINFO
4915
* egl/x11: authenticate before doing chipset id ioctls
4916
* winsys/sw/xlib: use correct free function for xlib_dt->data
4917
* i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.
4918
* glsl: Convert lower_vec_index_to_swizzle to a rvalue visitor.
4919
* glsl: Lower vector_extracts to swizzles after lower_vector_derefs.
4920
* radeon/uvd: fix tonga feedback buffer size
4921
* st/mesa: fix blit-based GetTexImage for non-finalized textures
4922
* gallium/radeon: handle failure when mapping staging buffer
4923
* st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor
4924
* gallium/radeon: fix crash in r600_set_streamout_targets
4925
* radeonsi: correct NULL-pointer check in si_upload_const_buffer
4926
* radeonsi: work around an MSAA fast stencil clear problem
4927
* r600g/radeonsi: send endian info to format translation functions
4928
* r600g: set endianess of 16/32-bit buffers according to do_endian_swap
4929
* r600g: use do_endian_swap in color swapping functions
4930
* r600g: use do_endian_swap in texture swapping function
4931
* r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier
4932
* llvmpipe: (trivial) initialize src1_alpha var to NULL
4933
* gallivm: fix bogus argument order to lp_build_sample_mipmap function
4934
* gallivm: make sampling more robust against bogus coordinates
4935
* gk110/ir: do not overwrite def value with zero for EXCH ops
4936
* gk110/ir: make use of IMUL32I for all immediates
4937
* nvc0/ir: fix wrong emission of (a OP b) OP c
4938
* gk110/ir: add emission for (a OP b) OP c
4939
* nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+
4940
* st/glsl_to_tgsi: fix potential crash when allocating temporaries
4941
* dri3: Check for dummyContext to see if the glx_context is valid
4942
* i965/blorp/gen7: Prepare re-using for gen8
4943
* i965/blorp: Use 8k chunk size for urb allocation
4944
* tgsi: initialize stack allocated struct
4945
* winsys/sw/dri: use correct free function for dri_sw_dt->data
4946
* android: enable dlopen() on all architectures
4947
4948
-------------------------------------------------------------------
4949
Thu Apr 21 09:36:08 UTC 2016 - sndirsch@suse.com
4950
4951
- u_dri3-Check-for-dummyContext-to-see-if-the-glx_contex.patch
4952
* dri3: Check for dummyContext to see if the glx_context is valid
4953
According to the comments in src/glx/glxcurrent.c
4954
__glXGetCurrentContext() always returns a valid pointer. If no
4955
context is made current, it will contain dummyContext. Thus a
4956
test for NULL will always fail.
4957
4958
-------------------------------------------------------------------
4959
Sun Apr 17 19:13:12 UTC 2016 - mimi.vx@gmail.com
4960
4961
- update to 11.2.1
4962
* It fixes crashes in VAAPI, some build problems in Nine has been addressed,
4963
adds a drirc workaround for Warsow and resolves issues in the nouveau,
4964
radeonsi and i965 drivers.
4965
* fdo#93962 ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts
4966
4967
-------------------------------------------------------------------
4968
Mon Apr 4 19:57:06 UTC 2016 - mimi.vx@gmail.com
4969
4970
- update to 11.2.0
4971
- dropped U_clover-Fix-build-against-LLVM-3.8.patch
4972
- dropped U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
4973
- New Features:
4974
* GL_ARB_arrays_of_arrays on all gallium drivers that provide GLSL 1.30
4975
* GL_ARB_base_instance on freedreno/a4xx
4976
* GL_ARB_compute_shader on i965
4977
* GL_ARB_copy_image on r600
4978
* GL_ARB_indirect_parameters on nvc0
4979
* GL_ARB_query_buffer_object on nvc0
4980
* GL_ARB_shader_atomic_counters on nvc0
4981
* GL_ARB_shader_draw_parameters on i965, nvc0
4982
* GL_ARB_shader_storage_buffer_object on nvc0
4983
* GL_ARB_tessellation_shader on i965 and r600 (evergreen/cayman only)
4984
* GL_ARB_texture_buffer_object_rgb32 on freedreno/a4xx
4985
* GL_ARB_texture_buffer_range on freedreno/a4xx
4986
* GL_ARB_texture_query_lod on freedreno/a4xx
4987
* GL_ARB_texture_rgb10_a2ui on freedreno/a4xx
4988
* GL_ARB_texture_view on freedreno/a4xx
4989
* GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx
4990
* GL_KHR_texture_compression_astc_ldr on freedreno/a4xx
4991
* GL_AMD_performance_monitor on radeonsi (CIK+ only)
4992
* GL_ATI_meminfo on r600, radeonsi
4993
* GL_NVX_gpu_memory_info on r600, radeonsi
4994
* New OSMesaCreateContextAttribs() function (for creating core profile contexts)
4995
+ Many bugfixes, for more info see relnotes/11.2.0.html
4996
4997
-------------------------------------------------------------------
4998
Wed Mar 16 18:12:00 UTC 2016 - eich@suse.com
4999
5000
- n_Define-GLAPIVAR-separate-from-GLAPI.patch:
5001
Add separate definition GLAPIVAR as GLAPI
5002
doesn't have the an 'extern' for some compiler
5003
versions. This is needed for GLw (bsc#970725).
5004
5005
-------------------------------------------------------------------
5006
Wed Mar 16 11:31:20 UTC 2016 - sndirsch@suse.com
5007
5008
- U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
5009
* llvmpipe: Do not use barriers if not using threads; triggers
5010
on single cpu machines (like KVM in openQA) with gcc6 and
5011
latest glibc(bnc#971350)
5012
5013
-------------------------------------------------------------------
5014
Mon Mar 14 12:02:29 UTC 2016 - dmueller@suse.com
5015
5016
- enable llvmpipe for aarch64 (fate#320649)
5017
5018
-------------------------------------------------------------------
5019
Thu Feb 11 13:18:31 UTC 2016 - mimi.vx@gmail.com
5020
5021
- update to 11.1.2
5022
* Bugfix release:
5023
+ fdo#93648 - Random lines being rendered when playing Dolphin (geometry shaders
5024
elated, w/ apitrace)
5025
+ fdo#93650 - GL_ARB_separate_shader_objects is buggy (PCSX2)
5026
+ fdo#93717 - Meta mipmap generation can corrupt texture state
5027
+ fdo#93722 - Segfault when compiling shader with a subroutine that takes a parameter
5028
+ fdo#93731 - glUniformSubroutinesuiv segfaults when subroutine uniform is bound
5029
to a specific location
5030
+ fdo#93761 - A conditional discard in a fragment shader causes no depth
5031
writing at all
5032
+ Some bugfixes in i965,nv50,radeonsi,r600g,vc4 drivers
5033
5034
-------------------------------------------------------------------
5035
Thu Jan 28 09:37:21 UTC 2016 - idonmez@suse.com
5036
5037
- Add U_clover-Fix-build-against-LLVM-3.8.patch to fix build
5038
against llvm 3.8
5039
5040
-------------------------------------------------------------------
5041
Wed Jan 20 16:40:10 UTC 2016 - eich@suse.com
5042
5043
- u_dri2-Check-for-dummyContext-to-see-if-the-glx_context-is-valid.patch
5044
Check for dummyContext to see if the glx_context is valid (boo#962609).
5045
5046
-------------------------------------------------------------------
5047
Wed Jan 20 15:16:11 UTC 2016 - sndirsch@suse.com
5048
5049
- n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
5050
* Since these are packaged separately in (open)SUSE anyway, one
5051
can use copies as well. This makes debug packages possible
5052
again. (bnc #962609)
5053
5054
-------------------------------------------------------------------
5055
Wed Jan 13 23:14:33 UTC 2016 - mimi.vx@gmail.com
5056
5057
- update to 11.1.1
5058
* Bugfix release and adding KB Lake PCI id's
5059
+ fdo#91806 - configure does not test whether assembler supports sse4.1
5060
+ fdo#92229 - [APITRACE] SOMA have serious graphical errors
5061
+ fdo#92233 - Unigine Heaven 4.0 silhuette run
5062
+ fdo#93004 - Guild Wars 2 crash on nouveau DX11 cards
5063
+ fdo#93215 - [Regression bisected] Ogles1conform Automatic mipmap
5064
generation test is fail
5065
+ fdo#93257 - [SKL, bisected] ASTC dEQP tests segfault
5066
+ fixes for r600,nv*,glx,glsl,radeonsi and i965
5067
5068
-------------------------------------------------------------------
5069
Wed Jan 6 14:00:51 UTC 2016 - schwab@suse.de
5070
5071
- Enable swrast gallium driver on s390/aarch64
5072
- Exclude Mesa-libva on s390/s390x/aarch64
5073
5074
-------------------------------------------------------------------
5075
Sun Dec 20 05:03:08 UTC 2015 - jimmy@boombatower.com
5076
5077
- Apply patch: st/va: hardlink driver instances to
5078
gallium_drv_video.so
5079
+ u_st-va-hardlink-driver-instances-to-gallium_drv_video.patch
5080
5081
-------------------------------------------------------------------
5082
Thu Dec 17 07:06:21 UTC 2015 - jimmy@boombatower.com
5083
5084
- Add Mesa-libva.
5085
5086
-------------------------------------------------------------------
5087
Tue Dec 15 16:17:22 UTC 2015 - mimi.vx@gmail.com
5088
5089
- update to 11.1.0, new stable release
5090
* New features:
5091
+ Note: some of the new features are only available with certain drivers.
5092
+ OpenGL 3.1 support on freedreno (a3xx, a4xx)
5093
+ OpenGL 3.3 support for VMware guest VM driver (supported by Workstation 12
5094
and Fusion 8).
5095
+ GL_AMD_performance_monitor on nv50
5096
+ GL_ARB_arrays_of_arrays on i965
5097
+ GL_ARB_blend_func_extended on freedreno (a3xx)
5098
+ GL_ARB_clear_texture on nv50, nvc0
5099
+ GL_ARB_clip_control on freedreno/a4xx
5100
+ GL_ARB_copy_image on nv50, nvc0, radeonsi
5101
+ GL_ARB_depth_clamp on freedreno/a4xx
5102
+ GL_ARB_fragment_layer_viewport on i965 (gen6+)
5103
+ GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips
5104
+ GL_ARB_gpu_shader5 on r600 for Evergreen and later chips
5105
+ GL_ARB_seamless_cubemap_per_texture on freedreno/a4xx
5106
+ GL_ARB_shader_clock on i965 (gen7+)
5107
+ GL_ARB_shader_stencil_export on i965 (gen9+)
5108
+ GL_ARB_shader_storage_buffer_object on i965
5109
+ GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi
5110
+ GL_ARB_texture_barrier / GL_NV_texture_barrier on i965
5111
+ GL_ARB_texture_buffer_range on freedreno/a3xx
5112
+ GL_ARB_texture_compression_bptc on freedreno/a4xx
5113
+ GL_ARB_texture_query_lod on softpipe
5114
+ GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer)
5115
+ GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx, a4xx)
5116
+ GL_EXT_blend_func_extended on all drivers that support the ARB version
5117
+ GL_EXT_buffer_storage implemented for when ES 3.1 support is gained
5118
+ GL_EXT_draw_elements_base_vertex on all drivers
5119
+ GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)
5120
+ GL_KHR_debug (GLES)
5121
+ GL_NV_conditional_render on freedreno
5122
+ GL_OES_draw_elements_base_vertex on all drivers
5123
+ EGL_KHR_create_context on softpipe, llvmpipe
5124
+ EGL_KHR_gl_colorspace on softpipe, llvmpipe
5125
+ new virgl gallium driver for qemu virtio-gpu
5126
+ 16x multisampling on i965 (gen9+)
5127
+ GL_EXT_shader_samples_identical on i965.
5128
* +many bugfixes, please see relnotes
5129
5130
-------------------------------------------------------------------
5131
Wed Dec 9 19:15:39 UTC 2015 - mimi.vx@gmail.com
5132
5133
- Update to version 11.0.7
5134
+ bugfixes release for bugs found since 11.0.6
5135
fdo#90348 - Spilling failure of b96 merged value
5136
fdo#92363 - [BSW/BDW] ogles1conform Gets test fails
5137
fdo#92438 - Segfault in pushbuf_kref when running the android
5138
emulator (qemu) on nv50
5139
fdo#93110 - [NVE4] textureSize() and textureQueryLevels() uses a texture
5140
bound during the previous draw call
5141
fdo#93126> - wrongly claim supporting GL_EXT_texture_rg
5142
+ plus fixes for r600g,llvmpipe,i955,egl,gles2
5143
5144
-------------------------------------------------------------------
5145
Tue Dec 1 07:57:16 UTC 2015 - jimmy@boombatower.com
5146
5147
- Add Mesa-libOpenCL.
5148
5149
-------------------------------------------------------------------
5150
Sun Nov 22 11:05:34 UTC 2015 - zaitor@opensuse.org
5151
5152
- Update to version 11.0.6:
5153
+ This release brings driver fixes for i965, r600, radeonsi,
5154
nouveau, vc4, and llvmpipe including a serious regression for
5155
r100/r200 era hardware.
5156
+ Additional patches cover glsl, nir, mesa/meta and VC-1
5157
decoding.
5158
5159
-------------------------------------------------------------------
5160
Wed Nov 11 18:08:32 UTC 2015 - mimi.vx@gmail.com
5161
5162
- update to 11.0.5
5163
* With this release we have some driver patches for i965 and nouveau, a couple
5164
of llvm 3.7 related fixes and a some bugfixes in the VA state-tracker.
5165
* Additionally we have a few new PCI ids for i965 and radeonsi.
5166
5167
-------------------------------------------------------------------
5168
Sun Oct 25 18:08:04 UTC 2015 - mimi.vx@gmail.com
5169
5170
- update to 11.0.4
5171
* bug fix release which fixes bugs found since the 11.0.3 release
5172
* droped patches - merged by upstream:
5173
U_gallium-add-PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HI.patch
5174
U_i965-Remove-early-release-of-DRI2-miptree.patch
5175
5176
-------------------------------------------------------------------
5177
Thu Oct 22 13:08:47 UTC 2015 - sndirsch@suse.com
5178
5179
- U_gallium-add-PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HI.patch
5180
* This avoids a serious r600g bug leading to a GPU hang (bnc#951298)
5181
5182
-------------------------------------------------------------------
5183
Tue Oct 20 12:27:16 UTC 2015 - sndirsch@suse.com
5184
5185
- Update to 11.0.3
5186
* bug fix release which fixes bugs found since the 11.0.2 release
5187
5188
-------------------------------------------------------------------
5189
Thu Oct 1 12:47:05 UTC 2015 - sndirsch@suse.com
5190
5191
- Update to 11.0.2
5192
* This is a emergency release which covers the final dEQP
5193
regressions introduced in the 11.0 development cycle.
5194
5195
-------------------------------------------------------------------
5196
Wed Sep 30 09:29:30 UTC 2015 - jslaby@suse.com
5197
5198
- update upstream status:
5199
* remove n_i965-Remove-early-release-of-DRI2-miptree.patch
5200
* add U_i965-Remove-early-release-of-DRI2-miptree.patch
5201
5202
-------------------------------------------------------------------
5203
Sat Sep 26 20:06:50 UTC 2015 - mpluskal@suse.com
5204
5205
- Update to 11.0.1
5206
* i965/vec4: Fix saturation errors when coalescing registers
5207
* i965/vec4_nir: Load constants as integers
5208
* meta: Abort meta pbo path if TexSubImage need signed unsigned
5209
conversion
5210
* docs: add sha256 checksums for 11.0.0
5211
* Update version to 11.0.1
5212
* docs: add release notes for 11.0.1
5213
* mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default
5214
framebuffer.
5215
* t_dd_dmatmp: Make "count" actually be the count
5216
* t_dd_dmatmp: Clean up improper code formatting from previous
5217
patch
5218
* t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
5219
* t_dd_dmatmp: Pull out common 'count -= count & 3' code
5220
* t_dd_dmatmp: Use addition instead of subtraction in loop
5221
bounds
5222
* st/mesa: avoid integer overflows with buffers >= 512MB
5223
* nv50, nvc0: fix max texture buffer size to 128M elements
5224
* freedreno/a3xx: fix blending of L8 format
5225
* nv50,nvc0: detect underlying resource changes and update tic
5226
* nv50,nvc0: flush texture cache in presence of coherent bufs
5227
* radeonsi: load fmask ptr relative to the resources array
5228
* nir: Fix a bunch of ralloc parenting errors
5229
* i965/vec4: Don't reswizzle hardware registers
5230
* configure.ac: Add support to enable read-only text segment on
5231
x86.
5232
* gbm: convert gbm bo format to fourcc format on dma-buf import
5233
* mesa: fix errors when reading depth with glReadPixels
5234
* i965: fix textureGrad for cubemaps
5235
* mesa: Fix texture compression on big-endian systems
5236
5237
-------------------------------------------------------------------
5238
Mon Sep 14 15:40:22 UTC 2015 - jslaby@suse.com
5239
5240
- add n_i965-Remove-early-release-of-DRI2-miptree.patch (bnc#945444)
5241
5242
-------------------------------------------------------------------
5243
Mon Sep 14 07:49:02 UTC 2015 - sndirsch@suse.com
5244
5245
- marked Mesa.keyring and mesa-11.0.0.tar.xz.sig as source in
5246
specfile in order to make factory checkin policy happy
5247
5248
-------------------------------------------------------------------
5249
Sat Sep 12 15:36:35 UTC 2015 - mimi.vx@gmail.com
5250
5251
- Update to version 11.0.0
5252
* Mesa 11.0 brings core Mesa support for OpenGL 4.2, RadeonSI and Nouveau NVC0
5253
OpenGL 4.1 support (the other hardware drivers remain at OpenGL 3.3), AMDGPU
5254
kernel driver support along with initial R9 Fury/Fiji support, EGL 1.5 support,
5255
ongoing OpenGL ES 3.1 work, OpenCL compute image support, HEVC video decode
5256
support for RadeonSI via VDPAU, OpenGL ES 3.0 for Freedreno, and many fixes.
5257
+ drop U_mesa-llvm37-rename-r600-to-amdgpu.patch and U_mesa-llvm37.patch
5258
5259
-------------------------------------------------------------------
5260
Fri Sep 11 18:00:38 UTC 2015 - mimi.vx@gmail.com
5261
5262
- Update to version 10.6.7
5263
+ add gpg verification of source package
5264
* fdo#90751 Revert "i965: Momentarily pretend to support
5265
ARB_texture_stencil8 for blits."
5266
* mesa/teximage: use correct extension for accept stencil texture.
5267
5268
-------------------------------------------------------------------
5269
Mon Sep 7 08:33:46 UTC 2015 - zaitor@opensuse.org
5270
5271
- Update to version 10.6.6:
5272
* This release includes patches for mesa core, i965 (regression
5273
fixes), r600 (assertions and crash fixes in the sb backend),
5274
radeonsi (workaround for GPU hang in Unigine Heaven) and
5275
nouveau (piglit tests).
5276
- Replace libXvMC-devel and libexpat-devel for pkgconfig(xvmc) and
5277
pkgconfig(expat) BuildRequires.
5278
5279
-------------------------------------------------------------------
5280
Mon Sep 7 03:45:34 UTC 2015 - alarrosa@suse.com
5281
5282
- Add U_mesa-llvm37-rename-r600-to-amdgpu.patch to fix build with llvm 3.7
5283
due to rename of llvm target R600 to AMDGPU
5284
5285
-------------------------------------------------------------------
5286
Sat Sep 5 11:45:32 UTC 2015 - idonmez@suse.com
5287
5288
- Add U_mesa-llvm37.patch to fix build with llvm 3.7
5289
5290
-------------------------------------------------------------------
5291
Sat Aug 22 14:17:01 UTC 2015 - zaitor@opensuse.org
5292
5293
- Update to version 10.6.5:
5294
* Apart from the usual nouveau, i965 and radeon driver fixes,
5295
this time around we have a nouveau_vieux fix for a regression
5296
introduced with mesa 10.6.0 and a few even older big endian
5297
related bug-fixes.
5298
- Replace libvdpau-devel for pkgconfig(vdpau) BuildRequires.
5299
5300
-------------------------------------------------------------------
5301
Wed Aug 12 09:38:10 UTC 2015 - sndirsch@suse.com
5302
5303
- update to 10.6.4
5304
* In this release we have a few GL specific fixes (in both dri
5305
drivers and the EGL loader), an updated mesa.icd file and a
5306
crashfix for the standalone glcpp tool.
5307
5308
-------------------------------------------------------------------
5309
Wed Jul 29 19:55:48 UTC 2015 - mimi.vx@gmail.com
5310
5311
- update to 10.6.3
5312
* fdo#90728 - dvd playback with vlc and vdpau causes segmentation fault
5313
* fdo#91337 - OSMesaGetProcAdress("OSMesaPixelStore") returns nil
5314
* osmesa: fix OSMesaPixelsStore typo
5315
* vl: cleanup video buffer private when the decoder is destroyed
5316
* st/vdpau: fix mixer size checks
5317
* auxiliary/vl: use the correct screen index
5318
*i965/gen9: Use custom MOCS entries set up by the kernel.
5319
* nv50, nvc0: enable at least one color RT if alphatest is enabled
5320
* nvc0/ir: fix txq on indirect samplers
5321
* nvc0/ir: don't worry about sampler in txq handling
5322
* gm107/ir: fix indirect txq emission
5323
* nv50: fix max level clamping on G80
5324
* program: Allow redundant OPTION ARB_fog_* directives.
5325
* xa: don't leak fences
5326
5327
-------------------------------------------------------------------
5328
Sun Jul 12 08:32:38 UTC 2015 - mimi.vx@gmail.com
5329
5330
- update to 10.6.2
5331
* fdo#73528 - Deferred lighting in Second Life causes system hiccups and screen flickering
5332
* fdo#80500 - Flickering shadows in unreleased title trace
5333
* fdo#82186 - [r600g] BARTS GPU lockup with minecraft shaders
5334
* fdo#84225 - Allow constant-index-expression sampler array indexing with GLSL-ES < 300
5335
* fdo#90537 - radeonsi bo/va conflict on RADEON_GEM_VA (rscreen->ws->buffer_from_handle returns NULL)
5336
* fdo#90873 - Kernel hang, TearFree On, Mate desktop environment
5337
* fdo#91022 - [g45 g965 bisected] assertions generated from textureGrad cube samplers fix
5338
* fdo#91047 - [SNB Bisected] Messed up Fog in Super Smash Bros. Melee in Dolphin
5339
* fdo#91056 - The Bard's Tale (2005, native) has rendering issues
5340
* fdo#91117 - Nimbus (running in wine) has rendering issues, objects are semi-transparent
5341
* fdo#91124 - Civilization V (in Wine) has rendering issues: text missing, menu bar corrupted
5342
* fdo#91173 - Oddworld: Stranger's Wrath HD: disfigured models in wrong colors
5343
* fdo#91226 - Crash in glLinkProgram (NEW)
5344
* fdo#91231 - [NV92] Psychonauts (native) segfaults on start when DRI3 enabled
5345
* loader: Look for any version of currently linked libudev.so
5346
* nv50/ir: propagate modifier to right arg when const-folding mad
5347
* nv50/ir: fix emission of address reg in 3rd source
5348
* nv50/ir: copy joinAt when splitting both before and after
5349
* mesa: reset the source packing when creating temp transfer image
5350
* nv50/ir: don't emit src2 in immediate form
5351
* mesa/prog: relative offsets into constbufs are not constant
5352
* nv50/ir: UCMP arguments are float, so make sure modifiers are applied
5353
* nvc0: turn sample counts off during blit
5354
* i965/fs: Fix ir_txs in emit_texture_gen4_simd16().
5355
* i965: Reserve more batch space to accomodate Gen6 perfmonitors.
5356
* i965/vs: Fix matNxM vertex attributes where M != 4.
5357
* Revert "glsl: clone inputs and outputs during linking"
5358
* Revert "i965: Delete linked GLSL IR when using NIR."
5359
* r600g: disable single-sample fast color clear due to hangs
5360
* radeonsi: fix a hang with DrawTransformFeedback on 4 SE chips
5361
* st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfaces
5362
* nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
5363
* winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
5364
* i965/fs: Don't mess up stride for uniform integer multiplication.
5365
* winsys/radeon: Unmap GPU VM address range when destroying BO
5366
* meta: Only change and restore viewport 0 in mesa meta mode
5367
* i965: allocate at least 1 BLEND_STATE element
5368
* i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
5369
* glsl: Add missing check for whether an expression is an add operation
5370
* glsl: Make sure not to dereference NULL
5371
* i965: Don't try to print the GLSL IR if it has been freed
5372
* glsl: clone inputs and outputs during linking
5373
* i965: Delete linked GLSL IR when using NIR.
5374
* glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
5375
* mesa/glsl: new compiler option EmitNoIndirectSampler
5376
* i965: use EmitNoIndirectSampler for gen < 7
5377
* i915: use EmitNoIndirectSampler
5378
* mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
5379
* glsl: validate sampler array indexing for 'constant-index-expression'
5380
5381
-------------------------------------------------------------------
5382
Mon Jun 29 14:13:43 UTC 2015 - mimi.vx@gmail.com
5383
5384
- adjust libdrm dependencies
5385
5386
-------------------------------------------------------------------
5387
Mon Jun 29 10:09:24 UTC 2015 - sndirsch@suse.com
5388
5389
- Update to version 10.6.1
5390
* This release includes core mesa and glsl patches (amonst which
5391
a Dota2 Reborn bugfix) affecting all dri drivers, nouveau specific
5392
fixes and a selection of shared-glapi commits - from build fixes, to
5393
ones ensuring that the dri modules can be loaded.
5394
5395
-------------------------------------------------------------------
5396
Tue Jun 23 14:26:17 UTC 2015 - sndirsch@suse.com
5397
5398
- n_Fixed-build-against-wayland-1.2.1.patch
5399
* required to fix build with wayland on openSUSE 13.1
5400
5401
-------------------------------------------------------------------
5402
Mon Jun 15 14:19:06 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
5403
5404
- Update to version 10.6.0:
5405
- New GL/EGL Features:
5406
+ GL_AMD_pinned_memory on r600, radeonsi
5407
+ GL_ARB_clip_control on i965
5408
+ GL_ARB_depth_buffer_float on freedreno
5409
+ GL_ARB_depth_clamp on freedreno
5410
+ GL_ARB_direct_state_access on all drivers for Core GL contexts.
5411
+ GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600
5412
+ GL_ARB_draw_instanced on freedreno
5413
+ GL_ARB_gpu_shader_fp64 on nvc0, softpipe
5414
+ GL_ARB_gpu_shader5 on i965/gen8+
5415
+ GL_ARB_instanced_arrays on freedreno
5416
+ GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe
5417
+ GL_ARB_program_interface_query (all drivers)
5418
+ GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe
5419
+ GL_ARB_texture_view on llvmpipe, softpipe
5420
+ GL_ARB_uniform_buffer_object on freedreno
5421
+ GL_ARB_vertex_attrib_64bit on nvc0, softpipe
5422
+ GL_ARB_viewport_array, GL_AMD_vertex_shader_viewport_index on i965/gen6
5423
+ GL_EXT_draw_buffers2 on freedreno
5424
+ GL_OES_EGL_sync on all drivers
5425
+ EGL_KHR_fence_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
5426
+ EGL_KHR_wait_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
5427
+ EGL_KHR_cl_event2 on freedreno, nv50, nvc0, r600, radeonsi
5428
+ GL_AMD_performance_monitor on nvc0
5429
- Changes to package:
5430
+ add --enable-shader-cache to configure options
5431
+ remove Patch100: U_0001_gallium_include_util_macros.patch
5432
+ remove Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch
5433
+ remove Patch102: U_0003_fix_build_after_macro_include.patch
5434
5435
-------------------------------------------------------------------
5436
Mon Jun 8 23:10:43 UTC 2015 - zaitor@opensuse.org
5437
5438
- Update to version 10.5.7:
5439
+ i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
5440
+ docs: Add sha256sums for the 10.5.6 release
5441
+ get-pick-list.sh: Require explicit "10.5" for nominating stable patches
5442
+ cherry-ignore: add clover build fix not applicable for 10.5
5443
+ Add release notes for the 10.5.7 release
5444
+ nvc0/ir: set ftz when sources are floats, not just destinations
5445
+ nv50/ir: guess that the constant offset is the starting slot of array
5446
+ nvc0/ir: LOAD's can't be used for shader inputs
5447
+ nvc0: a geometry shader can have up to 1024 vertices output
5448
+ nv50/ir: avoid messing up arg1 of PFETCH
5449
+ nv30: don't leak fragprog consts
5450
+ nv30: avoid leaking render state and draw shaders
5451
+ nv30: fix clip plane uploads and enable changes
5452
+ nv30/draw: avoid leaving stale pointers in draw state
5453
+ nv30/draw: draw expects constbuf size in bytes, not vec4 units
5454
+ st/mesa: don't leak glsl_to_tgsi object on link failure
5455
+ glsl: avoid leaking linked gl_shader when there's a late linker error
5456
+ nv30/draw: fix indexed draws with swtnl path and a resource index buffer
5457
+ nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
5458
+ nv30/draw: allocate vertex buffers in gart
5459
+ nv30/draw: switch varying hookup logic to know about texcoords
5460
+ nv30: falling back to draw path for edgeflag does no good
5461
+ nv30: avoid doing extra work on clear and hitting unexpected states
5462
+ i965/fs: Fix implied_mrf_writes for scratch writes
5463
+ st/dri: fix postprocessing crash when there's no depth buffer
5464
5465
-------------------------------------------------------------------
5466
Mon May 25 06:29:26 UTC 2015 - mimi.vx@gmail.com
5467
5468
- update to 10.5.6
5469
* fdo#86792 - [NVC0] Portal 2 Crashes in Wi* ne
5470
* fdo#90350 - [G96] Portal's portal are incorrectly rendered
5471
* fdo#90363 - [nv50] HW state is not reset correctly when using a new GL context
5472
* radeonsi: add new bonaire pci id
5473
* egl/wayland: properly destroy wayland objects
5474
* glx/dri3: Add additional check for gpu offloading case
5475
* egl/main: fix EGL_KHR_get_all_proc_addresses
5476
* targets/osmesa: drop the -module tag from LDFLAGS
5477
* clover: Refactor event::trigger and ::abort to prevent deadlock and reentrancy issues.
5478
* clover: Wrap event::_status in a method to prevent unlocked access.<
5479
* clover: Implement locking of the wait_count, _chain and _status members of event.
5480
* i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
5481
* main: Require that the texture exists in framebuffer_texture
5482
* mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer <0
5483
* nv50/ir: only propagate saturate up if some actual folding took place
5484
* nv50: keep track of PGRAPH state in nv50_screen
5485
* nvc0: keep track of PGRAPH state in nvc0_screen
5486
* nvc0: reset the instanced elements state when doing blit using 3d engine
5487
* nv50/ir: only enable mul saturate on G200+
5488
* st/mesa: make sure to create a "clean" bool when doing i2b
5489
* nvc0: switch mechanism for shader eviction to be a while loop
5490
* swrast: Build fix for darwin
5491
* main: Fix an error generated by FramebufferTexture</li>
5492
* main: Complete error conditions for glInvalidate*Framebuffer.
5493
* main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
5494
* freedreno: enable a306
5495
* freedreno: fix bug in tile/slot calculation
5496
* draw: (trivial) fix out-of-bounds vector initialization
5497
* mesa: fix shininess check for ffvertex_prog v2
5498
* clover: Add a mutex to guard queue::queued_events
5499
* clover: Fix a bug with multi-threaded events v2
5500
5501
-------------------------------------------------------------------
5502
Sat May 16 19:56:36 UTC 2015 - mimi.vx@gmail.com
5503
5504
- Update to 10.5.5
5505
* fdo#88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA
5506
* fdo#89455 - [NVC0/Gallium] Unigine Heaven black and white boxes
5507
* fdo#89689 - [Regression] Weston on DRM backend won't start with new version of mesa
5508
* fdo#90130 - gl_PrimitiveId seems to reset at 340
5509
* i965: Add XRGB8888 format to intel_screen_make_configs
5510
* r300: do not link against libdrm_intel
5511
* nvc0/ir: flush denorms to zero in non-compute shaders
5512
* gk110/ir: fix set with a register dest to not auto-set the abs flag
5513
* nvc0/ir: fix predicated PFETCH emission
5514
* nv50/ir: fix asFlow() const helper for OP_JOIN
5515
* i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
5516
* i965: Disallow linear blits that are not cacheline aligned.
5517
* draw: fix prim ids when there's no gs
5518
5519
-------------------------------------------------------------------
5520
Mon May 11 15:15:57 UTC 2015 - fstrba@suse.com
5521
5522
- BuildIgnore python so that it is not sucked in by coincidence
5523
* The python-base provides enough python functionalities
5524
necessary for build.
5525
5526
-------------------------------------------------------------------
5527
Mon Apr 27 09:55:36 UTC 2015 - sndirsch@suse.com
5528
5529
- Update to 10.5.4
5530
* This release includes fixes for the mesa state-tracker used by
5531
all the gallium drivers, a drirc workaround for Second Life,
5532
plus i965 fixes. For the Android users out there, this release
5533
includes many compilation fixes with more to come shortly.
5534
5535
-------------------------------------------------------------------
5536
Thu Apr 16 19:50:30 UTC 2015 - mimi.vx@gmail.com
5537
5538
- Update to 10.5.3
5539
+ fdo#83962 - [HSW/BYT]Piglit spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails
5540
+ fdo#89679 - [NV50] Portal/Half-Life 2 will not start (native Steam)
5541
+ fdo#89746 - Mesa and LLVM 3.6+ break opengl for genymotion
5542
+ fdo#89754 - vertexAttrib fails WebGL Conformance test with mesa drivers
5543
+ fdo#89758 - pow WebGL Conformance test with mesa drivers
5544
+ fdo#89759 - WebGL OGL ES GLSL conformance test with mesa drivers fails
5545
+ fdo#89905 - scons build broken on 10.5.2 due to activated vega st
5546
+ st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
5547
+ xmlpool: don't forget to ship the MOS
5548
+ configure.ac: error out if python/mako is not found when required
5549
+ dist: add the VG depedencies into the tarball
5550
+ i965: Do not render primitives in non-zero streams then TF is disabled
5551
+ st/mesa: update arrays when the current attrib has been updated
5552
+ nv50/ir: take postFactor into account when doing peephole optimizations
5553
+ nv50/ir/gk110: fix offset flag position for TXD opcode
5554
+ freedreno/a3xx: fix 3d texture layout
5555
+ freedreno/a3xx: point size should not be divided by 2
5556
+ nv50: allocate more offset space for occlusion queries
5557
+ nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling
5558
+ i965: Fix instanced geometry shaders on Gen8+.
5559
+ i965: Add forgotten multi-stream code to Gen8 SOL state.
5560
+ nouveau: synchronize "scratch runout" destruction with the command stream
5561
+ radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
5562
+ clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fails v2
5563
+ i965: Fix URB size for CHV
5564
5565
-------------------------------------------------------------------
5566
Sun Mar 29 13:55:46 UTC 2015 - mimi.vx@gmail.com
5567
5568
- Update to 10.5.2
5569
+ fdo#88534 - include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not defined
5570
+ fdo#89328 - python required to build Mesa release tarballs
5571
+ fdo#89530 - FTBFS in loader: missing fstat
5572
+ fdo#89590 - Crash in glLinkProgram with shaders with multiple constant arrays
5573
+ fdo#89680 - Hard link exist in Mesa 10.5.1 sources
5574
+ glsl: Generate link error for non-matching gl_FragCoord redeclarations
5575
+ docs: Add sha256 sums for the 10.5.1 release
5576
+ automake: add missing egl files to the tarball
5577
+ st/egl: don't ship the dri2.c link at the tarball
5578
+ loader: include <sys/stat.h> for non-sysfs builds
5579
+ auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
5580
+ cherry-ignore: add commit non applicable for 10.5
5581
+ c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default
5582
+ i965: Set nr_params to the number of uniform components in the VS/GS path.
5583
+ freedreno/a3xx: use the same layer size for all slices
5584
+ freedreno: fix slice pitch calculations
5585
+ radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords
5586
+ glx: Handle out-of-sequence swap completion events correctly. (v2)
5587
+ mapi: Make private copies of name strings provided by client.
5588
+ freedreno: update generated headers
5589
+ glsl: optimize (0 cmp x + y) into (-x cmp y).
5590
+ glsl: fix names in lower_constant_arrays_to_uniforms
5591
+ clover: Return 0 as storage size for local kernel args that are not set v2
5592
5593
-------------------------------------------------------------------
5594
Sat Mar 14 18:31:08 UTC 2015 - mimi.vx@gmail.com
5595
5596
- Update to 10.5.1
5597
+ fdo#79202 - valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test; random code generation
5598
+ fdo#84613 - [G965, bisected] piglit regressions : glslparsertest.glsl2
5599
+ fdo#86747 - Noise in Football Manager 2014 textures
5600
+ fdo#86974 - INTEL_DEBUG=shader_time always asserts in fs_generator::generate_code() when Mesa is built with --enable-debug (= with asserts)
5601
+ fdo#88246 - Commit 2881b12 causes 43 DrawElements test regressions
5602
+ fdo#88793 - [BDW/BSW Bisected]Piglit/shaders_glsl-max-varyings fails
5603
+ fdo#88883 - ir-a2xx.c: variable changed in assert statement
5604
+ fdo#88885 - Transform feedback uses incorrect interleaving if a previous draw did not write gl_Position
5605
+ fdo#89095 - [SNB/IVB/BYT Bisected]Webglc conformance/glsl/functions/glsl-function-mix-float.html fails
5606
+ fdo#89156 - r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken
5607
+ fdo#89224 - Incorrect rendering of Unigine Valley running in VM on VMware Workstation
5608
+ fdo#89292 - [regression,bisected] incomplete screenshots in some cases
5609
+ fdo#89311 - [regression, bisected] dEQP: Added entry points for glCompressedTextureSubImage*D.
5610
+ fdo#89312 - [regression, bisected] main: Added entry points for CopyTextureSubImage*D. (d6b7c40cecfe01)
5611
+ fdo#89315 - [HSW, regression, bisected] i965/fs: Emit MAD instructions when possible.
5612
+ fdo#89317 - [HSW, regression, bisected] i965: Add LINTERP/CINTERP to can_do_cmod() (d91390634)
5613
+ fdo#89416 - UE4Editor crash after load project
5614
+ fdo#89430 - [g965][bisected] arb_copy_image-targets gl_texture* tests fail
5615
+ i965/vec4: Don't lose the saturate modifier in copy propagation.
5616
+ i965/gs: Check newly-generated GS-out VUE map against correct stage
5617
+ egl: Take alpha bits into account when selecting GBM formats
5618
+ docs: Add sha256 sums for the 10.5.0 release
5619
+ egl/main: no longer export internal function
5620
+ cherry-ignore: ignore a few more commits picked without -x
5621
+ mapi: fix commit 90411b56f6bc817e229d8801ac0adad6d4e3fb7a
5622
+ intel: fix EGLImage renderbuffer _BaseFormat
5623
+ i965: Fix out-of-bounds accesses into pull_constant_loc array
5624
+ i965/fs/nir: Use emit_math for nir_op_fpow
5625
+ freedreno: move fb state copy after checking for size change
5626
+ freedreno/ir3: fix array count returned by TXQ
5627
+ freedreno/ir3: get the # of miplevels from getinfo
5628
+ meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin
5629
+ main/base_tex_format: Properly handle STENCIL_INDEX1/4/16
5630
+ i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
5631
+ glsl: Mark array access when copying to a temporary for the ?: operator.
5632
+ i965/fs: Set force_writemask_all on shader_time instructions.
5633
+ i965/fs: Set smear on shader_time diff register.
5634
+ i965/fs: Make emit_shader_time_write return rather than emit.
5635
+ i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.
5636
+ i965/fs: Make emit_shader_time_end() insert before EOT.
5637
+ i965/fs: Don't issue FB writes for bound but unwritten color targets.
5638
+ main: Fix target checking for CompressedTexSubImage*D.
5639
+ main: Fix target checking for CopyTexSubImage*D.
5640
+ gallium/auxiliary/indices: fix start param
5641
+ r300g: fix RGTC1 and LATC1 SNORM formats
5642
+ r300g: fix a crash when resolving into an sRGB texture
5643
+ r300g: fix sRGB->sRGB blits
5644
+ i965/vec4: Fix implementation of i2b.
5645
+ mesa: Indent break statements and add a missing one.
5646
+ mesa: Free memory allocated for luminance in readpixels.
5647
+ mesa: Correct backwards NULL check.
5648
+ i965: Consider scratch writes to have side effects.
5649
+ i965/fs: Don't use backend_visitor::instructions after creating the CFG.
5650
+ r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.
5651
+ r300g: Check return value of snprintf().
5652
+ i965/fs: Don't propagate cmod to inst with different type.
5653
+ i965: Tell intel_get_memcpy() which direction the memcpy() is going.
5654
+ Revert SHA1 additions.
5655
+ i965: Avoid applying negate to wrong MAD source.
5656
+ meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
5657
+ Revert "common: Fix PBOs for 1D_ARRAY."
5658
+ meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage
5659
+ meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage
5660
+ freedreno/ir3: fix silly typo for binning pass shaders
5661
+ freedreno/a2xx: fix increment in assert
5662
+ freedreno/a4xx: bit of cleanup
5663
+ freedreno: update generated headers
5664
+ freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
5665
+ freedreno: update generated headers
5666
+ freedreno/a4xx: aniso filtering
5667
+ freedreno/ir3: fix up cat6 instruction encodings
5668
+ freedreno/ir3: add support for memory (cat6) instructions
5669
+ freedreno/ir3: handle flat bypass for a4xx
5670
+ freedreno/ir3: fix failed assert in grouping
5671
+ r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
5672
5673
-------------------------------------------------------------------
5674
Sat Mar 7 02:13:12 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
5675
5676
- Update to version 10.5.0:
5677
+ Initial support for the new Intel Skylake GPUs and Adreno 4xx
5678
GPUs.
5679
+ Experimental EGL support for Haiku.
5680
+ The new IR - NIR. A flat, typeless IR, supporting SSA.
5681
+ GLX/DRI3 fixes and improvements.
5682
+ A lot of preparation work for GL_ARB_direct_state_access.
5683
+ The usual amount of piglit and drawElements Quality Program
5684
(dEQP) fixes.
5685
+ Building mesa with GCC 4.1 or earlier is no longer supported.
5686
+ The distribution tarball has been renamed and now contains all
5687
the generated sources.
5688
- New GL features:
5689
+ GL_ARB_framebuffer_sRGB on freedreno
5690
+ GL_ARB_texture_rg on freedreno
5691
+ GL_EXT_packed_float on freedreno
5692
+ GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi,
5693
llvmpipe
5694
+ GL_EXT_texture_shared_exponent on freedreno
5695
+ GL_EXT_texture_snorm on freedreno
5696
- Changes to Package:
5697
+ switch to xz compressed sources
5698
+ remove Patch16: u_gallivm_Update_for_RTDyldMemoryManager_unique_ptr.patch
5699
+ add Patch100: U_0001_gallium_include_util_macros.patch
5700
+ add Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch
5701
+ add Patch102: U_0003_fix_build_after_macro_include.patch
5702
5703
-------------------------------------------------------------------
5704
Mon Mar 2 19:27:19 UTC 2015 - idonmez@suse.com
5705
5706
- Add u_gallivm_Update_for_RTDyldMemoryManager_unique_ptr.patch to
5707
fix build with llvm 3.6 (fdo#86958)
5708
5709
-------------------------------------------------------------------
5710
Tue Feb 24 16:08:49 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
5711
5712
- Fix file permissions for the Gallium Nine files
5713
5714
-------------------------------------------------------------------
5715
Mon Feb 23 15:28:29 UTC 2015 - sndirsch@suse.com
5716
5717
- specfile/baselibs.conf: Manually provide d3d library (bnc#918294)
5718
5719
-------------------------------------------------------------------
5720
Tue Feb 10 12:30:49 UTC 2015 - zaitor@opensuse.org
5721
5722
- Drop pkgconfig(libva) BuildRequires for now, as it introduces a
5723
build-cycle.
5724
5725
-------------------------------------------------------------------
5726
Sun Feb 8 21:45:01 UTC 2015 - zaitor@opensuse.org
5727
5728
- Update to version 10.4.4:
5729
+ mesa: fix display list 8-byte alignment issue.
5730
+ docs: Add sha256 sums for the 10.4.3 release.
5731
+ egl: Pass the correct X visual depth to xcb_put_image().
5732
+ glx/dri3: Request non-vsynced Present for swapinterval zero.
5733
+ gallium/util: Don't use __builtin_clrsb in util_last_bit().
5734
+ configure: Link against all LLVM targets when building clover.
5735
+ st/osmesa: Fix osbuffer->textures indexing.
5736
+ i965: Fix max_wm_threads for CHV.
5737
+ Bugs fixed: fdo#88662, fdo#88930.
5738
- Add pkgconfig(libva) BuildRequires: Build VA API support.
5739
5740
-------------------------------------------------------------------
5741
Mon Feb 2 08:59:10 UTC 2015 - sndirsch@suse.com
5742
5743
- baselibs.conf: enabled build of 32bit Mesa-libd3d package
5744
(bnc#910109)
5745
5746
-------------------------------------------------------------------
5747
Thu Jan 29 09:39:48 UTC 2015 - sndirsch@suse.com
5748
5749
- moved definition of Mesa-libd3d package above definition of
5750
libxatracker packages in order to fix version requires
5751
5752
-------------------------------------------------------------------
5753
Wed Jan 28 16:30:06 UTC 2015 - sndirsch@suse.com
5754
5755
- fixed Requires for libd3d-devel
5756
5757
-------------------------------------------------------------------
5758
Tue Jan 27 11:05:40 UTC 2015 - sndirsch@suse.com
5759
5760
- enabled build of Direct3D 9 (Gallium3D Nine) state tracker (bnc#910109)
5761
- removed obsolete patch u_be_assert_include.patch, addressed by
5762
upstream commit 2a13ff9 "gallium/util: add missing u_debug include"
5763
(bnc#910109)
5764
5765
-------------------------------------------------------------------
5766
Tue Jan 27 10:02:46 UTC 2015 - schwab@suse.de
5767
5768
- Set xvmc_support also on ppc
5769
5770
-------------------------------------------------------------------
5771
Sun Jan 25 12:13:06 UTC 2015 - mimi.vx@gmail.com
5772
5773
- Version bump to 10.4.3 (bugfix release):
5774
* Bug 80568 - [gen4] GPU Crash During Google Chrome Operation
5775
* Bug 85367 - [gen4] GPU hang in glmark-es2
5776
* Bug 85696 - r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3c61a6b43ff
5777
* Bug 88219 - include/c11/threads_posix.h:197: undefined reference to `pthread_mutex_lock'
5778
* mesa: Fix clamping to -1.0 in snorm_to_float
5779
* glsl: Link glsl_test with pthreads library.
5780
* i965: Respect the no_8 flag on Gen6, not just Gen7+.
5781
* i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
5782
5783
-------------------------------------------------------------------
5784
Fri Jan 16 12:08:42 UTC 2015 - tchvatal@suse.com
5785
5786
- Clean up with the spec-cleaner
5787
- Drop obsolete obsoletes comming from fix for sle10
5788
- Reduce llvm_r600 conditional as it is equal to ifarch x86 x86_64
5789
- Put vdpau_radeon and vdpau_nouveau under same case as they have
5790
same requisites
5791
- Fix empty post/postun warning
5792
- Various other rpmlint issues silenced.
5793
5794
-------------------------------------------------------------------
5795
Fri Jan 16 11:54:23 UTC 2015 - tchvatal@suse.com
5796
5797
- Version bump to 10.4.2 (bugfix release):
5798
* Bug 85529 - Surfaces not drawn in Unvanquished
5799
* Bug 87619 - Changes to state such as render targets change fragment shader without marking it dirty.
5800
* Bug 87658 - [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M
5801
* Bug 87913 - CPU cacheline size of 0 can be returned by CPUID leaf 0x80000006 in some virtual machines
5802
* i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
5803
* i965: Use safer pointer arithmetic in gather_oa_results()
5804
* Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"
5805
* r600g: fix regression since UCMP change
5806
* r600g/sb: implement r600 gpr index workaround. (v3.1)
5807
* docs: Add sha256 sums for the 10.4.1 release
5808
* Update version to 10.4.2
5809
* nv50,nvc0: set vertex id base to index_bias
5810
* nv50/ir: fix texture offsets in release builds
5811
* i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.
5812
* i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
5813
* gallium/util: make sure cache line size is not zero
5814
* glsl_to_tgsi: fix a bug in copy propagation
5815
* vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
5816
* st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
5817
* radeonsi: fix VertexID for OpenGL
5818
* radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0
5819
* gallium/util: fix crash with daz detection on x86
5820
* nv50,nvc0: implement half_pixel_center
5821
* r600g/sb: fix issues with loops created for switch
5822
- Use download url fully in Source line
5823
5824
-------------------------------------------------------------------
5825
Sun Dec 14 15:41:33 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
5826
5827
- Update to version 10.4.0 (10.4 Final):
5828
- New features:
5829
+ GL_ARB_conditional_render_inverted on nv50
5830
+ GL_ARB_sample_shading on r600
5831
+ GL_ARB_texture_view on nv50, nvc0
5832
+ GL_ARB_clip_control on nv50, nvc0, r300, r600, radeonsi, llvmpipe, softpipe
5833
+ GL_KHR_context_flush_control on all drivers
5834
- Changes:
5835
+ Removed patch17: u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch
5836
This patch was upstreamed
5837
+ Build without "--enable-gallium-egl"
5838
This buildoption was removed upstream
5839
+ Add subpackage libvdpau_r300
5840
5841
-------------------------------------------------------------------
5842
Sun Nov 16 11:24:04 UTC 2014 - afaerber@suse.de
5843
5844
- Enable VideoCore IV (vc4) support for ARM
5845
5846
-------------------------------------------------------------------
5847
Fri Nov 14 18:26:31 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
5848
5849
- Cleanup Spec:
5850
+ smaller cleanups
5851
+ Remove all traces of talloc, Mesa uses ralloc
5852
5853
-------------------------------------------------------------------
5854
Fri Nov 14 13:15:52 UTC 2014 - seanpwatson@live.com
5855
5856
- Update to 10.3.3
5857
+ fdo#82921 layout(location=0) emits error
5858
>= MAX_UNIFORM_LOCATIONS due to integer underflow
5859
+ fdo#83574 [llvmpipe] [softpipe] piglit
5860
arb_explicit_uniform_location-use-of-unused-loc regression
5861
+ fdo#85454 Unigine Sanctuary with Wine crashes on Mesa Git
5862
+ fdo#70410 egl-static/Makefile: linking fails with llvm >= 3.4
5863
5864
-------------------------------------------------------------------
5865
Tue Nov 4 10:08:35 UTC 2014 - seanpwatson@live.com
5866
5867
- Update to 10.3.2
5868
+ (fdo#54372) GLX_INTEL_swap_event crashes driver when swapping
5869
window buffers
5870
+ (fdo#81680) [r600g] Firefox crashes with hardware acceleration
5871
turned on
5872
+ (fdo#84140) mplayer crashes playing some files using vdpau
5873
output
5874
+ (fdo#84662) Long pauses with Unreal demo Elemental on R9270X
5875
since : Always flush the HDP cache before submitting a
5876
CS to the GPU
5877
+ (fdo#85267) vlc crashes with vdpau (Radeon 3850HD) [r600]
5878
5879
-------------------------------------------------------------------
5880
Thu Oct 30 09:37:08 UTC 2014 - jengelh@inai.de
5881
5882
- Update descriptions and Requires for GLES3
5883
5884
-------------------------------------------------------------------
5885
Sat Oct 25 10:24:33 UTC 2014 - josua.mayer97@gmail.com
5886
5887
- add Mesa-devel-dri package:
5888
This way dri.pc will no longer pull in all of Mesa, just as
5889
packages requiring dri do not have to require Mesa-devel anymore
5890
5891
-------------------------------------------------------------------
5892
Mon Oct 13 19:48:42 UTC 2014 - seanpwatson@live.com
5893
5894
- Update to 10.3.1
5895
+ [NVC0/Codegen] Shader compilation falis in spill logic
5896
+ [SNB+ Bisected]Ogles3conform ES3-CTS.shaders.
5897
indexing.vector_subscript.vec3_static_loop_subscript_write_
5898
direct_read_vertex fails
5899
+ [UBO] row_major layout ignored inside structures
5900
+ [UBO] nested structures don't get appropriate padding
5901
+ Glyphy demo throws unhandled Integer division by zero exception
5902
+ [UBO] row_major layout partially ignored for arrays of structures
5903
+ Big glamor regression in Xorg server 1.6.99.1 GIT: x11perf 1.5
5904
Test: PutImage XY 500x500 Square
5905
5906
-------------------------------------------------------------------
5907
Thu Sep 25 13:00:23 UTC 2014 - dvaleev@suse.com
5908
5909
- Fix ppc64 build (bnc#893275 bnc#871128)
5910
u_be_assert_include.patch
5911
Add ncurses-devel as build dependency to build with -ltinfo
5912
- Enable llvm on ppc64le (llvm3.5 got ppc64le support)
5913
- Enable shared on ppc64 and ppc64le
5914
5915
-------------------------------------------------------------------
5916
Sat Sep 20 23:31:03 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
5917
5918
- Update to version 10.3.0 (10.3 Final):
5919
- New features:
5920
+ GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
5921
+ GL_ARB_clear_texture on i965
5922
+ GL_ARB_compressed_texture_pixel_storage on all drivers
5923
+ GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
5924
+ GL_ARB_derivative_control on i965, nv50, nvc0, r600
5925
+ GL_ARB_draw_indirect on nvc0, radeonsi
5926
+ GL_ARB_explicit_uniform_location (all drivers that support GLSL)
5927
+ GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
5928
+ GL_ARB_gpu_shader5 on i965/gen7, nvc0
5929
+ GL_ARB_multi_draw_indirect on nvc0, radeonsi
5930
+ GL_ARB_sample_shading on radeonsi
5931
+ GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe
5932
+ GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
5933
+ GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
5934
+ GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, radeonsi
5935
+ GL_ARB_texture_cube_map_array on radeonsi
5936
+ GL_ARB_texture_gather on r600, radeonsi
5937
+ GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, softpipe
5938
+ GL_ARB_texture_query_lod on r600, radeonsi
5939
+ GL_ARB_viewport_array on nvc0
5940
+ GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
5941
+ GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe
5942
+ GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe
5943
+ A new software rasterizer driver (kms_swrast_dri.so) that works with DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
5944
- Changes:
5945
Building of gallium-pipe disabled for now by upstream, see:
5946
http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.3&id=07426ad1029c3505b809dc9eec104007fb623983
5947
Nevertheless keep it around as it may get enabled again.
5948
5949
-------------------------------------------------------------------
5950
Mon Aug 25 10:34:26 UTC 2014 - sndirsch@suse.com
5951
5952
- Update to version 10.3.0-RC1
5953
* Mesa 10.3 brings many performance improvements, more
5954
OpenGL 4.x functionality, the VC4 Gallium3D driver,
5955
and much more.
5956
* supersedes U_mesa-glx-Reduce-error-log-level.patch
5957
5958
-------------------------------------------------------------------
5959
Sun Aug 24 12:59:50 UTC 2014 - dvlaeev@suse.com
5960
5961
- Package vdpau_r600 for ppc64le as well (bnc#893275)
5962
5963
-------------------------------------------------------------------
5964
Fri Aug 22 13:46:54 UTC 2014 - sndirsch@suse.com
5965
5966
- u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch
5967
Suppress any "libGL:..." warnings when LIBGL_DEBUG == "quiet"
5968
(bnc#892896)
5969
5970
-------------------------------------------------------------------
5971
Fri Aug 15 12:31:54 UTC 2014 - sndirsch@suse.com
5972
5973
- no longer add /usr/%{_lib}/dri/updates to DRI driver search path
5974
(FATE#317822)
5975
5976
-------------------------------------------------------------------
5977
Thu Aug 7 12:29:38 UTC 2014 - sndirsch@suse.com
5978
5979
- Update to version 10.2.5
5980
* Mesa 10.2.5 is a bug fix release which fixes bugs fixed since
5981
the 10.2.4 release
5982
5983
-------------------------------------------------------------------
5984
Tue Jul 29 16:58:23 CEST 2014 - tiwai@suse.de
5985
5986
- Reduce error log level for annoying dlopen messages (bnc#889391)
5987
U_mesa-glx-Reduce-error-log-level.patch
5988
5989
-------------------------------------------------------------------
5990
Mon Jul 21 14:10:26 UTC 2014 - sndirsch@suse.com
5991
5992
- Update to version 10.2.4
5993
* Mesa 10.2.4 is a bug fix release which fixes bugs fixed since
5994
the 10.2.3 release
5995
5996
-------------------------------------------------------------------
5997
Wed Jul 9 09:04:35 UTC 2014 - sndirsch@suse.com
5998
5999
- Update to version 10.2.3
6000
* Mesa 10.2.3 is a bug fix release which fixes bugs fixed since
6001
the 10.2.2 release
6002
- obsoletes u_mesa-gallium-llvmpipe-fix-SIGFPE.patch
6003
6004
-------------------------------------------------------------------
6005
Sun Jun 8 01:22:36 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6006
6007
- Update to version 10.2.1
6008
- Mesa 10.2.1 is an emergency release to fix a build failure added
6009
to 10.2 between 10.2-rc5 and the final release.
6010
6011
- Mesa 10.2 is a feature release that includes many updates and
6012
enhancements. The full list is available in the release notes
6013
file in docs/relnotes/10.2.html.
6014
6015
-------------------------------------------------------------------
6016
Wed Jun 4 10:12:49 UTC 2014 - sndirsch@suse.com
6017
6018
- Update to version 10.2-rc5
6019
Another round of bugfixes towards the final 10.2
6020
6021
-------------------------------------------------------------------
6022
Tue May 27 13:39:00 CEST 2014 - tiwai@suse.de
6023
6024
- Fix zero-division with empty height (bnc#879462)
6025
u_mesa-gallium-llvmpipe-fix-SIGFPE.patch
6026
6027
-------------------------------------------------------------------
6028
Mon May 26 23:36:44 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6029
6030
- Update to version 10.2-rc4:
6031
Another round of bugfixes towards the final 10.2
6032
6033
-------------------------------------------------------------------
6034
Mon May 19 16:10:36 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6035
6036
- Update to 10.2-rc3
6037
Even more bugfixes
6038
6039
-------------------------------------------------------------------
6040
Mon May 12 09:32:19 UTC 2014 - schwab@suse.de
6041
6042
- no shared llvm libs on ppc64
6043
- vdpau no longer enabled by default
6044
- xa or gallium-gbm implies gallium-loader
6045
6046
-------------------------------------------------------------------
6047
Sat May 10 14:00:50 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6048
6049
- Update to 10.2-rc2:
6050
More bugfixes
6051
6052
-------------------------------------------------------------------
6053
Sat May 3 22:15:22 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6054
6055
- Update to 10.2-rc1:
6056
- Remove U_gallium_util_add_missing_u_math_include.patch (patch27)
6057
- Remove U_nouveau_create_only_one_shared_screen.patch (patch28)
6058
- Remove U_nouveau_add_valid_range_tracking.patch (patch29)
6059
- Remove U_nouveau_fix_fence_waiting_logic.patch (patch30)
6060
6061
-------------------------------------------------------------------
6062
Fri Apr 25 00:19:50 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6063
6064
- Add missing BuildRequires, remove old xorg-x11-*-devel packages
6065
6066
-------------------------------------------------------------------
6067
Mon Apr 7 14:15:39 UTC 2014 - schwab@suse.de
6068
6069
- Include XA tracker sub packages on s390x
6070
6071
-------------------------------------------------------------------
6072
Mon Mar 31 09:57:12 UTC 2014 - schwab@suse.de
6073
6074
- Clean up specfile
6075
- Turn negative arch checks into positive ones for non-default configure
6076
settings
6077
- libxsmfence is also available on ppc64le
6078
- Don't enable gallium-egl on ppc64 for now to work around llvm bug
6079
6080
-------------------------------------------------------------------
6081
Thu Mar 13 15:20:17 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6082
6083
- Add U_gallium_util_add_missing_u_math_include.patch (patch27)
6084
- Add U_nouveau_create_only_one_shared_screen.patch (patch28)
6085
- Add U_nouveau_add_valid_range_tracking.patch (patch29)
6086
- Add U_nouveau_fix_fence_waiting_logic.patch (patch30)
6087
+ https://bugzilla.novell.com/show_bug.cgi?id=866445
6088
+ https://bugs.freedesktop.org/show_bug.cgi?id=75279
6089
6090
-------------------------------------------------------------------
6091
Wed Mar 5 16:17:42 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6092
6093
- Update to version 10.1:
6094
- New features:
6095
+ GL_ARB_draw_indirect on i965.
6096
+ GL_ARB_clear_buffer_object
6097
+ GL_ARB_viewport_array on i965.
6098
+ GL_ARB_map_buffer_alignment on all drivers that did not previously
6099
support it.
6100
+ GL_AMD_shader_trinary_minmax.
6101
+ GL_EXT_framebuffer_blit on r200 and radeon.
6102
+ Reduced memory usage for display lists.
6103
+ OpenGL 3.3 support on nv50, nvc0, r600 and radeonsi
6104
- Changes:
6105
+ Removed support for the GL_MESA_texture_array extension.
6106
6107
-------------------------------------------------------------------
6108
Tue Feb 4 16:26:20 UTC 2014 - sndirsch@suse.com
6109
6110
- Update to version 10.0.3
6111
* Mesa 10.0.3 is a bug fix release which fixes bugs fixed since
6112
the 10.0.2 release
6113
6114
-------------------------------------------------------------------
6115
Wed Jan 15 04:49:48 UTC 2014 - afaerber@suse.de
6116
6117
- Enable freedreno gallium driver (Qualcomm Adreno)
6118
6119
-------------------------------------------------------------------
6120
Mon Jan 13 11:35:46 UTC 2014 - sndirsch@suse.com
6121
6122
- Update to version 10.0.2
6123
* Mesa 10.0.2 is a bug fix release which fixes bugs fixed since
6124
the 10.0.1 release.
6125
6126
-------------------------------------------------------------------
6127
Tue Dec 17 11:38:52 UTC 2013 - schwab@suse.de
6128
6129
- Make proper use of %build and %install
6130
- Use verbose make rules
6131
6132
-------------------------------------------------------------------
6133
Mon Dec 16 15:17:23 UTC 2013 - schwab@suse.de
6134
6135
- Fix filelist: /etc/drirc is now always installed
6136
6137
-------------------------------------------------------------------
6138
Sat Dec 14 00:09:45 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6139
6140
- Update to version 10.0.1:
6141
This version of Mesa fixes the regression that Mesa 10.0 could not
6142
be loaded by any released version of the X server.
6143
6144
-------------------------------------------------------------------
6145
Fri Dec 6 07:02:50 UTC 2013 - adrian@suse.de
6146
6147
- disable llvm support for ppc64le, llvm does not support ppc64le
6148
6149
-------------------------------------------------------------------
6150
Mon Dec 2 10:54:26 UTC 2013 - sndirsch@suse.com
6151
6152
- disable the build of egl-wayland support on openSUSE 12.3, since
6153
Mesa 10.0 requires a higher wayland version than we have on
6154
openSUSE 12.3
6155
6156
-------------------------------------------------------------------
6157
Wed Nov 27 14:54:04 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6158
6159
- Update to version 10.0.0:
6160
Mesa 10.0 has been released! Mesa 10.0 is a feature release that
6161
includes many updates and enhancements. The full list is available in
6162
the release notes file in docs/relnotes/10.0.html.
6163
- Remove libXvMC_{r300,softpipe} packages
6164
- Remove libvdpau_{r300,softpipe} packages
6165
- Bump libxatracker package version
6166
6167
-------------------------------------------------------------------
6168
Sat Nov 16 18:51:58 UTC 2013 - hrvoje.senjan@gmail.com
6169
6170
- Update to version 9.2.3
6171
* st/mesa: move out of memory check in st_draw_vbo()
6172
* osmesa: fix broken triangle/line drawing when using float
6173
color buffer
6174
* Remove error when calling glGenQueries/glDeleteQueries while
6175
a query is active
6176
* Bump version to 9.2.3
6177
* i965: CS writes/reads should use I915_GEM_INSTRUCTION
6178
* i965: Fix texture buffer rendering after a whole buffer
6179
replacement.
6180
* i965: Emit post-sync non-zero flush before
6181
3DSTATE_GS_SVB_INDEX.
6182
* i965: Emit post-sync non-zero flush before
6183
3DSTATE_DRAWING_RECTANGLE.
6184
* i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a
6185
flush in blorp.
6186
* i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
6187
* i965: Also emit HIER_DEPTH and STENCIL packets when
6188
disabling depth.
6189
* i965: Also emit HiZ and Stencil packets when
6190
disabling depth on Gen6.
6191
* wayland: Don't rely on static variable for
6192
identifying wl_drm buffers
6193
* radeonsi: fix blitting the last 2 mipmap levels of
6194
compressed textures
6195
* meta: enable vertex attributes in the context of the
6196
newly created array object
6197
* mesa: fixes for MSVC 2013
6198
6199
-------------------------------------------------------------------
6200
Tue Nov 12 13:56:37 UTC 2013 - schwab@suse.de
6201
6202
- Add support for m68k
6203
6204
-------------------------------------------------------------------
6205
Fri Oct 25 10:37:04 UTC 2013 - sndirsch@suse.com
6206
6207
- no longer install install libvdpau_r300 subpackage by default and
6208
update descriptions of libvdpau_{nouveau,r600,radeonsi,softpipe}
6209
subpackages (bnc#847269)
6210
6211
-------------------------------------------------------------------
6212
Thu Oct 24 13:14:05 UTC 2013 - sndirsch@suse.com
6213
6214
- install libvdpau_{nouveau,r300,r600,radeonsi} package on
6215
appropriate hardware by default (bnc#847269)
6216
6217
-------------------------------------------------------------------
6218
Sat Oct 19 15:26:10 UTC 2013 - hrvoje.senjan@gmail.com
6219
6220
- Update to version 9.2.2
6221
* Valgrind error in program_resource_visitor::recursion, (fdo#69449)
6222
* glInvalidateFramebuffer fails with GL_INVALID_ENUM (fdo#70411)
6223
* svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
6224
* mesa: consolidate cube width=height error checking
6225
* mesa: Add missing switch break in invalidate_framebuffer_storage()
6226
* i965: Don't forget the cube map padding on gen5+.
6227
* mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".
6228
* i965: Fix 3D texture layout by more literally copying from the spec.
6229
* glsl: Fix usage of the wrong union member in
6230
program_resource_visitor::recursion.
6231
* radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
6232
6233
-------------------------------------------------------------------
6234
Sat Oct 5 15:12:19 UTC 2013 - hrvoje.senjan@gmail.com
6235
6236
- Update to version 9.2.1
6237
* Use of uninitialized stack variable with brw_search_cache()
6238
(fdo#66779)
6239
* Valgrind errors in mesa (fdo#68233)
6240
* Automatic mipmap generation with texture compression produces
6241
borders that fade to black (fdo#68250)
6242
* Unigine demo crash (fdo#68637)
6243
* GLSL ES: structs members can't have precision qualifiers
6244
anymore in 9.2 (fdo#68753)
6245
* Piglit tex-shadow2drect fails (fdo#69525)
6246
- Dropped U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch,
6247
U_wayland-egl-pc-require-wayland.patch and
6248
u_gallium-egl-gbm-use-wayland-cflags.patch they are included in
6249
this release
6250
6251
-------------------------------------------------------------------
6252
Mon Sep 23 08:53:00 UTC 2013 - idonmez@suse.com
6253
6254
- Enable llvmpipe on PPC64
6255
6256
-------------------------------------------------------------------
6257
Fri Sep 20 10:42:36 UTC 2013 - sndirsch@suse.com
6258
6259
- Disable u_mesa-8.0-llvmpipe-shmget.patch,
6260
u_mesa-8.0.1-fix-16bpp.patch since these are considered wrong by
6261
the author
6262
- remove libIndirectGL (packages), since it is most likely no
6263
longer used by anyone ...
6264
- use --enable-osmesa, since we no longer have this extra build
6265
for libIndirectGL
6266
6267
-------------------------------------------------------------------
6268
Tue Sep 17 17:50:56 UTC 2013 - hrvoje.senjan@gmail.com
6269
6270
- Added U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch from
6271
upstream -- aligns the gfx, compute, and dma IBs to 8 DW boundries.
6272
Additionally, r6xx hardware requires at least 4
6273
DW alignment to avoid a hw bug. This also aligns the DMA
6274
IBs to 8 DW which is required for the DMA engine.
6275
6276
-------------------------------------------------------------------
6277
Mon Sep 16 12:44:53 UTC 2013 - sndirsch@suse.com
6278
6279
- updated to latest available version of
6280
* u_mesa-8.0-llvmpipe-shmget.patch
6281
* u_mesa-8.0.1-fix-16bpp.patch
6282
and applying it now in the opposite order.
6283
6284
-------------------------------------------------------------------
6285
Fri Sep 13 12:53:33 UTC 2013 - duwe@suse.com
6286
6287
- wayland-egl-pc-require-wayland is now mainline
6288
6289
-------------------------------------------------------------------
6290
Thu Sep 12 12:13:11 UTC 2013 - schwab@suse.de
6291
6292
- drirc is only installed if there are hardware DRI drivers
6293
6294
-------------------------------------------------------------------
6295
Tue Sep 10 14:31:07 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6296
6297
- Remove custom drirc, ship the upstream drirc
6298
6299
-------------------------------------------------------------------
6300
Tue Sep 10 13:02:29 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6301
6302
- Drop upstreamed patches as proposed by Johannes Obermayr:
6303
+ Patch14: u_mesa-glapi_dispatch.patch
6304
Upstream: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ea43e6
6305
+ Patch17: u_mesa-9.0-i965-Make-sure-we-do-render-between-two-hiz-flushes.patch
6306
Upstream: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1dfea55
6307
6308
-------------------------------------------------------------------
6309
Mon Sep 9 09:59:50 UTC 2013 - duwe@suse.com
6310
6311
- u_wayland-egl-pc-require-wayland.patch: after finding wayland
6312
for egl, make sure its pkconfig is used as well.
6313
6314
-------------------------------------------------------------------
6315
Fri Aug 30 09:10:22 UTC 2013 - idonmez@suse.com
6316
6317
- Enable llvmpipe and xa on s390x
6318
6319
-------------------------------------------------------------------
6320
Tue Aug 27 23:56:19 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6321
6322
- Update to final version 9.2:
6323
Mesa 9.2 has been released! Mesa 9.2 is a feature release that includes
6324
many updates and enhancements.
6325
- New features:
6326
+ GL_ARB_shading_language_420pack in all drivers that support GLSL 1.30.
6327
+ GL_ARB_texture_buffer_range
6328
+ GL_ARB_texture_multisample
6329
+ GL_ARB_texture_storage_multisample
6330
+ GL_ARB_texture_query_lod
6331
+ Enable GL_ARB_texture_storage on radeon, r200, and nouveau
6332
+ GL_EXT_discard_framebuffer in all OpenGL ES (all versions) drivers
6333
+ GL_EXT_framebuffer_multisample_blit_scaled on i965
6334
+ Added new freedreno gallium driver
6335
+ OSMesa interface for gallium llvmpipe/softpipe drivers
6336
+ Gallium Heads-Up Display (HUD) feature for performance monitoring
6337
+ Added support for UVD (2.2 and 3.0) video decoding on r600g and radeonsi
6338
through VDPAU (requires Kernel 3.10 or later)
6339
- Changes:
6340
+ Removed d3d1x state tracker (unused, unmaintained and broken)
6341
+ Removed GL_EXT_clip_volume_hint because no driver had enabled it since 2007.
6342
+ Removed GL_MESA_resize_buffers because it was only really implemented by the
6343
(unsupported) GDI driver.
6344
+ GL_EXT_separate_shader_objects has been removed from all Gallium drivers,
6345
because it disallows a critical GLSL shader optimization.
6346
GL_ARB_separate_shader_objects doesn't have this issue.
6347
+ i965 Gen6+ requires Kernel 3.6 or later. (92d2f5a)
6348
6349
-------------------------------------------------------------------
6350
Fri Aug 23 15:03:44 UTC 2013 - hrvoje.senjan@gmail.com
6351
6352
- Stop versioning libgbm1/devel and libwayland-egl/devel by itself,
6353
they now follow general Mesa version
6354
6355
-------------------------------------------------------------------
6356
Fri Aug 23 12:23:15 UTC 2013 - hrvoje.senjan@gmail.com
6357
6358
- Fix baselibs from previous change (there is no Mesa-libEGL1-devel),
6359
but Mesa-libEGL-devel
6360
6361
-------------------------------------------------------------------
6362
Fri Aug 23 10:54:18 UTC 2013 - hrvoje.senjan@gmail.com
6363
6364
- Update to 9.2 rc2
6365
* Documentation, glsl and buildsystem fixes since rc1
6366
- baselibs.conf cleanup: adjusted to current spec
6367
6368
-------------------------------------------------------------------
6369
Tue Aug 20 13:12:17 UTC 2013 - hrvoje.senjan@gmail.com
6370
6371
- Update to 9.2 rc1
6372
* bugfixes over previous snapshot
6373
6374
-------------------------------------------------------------------
6375
Tue Aug 13 14:30:06 UTC 2013 - dmueller@suse.com
6376
6377
- fix build on armv7
6378
6379
-------------------------------------------------------------------
6380
Mon Aug 12 19:16:12 UTC 2013 - hrvoje.senjan@gmail.com
6381
6382
- Update to new snapshot from 9.2 branch:
6383
* various bugfixes since the previous snapshot
6384
* i965 Gen6+ requires Kernel 3.6 or later
6385
* Added support for UVD (2.2 and 3.0) video decoding on r600g and
6386
radeonsi through VDPAU (requires Kernel 3.10 or later)
6387
6388
-------------------------------------------------------------------
6389
Thu Aug 8 13:40:55 UTC 2013 - schwab@suse.de
6390
6391
- Don't enable gallium-egl without Gallium
6392
- Enable llvm_r600 only on %ix86 x86_64
6393
6394
-------------------------------------------------------------------
6395
Mon Jul 29 12:55:23 UTC 2013 - sndirsch@suse.com
6396
6397
- Make a symlink to libGL.so.1.2 for compatibility (bnc#809359,
6398
bnc#831306)
6399
- u_mesa-9.0-i965-Make-sure-we-do-render-between-two-hiz-flushes.patch
6400
* Prevent hangs with rc6. (bnc#804910, bnc#831306)
6401
6402
-------------------------------------------------------------------
6403
Thu Jul 25 15:41:25 UTC 2013 - dvaleev@suse.com
6404
6405
- adjust filelist so powerpc build could succeed
6406
- disable llvm_r600 for powerpc for now.
6407
6408
-------------------------------------------------------------------
6409
Wed Jul 17 02:38:03 UTC 2013 - sndirsch@suse.com
6410
6411
- The llvm with the R600 backend is finally in Factory, lets use it :)
6412
6413
-------------------------------------------------------------------
6414
Fri Jul 5 12:07:10 UTC 2013 - hrvoje.senjan@gmail.com
6415
6416
- Update to 9.2 snapshot:
6417
* New features:
6418
* Mesa 9.2 implements the OpenGL 3.1 API - OpenGL 3.1 is only
6419
available if requested at context creation because
6420
GL_ARB_compatibility is not supported
6421
* GL_ARB_texture_buffer_range
6422
* GL_ARB_texture_multisample
6423
* GL_ARB_texture_storage_multisample
6424
* GL_ARB_texture_query_lod
6425
* Enable GL_ARB_texture_storage on radeon, r200, and nouveau
6426
* Added new freedreno gallium driver
6427
* OSMesa interface for gallium llvmpipe/softpipe drivers
6428
* Gallium Heads-Up Display (HUD) feature for performance monitoring
6429
* Changes:
6430
* Removed d3d1x state tracker (unused, unmaintained and broken)
6431
* Removed GL_EXT_clip_volume_hint because no driver had enabled
6432
it since 2007.
6433
* Removed GL_MESA_resize_buffers because it was only really
6434
implemented by the (unsupported) GDI driver.
6435
* GL_EXT_separate_shader_objects has been removed from all Gallium
6436
drivers, because it disallows a critical GLSL shader optimization.
6437
GL_ARB_separate_shader_objects doesn't have this issue.
6438
- Unlock radeonsi libvdpau
6439
- Enable gallium egl
6440
- added U_gallium-egl-gbm-use-wayland-cflags.patch, needed so gbm
6441
uses pkgconfig flags, instead of relying on "common" wayland dir
6442
- Added llvm_r600 define, for enableing llvm shared-libs and
6443
r600-llvm-compiler. Off for now, until we have fixed llvm
6444
6445
-------------------------------------------------------------------
6446
Tue Jul 2 13:00:05 UTC 2013 - hrvoje.senjan@gmail.com
6447
6448
- Update to Mesa 9.1.4:
6449
* [bisected i965] Bus error (core dumped) on oglc texdecaltile
6450
(fdo#37871)
6451
* egl/opengles1/tri_x11 renders wrong (fdo#42182)
6452
* [SNB IVB HSW] mesa demo test texleak bus error (fdo#44958)
6453
* [snb] crash in texsubimage to a large atlas in clutter
6454
(fdo#53494)
6455
* glDrawElements segfault when compiled into display list
6456
(fdo#60518)
6457
* src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error:
6458
xmlpool/options.h (fdo#61821)
6459
* r300g regression (RV380): Strange rendering of light sources in
6460
Penumbra (bisected) (fdo#63520)
6461
* [HSW] support new haswell graphics [8086:0a2e] (fdo#63701)
6462
* [gm45, bisected] some piglit glsl 1.10 built-in-functions tests
6463
crash (fdo#64727)
6464
* [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1374
6465
(fdo#64745)
6466
* [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1363
6467
(fdo#64934)
6468
* segfault in _mesa_get_format_datatype and _mesa_get_color_read_type
6469
when state dumping with glretrace (fdo#65173)
6470
- Droped llvm-3.3.patch, it's included in this release
6471
6472
-------------------------------------------------------------------
6473
Tue May 28 14:57:52 UTC 2013 - mhrusecky@suse.com
6474
6475
- fixed compilation against latest lvm: llvm-3.3.patch
6476
6477
-------------------------------------------------------------------
6478
Tue May 21 23:50:51 UTC 2013 - hrvoje.senjan@gmail.com
6479
6480
- update to Mesa 9.1.3:
6481
* Second Life viewers from release 2.7.4.235167 to the last
6482
3.4.0.264911 crash on start. (fdo#39251)
6483
* [wine] GLX_DONT_CARE does not work for GLX_DRAWABLE_TYPE or
6484
GLX_RENDER_TYPE (fdo#47478)
6485
* [SNB bisected] SNB hang with rc6 and hiz on glxgears
6486
(and other GL apps) immediately after xinit. (fdo#56416)
6487
* [GLSL1.40 IVB/HSW]Piglit spec/glsl-1.40/compiler_built-in-functions/inverse-mat2.frag
6488
fails (fdo#57436)
6489
* [ivb] Mesa 9.1 performance regression on KWin's Lanczos
6490
shader (fdo#61554)
6491
* abort is an incredibly not-smart way to handle IR validation
6492
(fdo#61773)
6493
* solaris build broken with missing ffsll (fdo#62868)
6494
* glXChooseFBConfig with GLX_DRAWABLE_TYPE, GLX_DONT_CARE fails
6495
(fdo#62999)
6496
* EGL X11 Regression: Maximum swap interval is 0 (worked with 9.0)
6497
(fdo#63078)
6498
* [i965 Bisected]Ogles1conform/Ogles2conform/Ogles3conform cases
6499
segfault (fdo#63447)
6500
* [SNB 9.1 Bisected]Ogles2conform GL2ExtensionTests/depth_texture_cube_map/depth_texture_cube_map.test
6501
fail (fdo#64662)
6502
6503
-------------------------------------------------------------------
6504
Thu May 2 12:03:55 UTC 2013 - hrvoje.senjan@gmail.com
6505
6506
- update to Mesa 9.1.2:
6507
* [965gm] green artifacts when using GLSL in XBMC (fdo#44567)
6508
* many new symbols in libxatracker after recent automake work
6509
(fdo#59238)
6510
* [SNB/IVB/HSW Bisected]Oglc draw-buffers2(advanced.blending.none)
6511
segfault (fdo#59445)
6512
* [i965 Bisected]Oglc fbblit(advanced.blitFb-3d-cube.mirror.both)
6513
fails (fdo#59495)
6514
* [r300g] Unigine Heaven 3.0: all objects are black (fdo#60503)
6515
* Firefox 18.0.2 Crash On Nvidia GeForce2 (fdo#60510)
6516
* [SNB Bisected] kwin_gles screen corruption (fdo#61197)
6517
* [IVB] corrupt rendering with UBOs (fdo#61317)
6518
* glEdgeFlag can't be set to false (fdo#61395)
6519
* nullpointer dereference causes xorg-server segfault when nouveau
6520
DRI driver is loaded (fdo#61947)
6521
* llvmpipe: Fragment Shader with "return" in main causes back
6522
output (fdo#62357)
6523
* other bugfixes
6524
- Drop u_remove-os-abi-tag.patch, fdo#26663 is fixed with this release
6525
6526
-------------------------------------------------------------------
6527
Wed Apr 3 17:30:11 UTC 2013 - dmueller@suse.com
6528
6529
- do not build x86* specific drivers on ARM, only enable
6530
nouveau,swrast,svga for ARM platforms
6531
6532
-------------------------------------------------------------------
6533
Wed Apr 3 07:46:47 UTC 2013 - coolo@suse.com
6534
6535
- fix baselibs.conf
6536
6537
-------------------------------------------------------------------
6538
Thu Mar 21 12:19:56 UTC 2013 - dvaleev@suse.com
6539
6540
- Don't enable xa on ppc and ppc64
6541
- Fix glapi_dispatch #bfo56710 (u_mesa-glapi_dispatch.patch)
6542
6543
-------------------------------------------------------------------
6544
Wed Mar 20 11:10:38 UTC 2013 - hrvoje.senjan@gmail.com
6545
6546
- update to Mesa 9.1.1: a bugfix release
6547
* [GM45] mesa demos spriteblast render incorrectly (fdo#30232)
6548
* [gles2] Ironlake: gl_PointCoord takes no effect for point sprites
6549
(fdo#32429)
6550
* Mesa 7.11-devel implementation error: Unexpected program target
6551
in destroy_program_variants_cb() (fdo#38086)
6552
* [snb] corrupted GLSL built-in function results when using Uniform
6553
Buffer contents as arguments (fdo#57121)
6554
* Garbled UI in Team Fortress 2 and Counter-Strike: Source
6555
(fdo#58042)
6556
* Texture flicker with fragment shader (fdo#58960)
6557
* [i965]Oglc fbblit(advanced.blitFb-3d-cube.mirror.both) fails
6558
(fdo#59495)
6559
* [IVB] 3DMMES2.0 Taiji performance reduced by ~13% with
6560
gnome-session enable compositing (fdo#59783)
6561
* build - libvdpau_softpipe fails at runtime. (fdo#60121)
6562
* gbm_dri_bo_create fails to initialize bo->base.base.format
6563
(fdo#60143)
6564
* Corruption with DMA ring on cayman (fdo#60802)
6565
* r600g: add htile support cause gpu lockup in Dishonored wine.
6566
(fdo#60848)
6567
* [softpipe] piglit interpolation-noperspective-gl_BackColor-flat-fixed
6568
regression (fdo#60938)
6569
* alloc_layout_array tx * ty assertion failure when making pbuffer
6570
current (fdo#61012)
6571
* Segfault in glBitmap when called with PBO source (fdo#61026)
6572
6573
-------------------------------------------------------------------
6574
Mon Mar 18 11:00:12 UTC 2013 - mmeister@suse.com
6575
6576
- Added Download Link to Source section in spec file
6577
6578
-------------------------------------------------------------------
6579
Sat Mar 2 02:51:10 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6580
6581
- Update to Mesa 9.1:
6582
Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by
6583
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
6584
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver
6585
being used. Some drivers don't support all the features required
6586
in OpenGL 3.1. OpenGL 3.1 is only available if requested at context
6587
creation because GL_ARB_compatibility is not supported.
6588
- New features:
6589
+ GL_ARB_map_buffer_alignment
6590
+ GL_ARB_texture_cube_map_array
6591
- Changes:
6592
+ Removed VAAPI state tracker (unmaintained and broken)
6593
+ Removed i965's broken hardware implementation of GL_NV_vertex_program
6594
+ Removed swrast support for GL_NV_vertex_program
6595
+ Removed swrast support for GL_NV_fragment_program
6596
+ Removed OpenVMS support (unmaintained and broken)
6597
- Changes to package(s):
6598
+ Rename libwayland-egl1-devel -> libwayland-egl-devel
6599
+ Add a GLES3 Development package
6600
+ Removed patches:
6601
Mesa-nodate.diff (patch1)
6602
No dates are put into the build anymore
6603
U_glx-fix-glGetTexLevelParameteriv-for-indirect-render.patch (patch18)
6604
Included in this release
6605
+ Remove BuildRequires we dont need:
6606
http://cgit.freedesktop.org/mesa/mesa/commit/?id=
6607
af6aeae4e1286a8858e040602db338de6a1367dc
6608
+ Update Required package versions
6609
6610
-------------------------------------------------------------------
6611
Thu Feb 28 18:07:05 UTC 2013 - dmueller@suse.com
6612
6613
- only enable swrast for aarch64 for now
6614
6615
-------------------------------------------------------------------
6616
Tue Feb 26 23:23:46 UTC 2013 - stefan.bruens@rwth-aachen.de
6617
6618
- fix_glx_indirect_reply_bfo#59876.diff
6619
* GLX replies are parsed incorrectly when using libxcb and AIGLX,
6620
happens for most replies where data is embedded in the header.
6621
(bfo#59876, bnc#802718)
6622
6623
-------------------------------------------------------------------
6624
Thu Feb 21 23:23:22 UTC 2013 - hrvoje.senjan@gmail.com
6625
6626
- update to Mesa 9.0.3: a bugfix release
6627
* Pink artifacts on objects in the distance in ETQW/Quake 4
6628
(fdo#25201)
6629
* configure: Doesn't check for python libxml2 (fdo#31598)
6630
* [softpipe] piglit glsl-max-varyings regression (fdo#40404)
6631
* [bisected] Oglc pxconv-gettex(basic.allCases) regressed (fdo#47220)
6632
* [bisected i965]Oglc shad-compiler(advanced.TestLessThani)
6633
regressed(fdo#48629)
6634
* [swrast] piglit fbo-generatemipmap-filtering regression
6635
(fdo#54240)
6636
* [sandybridge][uxa] graphics very glitchy and always flickering
6637
(fdo#56920)
6638
* [GM45] Chrome experiment "Stars" crash: brw_fs_emit.cpp:708:
6639
brw_reg brw_reg_from_fs_reg(fs_reg*): Assertion „!"not reached"“
6640
failed. (fdo#57166)
6641
* build test failure: nouveau_fbo.c:198:3: error: too few arguments to
6642
function 'nouveau_renderbuffer_del' (fdo#57746)
6643
* [swrast] Mesa 9.1-devel implementation error: Unable to
6644
delete renderbuffer, no context (fdo#57754)
6645
* [IVB] Graphical glitches in 0 A.D (fdo#58680)
6646
* [softpipe] util/u_tile.c:795:pipe_put_tile_z: Assertion `0' failed.
6647
(fdo#58972)
6648
* [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h:
6649
No such file or directory (fdo#59364)
6650
* [ILK/SNB/IVB Bisected]Oglc vertexshader(advanced.TestLightsTwoSided)
6651
causes GPU hung (fdo#59700)
6652
* [swrast] piglit ext_framebuffer_multisample-interpolation 0
6653
centroid-edges regression (fdo#59873)
6654
* [Bisected]Piglit glx_extension_string_sanity fail (fdo#60052)
6655
* Planeshift: triangles where grass would be (fdo#60172)
6656
6657
-------------------------------------------------------------------
6658
Mon Feb 4 13:37:01 UTC 2013 - duwe@suse.com
6659
6660
- enable build of subpackage libwayland-egl1
6661
6662
-------------------------------------------------------------------
6663
Thu Jan 24 14:48:18 UTC 2013 - sndirsch@suse.com
6664
6665
- update to Mesa 9.0.2: a bugfix release
6666
* [KMS] mesa demo spectex broken on rv280 (fdo#22576)
6667
* KMS/R200: Bad shading in NWN since Mesa rewrite (fdo#26809)
6668
* [bisected regression] Oglc fbo(negative.invalidParams3)
6669
Segmentation fault (fdo#45877)
6670
* st_glsl_to_tgsi.cpp:4006:dst_register: Assertion
6671
`index < VERT_RESULT_MAX' failed (fdo#54402)
6672
* Memoryleak with glPopAttrib only on Intel GM45 (fdo#55175)
6673
* glcpp accepts junk after #else/#elif/#endif tokens (fdo#56442)
6674
* EGL sets error to EGL_SUCCESS when DRI driver fails to create
6675
context (fdo#56706)
6676
* Webgl conformance shader-with-non-reserved-words crash. (fdo#57622)
6677
* r200: Culling is broken when rendering to an FBO (fdo#57842)
6678
* r300g: blend sfactor=GL_DST_COLOR fails with FBOs (fdo#57984)
6679
* [llvmpipe] src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c:75:analyse_src: Assertion `src->Index < (sizeof(ctx->imm)/sizeof((ctx->imm)[0]))' failed. (fdo#58545)
6680
* src/glsl/tests/Makefile.am missing $(top_srcdir)/include (fdo#59383)
6681
6682
-------------------------------------------------------------------
6683
Wed Jan 23 11:55:36 UTC 2013 - sndirsch@suse.com
6684
6685
- reverted removing Libs.private/Requires.private in pkgconfig
6686
files
6687
6688
-------------------------------------------------------------------
6689
Sat Jan 19 14:32:46 UTC 2013 - dmueller@suse.com
6690
6691
- enable llvm backend also for ARM
6692
6693
-------------------------------------------------------------------
6694
Fri Jan 18 17:04:12 UTC 2013 - rbrownccb@opensuse.org
6695
- Add requires for Mesa to Mesa-libGL1 in baselibs.conf
6696
* Mesa required for many applications in wine
6697
* wine-32bit pulls through Mesa-libGL1-32bit without Mesa-32bit
6698
6699
-------------------------------------------------------------------
6700
Sat Jan 5 15:28:51 UTC 2013 - crrodriguez@opensuse.org
6701
6702
- Remove Requires.private and Libs.private from *.pc files
6703
* Both are needed only for static linking
6704
* This package provides only shared libraries
6705
* the rpm pkgconfig dependency generator considers "Requires.private"
6706
a valid dependency even though there are no static libraries in the
6707
packages
6708
* This cause bloat and hides broken "buildRequires" in other packages.
6709
6710
-------------------------------------------------------------------
6711
Fri Dec 14 11:00:21 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6712
6713
- Remove unrecognized configure option "--disable-glu"
6714
6715
-------------------------------------------------------------------
6716
Mon Dec 10 13:22:01 UTC 2012 - sndirsch@suse.com
6717
6718
- Update to Version 9.0.1
6719
* bug fix release
6720
6721
-------------------------------------------------------------------
6722
Tue Oct 16 18:09:16 UTC 2012 - sndirsch@suse.com
6723
6724
- improved packages descriptions
6725
6726
-------------------------------------------------------------------
6727
Mon Oct 8 23:36:24 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6728
6729
- Update to version 9.0:
6730
Mesa 9.0 has been released. Mesa 9.0 is a feature release.
6731
"The" big feature is the availability of OpenGL 3.1 on some
6732
supported hardware.
6733
+ Remove the Git Commit ID
6734
6735
-------------------------------------------------------------------
6736
Tue Sep 25 15:28:52 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6737
6738
- Update the Mesa 9.0 Git Snapshot
6739
+ Add the Git CommitID to the buildscript
6740
+ Minor cleanup of the buildscript
6741
6742
-------------------------------------------------------------------
6743
Mon Sep 24 17:04:35 UTC 2012 - sndirsch@suse.com
6744
6745
- removed any .la file
6746
- moved libglapi.so from Mesa-devel to Mesa-libglapi-devel package;
6747
Mesa-devel requires Mesa-libglapi-devel package anyway
6748
6749
-------------------------------------------------------------------
6750
Fri Sep 21 08:28:28 UTC 2012 - sndirsch@suse.com
6751
6752
- fixed libOSMesa packaging (only a dangling symlink has been
6753
packaged)
6754
6755
-------------------------------------------------------------------
6756
Fri Sep 21 07:08:05 UTC 2012 - coolo@suse.com
6757
6758
- fix baselibs.conf after package split
6759
6760
-------------------------------------------------------------------
6761
Thu Sep 20 13:05:15 UTC 2012 - sndirsch@suse.com
6762
6763
- instead of using "make install" for installing libIndirectGL/
6764
libOSMesa, do install these libs manually, so we no longer end
6765
up with linking *everything* against libIndirectGL (instead of
6766
having it correctly linked against GL!)
6767
6768
-------------------------------------------------------------------
6769
Fri Aug 24 22:22:28 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6770
6771
- Update to 8.1 prerelease:
6772
+ Added radeonsi to the dri drivers for x86/x86_64
6773
+ Rewrite the configuration parts of the spec file
6774
+ Changed u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
6775
to apply!
6776
+ Changed u_remove-os-abi-tag.patch to apply! (Removed parts of it)
6777
+ Changed u_mesa-8.0.1-fix-16bpp.patch to apply! (Removed parts of it)
6778
+ Remove upstreamed patches: (double checked)
6779
- upstream-llvm-patch.diff
6780
- U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch
6781
6782
-------------------------------------------------------------------
6783
Thu Aug 23 15:29:34 UTC 2012 - fcrozat@suse.com
6784
6785
- Add u_mesa-8.0-llvmpipe-shmget.patch (Fedora): use shmget under
6786
llvmpipe, if available (bnc#766498).
6787
- Update u_mesa-8.0.1-fix-16bpp.patch to work with shmget patch.
6788
6789
-------------------------------------------------------------------
6790
Wed Aug 8 15:43:20 CEST 2012 - tiwai@suse.de
6791
6792
- U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch
6793
* Fix GPU hang with IVB GT1 desktop (bnc#775048)
6794
6795
-------------------------------------------------------------------
6796
Tue Jul 10 23:42:04 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6797
6798
- Update to Version 8.0.4 (minor bugfix release)
6799
- Back to bz2 tarballs
6800
6801
-------------------------------------------------------------------
6802
Sat Jun 16 09:58:59 UTC 2012 - coolo@suse.com
6803
6804
- remove buildrequire on vim, it creates a pretty big cycle for
6805
no (obvious) benefit
6806
6807
-------------------------------------------------------------------
6808
Tue Jun 12 15:53:50 UTC 2012 - sndirsch@suse.com
6809
6810
- enabled build of XvMC/VDPAU state trackers for Nouveau, R300,
6811
R600, Softpipe (Software implementation)
6812
6813
-------------------------------------------------------------------
6814
Tue Jun 12 10:19:01 UTC 2012 - sndirsch@suse.com
6815
6816
- u_remove-os-abi-tag.patch
6817
* Remove OS ABI tag from libGL, so it is no longer preferred over
6818
libGLs without OS ABI tag (bnc#765294, fdo#26663)
6819
6820
-------------------------------------------------------------------
6821
Fri Jun 8 14:05:30 UTC 2012 - sndirsch@suse.com
6822
6823
- let libGL1-Mesa require Mesa, since that package includes the DRI
6824
drivers (including the "swrast" DRI driver for software rendering)
6825
(bnc#765241)
6826
6827
-------------------------------------------------------------------
6828
Wed May 30 16:56:11 UTC 2012 - fcrozat@suse.com
6829
6830
- Add u_mesa-8.0.1-fix-16bpp.patch (Fedora): fix 16bpp mode under
6831
llvmpipe.
6832
6833
-------------------------------------------------------------------
6834
Sat May 26 22:29:41 UTC 2012 - sndirsch@suse.com
6835
6836
- added configure options "--enable-gbm --enable-glx-tls" (required
6837
for glamor support)
6838
6839
-------------------------------------------------------------------
6840
Fri May 25 15:57:25 UTC 2012 - meissner@suse.com
6841
6842
- libxatracker is also not built on ppc*.
6843
6844
-------------------------------------------------------------------
6845
Mon May 21 12:32:23 UTC 2012 - sndirsch@suse.com
6846
6847
- Trivial change to Version 8.0.3; tarball from here:
6848
http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-8.0.3.tar.gz
6849
6850
-------------------------------------------------------------------
6851
Wed May 16 10:28:30 UTC 2012 - adrian@suse.de
6852
6853
- fix build on platforms without gallium (s390 & arm)
6854
6855
-------------------------------------------------------------------
6856
Wed Apr 25 14:14:35 UTC 2012 - tittiatcoke@gmail.com
6857
6858
- Added patches from upstream Master to enable building with
6859
llvm 3.1
6860
6861
-------------------------------------------------------------------
6862
Wed Apr 25 13:17:59 UTC 2012 - sndirsch@suse.com
6863
6864
- For full OpenGL 3.0 compliance, it is necessary to
6865
have floating-point textures, so Mesa is now compiled with
6866
"--enable-texture-float" parameter to have OpenGL 3.0 support.
6867
- disabling glut/glw no longer required since it's no longer
6868
shipped with Mesa
6869
6870
-------------------------------------------------------------------
6871
Mon Apr 23 15:09:29 UTC 2012 - vljn@ovi.com
6872
6873
- Enable xa state tracker and svga gallium drivers (vmwgfx stack)
6874
6875
-------------------------------------------------------------------
6876
Sun Apr 15 18:10:39 CEST 2012 - ro@suse.de
6877
6878
- use same dri drivers on ia64 as on ppc (no drm_intel)
6879
6880
-------------------------------------------------------------------
6881
Wed Mar 21 23:21:24 UTC 2012 - ryanbach@adelphia.net
6882
6883
-- Updated software rasterizer to use llvmpipe the advanced,
6884
- multithreaded,software rasterizer if availaible for that
6885
- archetecture (ie. X86/X86-64).
6886
6887
-------------------------------------------------------------------
6888
Wed Mar 21 18:06:27 UTC 2012 - jengelh@medozas.de
6889
6890
- Adjust baselibs.conf for OSMesa soname change
6891
6892
-------------------------------------------------------------------
6893
Wed Mar 21 14:55:19 UTC 2012 - sndirsch@suse.com
6894
6895
- U_gallium-rtasm-properly-detect-SSE-and-SSE2.patch
6896
* gallium/rtasm: properly detect SSE and SSE2; this should fix
6897
crashes on ancient processors. (bnc#728737)
6898
6899
-------------------------------------------------------------------
6900
Thu Mar 1 08:22:41 UTC 2012 - coolo@suse.com
6901
6902
- fix baselibs.conf after update of libOSMesa
6903
- do not put the date in generated code, this breaks build-compare
6904
for little to no gain as we know the build date from rpm header
6905
6906
-------------------------------------------------------------------
6907
Fri Feb 24 15:12:22 UTC 2012 - sndirsch@suse.com
6908
6909
- Switch software rasterizer to llvmpipe (gallium driver now)
6910
* Performance improvement especially on multicore system.
6911
- minimal specfile cleanup
6912
6913
-------------------------------------------------------------------
6914
Fri Feb 24 13:51:15 CET 2012 - meissner@suse.de
6915
6916
- only require drm_intel on intel.
6917
6918
-------------------------------------------------------------------
6919
Thu Feb 23 10:57:09 UTC 2012 - sndirsch@suse.com
6920
6921
- Update to Mesa 8.0.1
6922
* Removed all DRI drivers that did not support DRI2.
6923
Specifically, i810, mach64, mga, r128, savage, sis, tdfx, and
6924
unichrome were removed.
6925
* Removed all remnants of paletted texture support. As required
6926
by desktop OpenGL, GL_COLOR_INDEX data can still be uploaded
6927
to a color (e.g., RGBA) texture. However, the data cannot be
6928
stored internally as color-index.
6929
* Removed support for GL_APPLE_client_storage extension.
6930
* Removed the classic Mesa r300 and r600 drivers, which are
6931
superseded by the gallium drivers for this hardware.
6932
* Removed the dead Gallium i965, cell and failover drivers,
6933
which were either broken and with nobody in sight to fix
6934
the situation or deprecated.
6935
- obsoletes u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch
6936
(git commit #63a6fd6603574c1c01324fbeb0863e39d3864c16)
6937
- obsoletes U_Mesa-7.11-llvm3.patch
6938
- obsoletes Mesa-llvm-3.0.patch
6939
- disabled u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
6940
for now (obsolete as well?)
6941
6942
-------------------------------------------------------------------
6943
Wed Feb 22 14:27:44 UTC 2012 - jengelh@medozas.de
6944
6945
- use --enable-shared-dricore, saves ~33 MB
6946
6947
-------------------------------------------------------------------
6948
Wed Feb 22 14:14:56 UTC 2012 - sndirsch@suse.com
6949
6950
- readded build of non-gallium nouveau driver ("nouveau_vieux") to
6951
support again older NVIDIA GPUs
6952
6953
-------------------------------------------------------------------
6954
Tue Feb 21 19:53:03 UTC 2012 - coolo@suse.com
6955
6956
- fix requires of devel package in moving the %package before the
6957
other packages that have custom versions.
6958
%version in rpm is tricky - it's the _last_ version before the
6959
macro, not the main one.
6960
6961
-------------------------------------------------------------------
6962
Tue Feb 21 03:57:14 UTC 2012 - jengelh@medozas.de
6963
6964
- Split shared libraries per shlib pol.
6965
6966
-------------------------------------------------------------------
6967
Sun Feb 12 19:24:03 UTC 2012 - jengelh@medozas.de
6968
6969
- Update dependencies according to configure.ac,
6970
use pkgconfig symbols
6971
- Parallel build with %_smp_mflags
6972
- Remove redundant tags/sections
6973
6974
-------------------------------------------------------------------
6975
Thu Feb 9 20:01:37 UTC 2012 - sndirsch@suse.com
6976
6977
- fixed buildreqs due to splitted xorg-x11-libs
6978
6979
-------------------------------------------------------------------
6980
Thu Dec 1 11:15:48 UTC 2011 - coolo@suse.com
6981
6982
- add automake as buildrequire to avoid implicit dependency
6983
6984
-------------------------------------------------------------------
6985
Thu Nov 17 20:34:36 UTC 2011 - vljn@ovi.com
6986
6987
- Update to Mesa 7.11.1
6988
* U_glx-ignore-BadRequest-errors-from-DRI2Connect.diff included
6989
6990
-------------------------------------------------------------------
6991
Wed Oct 06 21:58:00 UTC 2011 - idonmez@suse.com
6992
6993
- Update Mesa-llvm-3.0.patch again to fix compilation
6994
6995
-------------------------------------------------------------------
6996
Thu Sep 29 20:53:53 UTC 2011 - idonmez@suse.com
6997
6998
- Update Mesa-llvm-3.0.patch for new llvm snapshot
6999
7000
-------------------------------------------------------------------
7001
Thu Sep 15 06:15:04 UTC 2011 - idonmez@suse.com
7002
7003
- Fix build with newest llvm, fdo#40754
7004
7005
-------------------------------------------------------------------
7006
Tue Sep 13 12:03:25 UTC 2011 - idonmez@suse.com
7007
7008
- Fix build with Factory
7009
7010
-------------------------------------------------------------------
7011
Mon Sep 12 23:48:34 UTC 2011 - sndirsch@suse.com
7012
7013
- revert previous change since it actually *broke* the build with
7014
Factory
7015
7016
-------------------------------------------------------------------
7017
Mon Sep 12 10:47:17 UTC 2011 - idonmez@suse.com
7018
7019
- Fix build with Factory too
7020
7021
-------------------------------------------------------------------
7022
Fri Sep 9 15:08:02 UTC 2011 - vljn@ovi.com
7023
7024
- Fix openSUSE 11.3 11.4 build
7025
7026
-------------------------------------------------------------------
7027
Sun Sep 4 21:00:43 UTC 2011 - vljn@ovi.com
7028
7029
- Update to Mesa 7.11 final
7030
7031
-------------------------------------------------------------------
7032
Sun Sep 4 12:34:37 CEST 2011 - meissner@suse.de
7033
7034
- llvm is only available for *x86* currently
7035
7036
-------------------------------------------------------------------
7037
Tue Aug 9 00:51:28 UTC 2011 - stefan.bruens@rwth-aachen.de
7038
7039
- add fix for bfo #28125 (DRI2 prevents indirect glx)
7040
7041
-------------------------------------------------------------------
7042
Tue Aug 2 13:05:58 UTC 2011 - mhopf@novell.com
7043
7044
- Obsolete Mesa-nouveau3d (included in standard Mesa package now)
7045
- Also nuke from baselibs.conf
7046
7047
-------------------------------------------------------------------
7048
Fri Jul 29 10:10:31 UTC 2011 - mhopf@novell.com
7049
7050
- Update to Mesa 7.11-rc3
7051
- U_Mesa-7.11-llvm3.patch: fix compatibility with llvm 3.0 (and pre-releases)
7052
- gallium is now required for r300, r600
7053
- nouveau is now built by default (except on < OS11.3)
7054
7055
-------------------------------------------------------------------
7056
Thu Jul 28 09:16:23 CEST 2011 - meissner@suse.de
7057
7058
- Also let ppc64 build the noveau driver, fixing build on ppc64.
7059
7060
-------------------------------------------------------------------
7061
Sun Jul 3 13:21:31 UTC 2011 - vljn@ovi.com
7062
7063
- Update Mesa 7.10.3
7064
* Few crashes and rendering fixes.
7065
7066
-------------------------------------------------------------------
7067
Mon Jun 20 15:05:42 UTC 2011 - sndirsch@novell.com
7068
7069
- libdrm-2.4.26-nouveau.diff
7070
* Fixes build of Mesa 7.10.2 nouveau driver with libdrm 2.4.26
7071
(fdo #35562)
7072
7073
-------------------------------------------------------------------
7074
Thu Jun 16 15:55:44 UTC 2011 - mhopf@novell.com
7075
7076
- Don't unpack MesaDemos during build; it's not needed any more.
7077
7078
-------------------------------------------------------------------
7079
Fri Jun 10 06:10:16 UTC 2011 - eich@suse.de
7080
7081
- u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch:
7082
Update this patch closing a giant memory leak.
7083
7084
-------------------------------------------------------------------
7085
Thu Jun 9 11:01:49 UTC 2011 - eich@suse.de
7086
7087
- Replace patches:
7088
* add: u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch
7089
This patch falls back to indirect rendering if SWrast doesn't work
7090
with older Xservers as no common configs/visuals can be found.
7091
* remove: Mesa_indirect_old_xserver_compatibility.diff
7092
this patch is superseded.
7093
* rename: 0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
7094
to u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
7095
7096
-------------------------------------------------------------------
7097
Sat Jun 4 11:20:47 UTC 2011 - eich@suse.de
7098
7099
- Remove: intel-add-gem-string.patch
7100
This patch was barking up the wrong tree anyway.
7101
As discussed with Martin Grässlin from the Kwin project
7102
a patch from the upstream git master has been cherry-picked
7103
and added to kdebase4-workspace which makes this patch unneciessary.
7104
The patch to Kwin will become obsolete once Kwin is updated,
7105
this will be noticed easily in kdebase4-workspace.
7106
7107
-------------------------------------------------------------------
7108
Tue May 24 19:49:12 UTC 2011 - eich@suse.de
7109
7110
- Fix the driver directory search path in the spec file.
7111
This makes dri_driver_dir.diff obsolete.
7112
7113
-------------------------------------------------------------------
7114
Wed May 19 18:10:53 UTC 2011 - idoenmez@novell.com
7115
7116
- Add intel-add-gem-string.patch: Add back "GEM" string to Intel
7117
driver's version output to fix OpenGL effects in kwin.
7118
7119
-------------------------------------------------------------------
7120
Tue May 17 07:31:21 UTC 2011 - eich@suse.de
7121
7122
- Add packaging information for GLES2 devel files.
7123
7124
-------------------------------------------------------------------
7125
Mon May 16 18:23:39 UTC 2011 - eich@suse.de
7126
7127
- Add GLES2 support.
7128
7129
-------------------------------------------------------------------
7130
Fri May 6 16:46:21 UTC 2011 - mhopf@novell.com
7131
7132
- Update to 7.10.2
7133
* Many crash and rendering fixes
7134
* Fixes bug 678264 (Xserver crash with radeon/radeonhd UMS)
7135
7136
-------------------------------------------------------------------
7137
Wed Mar 30 08:15:37 UTC 2011 - fcrozat@novell.com
7138
7139
- Enable gallium driver for radeon and r600
7140
7141
-------------------------------------------------------------------
7142
Sat Jan 8 20:46:35 UTC 2011 - sndirsch@novell.com
7143
7144
- update to 7.10 final
7145
7146
-------------------------------------------------------------------
7147
Mon Jan 3 13:48:35 UTC 2011 - sndirsch@novell.com
7148
7149
- Update pre-7.10 state (git 96685a6)
7150
Fixes two screensaver GPU crashes on SandyBridge (xorg #32683)
7151
7152
-------------------------------------------------------------------
7153
Mon Dec 20 14:34:44 UTC 2010 - sndirsch@novell.com
7154
7155
- Update full mesa stack to pre-7.10 (git 32218e4).
7156
Fixes most of intel SandyBridge rendering issues.
7157
- Set Mesa version to 7.9.801
7158
- obsoletes commit-d316391.diff
7159
- adjusted 0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
7160
7161
-------------------------------------------------------------------
7162
Sat Nov 6 08:36:11 UTC 2010 - sndirsch@novell.com
7163
7164
- 0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
7165
* Fix crash in swrast when setting a texture for a pixmap
7166
(bnc #641297)
7167
- readd swrastg DRI driver
7168
7169
-------------------------------------------------------------------
7170
Wed Nov 3 20:45:02 UTC 2010 - sndirsch@novell.com
7171
7172
- exclude swrastg DRI driver (bnc #641297)
7173
7174
-------------------------------------------------------------------
7175
Fri Oct 8 21:35:56 CEST 2010 - meissner@suse.de
7176
7177
- --enable-gallium-nouveau also for PowerPC.
7178
7179
-------------------------------------------------------------------
7180
Thu Oct 7 07:35:31 UTC 2010 - sndirsch@novell.com
7181
7182
- commit-d316391.diff
7183
* i965: Fix gen6 pointsize handling to match pre-gen6. Fixes
7184
point-line-no-cull (bfo #30532)
7185
7186
-------------------------------------------------------------------
7187
Tue Oct 5 06:57:26 UTC 2010 - sndirsch@novell.com
7188
7189
- MesaLib 7.9
7190
- obsoletes commit-73dab75.diff
7191
7192
-------------------------------------------------------------------
7193
Thu Sep 30 09:49:13 UTC 2010 - sndirsch@novell.com
7194
7195
- commit-73dab75.diff
7196
* i965: fallback lineloop on sandybridge for now (bfo #30420,
7197
comment #8)
7198
7199
-------------------------------------------------------------------
7200
Wed Sep 29 12:01:23 UTC 2010 - sndirsch@novell.com
7201
7202
- updated to MesaLib 7.9-RC2
7203
7204
-------------------------------------------------------------------
7205
Mon Sep 27 18:28:46 UTC 2010 - sndirsch@novell.com
7206
7207
- updated to MesaLib 7.9-RC1
7208
7209
-------------------------------------------------------------------
7210
Wed Sep 15 12:29:11 UTC 2010 - sndirsch@novell.com
7211
7212
- Mesa git master #83f5f50 (2010-09-14)
7213
- obsoletes commit-4ebf07a.diff
7214
7215
-------------------------------------------------------------------
7216
Wed Sep 15 03:54:37 UTC 2010 - sndirsch@novell.com
7217
7218
- Mesa git master #fd328a (2010-09-11)
7219
- commit-4ebf07a.diff
7220
* glx: Don't destroy DRI2 drawables for legacy glx drawables
7221
(bfo #30109)
7222
7223
-------------------------------------------------------------------
7224
Thu Sep 9 12:45:55 UTC 2010 - sndirsch@novell.com
7225
7226
- use TALLOC_LIBS/TALLOC_CFLAGS env. variables which obsolete the
7227
requirement for a patched libtalloc-devel package, i.e.
7228
talloc.pc is no longer required.
7229
7230
-------------------------------------------------------------------
7231
Sun Aug 29 05:05:58 CEST 2010 - sndirsch@suse.de
7232
7233
- Mesa git master #2dfd348 (2010-08-28)
7234
- obsoletes libdrm_nouveau.diff.bz2, mesa-commit-06c72da.diff
7235
- adjusted Mesa_indirect_old_xserver_compatibility.diff,
7236
dri_driver_dir.diff
7237
- added libtalloc-devel bison flex libxml2-python to BuildRequires
7238
- pkgconfig file for egl
7239
7240
-------------------------------------------------------------------
7241
Fri Jul 23 22:52:14 CEST 2010 - sndirsch@suse.de
7242
7243
- reenable build of mga DRI driver (bnc #466635)
7244
7245
-------------------------------------------------------------------
7246
Wed Jul 7 00:00:00 CEST 2010 - johannesobermayr@gmx.de
7247
7248
- bnc #620037
7249
* create nouveau_vieux_dri.so
7250
* add libdrm_nouveau.diff
7251
* separate Mesa-nouveau3d package
7252
- fix some RPMLINT warnings
7253
7254
-------------------------------------------------------------------
7255
Fri Jun 25 11:15:20 CEST 2010 - sndirsch@suse.de
7256
7257
- Mesa 7.8.2
7258
* Various i965 and i915 driver fixes.
7259
- adjusted Mesa_indirect_old_xserver_compatibility.diff,
7260
egl-buildfix.diff
7261
7262
-------------------------------------------------------------------
7263
Wed Jun 9 08:52:41 UTC 2010 - bg@novell.com
7264
7265
- sis does not work on hppa as well
7266
7267
-------------------------------------------------------------------
7268
Mon Jun 7 19:27:30 CEST 2010 - sndirsch@suse.de
7269
7270
- mesa-commit-06c72da.diff
7271
* intel: Update renderbuffers unconditionally in
7272
intelSetTexBuffer2() (bnc #610323)
7273
7274
-------------------------------------------------------------------
7275
Sat May 22 16:00:55 CEST 2010 - sndirsch@suse.de
7276
7277
- Mesa_indirect_old_xserver_compatibility.diff (revival)
7278
Workaround for enabling indirect rendering to older Xservers
7279
(bnc #469280, bnc #600672).
7280
7281
-------------------------------------------------------------------
7282
Sat Apr 10 22:03:00 CEST 2010 - sndirsch@suse.de
7283
7284
- removed legal check since affected source files no longer exist
7285
- removed obsolete missing_Makefile.diff
7286
- specfile cleanup
7287
7288
-------------------------------------------------------------------
7289
Tue Apr 6 02:09:57 CEST 2010 - sndirsch@suse.de
7290
7291
- Mesa 7.8.1
7292
* The primary purpose of this release is to fix a significant
7293
error in Mesa's copy of glxext.h and the libGL code that uses
7294
it. The release also contains some other bug fixes.
7295
7296
-------------------------------------------------------------------
7297
Mon Mar 29 14:42:48 CEST 2010 - sndirsch@suse.de
7298
7299
- update to 7.8 final release
7300
7301
-------------------------------------------------------------------
7302
Thu Mar 18 01:23:56 CET 2010 - ro@suse.de
7303
7304
- use 7.8-rc1 tarballs
7305
7306
-------------------------------------------------------------------
7307
Wed Mar 17 21:56:33 CET 2010 - ro@suse.de
7308
7309
- update to 7.8
7310
- dos, ggi and classic svga drivers removed along with
7311
their header files
7312
- re-enable nouveau driver
7313
7314
-------------------------------------------------------------------
7315
Sun Feb 28 22:10:09 CET 2010 - sndirsch@suse.de
7316
7317
- due to libdrm update disable build of nouveau driver for now
7318
(needs newer Mesa sources from git master)
7319
7320
-------------------------------------------------------------------
7321
Fri Jan 22 14:19:15 CET 2010 - ro@suse.de
7322
7323
- fix build for ppc
7324
7325
-------------------------------------------------------------------
7326
Tue Dec 22 04:55:36 CET 2009 - sndirsch@suse.de
7327
7328
- Mesa 7.7 final release
7329
7330
-------------------------------------------------------------------
7331
Fri Dec 18 21:29:08 CET 2009 - sndirsch@suse.de
7332
7333
- Mesa 7.7 RC3
7334
* more bug fixes
7335
7336
-------------------------------------------------------------------
7337
Tue Dec 15 21:21:51 CET 2009 - jengelh@medozas.de
7338
7339
- add baselibs.conf as a source
7340
- enable parallel building
7341
- build drivers for SPARC
7342
7343
-------------------------------------------------------------------
7344
Tue Dec 8 03:53:06 CET 2009 - sndirsch@suse.de
7345
7346
- Mesa 7.7 RC2
7347
* more bug fixes
7348
7349
-------------------------------------------------------------------
7350
Wed Dec 2 00:46:37 CET 2009 - sndirsch@suse.de
7351
7352
- Mesa 7.7 RC1
7353
* New features
7354
- VMware "SVGA" Gallium driver. This is a Gallium3D driver
7355
which targets the VMware virtual graphics device. It allows
7356
Linux OpenGL guest applications to utilize the 3D graphics
7357
hardware of the host operating system.
7358
- GL_ARB_draw_elements_base_vertex (supported in Intel i965
7359
and software drivers)
7360
- GL_ARB_depth_clamp (supported in Intel i965 DRI and software
7361
drivers)
7362
- GL_NV_depth_clamp (supported in Intel i965 DRI and software
7363
drivers)
7364
- GL_ARB_provoking_vertex (same as GL_EXT_provoking_vertex)
7365
- Wavefront .obj file loader/viewer demo (progs/demos/
7366
objviewer)
7367
* Bug fixes
7368
- Many assorted i965 driver fixes.
7369
- Many r300-gallium driver fixes; this driver is now
7370
considered unstable-quality instead of experimental-quality.
7371
* Changes
7372
- New Mesa texture/surface format infrastructure
7373
- Removed some unused Mesa device driver hooks
7374
7375
-------------------------------------------------------------------
7376
Wed Oct 7 16:32:46 UTC 2009 - mhopf@novell.com
7377
7378
- Add -DNDEBUG to CFLAGS.
7379
It's unfortunate, but a few newly added assert()s for testing memory leaks
7380
trigger in this release. But having memory leaks is less problematic than
7381
crashing compiz.
7382
7383
-------------------------------------------------------------------
7384
Tue Sep 29 21:33:56 CEST 2009 - sndirsch@suse.de
7385
7386
- Mesa 7.6
7387
* OpenVG front-end (state tracker for Gallium). This was written
7388
by Zack Rusin at Tungsten Graphics.
7389
* GL_ARB_vertex_array_object and GL_APPLE_vertex_array_object
7390
extensions (supported in Gallium drivers, Intel DRI drivers,
7391
and software drivers)
7392
* GL_ARB_copy_buffer extension (supported in Gallium drivers,
7393
Intel DRI drivers, and software drivers)
7394
* GL_ARB_map_buffer_range extension (supported in Gallium drivers,
7395
Intel DRI drivers, and software drivers)
7396
* GL_ARB_seamless_cube_map extension (supported in software drivers
7397
and i965 drivers)
7398
* GL_ARB_vertex_array_bgra (ARB synonym for GL_EXT_vertex_array_bgra)
7399
* GL_ARB_sync (supported in software drivers and Intel DRI drivers)
7400
* GL_EXT_provoking_vertex extension (supported in Gallium, i915, i965,
7401
and software drivers)
7402
* Rewritten radeon/r200/r300 driver using a buffer manager
7403
* radeon/r200/r300 GL_EXT_framebuffer_object support when used with
7404
kernel memory manager
7405
* radeon/r200/r300 support for GL_ARB_occlusion_query
7406
* r300 driver supports OpenGL 1.5
7407
* r300 driver support for GL_EXT_vertex_array_bgra, GL_EXT_texture_sRGB
7408
* i915/945 driver support for GL_ARB_point_sprite, GL_EXT_stencil_two_side
7409
and GL_ATI_separate_stencil extensions
7410
* Rewritten assembler for GL_ARB_vertex_program / GL_ARB_fragment_program.
7411
* Added configure --with-max-width=W, --with-max-height=H options to
7412
specify max framebuffer, viewport size.
7413
* Initial version of Gallium llvmpipe driver. This is a new driver based
7414
on LLVM which makes exensive use of run-time code generation. This is
7415
an "alpha" stage driver. See the src/gallium/drivers/llvmpipe/README
7416
file for more information.
7417
* i965 DRI driver fixes, including support for "unlimited" size constant
7418
buffers (GLSL uniforms)
7419
7420
-------------------------------------------------------------------
7421
Mon Sep 28 22:08:52 CEST 2009 - sndirsch@suse.de
7422
7423
- Mesa 7.5.1
7424
* bug-fix release fixing issues found since the 7.5.1 release.
7425
- Detect B43 chipset in Intel driver
7426
- Assorted bug fixes for i965/i945 drivers
7427
- Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
7428
- Fixed GLSL linker/preprocessor version directive issue seen
7429
in Wine (such as bug 23946)
7430
- glUseProgram() is now compiled into display lists (bug 23746).
7431
- glUniform functions are now compiled into display lists
7432
- Auto mipmap generation didn't work reliably with Gallium.
7433
- Fixed random number usage in GLX code.
7434
- Fixed invalid GL_OUT_OF_MEMORY error sometimes raised by
7435
glTexSubImage2D when using Gallium.
7436
7437
-------------------------------------------------------------------
7438
Fri Sep 11 15:21:56 CEST 2009 - sndirsch@suse.de
7439
7440
- no longer package glew headers in Mesa-devel, which caused file
7441
conflicts with glew-devel (bnc #538344)
7442
7443
-------------------------------------------------------------------
7444
Fri Sep 4 00:02:13 CEST 2009 - sndirsch@suse.de
7445
7446
- Mesa 7.5.1
7447
* bug-fix release fixing issues found since the 7.5 release.
7448
7449
-------------------------------------------------------------------
7450
Sun Aug 2 21:48:08 UTC 2009 - jansimon.moeller@opensuse.org
7451
7452
- add ARM variant to configure
7453
7454
-------------------------------------------------------------------
7455
Fri Jul 31 12:39:02 CEST 2009 - sndirsch@suse.de
7456
7457
- Mesa-devel should require libdrm-devel (bnc #527097)
7458
7459
-------------------------------------------------------------------
7460
Sat Jul 18 04:16:04 CEST 2009 - sndirsch@suse.de
7461
7462
- Mesa 7.5
7463
* new features like e.g. Gallium3D
7464
* various bug fixes
7465
* removed some GL_SGIX_* extensions, which have been superseded
7466
by ARB versions
7467
- obsoletes mesa-commit-88b702e.diff, mesa-commit-954dfba.diff,
7468
intel_release_static_region.patch
7469
7470
-------------------------------------------------------------------
7471
Wed Jun 24 04:43:35 CEST 2009 - sndirsch@suse.de
7472
7473
- Mesa 7.4.4
7474
* Fixed i965/i915 segfault in screen destruction (bfo #22408)
7475
- adjusted intel_release_static_region.patch
7476
- obsoletes Mesa-intel_unref_fb.patch
7477
7478
-------------------------------------------------------------------
7479
Tue Jun 23 13:53:06 CEST 2009 - sndirsch@suse.de
7480
7481
- Mesa-intel_unref_fb.patch
7482
* intel: call _mesa_unreference_framebuffer() in
7483
intelDestroyBuffer(). This was a call to
7484
_mesa_reference_framebuffer(ptr, NULL) but the NULL pointer is
7485
incorrect in Mesa 7.4.x. Fixes a failed assertion during screen
7486
tear-down.
7487
7488
-------------------------------------------------------------------
7489
Sat Jun 20 03:35:17 CEST 2009 - sndirsch@suse.de
7490
7491
- Mesa 7.4.3
7492
* Fixed texture object reference counting bug (bug 21756)
7493
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT point
7494
(SF bug 2793846)
7495
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
7496
* Fixed some OSMesa build issues
7497
* Fixed a vertex buffer object crash
7498
* Fixed broken glTexImage3D() when image type = GL_BITMAP
7499
* Fixed some GLSL preprocessor bugs
7500
* Fixed framebuffer mem leak in i945/i965 DRI drivers
7501
* Fixed texture coordinate repeat bug in swrast (bug 21872)
7502
* Fixed incorrect viewport clamping (lower bound is zero, not one)
7503
* GLX fix for glean's makeCurrent test case
7504
- obsoletes reverted applied mesa_7_4_branch-commit-63cde0e.diff
7505
7506
-------------------------------------------------------------------
7507
Tue May 19 22:23:57 CEST 2009 - sndirsch@suse.de
7508
7509
- mesa_7_4_branch-commit-63cde0e.diff
7510
* commit, which introduced a regression; revert it (bnc #504578)
7511
7512
-------------------------------------------------------------------
7513
Fri May 15 18:25:09 CEST 2009 - sndirsch@suse.de
7514
7515
- Mesa 7.4.2
7516
* Fixed segfault when rendering to front buffer with DRI 1.
7517
* Fixed swrast texture rectangle bug when wrap mode =
7518
GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug 21461)
7519
* Fixed texture object mem leak during context destruction.
7520
* Fixed a state validation bug in glCopyTex[Sub]Image()
7521
* Fixed some i965 GLSL bugs.
7522
* Fixed an R300 driver texture object bad memory reference.
7523
7524
-------------------------------------------------------------------
7525
Wed Apr 22 14:12:35 CEST 2009 - sndirsch@suse.de
7526
7527
- no longer package static libGL/libGLU; can't work any longer
7528
due to static X libraries having been removed
7529
7530
-------------------------------------------------------------------
7531
Sat Apr 18 20:25:22 CEST 2009 - sndirsch@suse.de
7532
7533
- Mesa 7.4.1
7534
* Fixed a two-sided lighting bug in fixed-function-to-GPU code
7535
generation
7536
* Fixed some Darwin issues (Jeremy Huddleston)
7537
* Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays
7538
with a variable was broken, bug 20986
7539
* Fixed incorrect texture unit bias in TXB instruction
7540
* glTexParameter settings weren't always propogated to drivers
7541
* Assorted vertex/fragment program bug fixes
7542
* Fixed point rendering in software rasterizer
7543
* Fixed potential deadlock in object hash functions
7544
* Fix a couple bugs surrounding front-buffer rendering with
7545
DRI2, but this is not quite complete.
7546
* Fixed glPopAttrib() bug when restoring user clip planes
7547
7548
-------------------------------------------------------------------
7549
Sat Mar 28 04:58:00 CET 2009 - sndirsch@suse.de
7550
7551
- Mesa 7.4 (final)
7552
* This is a stable release that just fixes bugs since the 7.3
7553
release.
7554
7555
-------------------------------------------------------------------
7556
Thu Mar 26 08:22:52 CET 2009 - sndirsch@suse.de
7557
7558
- Mesa 7.4-rc2
7559
* more patches cherry-picked from the master branch
7560
7561
-------------------------------------------------------------------
7562
Sat Mar 21 04:34:04 CET 2009 - sndirsch@suse.de
7563
7564
- Mesa 7.4-rc1
7565
7566
-------------------------------------------------------------------
7567
Sat Mar 7 04:17:18 CET 2009 - sndirsch@suse.de
7568
7569
- mesa-commit-954dfba.diff
7570
* i965: bump texture limit to 4kx4k (bfo #18100)
7571
* obsoletes i965-GL_MAX_TEXTURE_SIZE-4096.diff
7572
- mesa-commit-88b702e.diff
7573
* i965: Eric Anholt's patch for bumping up texture sizes
7574
(bfo #18100)
7575
7576
-------------------------------------------------------------------
7577
Fri Feb 27 16:58:13 CET 2009 - mhopf@suse.de
7578
7579
- Mesa_indirect_old_xserver_compatibility.diff
7580
Workaround for enabling indirect rendering to older Xservers
7581
(bnc #469280).
7582
7583
-------------------------------------------------------------------
7584
Wed Feb 25 15:51:31 CET 2009 - sndirsch@suse.de
7585
7586
- update to Mesa 7.3
7587
- obsoletes MesaLib-7.2_intel-2008-q3_793c3b9-46921a5.diff,
7588
commit-7d99ddc.diff, commit-b4bf9ac.diff,
7589
i965_aperture_call_for_Q3.patch, mesa-7.1-fix-i8xx-vbos.patch
7590
7591
-------------------------------------------------------------------
7592
Tue Feb 10 01:12:37 CET 2009 - sndirsch@suse.de
7593
7594
- commit-7d99ddc.diff
7595
* intel: Fix a number of memory leaks on context destroy.
7596
(bnc #457879,bfo #19665)
7597
- intel_release_static_region.patch
7598
* detach static region from intel_renderbuffer on contex destroy
7599
(bnc #457879,bfo #19665)
7600
7601
-------------------------------------------------------------------
7602
Fri Jan 23 15:09:50 CET 2009 - sndirsch@suse.de
7603
7604
- added intel-i810-Mesa, Mesa7 to Provides/Obsoletes, i.e. get rid
7605
of SLE10 packages (bnc #468796)
7606
7607
-------------------------------------------------------------------
7608
Wed Jan 14 17:59:57 CET 2009 - sndirsch@suse.de
7609
7610
- i965_aperture_call_for_Q3.patch (Quanxian Wang)
7611
* addresses bfo #19242; based on Q3 release; the patch is
7612
coming from commit id 59b2c2adbbece27ccf54e58b598ea29cb3a5aa85,
7613
2fc9d671e0be77676818da51cd3b35b52af79421,
7614
c30eb2c104c19c758c0b2a2461ad7f38cfa747d0
7615
7616
-------------------------------------------------------------------
7617
Tue Jan 13 12:34:56 CET 2009 - olh@suse.de
7618
7619
- obsolete old XFree86-Mesa{,-devel}-XXbit packages (bnc#437293)
7620
7621
-------------------------------------------------------------------
7622
Fri Jan 9 19:00:00 CET 2009 - sndirsch@suse.de
7623
7624
- /etc/drirc
7625
* disable vblank_mode/force_s3tc_enable and enable
7626
disable_lowimpact_fallback for r300 driver to fix performance
7627
issues with GoogleEarth and OpenOffice.Org (bnc #438666)
7628
7629
-------------------------------------------------------------------
7630
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
7631
7632
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
7633
(bnc#437293)
7634
7635
-------------------------------------------------------------------
7636
Fri Nov 28 03:37:26 CET 2008 - sndirsch@suse.de
7637
7638
- mesa-7.1-fix-i8xx-vbos.patch
7639
* For some reason the Intel 865 seem to claim VBO support in the
7640
docs, but doesn't seem to practice it in the hardware, or
7641
there is some missing errata. This restores the old pre-vbo
7642
code and uses it on all 8xx hw. (bfo #17963)
7643
This patch fixes OpenGL support on 845/855GM/865.
7644
7645
-------------------------------------------------------------------
7646
Sat Nov 22 11:45:33 CET 2008 - sndirsch@suse.de
7647
7648
- disabled VBlank also for i965 DRI driver (bfo #17967)
7649
7650
-------------------------------------------------------------------
7651
Mon Nov 17 18:35:37 CET 2008 - sndirsch@suse.de
7652
7653
- added global /etc/drirc to disable VBlank for i915 DRI driver
7654
(bnc #432980)
7655
7656
-------------------------------------------------------------------
7657
Thu Nov 13 15:29:43 CET 2008 - sndirsch@suse.de
7658
7659
- disabled i965-GL_MAX_TEXTURE_SIZE-4096.diff; apparently it
7660
doesn't work for compiz/Desktop effects and is not required at
7661
all for 3D support in general (bnc #441572)
7662
7663
-------------------------------------------------------------------
7664
Fri Oct 31 12:17:40 CET 2008 - sndirsch@suse.de
7665
7666
- commit-b4bf9ac.diff
7667
* i915: fix crash in i830_emit_state (bfo #17766)
7668
7669
-------------------------------------------------------------------
7670
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
7671
7672
- obsolete old -XXbit packages (bnc#437293)
7673
7674
-------------------------------------------------------------------
7675
Tue Oct 21 06:01:30 CEST 2008 - sndirsch@suse.de
7676
7677
- MesaLib-7.2_intel-2008-q3_793c3b9-46921a5.diff
7678
* i965: Fix a potential assertion failure.
7679
* intel: GLSL 1.20 is broken in Mesa, so disable it in the i965
7680
driver
7681
7682
-------------------------------------------------------------------
7683
Thu Oct 9 09:56:11 CEST 2008 - sndirsch@suse.de
7684
7685
- Mesa 7.2_intel-2008-q3_793c3b9
7686
* Intel-2008-Q3-RC3 release (Mesa 7.2 + GEM code)
7687
7688
-------------------------------------------------------------------
7689
Sat Sep 27 05:48:56 CEST 2008 - sndirsch@suse.de
7690
7691
- Mesa 7.2_intel-2008-q3_e636f5b
7692
* Intel-2008-Q3-RC2 release (Mesa 7.2 + GEM code)
7693
- replaced disable_ttm_warning.diff with disable_gem_warning.diff
7694
- adjusted i965-GL_MAX_TEXTURE_SIZE-4096.diff
7695
7696
-------------------------------------------------------------------
7697
Sat Sep 20 18:18:40 CEST 2008 - sndirsch@suse.de
7698
7699
- Mesa 7.2:
7700
Mesa 7.2 is a stable release fixing bugs found in 7.1, which was
7701
a new development release. Mesa 7.2 implements the OpenGL 2.1
7702
API, but the version reported by glGetString(GL_VERSION) depends
7703
on the particular driver being used. Some drivers don't support
7704
all the features required in OpenGL 2.1. Note that this version
7705
of Mesa does not use the GEM memory manager. The master branch
7706
of git uses GEM. The prototype DRI2 code that was in 7.1 has
7707
also been removed. DRM version 2.3.1 should be used with Mesa 7.2
7708
7709
-------------------------------------------------------------------
7710
Fri Aug 29 16:08:15 CEST 2008 - sndirsch@suse.de
7711
7712
- added libexpat-devel to Buildrequires to fix build
7713
7714
-------------------------------------------------------------------
7715
Thu Aug 28 12:51:22 CEST 2008 - sndirsch@suse.de
7716
7717
- revert of commit-1724334.diff obsolete after adding the patches
7718
commit-5930aeb.diff/commit-78f50cd.diff (commits 5930aeb/78f50cd)
7719
to xorg-x11-server package (bfo #17069)
7720
7721
-------------------------------------------------------------------
7722
Wed Aug 27 16:38:12 CEST 2008 - sndirsch@suse.de
7723
7724
- updated to Mesa 7.1 final release
7725
7726
-------------------------------------------------------------------
7727
Mon Aug 18 03:18:55 CEST 2008 - sndirsch@suse.de
7728
7729
- reverted commit 1724334 to get RGB, Double-buffered visuals back;
7730
otherwise even GL applications like glxgears no longer start
7731
(bfo #17069)
7732
7733
-------------------------------------------------------------------
7734
Sun Aug 17 11:46:40 CEST 2008 - sndirsch@suse.de
7735
7736
- udpated to Mesa 7.1 RC4
7737
"This includes the latest GLSL fixes/features plus other assorted
7738
fixes from the past 2-3 weeks."
7739
- obsoletes MesaLib-6befdca.diff
7740
- adjusted disable_ttm_warning.diff (TTM --> GEM)
7741
- adjusted i965-GL_MAX_TEXTURE_SIZE-4096.diff
7742
7743
-------------------------------------------------------------------
7744
Mon Aug 11 13:49:19 CEST 2008 - sndirsch@suse.de
7745
7746
- udpated to Mesa 7.1 RC3
7747
* bugfixes
7748
7749
-------------------------------------------------------------------
7750
Mon Aug 4 14:52:07 CEST 2008 - sndirsch@suse.de
7751
7752
- i965-GL_MAX_TEXTURE_SIZE-4096.diff
7753
* sets GL_MAX_TEXTURE_SIZE to 4096 for Intel 965 series
7754
7755
-------------------------------------------------------------------
7756
Fri Aug 1 23:28:45 CEST 2008 - sndirsch@suse.de
7757
7758
- commit-c71fa34.diff
7759
* added null texObj ptr check (bfo #15567, bnc #402687)
7760
7761
-------------------------------------------------------------------
7762
Thu Jul 10 23:10:25 CEST 2008 - sndirsch@suse.de
7763
7764
- even s390(x) needs swrast DRI driver now
7765
- specfile cleanup
7766
7767
-------------------------------------------------------------------
7768
Wed Jul 9 09:50:25 CEST 2008 - sndirsch@suse.de
7769
7770
- no dri.pc for s390/s390x
7771
7772
-------------------------------------------------------------------
7773
Tue Jul 8 22:51:32 CEST 2008 - sndirsch@suse.de
7774
7775
- disable_ttm_warning.diff
7776
* disables confusing warning, that TTM cannot be initialized
7777
7778
-------------------------------------------------------------------
7779
Fri Jul 4 22:15:48 CEST 2008 - sndirsch@suse.de
7780
7781
- udpated to Mesa 7.1-pre
7782
7783
-------------------------------------------------------------------
7784
Mon Apr 14 23:56:57 CEST 2008 - sndirsch@suse.de
7785
7786
- unichrome-context.diff
7787
* Do not clear the current context before attempting to use it.
7788
(bnc #285496)
7789
- no longer need to use LIBGL_ALWAYS_INDIRECT=1 on via hardware
7790
(bnc #285496)
7791
7792
-------------------------------------------------------------------
7793
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
7794
7795
- added baselibs.conf file to build xxbit packages
7796
for multilib support
7797
7798
-------------------------------------------------------------------
7799
Sat Apr 5 03:42:11 CEST 2008 - sndirsch@suse.de
7800
7801
- update to Mesa bugfix release 7.0.3 (final)
7802
7803
-------------------------------------------------------------------
7804
Wed Apr 2 09:33:27 CEST 2008 - sndirsch@suse.de
7805
7806
- update to Mesa bugfix release 7.0.3 RC3
7807
* obsoletes commit-185320a.diff
7808
7809
-------------------------------------------------------------------
7810
Thu Mar 13 12:43:53 CET 2008 - sndirsch@suse.de
7811
7812
- commit-185320a.diff
7813
Only call ProgramStringNotify if program parsing succeeded.
7814
Wine intentionally tries some out-of-spec programs to test
7815
strictness, and calling ProgramStringNotify on the results
7816
of a failed program parse resulted in crashes in the 965
7817
driver. (bfo #13492)
7818
7819
-------------------------------------------------------------------
7820
Fri Feb 22 04:02:54 CET 2008 - sndirsch@suse.de
7821
7822
- update to Mesa bugfix release 7.0.3 RC2
7823
* Fixed GLX indirect vertex array rendering bug (14197)
7824
* Fixed crash when deleting framebuffer objects (bugs 13507,
7825
14293)
7826
* User-defined clip planes enabled for R300 (bug 9871)
7827
* Fixed glBindTexture() crash upon bad target (bug 14514)
7828
* Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug
7829
13915)
7830
* Bad strings given to glProgramStringARB() didn't generate
7831
GL_INVALID_OPERATION
7832
* Fixed minor point rasterization regression (bug 11016)
7833
7834
-------------------------------------------------------------------
7835
Wed Jan 23 12:23:16 CET 2008 - sndirsch@suse.de
7836
7837
- update to Mesa bugfix release 7.0.3 RC1
7838
* Added missing glw.pc.in file to release tarball
7839
* Fix GLUT/Fortran issues
7840
* GLSL gl_FrontLightModelProduct.sceneColor variable wasn't
7841
defined
7842
* Fix crash upon GLSL variable array indexes (not yet supported)
7843
* Two-sided stencil test didn't work in software rendering
7844
* Fix two-sided lighting bugs/crashes (bug 13368)
7845
* GLSL gl_FrontFacing didn't work properly
7846
* glGetActiveUniform returned incorrect sizes (bug 13751)
7847
* Fix several bugs relating to uniforms and attributes in GLSL
7848
API (Bruce Merry, bug 13753)
7849
* glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field
7850
7851
-------------------------------------------------------------------
7852
Sat Nov 10 19:13:45 CET 2007 - sndirsch@suse.de
7853
7854
- updated to Mesa 7.0.2
7855
* New features:
7856
- Updated Windows VC7 project files
7857
- Added DESTDIR variable for 'make install'
7858
- Added pkg-config files for gl, glu, glut and glw libraries
7859
- Added bluegene-xlc-osmesa and catamount-osmesa-pgi configs
7860
- Support for Intel G33/Q33/Q35 graphics chipsets
7861
* Bug fixes:
7862
- Fixed a vertex buffer wrapping issue (bug 9962)
7863
- Added mutex protection around texture object reference
7864
counters
7865
- Added checking/support for additional chips in the i915/i945
7866
family (see 11978)
7867
- Fixed a blending/banding issue (bug 11931)
7868
- Fixed a GLU matrix inversion bug (#6748)
7869
- Fixed problem with large glDrawArrays calls and indirect
7870
rendering (bug 12141)
7871
- Fixed an assortment of i965 driver bugs
7872
- Fixed x86-64 vertex transformation bug (12216)
7873
- Fixed X server crash caused by multiple indirect rendering
7874
clients
7875
- Parsing of state.texgen in ARB vertex/fragment programs
7876
didn't work (bug 12313)
7877
- Fixed a glCopyPixels/glPixelZoom bug (12417)
7878
- Fixed a bug when using glMaterial in display lists (10604)
7879
- Fixed a few GLUT/Fortran issues (Bill Mitchell)
7880
- Fixed Blender crash bug (12164)
7881
- Fixed some issues preventing cross-compiling
7882
- Fixed up broken GL_ATI_separate_stencil extension
7883
- glDrawArrays(count=0) led to a crash
7884
- Fix SSE code gen memory leak, possible crash
7885
- Fixed MMX 565 rgb conversion problem (bug 12614)
7886
- Added -fno-strict-aliasing and -fPIC flags for gcc
7887
- Fixed Blender crash in Unichrome driver (bug 13142)
7888
7889
-------------------------------------------------------------------
7890
Wed Nov 7 16:38:11 CET 2007 - sndirsch@suse.de
7891
7892
- updated to Mesa 7.0.2 RC2
7893
* added -fPIC and -fno-strict-aliasing flags for gcc
7894
* applied a few patches (mmx code, edgeflag ptr check)
7895
* r200 texture from pixmap fixes
7896
- obsoletes pic.diff
7897
7898
-------------------------------------------------------------------
7899
Sun Nov 4 22:46:31 CET 2007 - sndirsch@suse.de
7900
7901
- pic.diff
7902
* fixes shared lib on i386 (X.Org Bug #1809)
7903
7904
-------------------------------------------------------------------
7905
Wed Oct 31 08:53:24 CET 2007 - sndirsch@suse.de
7906
7907
- updated to Mesa 7.0.2 RC1
7908
- obsoletes disable-libGL-warning.diff, i915-g33.diff and
7909
i915tex-g33.diff
7910
- adjusted link-shared.diff and static.diff
7911
7912
-------------------------------------------------------------------
7913
Mon Aug 13 03:06:02 CEST 2007 - sndirsch@suse.de
7914
7915
- disable-libGL-warning.diff:
7916
* Just filters warnings about unsupported non-conformant visuals
7917
instead of relying on the visual id. (X.Org Bug #6689)
7918
7919
-------------------------------------------------------------------
7920
Sun Aug 12 10:59:23 CEST 2007 - sndirsch@suse.de
7921
7922
- disable-libGL-warning.diff:
7923
* ignore unsupported visual 0x4b (Bug #247471, X.Org Bug #6689)
7924
7925
-------------------------------------------------------------------
7926
Sat Aug 4 05:54:46 CEST 2007 - sndirsch@suse.de
7927
7928
- updated to bugfix relelase 7.0.1
7929
7930
-------------------------------------------------------------------
7931
Wed Jul 4 05:08:57 CEST 2007 - sndirsch@suse.de
7932
7933
- i915-g33.diff/i915tex-g33.diff
7934
* support for G33/Q33/Q35
7935
7936
-------------------------------------------------------------------
7937
Sat Jun 23 04:51:48 CEST 2007 - sndirsch@suse.de
7938
7939
- updated to final release 7.0
7940
7941
-------------------------------------------------------------------
7942
Thu Jun 21 15:23:36 CEST 2007 - sndirsch@suse.de
7943
7944
- updated Mesa to release 7.0 RC1
7945
* Mesa 7.0 is a stable, follow-on release to Mesa 6.5.3. The only
7946
difference is bug fixes. The major version number bump is due
7947
to OpenGL 2.1 API support.
7948
7949
-------------------------------------------------------------------
7950
Mon May 28 21:49:36 CEST 2007 - sndirsch@suse.de
7951
7952
- move GL headers, which conflict with GL headers of NVIDIA driver,
7953
from Mesa-devel back to Mesa; this still make rpmlint happy
7954
7955
-------------------------------------------------------------------
7956
Sat May 26 15:29:40 CEST 2007 - dmueller@suse.de
7957
7958
- add missing ldconfig call to %post
7959
- move include files to -devel package
7960
7961
-------------------------------------------------------------------
7962
Fri May 25 16:54:40 CEST 2007 - dmueller@suse.de
7963
7964
- fix undefined symbols for i915 (#277744)
7965
7966
-------------------------------------------------------------------
7967
Tue May 22 15:56:20 CEST 2007 - dmueller@suse.de
7968
7969
- fix various undefined symbols in dri drivers (#272875)
7970
- build parallel
7971
7972
-------------------------------------------------------------------
7973
Mon May 14 20:45:34 CEST 2007 - sndirsch@suse.de
7974
7975
- link-shared.diff:
7976
* use shared lib for DRI drivers to save a lot of space (Bug
7977
#272875)
7978
7979
-------------------------------------------------------------------
7980
Mon Apr 30 22:26:51 CEST 2007 - sndirsch@suse.de
7981
7982
- updated to Mesa 6.5.3
7983
- obsoletes the following patches:
7984
* bug-211314_mesa-destroy_buffers.diff
7985
* bug-211314_mesa-framebuffer-counting.diff
7986
* bug-211314-patch-1.diff
7987
* bug-211314-patch-2.diff
7988
* bug-211314-patch-3.diff
7989
* bug-211314-patch-4.diff
7990
* bug-211314-patch-5.diff
7991
* bug-211314-patch-6.diff
7992
* bug-211314-patch-7.diff
7993
* bug-211314-patch-8.diff
7994
* bug-211314-patch-9.diff
7995
* bug-211314-patch-10.diff
7996
* bug-211314-patch-11.diff
7997
* bug-211314_mesa-refcount-memleak-fixes.diff
7998
* Mesa-6.5.2-fix_radeon_cliprect.diff
7999
8000
-------------------------------------------------------------------
8001
Fri Apr 27 16:57:47 CEST 2007 - sndirsch@suse.de
8002
8003
- back to Mesa 6.5.2 (Bug #269155/269042)
8004
8005
-------------------------------------------------------------------
8006
Wed Apr 25 19:31:11 CEST 2007 - sndirsch@suse.de
8007
8008
- 4th RC ready
8009
* This fixes some breakage in RC3.
8010
8011
-------------------------------------------------------------------
8012
Tue Apr 24 18:50:51 CEST 2007 - sndirsch@suse.de
8013
8014
- 3rd release candidate
8015
* updated Windows/VC8 project files.
8016
8017
-------------------------------------------------------------------
8018
Sun Apr 22 11:24:21 CEST 2007 - sndirsch@suse.de
8019
8020
- updated to Mesa 6.5.3rc2
8021
* a number of bug fixes since the first RC
8022
8023
-------------------------------------------------------------------
8024
Sat Apr 21 17:18:32 CEST 2007 - sndirsch@suse.de
8025
8026
- updated to Mesa 6.5.3rc1
8027
- obsoletes the following patches:
8028
* bug-211314_mesa-destroy_buffers.diff
8029
* bug-211314_mesa-framebuffer-counting.diff
8030
* bug-211314-patch-1.diff
8031
* bug-211314-patch-2.diff
8032
* bug-211314-patch-3.diff
8033
* bug-211314-patch-4.diff
8034
* bug-211314-patch-5.diff
8035
* bug-211314-patch-6.diff
8036
* bug-211314-patch-7.diff
8037
* bug-211314-patch-8.diff
8038
* bug-211314-patch-9.diff
8039
* bug-211314-patch-10.diff
8040
* bug-211314-patch-11.diff
8041
* bug-211314_mesa-refcount-memleak-fixes.diff
8042
* Mesa-6.5.2-fix_radeon_cliprect.diff
8043
8044
-------------------------------------------------------------------
8045
Tue Apr 10 15:29:53 CEST 2007 - sndirsch@suse.de
8046
8047
- Mesa-6.5.2-fix_radeon_cliprect.diff:
8048
* fixes X.Org Bug #9876
8049
8050
-------------------------------------------------------------------
8051
Wed Apr 4 22:03:24 CEST 2007 - sndirsch@suse.de
8052
8053
- bug-211314_mesa-refcount-memleak-fixes.diff:
8054
* Fix for memleaks and refount bugs (Bug #211314)
8055
8056
-------------------------------------------------------------------
8057
Mon Mar 19 21:42:44 CET 2007 - sndirsch@suse.de
8058
8059
- no longer apply bug-211314_mesa-context.diff (Bug #211314,
8060
commment #114)
8061
- added different Mesa patches (Bug #211314, comments #114/#115)
8062
8063
-------------------------------------------------------------------
8064
Wed Mar 14 08:12:52 CET 2007 - sndirsch@suse.de
8065
8066
- removed libIndirectGL.so (Bug #254317)
8067
- README.updates: new location of DRI drivers (Bug #254318)
8068
8069
-------------------------------------------------------------------
8070
Thu Jan 25 00:19:11 CET 2007 - sndirsch@suse.de
8071
8072
- fixed build on ppc64/s390/s390x
8073
8074
-------------------------------------------------------------------
8075
Thu Jan 18 21:56:37 CET 2007 - sndirsch@suse.de
8076
8077
- added libIndirectGL for indirect rendering only (Bug #234154)
8078
8079
-------------------------------------------------------------------
8080
Wed Jan 17 21:39:41 CET 2007 - sndirsch@suse.de
8081
8082
- bug-211314_mesa-context.diff:
8083
* fixes Xserver crash in software rendering fallback (Bug #211314)
8084
8085
-------------------------------------------------------------------
8086
Tue Jan 9 23:02:26 CET 2007 - sndirsch@suse.de
8087
8088
- disabled build of sis DRI driver on i64 to fix build
8089
8090
-------------------------------------------------------------------
8091
Sat Dec 2 22:13:17 CET 2006 - sndirsch@suse.de
8092
8093
- updated to Mesa 6.5.2
8094
* New features
8095
- New DRI memory manager system. Currently used by the i915tex
8096
driver. Other DRI drivers will be updated to use the new memory
8097
manager in coming months. To use the new driver you'll need the
8098
most recent DRM library and drivers (version 2.2 or later) and a
8099
recent xf86-video-intel driver module from X.org. New features
8100
resulting from this work include:
8101
* EXT_framebuffer_objects, render to texture
8102
* ARB_pixel_buffer_objects
8103
* Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
8104
* Accelerated texture uploads from pixel buffer objects
8105
* Potentially texturing directly from the pixel buffer object
8106
(zero copy texturing).
8107
- New Intel i965 DRI driver
8108
- New minstall script to replace normal install program
8109
- Faster fragment program execution in software
8110
- Added (or fixed) support for GLX_SGI_make_current_read to the
8111
following drivers:
8112
* radeon
8113
* savage
8114
* mga
8115
* tdfx
8116
- Added support for ARB_occlusion_query to the tdfx driver
8117
(Ian Romanick).
8118
* Bug fixes
8119
- fixed invalid memory read while rendering textured points (bug 8320)
8120
- fixed problems with freebsd-dri configuration (bug 8344)
8121
- Mesa's fake glxGetCurrentContext() wasn't thread-aware
8122
- OPTION NV_position_invariant didn't work in NV vertex programs
8123
- glDrawPixels into a user-created framebuffer object could crash Xlib driver
8124
- Line clipping was broken in some circumstances
8125
- fragment.fogcoord register didn't always contain the correct value
8126
- RGBA logicops didn't work reliably in some DRI drivers
8127
- Fixed broken RGBA LogicOps in Intel DRI drivers
8128
- Fixed some fragment program bugs in Intel i915 DRI driver
8129
- Fixed glGetVertexAttribfvARB bug 8883
8130
- Implemented glGetUniform[fi]vARB() functions
8131
- Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044)
8132
- Fixed some gluBuild2DMipmaps() bugs (Greg McGarragh)
8133
- Fixed broken "mgl" name mangling
8134
- Indirect rending was broken for glMap* functions (bug 8899)
8135
* Internal code changes
8136
- The device driver functions ResizeBuffers and GetBufferSize have
8137
been decprecated.
8138
- OpenGL 2.0 and 2.1 support is nearly done. We need to do quite a
8139
bit more testing of the shading language functions.
8140
8141
-------------------------------------------------------------------
8142
Thu Nov 23 23:40:15 CET 2006 - sndirsch@suse.de
8143
8144
- enabled build of i965 DRI driver on x86_64
8145
8146
-------------------------------------------------------------------
8147
Fri Nov 10 15:04:00 CET 2006 - sndirsch@suse.de
8148
8149
- fixed typos (Bug #219732)
8150
8151
-------------------------------------------------------------------
8152
Wed Oct 18 14:00:35 CEST 2006 - sndirsch@suse.de
8153
8154
- added static libGLU to Mesa-devel-static package (Bug #212532)
8155
8156
-------------------------------------------------------------------
8157
Tue Oct 10 10:06:09 CEST 2006 - sndirsch@suse.de
8158
8159
- fixed build on s390x
8160
8161
-------------------------------------------------------------------
8162
Mon Oct 9 20:16:59 CEST 2006 - sndirsch@suse.de
8163
8164
- i915-crossbar.diff:
8165
* fixes ARB_texture_env_crossbar extension (X.Org Bug #8292)
8166
8167
-------------------------------------------------------------------
8168
Mon Sep 18 15:47:21 CEST 2006 - sndirsch@suse.de
8169
8170
- updated to Mesa 6.5.1:
8171
New:
8172
* Intel i965 DRI driver
8173
* GL_APPLE_vertex_array_object extension (Ian Romanick)
8174
* GL_EXT_texture_sRGB extension
8175
* GL_EXT_gpu_program_parameters (Ian Romanick)
8176
* "engine" demo
8177
* updated fbdev driver and GLUT for fbdev (Sean D'Epagnier)
8178
* many updates to the DRI drivers
8179
Changes:
8180
* The glVertexAttribARB functions no longer alias the
8181
conventional vertex attributes.
8182
* glxinfo program prints more info with -l option
8183
* GL_FRAGMENT_PROGRAM_NV and GL_FRAGMENT_PROGRAM_ARB are now
8184
compatible, in terms of glBindProgramARB()
8185
* The GL_ARB_vertex_program attribute vertex.weight is now
8186
accepted by the parser, even though the GL_ARB_vertex_blend and
8187
GL_EXT_vertex_weighting extensions aren't supported. Allows Warcraft
8188
to run.
8189
Bug fixes:
8190
* fixed broken texture border handling for depth textures (bug 6498)
8191
* removed the test for duplicated framebuffer attachments, per
8192
version 117 of the GL_EXT_framebuffer_object specification
8193
* fixed a few render-to-texture bugs, including render to depth
8194
texture
8195
* clipping of lines against user-defined clip planes was broken
8196
(6512)
8197
* assembly language dispatch for SPARC was broken (bug 6484)
8198
* assorted compilation fixes on various Unix platforms (Dan Schikore)
8199
* glPopAttrib could restore an invalid value for GL_DRAW_BUFFER
8200
* assorted minor fixes for 16 and 32 bit/channel modes
8201
* fixed assorted bugs in texture compression paths
8202
* fixed indirect rendering vertex array crashes (bug 6863)
8203
* glDrawPixels GL_INDEX_OFFSET didn't always work
8204
* fixed convolution memory leak (bug 7077)
8205
* rectangular depth textures didn't work
8206
* invalid mode to glBegin didn't generate an error (bug 7142)
8207
* 'normalized' parameter to glVertexAttribPointerARB didn't work
8208
* disable bogus GLX_SGI_video_sync extension in xlib driver
8209
* fixed R128 driver locking bug (Martijn van Oosterhout)
8210
* using evaluators with vertex programs caused crashes (bug 7564)
8211
* fragment.position wasn't set correctly for point/line primitives
8212
* fixed parser bug for scalar sources for GL_NV_fragment_program
8213
* max fragment program length was incorrectly 128, now 1024
8214
* writes to result.depth in fragment programs weren't clamped to
8215
[0,1]
8216
* fixed potential dangling pointer bug in glBindProgram()
8217
* fixed some memory leaks (and potential crashes) in Xlib driver
8218
8219
-------------------------------------------------------------------
8220
Sat Sep 9 10:28:30 CEST 2006 - sndirsch@suse.de
8221
8222
- removed two source files with imcompatible license from Mesa
8223
tarball (Bug #204110)
8224
- added a check to specfile to make sure that these will not be
8225
reintroduced with the next Mesa update again (Bug #204110)
8226
8227
-------------------------------------------------------------------
8228
Mon Aug 21 14:33:25 CEST 2006 - sndirsch@suse.de
8229
8230
- moved via profile.d scripts from x11-tools to this package
8231
8232
-------------------------------------------------------------------
8233
Thu Aug 17 15:04:18 CEST 2006 - sndirsch@suse.de
8234
8235
- dri_driver_dir.diff:
8236
* DEFAULT_DRIVER_DIR is set during make call in specfile
8237
(Bug #199958)
8238
- disabled build of GLw (extra package MesaGLw)
8239
8240
-------------------------------------------------------------------
8241
Mon Jul 31 16:07:25 CEST 2006 - sndirsch@suse.de
8242
8243
- updated to Mesa 6.5_20060712; required by xorg-server 1.1.99.3
8244
- cleanup
8245
8246
-------------------------------------------------------------------
8247
Wed Jul 19 17:04:39 CEST 2006 - ro@suse.de
8248
8249
- adapt to /usr/lib move
8250
8251
-------------------------------------------------------------------
8252
Sun Jun 25 19:10:51 CEST 2006 - sndirsch@suse.de
8253
8254
- fixed build for X.Org 7.1
8255
8256
-------------------------------------------------------------------
8257
Wed Jun 21 21:41:05 CEST 2006 - sndirsch@suse.de
8258
8259
- udpated to Mesa 6.5
8260
* obsoletes
8261
- Mesa-glx-x11-render-texture-2.diff
8262
- Mesa-radeon-large-textures-1.diff
8263
- Mesa_945GM.patch
8264
- mesa-6.4.2-dri-copy-sub-buffer-2.patch
8265
- mesa-6.4.2-scissor-fix-1.patch
8266
- cleanup: removed no longer used sources/patches
8267
* missing-headers.diff
8268
* missing-headers.tar.bz2
8269
* glidelibs-i386.tar.gz
8270
8271
-------------------------------------------------------------------
8272
Mon Jun 19 10:47:49 CEST 2006 - sndirsch@suse.de
8273
8274
- added missing manual pages (Bug #185707)
8275
8276
-------------------------------------------------------------------
8277
Fri Jun 16 15:00:25 CEST 2006 - dreveman@suse.de
8278
8279
- Fix issue in copy-sub-buffer patch. Extension was not
8280
enabled on all radeon cards. (bnc 174839)
8281
- Add radeon large texture patch (back port from latest stable
8282
release of Mesa). (bnc 174839)
8283
8284
-------------------------------------------------------------------
8285
Tue May 23 09:34:12 CEST 2006 - sndirsch@suse.de
8286
8287
- no longer remove NVIDIA installer in %pre
8288
8289
-------------------------------------------------------------------
8290
Mon May 22 22:30:52 CEST 2006 - sndirsch@suse.de
8291
8292
- reverted Mesa/MesaGLU split
8293
- fixed libGLcore.so.1 (e.g. soname); required to create a
8294
non-conflicting package for the NVIDIA driver (Bug #175683)
8295
8296
-------------------------------------------------------------------
8297
Tue May 16 16:31:53 CEST 2006 - sndirsch@suse.de
8298
8299
- splitted off MesaGLU/MesaGLU-devel
8300
- added ldconfig to %postun
8301
8302
-------------------------------------------------------------------
8303
Sat Apr 22 09:23:18 CEST 2006 - sndirsch@suse.de
8304
8305
- licensefix.patch:
8306
* fixed incompatible GPL license (Bug #133238, Mesa Bug #6490)
8307
8308
-------------------------------------------------------------------
8309
Thu Apr 13 11:18:55 CEST 2006 - sndirsch@suse.de
8310
8311
- added /usr/X11R6/%{_lib}/modules/dri/updates/README.updates to
8312
document DRI driver update mechanism
8313
8314
-------------------------------------------------------------------
8315
Wed Apr 12 17:54:52 CEST 2006 - sndirsch@suse.de
8316
8317
- enhanced search path for DRI driver updates (FATE #300553)
8318
8319
-------------------------------------------------------------------
8320
Mon Apr 3 22:53:04 CEST 2006 - sndirsch@suse.de
8321
8322
- mesa-6.4.2-dri-copy-sub-buffer-1.patch:
8323
* needed for open source drivers to work with Xgl (David Reveman)
8324
8325
-------------------------------------------------------------------
8326
Wed Mar 15 18:15:23 CET 2006 - mhopf@suse.de
8327
8328
- Fix for bug #157051, issue 1:
8329
On intel the graphics is only displayed correctly after a scissor region
8330
other than full screen is specified.
8331
8332
-------------------------------------------------------------------
8333
Mon Feb 6 15:33:41 CET 2006 - sndirsch@suse.de
8334
8335
- update to Mesa 6.4.2 (obsoletes tnl_init.diff)
8336
* New items:
8337
- added OSMesaColorClamp() function/feature
8338
- added wglGetExtensionStringARB() function
8339
* Bug fixes:
8340
- fixed some problems when building on Windows
8341
- GLw header files weren't installed by installmesa script (bug 5396)
8342
- GL/glfbdev.h file was missing from tarballs
8343
- fixed TNL initialization bug which could lead to crash (bug 5791)
8344
8345
-------------------------------------------------------------------
8346
Mon Feb 6 10:19:14 CET 2006 - sndirsch@suse.de
8347
8348
- tnl_init.diff (Mesa Bug #5791):
8349
* fixes TNL initialization bug which could lead to crash
8350
(CVS changelog: use calloc instead of malloc so try_codegen
8351
field is initialized to zero)
8352
8353
-------------------------------------------------------------------
8354
Mon Jan 30 20:18:50 CET 2006 - sndirsch@suse.de
8355
8356
- glxext-sgi-hyperpipe.patch:
8357
* GLX_SGIX_hyperpipe_group -> GLX_SGIX_hyperpipe (Bug #146646)
8358
8359
-------------------------------------------------------------------
8360
Wed Jan 25 21:33:43 CET 2006 - mls@suse.de
8361
8362
- converted neededforbuild to BuildRequires
8363
8364
-------------------------------------------------------------------
8365
Fri Jan 20 13:11:32 CET 2006 - sndirsch@suse.de
8366
8367
- Mesa_945GM.patch:
8368
* 945GM support by Charles Johnson (FATE #151391)
8369
8370
-------------------------------------------------------------------
8371
Wed Dec 28 16:02:35 CET 2005 - sndirsch@suse.de
8372
8373
- moved header files and libGL.so from Mesa-devel to Mesa to make
8374
uninstallation of nvidia driver in %pre of Mesa-devel obsolete
8375
8376
-------------------------------------------------------------------
8377
Wed Nov 30 23:25:44 CET 2005 - sndirsch@suse.de
8378
8379
- update to Mesa 6.4.1
8380
8381
-------------------------------------------------------------------
8382
Fri Nov 18 11:37:30 CET 2005 - sndirsch@suse.de
8383
8384
- updated to Mesa 6.4 branch (2005-11-18)
8385
- added static libGL (new Mesa-devel-static package)
8386
- removed glut headers from installation (we use freeglut!)
8387
8388
-------------------------------------------------------------------
8389
Tue Nov 15 16:18:27 CET 2005 - sndirsch@suse.de
8390
8391
- updated to Mesa 6.4 branch (2005-11-12)
8392
8393
-------------------------------------------------------------------
8394
Wed Nov 9 18:21:49 CET 2005 - sndirsch@suse.de
8395
8396
- fixed libOSMesa build
8397
8398
-------------------------------------------------------------------
8399
Tue Nov 8 18:03:24 CET 2005 - sndirsch@suse.de
8400
8401
- added build of libOSMesa, e.g. required by tulip package
8402
8403
-------------------------------------------------------------------
8404
Tue Nov 8 08:16:52 CET 2005 - sndirsch@suse.de
8405
8406
- added include files for SGI's OpenGL Xt/Motif widgets, e.g.
8407
required by z88 package
8408
* GLwMDrawA.h
8409
* GLwDrawAP.h
8410
* GLwMDrawAP.h
8411
* GLwDrawA.h
8412
- enabled Motif support in libGLw, also required by z88 package
8413
8414
-------------------------------------------------------------------
8415
Mon Nov 7 10:56:52 CET 2005 - sndirsch@suse.de
8416
8417
- use glx headers from xorg-x11-devel package
8418
8419
-------------------------------------------------------------------
8420
Fri Oct 28 16:13:41 CEST 2005 - sndirsch@suse.de
8421
8422
- Mesa-glx-x11-render-texture-2.diff/missing-headers.diff:
8423
* new MESA_render_texture extension for Xgl (dreveman/mhopf)
8424
8425
-------------------------------------------------------------------
8426
Tue Oct 25 19:38:16 CEST 2005 - sndirsch@suse.de
8427
8428
- fixed DRI driver path for 64bit platforms
8429
8430
-------------------------------------------------------------------
8431
Tue Oct 25 04:40:34 CEST 2005 - sndirsch@suse.de
8432
8433
- update to Mesa 6.4
8434
8435
-------------------------------------------------------------------
8436
Mon Oct 24 22:43:24 CEST 2005 - sndirsch@suse.de
8437
8438
- build DRI compatible libGL
8439
8440
-------------------------------------------------------------------
8441
Fri Oct 21 06:09:53 CEST 2005 - sndirsch@suse.de
8442
8443
- added dummy nvidia libGLcore.so.1 for applications, which are
8444
still linked against libGL.so.1 of older nvidia driver releases
8445
- duplicate libGL (located in /usr/lib/GL) to make workarounds
8446
like LD_PRELOAD possible if nvidia driver is installed and its
8447
libGl does not work
8448
8449
-------------------------------------------------------------------
8450
Wed Oct 19 12:53:49 CEST 2005 - sndirsch@suse.de
8451
8452
- no longer install libglide (disables 3Dfx DRI support)
8453
8454
-------------------------------------------------------------------
8455
Sun Oct 2 22:15:48 CEST 2005 - sndirsch@suse.de
8456
8457
- created package
8458