File Mesa.changes of Package A_sr-Mesa

8452
 
1
-------------------------------------------------------------------
2
Mon Apr  7 19:20:37 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
3
4
- let Mesa-dri only require libvulkan1, libvulkan_lvp if build
5
  of vulkan drivers is enabled on this platform
6
7
-------------------------------------------------------------------
8
Mon Apr  7 14:37:45 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
9
10
- let Mesa-dri also require libvulkan_lvp; fixes startup of Wayland
11
  sessions with Mesa 25.0.3 (boo#1240854)
12
13
-------------------------------------------------------------------
14
Mon Apr  7 09:54:36 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
15
16
- U_clover-Don-t-include-libclc-headers.patch
17
  * don't break clover with libclc 20.1.0 update (boo#1240848)
18
19
-------------------------------------------------------------------
20
Sun Apr  6 09:24:16 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
21
22
- Update to release 25.0.3
23
  --> https://docs.mesa3d.org/relnotes/25.0.3
24
25
-------------------------------------------------------------------
26
Fri Apr  4 12:23:19 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
27
28
- require llvm20/clang20 
29
30
-------------------------------------------------------------------
31
Mon Mar 31 16:20:27 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
32
33
- don't apply revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch
34
  on s390x, which is not affected by that issue (different Mesa
35
  version) 
36
37
-------------------------------------------------------------------
38
Tue Mar 25 09:07:24 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
39
40
- Fix regression in winsys/amdgpu (boo#1239657)
41
  revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch
42
  https://gitlab.freedesktop.org/mesa/mesa/-/issues/12809
43
  https://gitlab.freedesktop.org/mesa/mesa/-/commit/8c91624614c1f939974fe0d2d1a3baf83335cecb
44
45
-------------------------------------------------------------------
46
Thu Mar 20 15:10:52 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
47
48
- Update to release 25.0.2
49
   --> https://docs.mesa3d.org/relnotes/25.0.2
50
51
-------------------------------------------------------------------
52
Sun Mar  9 11:06:22 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
53
54
- Make build recipe POSIX sh compatible
55
56
-------------------------------------------------------------------
57
Fri Mar  7 13:40:43 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
58
59
- enabled Raytracing (vulkan) support for intel ARC GPUs
60
  (boo#1238732)
61
62
-------------------------------------------------------------------
63
Fri Mar  7 09:56:50 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
64
65
- no longer hardcode CXX, but instead make use of %gcc_version, 
66
  which is implicitely set in prjconf, which I wasn't aware of ...
67
68
-------------------------------------------------------------------
69
Thu Mar  6 22:21:45 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
70
71
- CXX needs to be set to an existing g++ compiler; otherwise you get
72
    meson.build:4:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']]
73
    The following exception(s) were encountered:
74
    Running `c++ --version` gave "[Errno 2] No such file or directory: 'c++'"
75
    Running `g++ --version` gave "[Errno 2] No such file or directory: 'g++'"
76
    Running `clang++ --version` gave "[Errno 2] No such file or directory: 'clang++'"
77
    Running `nvc++ --version` gave "[Errno 2] No such file or directory: 'nvc++'"
78
    Running `pgc++ --version` gave "[Errno 2] No such file or directory: 'pgc++'"
79
    Running `icpc --version` gave "[Errno 2] No such file or directory: 'icpc'"
80
    Running `icpx --version` gave "[Errno 2] No such file or directory: 'icpx'"
81
  Since there is no 'g++' available I take 'g++-14', i.e. 
82
   export CXX=g++-14
83
  I don't care if gcc gets updated and Mesa fails then. I much more
84
  often need to update Mesa than we see a gcc update ...
85
86
-------------------------------------------------------------------
87
Thu Mar  6 14:58:51 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
88
89
- fixed build for TW
90
91
-------------------------------------------------------------------
92
Thu Mar  6 13:51:52 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
93
94
- Build with GCC 13 on Leap/SLES 15 (bsc#1238713)
95
96
-------------------------------------------------------------------
97
Wed Mar  5 22:13:36 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
98
99
- Update to release 25.0.1
100
   --> https://docs.mesa3d.org/relnotes/25.0.1
101
102
-------------------------------------------------------------------
103
Wed Mar  5 13:16:20 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
104
105
- don't obsolete Mesa-libglapi0 on s390x since this is still on 
106
  Mesa 24.1.7 
107
108
-------------------------------------------------------------------
109
Fri Feb 21 14:04:21 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
110
111
- Add explanation for the "CM" in "GLESv1_CM".
112
- Drop idempotent %if..%endif guards that do nothing.
113
- Combine some rm calls in the build recipe.
114
- Add -v argument to all rm calls to see the result of the
115
  deletion in the build log.
116
117
-------------------------------------------------------------------
118
Thu Feb 20 12:58:48 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
119
120
- Update to release 25.0.0
121
   --> https://docs.mesa3d.org/relnotes/25.0.0 
122
- adjusted u_dep_xcb.patch
123
- supersedes U_radeonsi-disallow-compute-queues-on-Raven-Raven2-due.patch
124
- libglapi merged into libgallium
125
- add patches to fix compilation with Python 3.6 (SLE15 SP7, SLE16, Leap 15.6)
126
  * u_intel-drop-annotations-from-spv2hex.patch
127
  * u_meson-lower-python-version-requirement.patch
128
  --> credits go to "Mikhail Paulyshka" <me@mixaill.net>
129
130
-------------------------------------------------------------------
131
Fri Jan 31 23:39:37 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
132
133
- U_radeonsi-disallow-compute-queues-on-Raven-Raven2-due.patch 
134
  * Fixes: 58b512ddd6e - radeonsi: execute clears at resource 
135
    allocation using compute instead of gfx
136
  * Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12310
137
138
-------------------------------------------------------------------
139
Wed Jan 22 22:10:01 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
140
141
- Update to release 24.3.4
142
  --> https://docs.mesa3d.org/relnotes/24.3.4
143
144
-------------------------------------------------------------------
145
Sun Jan 12 20:38:28 UTC 2025 - Mikhail Paulyshka <me@mixaill.net>
146
147
- aarch64: enable build of panvk driver
148
149
-------------------------------------------------------------------
150
Sat Jan  4 20:46:28 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
151
152
- Update to release 24.3.3
153
  --> https://docs.mesa3d.org/relnotes/24.3.3
154
155
-------------------------------------------------------------------
156
Sat Jan  4 20:08:17 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
157
158
- Update to release 24.3.2
159
  --> https://docs.mesa3d.org/relnotes/24.3.2
160
- supersedes the following patches:
161
  * 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch
162
  * 0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch
163
  * 0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch
164
165
-------------------------------------------------------------------
166
Thu Dec 12 19:59:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
167
168
- require llvm19/clang19 on sle15 >= sp6
169
170
-------------------------------------------------------------------
171
Mon Dec  9 19:04:25 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
172
173
- aarch64: disable build of etnaviv driver on sle15-sp7 due to
174
  python3-pycparser >= 2.20 not available
175
176
-------------------------------------------------------------------
177
Mon Dec  9 14:36:46 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
178
179
- don't apply patches of previous changelog for s390x; Mesa 24.1.7
180
  doesn't suffer from this issue, only Mesa 24.3.1 ... 
181
182
-------------------------------------------------------------------
183
Sun Dec  8 21:58:37 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
184
185
- 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch
186
  0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch
187
  0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch
188
  * fixes mesa 24.3.1 gallium crash/segfault on GPUs without
189
    format modifiers (mesa issue#12253, mesa MR#32535, boo#1234302)
190
191
-------------------------------------------------------------------
192
Thu Dec  5 03:00:23 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
193
194
- Update to release 24.3.1
195
  --> https://docs.mesa3d.org/relnotes/24.3.1
196
197
-------------------------------------------------------------------
198
Wed Nov 27 23:10:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
199
200
- trying to make buildservice happy by adding both tarballs to
201
  specfile ... 
202
203
-------------------------------------------------------------------
204
Tue Nov 26 18:20:06 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
205
206
- on s390x build Mesa 24.1.7 to fix colors with Xvnc (boo#1233167)
207
- adjusted patches for Mesa 24.1.7:
208
  * python36-buildfix1-s390x.patch
209
  * u_dep_xcb-s390x.patch
210
  * u_mesa-CVE-2023-45913-s390x.patch
211
212
-------------------------------------------------------------------
213
Fri Nov 22 10:35:29 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
214
215
- Update to release 24.3.0
216
  --> https://docs.mesa3d.org/relnotes/24.3.0
217
218
-------------------------------------------------------------------
219
Thu Nov 21 05:09:35 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
220
221
- Update to release 24.3.0~rc2
222
  --> https://www.phoronix.com/news/Mesa-24.3-rc2
223
- Update to release 24.3.0~rc1
224
  --> https://www.phoronix.com/news/Mesa-24.3-rc1-Released
225
- refreshed patches:
226
  * n_drirc-disable-rgb10-for-chromium-on-amd.patch
227
  * python36-buildfix1.patch
228
  * python36-buildfix2.patch
229
  * tlsdesc_test.patch
230
  * u_mesa-CVE-2023-45913.patch
231
  * u_mesa-CVE-2023-45919.patch
232
  * u_mesa-CVE-2023-45922.patch
233
  * u_dep_xcb.patch
234
- drop no longer supported options:
235
  * -Ddri3=enabled
236
  * -Ddri-search-path=%{_libdir}/dri
237
- new files added in this update currently packaged as part of
238
  Mesa-dri:
239
  * %{_libdir}/gbm/dri_gbm.so
240
241
-------------------------------------------------------------------
242
Tue Nov 19 12:48:59 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
243
244
- Update to release 24.2.7
245
  --> https://docs.mesa3d.org/relnotes/24.2.7
246
- supersedes 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
247
248
-------------------------------------------------------------------
249
Wed Nov  6 17:34:15 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
250
251
- 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
252
  * fixes colors for 'swrast' driver (boo#1230637, gitlab issue#11840)
253
254
-------------------------------------------------------------------
255
Thu Oct 31 19:35:20 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
256
257
- Update to release 24.2.6
258
  --> https://docs.mesa3d.org/relnotes/24.2.6
259
260
-------------------------------------------------------------------
261
Thu Oct 31 19:15:10 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
262
263
- added -32bit package for Mesa-libva since it's needed by Steam;
264
  reported on packman ML:
265
  https://lists.links2linux.de/pipermail/packman/2024-October/017985.html 
266
267
-------------------------------------------------------------------
268
Fri Oct 18 11:00:17 UTC 2024 - Andreas Färber <afaerber@suse.de>
269
270
- Enable intel Vulkan backends on riscv64 (boo#1231756)
271
- Enable iris Gallium backend on riscv64, Power and on Arm, too
272
273
-------------------------------------------------------------------
274
Thu Oct 17 10:16:01 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
275
276
- Update to release 24.2.5
277
  --> https://docs.mesa3d.org/relnotes/24.2.5
278
- drop u_fix-llvm19-build.patch
279
  included in upstream
280
281
-------------------------------------------------------------------
282
Thu Oct  3 19:00:29 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
283
284
- Update to release 24.2.4
285
  --> https://docs.mesa3d.org/relnotes/24.2.4
286
287
-------------------------------------------------------------------
288
Tue Oct  1 11:08:36 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
289
290
- u_mesa-CVE-2023-45913.patch
291
  * NULL pointer dereference via dri2GetGlxDrawableFromXDrawableId()
292
    (CVE-2023-45913, bsc#1222040)
293
- u_mesa-CVE-2023-45919.patch
294
  * buffer over-read in glXQueryServerString() 
295
    (CVE-2023-45919, bsc#1222041)
296
- u_mesa-CVE-2023-45922.patch
297
  * segmentation violation in __glXGetDrawableAttribute()
298
    (CVE-2023-45922, bsc#1222042) 
299
300
-------------------------------------------------------------------
301
Mon Sep 23 16:56:40 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
302
303
- libvdpau_gallium was linked directly into libgallium-*.so.*.
304
  Drop the subpackage and provides/obsolete it via Mesa-dri which
305
  ships libgallium-*.so.*.
306
307
-------------------------------------------------------------------
308
Mon Sep 23 16:37:33 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
309
310
- drop u_fix_rust_bindgen.patch 
311
  included in update
312
313
-------------------------------------------------------------------
314
Mon Sep 23 16:32:05 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
315
316
- Update to release 24.2.3
317
  --> https://docs.mesa3d.org/relnotes/24.2.3
318
319
-------------------------------------------------------------------
320
Mon Sep 23 10:58:19 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
321
322
- disable build of rusticl on sle15; meson is just too old ... 
323
324
-------------------------------------------------------------------
325
Mon Sep 23 10:51:31 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
326
327
- buildrequires: rusticl needs mesa >= 1.4.0
328
329
-------------------------------------------------------------------
330
Mon Sep 23 10:40:35 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
331
332
- tlsdesc_test.patch: disable LTO in tlsdesc_test to suppress TLS
333
  relaxation (patch by Andreas Schwab <schwab@suse.de>); see also
334
  https://gitlab.freedesktop.org/mesa/mesa/-/issues/11929
335
336
-------------------------------------------------------------------
337
Mon Sep 23 10:36:35 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
338
339
- buildrequire llvm19-devel/clang19-devel on sle15-sp7
340
341
-------------------------------------------------------------------
342
Sun Sep 22 12:02:17 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
343
344
- Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM.
345
- Update minimum version requirements based on meson.build.
346
- Fix build on s390x: apparently we don't have libvdpau_gallium.so.
347
348
-------------------------------------------------------------------
349
Fri Sep 13 17:39:59 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
350
351
- drop U_egl-x11-sw-fix-partial-image-uploads.patch:
352
  the code in the function saw further fixes later on in the 24.2
353
  branch.
354
355
-------------------------------------------------------------------
356
Fri Sep 13 15:42:12 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
357
358
- U_egl-x11-sw-fix-partial-image-uploads.patch
359
  * culprit for the regression in 24.1.4; reverse apply this for
360
    now (boo#1228164)
361
362
-------------------------------------------------------------------
363
Tue Sep 10 14:35:00 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
364
365
- integrated changes by Andreas Schwab <schwab@suse.de>
366
  * enable glamor also for driver build
367
  * update rust crates
368
    + syn 2.0.39
369
    + proc_macro2 1.0.86
370
  * enable valgrind also on riscv64
371
  * added libvdpau_gallium package for generic VDPAU state tracker
372
  * switch from "swrast" to "softpipe,llvmpipe" drivers
373
  * use "-Dllvm-orcjit=true" for riscv64 build
374
  * added libgallium to Mesa-dri package
375
376
-------------------------------------------------------------------
377
Tue Sep 10 13:38:59 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
378
379
- re-disable llvm for non-driver build by switching from "swrast"
380
  to "softpipe" for gallium drivers in that case
381
- make previous changelog a bit nicer
382
383
-------------------------------------------------------------------
384
Sun Sep  8 17:39:10 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
385
386
- Update to release 24.2.2
387
  --> https://docs.mesa3d.org/relnotes/24.2.2
388
  --> https://docs.mesa3d.org/relnotes/24.2.1
389
  --> https://docs.mesa3d.org/relnotes/24.2.0
390
391
- refreshed the following patches with quilt:
392
  * U_fix-mpeg1_2-decode-mesa-20.2.patch
393
  * n_add-Mesa-headers-again.patch
394
  * n_stop-iris-flicker.patch
395
  * u_dep_xcb.patch
396
  * u_fix_rust_bindgen.patch
397
- dropped U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
398
- New BuildRequires:
399
  * python3-PyYAML
400
- enable llvm also for non-driver build to fix:
401
  "llvmpipe requires LLVM and is enabled, but LLVM is disabled".
402
403
-------------------------------------------------------------------
404
Thu Sep  5 19:20:59 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
405
406
- Update to bugfix release 24.1.7
407
  --> https://docs.mesa3d.org/relnotes/24.1.7
408
- Supersedes the following patch:
409
  * U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
410
- Rebase patches with quilt.
411
412
-------------------------------------------------------------------
413
Sun Aug 25 09:04:57 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
414
415
- Fix random GPU crash with AMDGPU (bsc#1229050):
416
  U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch
417
  (credits go to Takashi Iwai!)
418
419
-------------------------------------------------------------------
420
Wed Aug 21 16:53:28 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
421
422
- fix build with current rust-bindgen
423
  * u_fix_rust_bindgen.patch
424
425
-------------------------------------------------------------------
426
Thu Jul  4 12:26:06 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
427
428
- Update to bugfix release 24.1.3
429
  --> https://docs.mesa3d.org/relnotes/24.1.3
430
- supersedes the following patches:
431
  * u_dri-Fix-BGR-format-exclusion.patch
432
  * u_egl-gbm-Enable-RGBA-configs.patch
433
  * u_egl-surfaceless-Enable-RGBA-configs.patch
434
  * boo1226725-test-fix1.patch
435
436
-------------------------------------------------------------------
437
Thu Jul  4 09:47:12 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
438
439
- use gcc-13 on SLE 15/Leap 15.x in order to fix build; credits
440
  go to "Friedrich Haubensak" <hsk17@mail.de> to figure this out!
441
442
-------------------------------------------------------------------
443
Fri Jun 28 12:48:56 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
444
445
- boo1226725-test-fix1.patch
446
  * another try to fix coloring on s390x and other platforms
447
- re-enabled patches only applied on s390x with previous change
448
  on all platforms again
449
450
-------------------------------------------------------------------
451
Thu Jun 27 08:55:00 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
452
453
- apply patches below to get GL on s390x working again only on
454
  s390x, because they break colors during YaST installation
455
  also on x86_64 platform (QT/GTK using GL backend?) (boo#1226725)
456
457
-------------------------------------------------------------------
458
Wed Jun 26 08:27:46 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
459
460
- u_egl-gbm-Enable-RGBA-configs.patch,
461
  u_egl-surfaceless-Enable-RGBA-configs.patch
462
  * these are needed now after applying previous patch 
463
    u_dri-Fix-BGR-format-exclusion.patch also on other platforms
464
    than s390x? (boo#1226725)
465
466
-------------------------------------------------------------------
467
Tue Jun 25 11:14:15 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
468
469
- u_dri-Fix-BGR-format-exclusion.patch
470
  * fixes glxinfo/eglxinfo on s390x (boo#1226725, comment#6)
471
472
-------------------------------------------------------------------
473
Sun Jun 23 00:24:07 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
474
475
- Specfile cleanup
476
  * copy rust crate sources into subprojects folder
477
  * remove supplements. nvk is still new
478
- Specfile changes for Rust crates. Also added this to README-suse-maintenance.md
479
  * Since Rust crates are not installed or discouraged to be installed
480
    as system dependencies because of the maintenance burden of being the
481
    next crates.io, we will have to download the following crates as vendored
482
    dependencies. Hence, do not be scared if the dependencies are done like
483
    this To check new crates or update the versions, just go to the subprojects
484
    folder and run `grep -r crates .` then set versions appropriately.
485
486
-------------------------------------------------------------------
487
Fri Jun 21 08:41:10 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
488
489
- Update baselibs.conf
490
- Build requires rust-cbindgen >= 0.25. However, this means
491
  we cannot build libvulkan_nouveau on Leap.
492
- Enable libvulkan_nouveau including the following depencencies
493
  * add rust crate paste-1.0.14.tar.gz
494
  * add rust crate proc-macro2-1.0.70.tar.gz
495
  * add rust crate quote-1.0.33.tar.gz
496
  * add rust crate syn-2.0.39.tar.gz
497
  * add rust crate unicode-ident-1.0.12.tar.gz
498
499
-------------------------------------------------------------------
500
Thu Jun 20 13:39:48 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
501
502
- Update to bugfix release 24.1.2
503
  --> https://docs.mesa3d.org/relnotes/24.1.2
504
505
-------------------------------------------------------------------
506
Wed Jun 19 17:31:26 UTC 2024 - Mikhail Paulyshka <me@mixaill.net>
507
508
- Disable LTO on %ix86/x86_64 due to rendering bugs on Radeon
509
  graphics (boo#1226462)
510
511
-------------------------------------------------------------------
512
Tue Jun 18 06:18:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
513
514
- BuildRequire python3-pycparser when building drivers on ARM:
515
  etnaviv drm module requires this module to build.
516
517
-------------------------------------------------------------------
518
Fri Jun 14 18:20:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
519
520
- Update to bugfix release 24.1.1
521
  --> https://docs.mesa3d.org/relnotes/24.1.1
522
523
-------------------------------------------------------------------
524
Fri Jun 14 09:24:21 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
525
526
- Update to new feature release 24.1.0
527
  --> https://docs.mesa3d.org/relnotes/24.1.0
528
- Some interesting highlights include:
529
  * NVIDIA Vulkan driver NVK is now considered ready for prime time.
530
    Distro packagers are now recommended to include `nouveau` in the
531
    `vulkan-drivers` list so that their users can have the option of using it
532
    instead of the proprietary NVIDIA driver.
533
  * Intel Vulkan driver Anv switched to truly asynchronous VM bind, and Xe
534
    support for error dump to debug GPU hangs was added.
535
  * Apple OpenGL driver Asahi has reached OpenGL 4.6 and OpenGL ES 3.2
536
    support.
537
  * Broadcom Vulkan driver V3DV gained support for VK_KHR_dynamic_rendering.
538
  * Arm Mali OpenGL driver Panfrost was prepared for Gen10 (Gxxx), and
539
    Vulkan driver PanVK was modernised for better Midgard (Txxx) and
540
    Bifrost (Gxxx) support.
541
  * All Vulkan drivers have gained support for explicit synchronisation on
542
    Wayland and X11.
543
- adjusted patches:
544
  * n_stop-iris-flicker.patch
545
  * python36-buildfix1.patch
546
- supersedes patches:
547
  * 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch
548
  * 0002-glx-fix-some-indentation.patch
549
  * 0003-glx-add-an-implicit-param-to-createScreen.patch
550
  * 0004-glx-pass-implicit-load-param-through-allocation.patch
551
  * 0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch
552
  * 0006-gbm-plumb-an-implicit-param-through-device-creation.patch
553
  * 0007-frontends-dri-plumb-an-implicit-param-through-screen.patch
554
  * 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch
555
  * 0009-zink-don-t-print-error-messages-when-failing-an-impl.patch
556
  * 0010-glx-silence-more-implicit-load-zink-errors.patch
557
- added libvdpau_d3d12 package
558
- small cleanup in specfile
559
560
-------------------------------------------------------------------
561
Thu Jun 13 13:26:14 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
562
563
- Update to bugfix release 24.0.9
564
  --> https://docs.mesa3d.org/relnotes/24.0.9.html
565
  * This is the last release of the 24.0 series. Users are encouraged
566
    to switch to the 24.1 series to continue receiving bugfixes.
567
568
-------------------------------------------------------------------
569
Sun Jun  2 16:27:55 UTC 2024 - Yunhe Guo <i@guoyunhe.me>
570
571
- Restrict all internal depencency version to match the exact Mesa build,
572
  so that users won't install Mesa packages partly from other repos and
573
  make the system broken.
574
575
-------------------------------------------------------------------
576
Thu May 23 11:05:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
577
578
- Update to bugfix release 24.0.8
579
  --> https://docs.mesa3d.org/relnotes/24.0.8.html
580
- refreshed 0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch
581
582
-------------------------------------------------------------------
583
Thu May 16 10:38:33 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
584
585
-  Update to bugfix release 24.0.7
586
  --> https://docs.mesa3d.org/relnotes/24.0.7.html
587
588
-------------------------------------------------------------------
589
Thu May 16 10:29:38 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
590
591
- Update to bugfix release 24.0.6
592
  --> https://docs.mesa3d.org/relnotes/24.0.6.html 
593
594
-------------------------------------------------------------------
595
Tue May 14 07:22:05 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
596
597
- Enable libvulkan_intel on arm
598
599
-------------------------------------------------------------------
600
Sat Apr 20 12:23:09 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
601
602
- Update to bugfix release 24.0.5
603
- supersedes mesa-fix-llvm18.patch
604
- adjusted 0004-glx-pass-implicit-load-param-through-allocation.patch,
605
  0010-glx-silence-more-implicit-load-zink-errors.patch
606
607
-------------------------------------------------------------------
608
Wed Apr  3 06:55:12 UTC 2024 - Fei Yang <io@feiyang.eu.org>
609
610
- fix missing free codecs in builds with non-free codecs enabled
611
612
-------------------------------------------------------------------
613
Tue Mar 26 01:44:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
614
615
- enable vulkan-beta meson flag for vulkan video support (suggested
616
  by "llyyr" <llyyr.public@gmail.com>; adding C flag
617
  -Wno-error=missing-prototypes for this wasn't necessary)
618
619
-------------------------------------------------------------------
620
Mon Mar 25 09:55:48 UTC 2024 - Andreas Schwab <schwab@suse.de>
621
622
- Add zink driver by default
623
624
-------------------------------------------------------------------
625
Wed Mar 20 07:18:13 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
626
627
- Add patch to fix boo#1221664:
628
  * mesa-fix-llvm18.patch
629
630
-------------------------------------------------------------------
631
Tue Mar 19 12:59:16 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
632
633
- 0010-glx-silence-more-implicit-load-zink-errors.patch 
634
  * glx: silence more implicit-load zink errors [gitlab mesa issue #10802]
635
636
-------------------------------------------------------------------
637
Tue Mar 19 02:20:03 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
638
639
- 0001-loader-delete-unused-param-from-pipe_loader_sw_probe.patch,
640
  0002-glx-fix-some-indentation.patch,
641
  0003-glx-add-an-implicit-param-to-createScreen.patch,
642
  0004-glx-pass-implicit-load-param-through-allocation.patch,
643
  0005-dri-plumb-a-implicit-param-through-createNewScreen-i.patch,
644
  0006-gbm-plumb-an-implicit-param-through-device-creation.patch,
645
  0007-frontends-dri-plumb-an-implicit-param-through-screen.patch,
646
  0008-pipe-loader-plumb-a-flag-for-implicit-driver-load-th.patch,
647
  0009-zink-don-t-print-error-messages-when-failing-an-impl.patch
648
  * get rid of error message:
649
    'MESA: error: ZINK: vkEnumeratePhysicalDevices failed
650
    (VK_ERROR_INITIALIZATION_FAILED)' 
651
    [gitlab mesa issue #10802]
652
653
-------------------------------------------------------------------
654
Tue Mar 19 02:10:26 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
655
656
- adjusted and re-enabled python36-buildfix1.patch 
657
658
-------------------------------------------------------------------
659
Mon Mar 18 23:55:51 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
660
661
- Update to new feature release 24.0.3
662
  * Some interesting highlights include:
663
    + New PowerVR Vulkan driver for Imagination's GPU
664
    + NVIDIA Vulkan driver NVK has seen many improvements
665
    + AMD Vulkan driver RADV ray-tracing performance improvements
666
    + Microsoft OpenGL driver D3D12 has reached OpenGL 4.6 support
667
  * New extensions & features (in no particular order):
668
    + VK_EXT_image_compression_control on RADV
669
    + VK_EXT_device_fault on RADV
670
    + OpenGL 3.3 on Asahi
671
    + Geometry shaders on Asahi
672
    + GL_ARB_texture_cube_map_array on Asahi
673
    + GL_ARB_clip_control on Asahi
674
    + GL_ARB_timer_query on Asahi
675
    + GL_EXT_disjoint_timer_query on Asahi
676
    + GL_ARB_base_instance on Asahi
677
    + OpenGL 4.6 (up from 4.2) on d3d12
678
    + VK_EXT_depth_clamp_zero_one on RADV
679
    + GL_ARB_shader_texture_image_samples on Asahi
680
    + GL_ARB_indirect_parameters on Asahi
681
    + GL_ARB_viewport_array on Asahi
682
    + GL_ARB_fragment_layer_viewport on Asahi
683
    + GL_ARB_cull_distance on Asahi
684
    + GL_ARB_transform_feedback_overflow_query on Asahi
685
    + VK_KHR_calibrated_timestamps on RADV
686
    + VK_KHR_vertex_attribute_divisor on RADV
687
    + VK_KHR_maintenance6 on RADV
688
    + VK_KHR_ray_tracing_position_fetch on RADV
689
    + EGL_EXT_query_reset_notification_strategy
690
- supersedes U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch
691
- adjusted n_add-Mesa-headers-again.patch, u_dep_xcb.patch
692
- disabled python36-buildfix1.patch
693
- removed disabled patch u_fix-build-on-ppc64le.patch
694
695
-------------------------------------------------------------------
696
Sat Mar 16 18:44:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
697
698
- get rid of u_zink-dont-print-error-messages-when-failing-an-implicit.patch
699
  completely 
700
701
-------------------------------------------------------------------
702
Thu Mar 14 04:48:32 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
703
704
- buildrequires llvm18-devel/clang18-devel on Leap 15.5/15.6 
705
706
-------------------------------------------------------------------
707
Thu Mar 14 04:40:06 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
708
709
- disabled u_zink-dont-print-error-messages-when-failing-an-implicit.patch
710
  for now, since it breaks driver build; this patch needs other patches
711
  below to build ... 
712
713
-------------------------------------------------------------------
714
Tue Mar 12 20:13:17 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
715
716
- u_zink-dont-print-error-messages-when-failing-an-implicit.patch
717
  * zink: don't print error messages when failing an implicit
718
    driver load (Mesa gitlab issue #10802)
719
720
-------------------------------------------------------------------
721
Sat Mar  9 22:17:33 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
722
723
- Add U_fix-ac-llvm-LLVM-18-remove-useless-passes.patch to fix
724
  build with LLVM 18.
725
726
-------------------------------------------------------------------
727
Tue Mar  5 04:33:37 UTC 2024 - Jianhua Lu <lujianhua000@gmail.com>
728
729
- Enable zink driver build on aarch64, this is needed for Qualcomm Adreno a7xx
730
  to use hw accelerated GL.
731
732
-------------------------------------------------------------------
733
Mon Mar  4 03:10:33 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
734
735
- buildrequire llvm17 also on sle15-sp5/Leap15.5 
736
737
-------------------------------------------------------------------
738
Sat Feb 17 01:01:22 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
739
740
- Update to bugfix release 23.3.6
741
  --> https://docs.mesa3d.org/relnotes/23.3.6.html
742
743
-------------------------------------------------------------------
744
Sun Feb  4 21:26:26 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
745
746
- Update to bugfix release 23.3.5
747
  --> https://docs.mesa3d.org/relnotes/23.3.5.html 
748
749
-------------------------------------------------------------------
750
Wed Jan 31 17:40:11 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
751
752
- re-enabled rusticl on sle15-sp6 after linkpac'ing rust-bindgen
753
  in X11:XOrg project
754
755
-------------------------------------------------------------------
756
Thu Jan 25 05:19:47 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
757
758
- Update to bugfix release 23.3.4
759
  --> https://docs.mesa3d.org/relnotes/23.3.4.html
760
761
-------------------------------------------------------------------
762
Mon Jan 22 14:36:33 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
763
764
- split python36-buildfix.patch into two patches python36-buildfix1.patch 
765
  and python36-buildfix2.patch; apply the latter only on sle15-sp6/Leap 15.6
766
  since on newer python releases than 3.6 it changes behaviour to 
767
  remove required=True option
768
769
-------------------------------------------------------------------
770
Sat Jan 20 13:04:02 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
771
772
- python36-buildfix.patch
773
  * src/freedreno/registers/gen_header.py: hopefully fixes aarch64
774
    build
775
776
-------------------------------------------------------------------
777
Sat Jan 20 11:22:42 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
778
779
- u_0001-intel-genxml-Drop-from-__future__-import-annotations.patch
780
  u_0002-intel-genxml-Add-a-untyped-OrderedDict-fallback-for-.patch
781
  python36-buildfix.patch
782
  * fixes build against python 3.6 
783
784
-------------------------------------------------------------------
785
Sat Jan 20 10:43:27 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
786
787
- let Mesa-dri require libvulkan1 to get zink/swrast driver
788
  fallbacks working (hopefully); probably related:
789
  https://gitlab.freedesktop.org/mesa/mesa/-/commit/2a71f06f2938678d89d5ed1372cda6a7b55d964d
790
791
-------------------------------------------------------------------
792
Thu Jan 11 11:41:17 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
793
794
-  Update to bugfix release 23.3.3
795
  --> https://docs.mesa3d.org/relnotes/23.3.3.html
796
797
-------------------------------------------------------------------
798
Sat Jan  6 14:24:41 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
799
800
- Update to bugfix release 23.3.2
801
  --> https://docs.mesa3d.org/relnotes/23.3.2.html 
802
803
-------------------------------------------------------------------
804
Fri Dec  1 20:10:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
805
806
- Update to version 23.3.0:
807
  * It includes NVK, a new reverse-engineered Vulkan driver for
808
    Nvidia hardware. This driver is still in experimental phase,
809
    not quite ready for prime time yet, but adventurous users can
810
    give it a go!
811
  * New extensions & features (in no particular order):
812
    - VK_EXT_pipeline_robustness on ANV
813
    - VK_KHR_maintenance5 on RADV
814
    - OpenGL ES 3.1 on Asahi
815
    - GL_ARB_compute_shader on Asahi
816
    - GL_ARB_shader_atomic_counters on Asahi
817
    - GL_ARB_shader_image_load_store on Asahi
818
    - GL_ARB_shader_image_size on Asahi
819
    - GL_ARB_shader_storage_buffer_object on Asahi
820
    - GL_ARB_sample_shading on Asahi
821
    - GL_OES_sample_variables on Asahi
822
    - GL_OES_shader_multisample_interpolation on Asahi
823
    - GL_OES_gpu_shader5 on Asahi
824
    - EGL_ANDROID_blob_cache works when disk caching is disabled
825
    - VK_KHR_cooperative_matrix on RADV/GFX11+
826
- Drop patches fixed upstream:
827
  * U_clover-llvm-move-to-modern-pass-manager.patch
828
  * U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
829
- Refresh patches with quilt.
830
- Use %patch -p N instead of deprecated %patchN.
831
832
-------------------------------------------------------------------
833
Mon Nov 20 14:53:17 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
834
835
- buildrequire 'pkgconfig(SPIRV-Tools)' also with disabled rusticl
836
  (new dep since some time)
837
838
-------------------------------------------------------------------
839
Mon Nov 20 14:44:53 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
840
841
- re-disable rusticl on sle15-sp6 to prevent more deps (rust-bindgen)
842
- buildrequire 'pkgconfig(LLVMSPIRVLib)' also with disabled rusticl
843
  (new dep since some time)
844
845
-------------------------------------------------------------------
846
Mon Nov 20 14:40:06 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
847
848
- enable rusticl on sle15-sp6
849
850
-------------------------------------------------------------------
851
Fri Nov 17 14:14:06 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
852
853
- let sle15-sp6 require llvm17/clang17
854
855
-------------------------------------------------------------------
856
Wed Nov 15 10:24:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
857
858
- build with valgrind only on 64bit platforms
859
860
-------------------------------------------------------------------
861
Sat Oct 14 22:31:08 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
862
863
- Add U_radeonsi-prefix-function-with-si_-to-prevent-name-co.patch
864
  Fix https://gitlab.freedesktop.org/mesa/mesa/-/issues/9889
865
866
-------------------------------------------------------------------
867
Wed Oct  4 10:11:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
868
869
- Update to Mesa 23.2.1
870
  * Mesa 23.2.1 is a new development release. People who are
871
    concerned with stability and reliability should stick with a
872
    previous release or wait for Mesa 23.2.2.
873
  * Mesa 23.2.1 is an unusual first stable release due to the
874
    accidentl tagging of 23.2.0 durring the rc cycle.
875
  * Mesa 23.2.1 implements the OpenGL 4.6 API, but the version
876
    reported by glGetString(GL_VERSION) or
877
    glGetIntegerv(GL_MAJOR_VERSION) /
878
    glGetIntegerv(GL_MINOR_VERSION) depends on the particular
879
    driver being used. Some drivers don't support all the features
880
    required in OpenGL 4.6. OpenGL 4.6 is **only** available if
881
    requested at context creation. Compatibility contexts may
882
    report a lower version depending on each driver.
883
  * Mesa 23.2.1 implements the Vulkan 1.3 API, but the version
884
    reported by the apiVersion property of the
885
    VkPhysicalDeviceProperties struct depends on the particular
886
    driver being used.
887
  * More details in:
888
    --> https://gitlab.freedesktop.org/mesa/mesa/-/blob/23.2/docs/relnotes/23.2.1.rst
889
890
-------------------------------------------------------------------
891
Mon Sep 25 09:46:58 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
892
893
- Update to Mesa 23.2.0-rc4
894
  --> https://lists.freedesktop.org/archives/mesa-announce/2023-September/000731.html
895
- supersedes U_llvmpipe-only-include-old-Transform-includes-when-ne.patch
896
- disabled u_fix-build-on-ppc64le.patch (no longer needed?)
897
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
898
899
-------------------------------------------------------------------
900
Thu Sep 21 15:13:11 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
901
902
- Backport upstream patches for compatibility with LLVM 17:
903
  * U_llvmpipe-only-include-old-Transform-includes-when-ne.patch
904
    removes unneeded includes of header files that no longer exist.
905
  * U_clover-llvm-move-to-modern-pass-manager.patch migrates Clover
906
    to the new pass manager, since the old PM has been removed.
907
908
-------------------------------------------------------------------
909
Thu Sep 21 10:26:36 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
910
911
- disable nine on arm/aarch64 in the hope to fix build on this
912
  platform; there is no need for Direct3D/Wine for arm/aarch64
913
  anyway ...
914
915
-------------------------------------------------------------------
916
Thu Sep 21 08:05:24 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
917
918
- Update to bugfix release 23.1.8:
919
  --> https://docs.mesa3d.org/relnotes/23.1.8.html
920
921
-------------------------------------------------------------------
922
Thu Sep  7 07:02:41 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
923
924
- Update to bugfix release 23.1.7:
925
  --> https://docs.mesa3d.org/relnotes/23.1.7.html
926
927
-------------------------------------------------------------------
928
Fri Sep  1 10:31:27 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
929
930
- mini-cleanup for python package BuildRequires in specfile
931
- added python3-dataclasses package for sle15/Leap15 to finally fix
932
  build for these build targets; dataclasses module is in standard
933
  library of python >= 3.7 ...
934
935
-------------------------------------------------------------------
936
Thu Aug 17 08:35:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
937
938
- Update to bugfix release 23.1.6:
939
  --> https://docs.mesa3d.org/relnotes/23.1.6.html
940
941
-------------------------------------------------------------------
942
Thu Aug  3 09:40:17 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
943
944
- Update to bugfix release 23.1.5
945
  --> https://docs.mesa3d.org/relnotes/23.1.5.html
946
947
-------------------------------------------------------------------
948
Mon Jul 24 09:36:23 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
949
950
- Update to bugfix release 23.1.4
951
  --> https://docs.mesa3d.org/relnotes/23.1.4.html
952
- supersedes u_fix-glx-context-opengl-4.5.patch
953
954
-------------------------------------------------------------------
955
Fri Jun 23 07:24:59 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
956
957
- Update to bugfix release 23.1.3
958
- supersedes U_glx-Remove-pointless-GLX_INTEL_swap_event-paranoia.patch
959
  (boo#1209005)
960
- -Dxmlconfig=enabled now also needs -Dexpat=enabled as dependancy
961
962
-------------------------------------------------------------------
963
Fri Jun 16 15:59:56 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
964
965
- Add patch u_fix-glx-context-opengl-4.5.patch: Fix a regression
966
  that causes Wine to crash on GPUs that don't support OpenGL 4.6
967
  and later:.
968
  Mesa 23.1 has a regression [1] that breaks Wine if the GPU does not
969
  support OpenGL 4.6 (reportedly), Intel HD 4000 is affected.
970
  The problem was narrowed down to commit e89e1f504 [2] so this patch
971
  removes the offending [3] part from there to fix the problem.
972
  It's unlikely that there will be any side effects from that,
973
  should be just as good as it was in Mesa 23.0.
974
  [1] https://gitlab.freedesktop.org/mesa/mesa/-/issues/8901
975
  [2] https://gitlab.freedesktop.org/mesa/mesa/-/commit/e89e1f5049d3b78542fcd69b7d6106dd4bdafc39
976
  [3] https://gitlab.freedesktop.org/mesa/mesa/-/issues/8901#note_1962991
977
- Add intel_hasvk icd to baselibs.conf.
978
979
-------------------------------------------------------------------
980
Fri Jun 16 12:48:49 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
981
982
- use -Dxlib-lease=enabled also for -drivers build
983
984
-------------------------------------------------------------------
985
Fri Jun 16 11:01:52 UTC 2023 - Joan Torres <joan.torres@suse.com>
986
987
- Fix of bsc#1212345
988
  * After update to 23.1.1 this change affected our build split:
989
    https://gitlab.freedesktop.org/mesa/mesa/-/commit/2630f4b310f534c830250be44d285e485da83869
990
991
-------------------------------------------------------------------
992
Sat Jun 10 14:28:05 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
993
994
- Update to bugfix release 23.1.2
995
996
-------------------------------------------------------------------
997
Sat Jun 10 11:42:42 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
998
999
- needed to fix build of Mesa 23.1
1000
  * Mesa-drivers: -Dshader-cache=enabled
1001
  * Mesa: -Dxlib-lease=enabled
1002
  * recommended for both Mesa and Mesa-drivers to avoid some scary messages when
1003
    comparing fds: -Dallow-kcmp=enabled
1004
- Credits for figuring this out go to "llyyr" <llyyr.public@gmail.com>
1005
- gbm files are no longer needed to be removed manually for -drivers build
1006
- VDPAU support for r300 has been dropped with Mesa 23.1
1007
- supersedes n_no-sse2-on-ix86-except-for-intel-drivers.patch
1008
1009
-------------------------------------------------------------------
1010
Fri May 26 13:42:06 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1011
1012
- Update to bugfix release 23.1.1
1013
- adjusted u_dep_xcb.patch
1014
1015
-------------------------------------------------------------------
1016
Thu May 11 08:29:57 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1017
1018
- Update to 23.1.0
1019
  * new feature release
1020
  * some highlights
1021
    + Our OpenCL implementation Rusticl added support for AMD GPUs.
1022
    + Both ANV (Intel) and RADV (AMD) got initial support for Vulkan Video
1023
      decoding.
1024
    + Vulkan Graphics Pipeline Libraries (GPL) are now supported in RADV.
1025
- adjusted n_stop-iris-flicker.patch
1026
- supersedes U_ReturnME.patch
1027
- meson option "-Ddri-drivers" has been removed; wasn't used any
1028
  longer by us --> killed it
1029
1030
-------------------------------------------------------------------
1031
Sat Apr 22 08:32:04 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1032
1033
- Update to version 23.0.3
1034
  * 3rd bug fix release: changes all across the tree, with no one
1035
    subsystem seeing too many changes
1036
1037
-------------------------------------------------------------------
1038
Fri Apr  7 18:30:55 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1039
1040
- Update to version 23.0.2
1041
  * 2nd bug fix release: lots of patches for all over the tree,
1042
    zink being the biggest singel source of changes.
1043
1044
-------------------------------------------------------------------
1045
Sun Mar 26 20:58:34 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1046
1047
- Update to version 23.0.1
1048
  * bug fix release which fixes bugs found since Mesa 23.0.0
1049
- supersedes U_glx-fix-indirect-initialization-crash.patch
1050
1051
-------------------------------------------------------------------
1052
Tue Mar 14 11:53:20 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1053
1054
- U_glx-Remove-pointless-GLX_INTEL_swap_event-paranoia.patch
1055
  * reverse apply this patch to fix a regression caused by this
1056
    commit, which resulted in gnome-shell constantly crashing, which
1057
    is making a GNOME/X11 session impossible (boo#1209005)
1058
1059
-------------------------------------------------------------------
1060
Wed Mar  1 21:55:02 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1061
1062
- U_glx-fix-indirect-initialization-crash.patch
1063
  * Fixes: b090246a ("glx: Only compute client GL extensions for
1064
    indirect contexts")
1065
  * Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8393
1066
- supersedes n_Revert-glx-Only-compute-client-GL-extensions-for-ind.patch
1067
1068
-------------------------------------------------------------------
1069
Tue Feb 28 09:49:37 UTC 2023 - Fabian Vogt <fvogt@suse.com>
1070
1071
- Add patch to fix GLX with indirect rendering:
1072
  * n_Revert-glx-Only-compute-client-GL-extensions-for-ind.patch
1073
1074
-------------------------------------------------------------------
1075
Thu Feb 23 10:26:30 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1076
1077
- Update to version 23.0.0
1078
  * first stable release of 2023
1079
- refreshed patches
1080
  * n_drirc-disable-rgb10-for-chromium-on-amd.patch
1081
  * n_stop-iris-flicker.patch
1082
  * u_dep_xcb.patch
1083
  * u_fix-build-on-ppc64le.patch
1084
- adjusted n_no-sse2-on-ix86-except-for-intel-drivers.patch
1085
- meson: added -Dxmlconfig=enabled to fix link errors
1086
  (missing "-lexpat")
1087
1088
-------------------------------------------------------------------
1089
Fri Feb 10 14:06:56 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1090
1091
- U_ReturnME.patch
1092
  * fixes blackscreen in Return To Monkey Island on Intel graphics
1093
    (boo#1208145)
1094
1095
-------------------------------------------------------------------
1096
Thu Feb  9 10:39:08 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1097
1098
- Update to version 22.3.5
1099
  * bug fix release which fixes bugs found since Mesa 22.3.4
1100
  * see https://docs.mesa3d.org/relnotes/22.3.5.html for more
1101
    details
1102
- refreshed u_dep_xcb.patch
1103
1104
-------------------------------------------------------------------
1105
Mon Feb  6 13:52:18 UTC 2023 - Andreas Schwab <schwab@suse.de>
1106
1107
- Don't enable rusticl without opencl
1108
1109
-------------------------------------------------------------------
1110
Fri Jan 27 17:27:47 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1111
1112
- Update to version 22.3.4
1113
  * bug fix release which fixes bugs found since Mesa 22.3.3
1114
  * see https://docs.mesa3d.org/relnotes/22.3.4.html for more
1115
    details
1116
1117
-------------------------------------------------------------------
1118
Fri Jan 27 09:54:11 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1119
1120
- removing again BuildRequires for x264 and x265 in case
1121
  video_codecs should be built (these were never needed nor used
1122
  for build)
1123
1124
-------------------------------------------------------------------
1125
Fri Jan 27 09:48:22 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1126
1127
- using gcc 12 now also on Leap 15.4; after changing build project
1128
  to openSUSE:Leap:15.4:Update gcc 12 packages are found now ...
1129
1130
-------------------------------------------------------------------
1131
Tue Jan 24 11:06:48 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1132
1133
- force usage of gcc 12 only on Leap 15.5; there is no gcc12 on
1134
  Leap 15.4
1135
1136
-------------------------------------------------------------------
1137
Tue Jan 24 09:32:12 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
1138
1139
- Add BuildRequires for x264 and x265 in case video_codecs should
1140
  be built.
1141
1142
-------------------------------------------------------------------
1143
Mon Jan 23 18:43:50 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
1144
1145
- re-enable build on Leap, but only for 15.5; there is no gcc12
1146
  on Leap 15.4, which is now officially required by Mesa 22.3
1147
1148
-------------------------------------------------------------------
1149
Mon Jan 16 22:44:11 UTC 2023 - Martin Hauke <mardnh@gmx.de>
1150
1151
- Add support for Rusticl - Mesa's new OpenCL implementation.
1152
  * See https://docs.mesa3d.org/rusticl
1153
  You will need to set your environment to use it
1154
  * See https://docs.mesa3d.org/envvars#rusticl-environment-variables
1155
1156
-------------------------------------------------------------------
1157
Mon Jan 16 11:27:13 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
1158
1159
- Compile with gcc12 on Leaps: building drivers fails with:
1160
  /usr/include/dxguids/dxguids.h:70:1: internal compiler error:
1161
  in cxx_eval_bit_field_ref, at cp/constexpr.c:2578
1162
1163
-------------------------------------------------------------------
1164
Sun Jan 15 12:40:15 UTC 2023 - Martin Hauke <mardnh@gmx.de>
1165
1166
- Fix some deprecation warnings
1167
  * WARNING: option "false" deprecated, please use "disabled" instead.
1168
  * WARNING: option "true" deprecated, please use "enabled" instead.
1169
1170
-------------------------------------------------------------------
1171
Wed Jan 11 21:00:56 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
1172
1173
- Update to version 22.3.3:
1174
  * See https://docs.mesa3d.org/relnotes/22.3.3.html
1175
1176
-------------------------------------------------------------------
1177
Mon Jan  2 09:37:20 UTC 2023 - Andreas Schwab <schwab@suse.de>
1178
1179
- Update list of gallium-drivers to match default list
1180
1181
-------------------------------------------------------------------
1182
Sat Dec 31 10:31:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1183
1184
- don't try to generate libvdpau_virtio_gpu package on ppc64le; for
1185
  some reason this driver doesn't get built on this platform
1186
1187
-------------------------------------------------------------------
1188
Thu Dec 29 22:21:35 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
1189
1190
- Update to version 22.3.0:
1191
  * See https://docs.mesa3d.org/relnotes/22.3.0.html
1192
- Update to version 22.3.1:
1193
  * See https://docs.mesa3d.org/relnotes/22.3.1.html
1194
- Update to version 22.3.2:
1195
  * See https://docs.mesa3d.org/relnotes/22.3.2.html
1196
- Remove the libXvMC_nouveau and libXvMC_r600 packages as XVMC
1197
  support was removed.
1198
- Add libvdpau_virtio_gpu package for VirtIO GPU.
1199
- Rebase n_drirc-disable-rgb10-for-chromium-on-amd.patch.
1200
- Rebase u_dep_xcb.patch.
1201
- Rebase U_fix-mpeg1_2-decode-mesa-20.2.patch.
1202
- Drop n_buildfix-21.3.0.patch: fixed upstream.
1203
1204
-------------------------------------------------------------------
1205
Sat Dec  3 09:53:53 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1206
1207
- spefile: removed Release lines from libxatracker2,
1208
  libxatracker-devel packages in the hope to have reproducibly
1209
  builds also on Tumbleweed (boo#1205998)
1210
1211
-------------------------------------------------------------------
1212
Thu Nov 17 16:32:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
1213
1214
- update to 22.2.4:
1215
  * clover: windows:  library filename has \`-1` suffix and a \`lib` prefix
1216
    when built with mingw
1217
  * radv, dxvk: Rendering errors in World of Tanks after "Switch to dynamic
1218
    rendering only"
1219
  * gen9 gt3e/gt4e skus fail dEQP-VK.pipeline.multisample.sample_locations_ext.*
1220
  * v3d: Wrong colors (pink) in videos in Firefox (likely YUV->RGB shader issue)
1221
  * panfrost t860 glmark-es2 regression
1222
  * radv: Flickering in Spider-Man Remastered (Regression) (Bisected)
1223
  * radv: Hitman 2 using Direct3D 12 has discolored squares on RDNA2 with DCC
1224
    enabled
1225
  * panfrost/midgard -  on Duckstation PSX emulator: segfault on GLES 3.0 and
1226
    bad shader compilations on 3.3
1227
1228
-------------------------------------------------------------------
1229
Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1230
1231
- try to fix build on ppc64le due to running OOM (boo#1205441)
1232
  * let's request 20G of physical memory via _constraints file
1233
1234
-------------------------------------------------------------------
1235
Tue Nov  8 12:24:26 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1236
1237
- third bugfix release
1238
  * some regressions in CI worked out
1239
  * a bit of everything, and nothing too crazy
1240
- supersedes u_0001-gallivm-Fix-LLVM-optimization-with-the-new-pass-mana.patch
1241
- supersedes u_nouveau-corrupted-colors-boo1203949.patch
1242
- get rid of Mesa-libVulkan-devel(-32bit) package, which is no
1243
  longer needed at all by providing/obsoleting it by
1244
  libvulkan_intel
1245
1246
-------------------------------------------------------------------
1247
Mon Nov  7 15:28:21 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1248
1249
- Release 22.2.2 covers bugfixes for bsc#1197045,bsc#1197046,bsc#1200965,bsc#1202850
1250
1251
-------------------------------------------------------------------
1252
Fri Nov  4 21:03:39 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1253
1254
- build against llvm15/clang15 on sle15-sp5/Leap 15.5
1255
1256
-------------------------------------------------------------------
1257
Wed Nov  2 16:56:33 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1258
1259
- u_nouveau-corrupted-colors-boo1203949.patch
1260
  * fixes corrupted colors in videos on nouveau with Kepler in
1261
    Firefox (boo#1203949, issue#7416)
1262
1263
-------------------------------------------------------------------
1264
Wed Nov  2 08:53:22 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1265
1266
- moved drirc.d config snippets from Mesa to Mea-dri package;
1267
  radv driver specific conf was missing completely (boo#1204866)
1268
1269
-------------------------------------------------------------------
1270
Fri Oct 21 09:41:37 UTC 2022 - Fabian Vogt <fvogt@suse.com>
1271
1272
- Add patch to fix LLVM optimization to avoid failure on armv7
1273
  (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19217,
1274
   boo#1204267):
1275
  * u_0001-gallivm-Fix-LLVM-optimization-with-the-new-pass-mana.patch
1276
1277
-------------------------------------------------------------------
1278
Thu Oct 20 08:46:59 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1279
1280
- update to 22.2.2
1281
  * This is the second bug fix release, back on the regular
1282
    schedule. There's a lot here: nir, panfrost, gallium video,
1283
    freedreno, nouveau, turnip, r300, gallium core, r600, virgl,
1284
    core vulkan, anv, clover, d3d12, utils, radv, and plenty of
1285
    zink.
1286
1287
-------------------------------------------------------------------
1288
Tue Oct 11 19:28:31 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1289
1290
- update to 22.2.1
1291
  * lots of stuff here: llvmpipe, lavapipe, freedreno, aco, mesa,
1292
    turnip, virgl, r600, zink, radv, core gallium, and nir. All in
1293
    all, lots of good fixes all over the tree.
1294
1295
-------------------------------------------------------------------
1296
Mon Oct  3 10:29:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
1297
1298
- Add build_orig conditional switch for video codecs define.
1299
1300
-------------------------------------------------------------------
1301
Thu Sep 29 10:00:03 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1302
1303
- re-disable video codecs
1304
  https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15258
1305
1306
-------------------------------------------------------------------
1307
Tue Sep 27 11:08:54 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1308
1309
- Pass -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec to
1310
  meson, keep support for hardware codecs inside vaapi, vdpau and
1311
  vulkan. These were previously enabled automatically.
1312
- enabled "swrast" and "amd" Vulkan drivers on riscv64, which is
1313
  upstream default anyway ...
1314
1315
-------------------------------------------------------------------
1316
Wed Sep 21 14:20:04 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1317
1318
- update to 22.2.0
1319
  * AMD RDNA3 Prep, Intel Arc Graphics, Many Vulkan Improvements;
1320
    more details on Phoronix:
1321
    https://www.phoronix.com/news/Mesa-22.2-Released
1322
- supersedes llvm15.patch
1323
- refreshed n_no-sse2-on-ix86-except-for-intel-drivers.patch
1324
1325
-------------------------------------------------------------------
1326
Wed Sep 14 13:45:41 UTC 2022 - Andreas Schwab <schwab@suse.de>
1327
1328
- llvm15.patch: backport of commits 2037c34f245, 301bcbac0e5, 6983c8580a2
1329
  to support LLVM 15
1330
1331
-------------------------------------------------------------------
1332
Mon Aug 22 09:35:53 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1333
1334
- update to 22.1.7:
1335
  * fixes and cleanups all over the tree
1336
  * most of the fixes are for zink
1337
  * nice batch of fixes for the gallium dx9 frontend
1338
  * some other fixes across the board
1339
1340
-------------------------------------------------------------------
1341
Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
1342
1343
- update to 22.1.6:
1344
  * llvmpipe: make last_fence a screen/rast object not a context one. llvmpipe:
1345
    keep context list and use to track resource usage.
1346
  * Revert "pan/bi: Require ATEST coverage mask input in R60"
1347
  * intel/dev: drop warning for unhandled hwconfig keys
1348
  * anv: Use sampleLocationsEnable for sample locations
1349
1350
-------------------------------------------------------------------
1351
Fri Aug 12 22:06:24 UTC 2022 - Xu Zhao <i@xuzhao.net>
1352
1353
- Enable zink driver build on x86_64
1354
1355
-------------------------------------------------------------------
1356
Sun Aug  7 18:41:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
1357
1358
- update to 22.1.5:
1359
  * radv: dynamic vertex input failure
1360
  * anv: KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage fails on TGL
1361
  * anv: GTF-GL46.gtf32.GL3Tests.packed_pixels.packed_pixels_pbo failure
1362
  * anv: ICL hiz issue
1363
  * Error compiling gallium-nine on i686 using musl libc
1364
  * dEQP-VK.memory.mapping.dedicated_alloc failing on bsw and gen9atom
1365
1366
-------------------------------------------------------------------
1367
Mon Aug  1 21:22:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
1368
1369
- update to 22.1.4:
1370
  * anv: disable non uniform indexing of UBOs
1371
  * anv: use the right helper to invalidate memory
1372
  * intel/fs: ray query fix for global address
1373
  * isl: add new helper for format component compatibility
1374
  * radeonsi: fix random PS wave size
1375
  * r300: Keep rc_rename_regs() from overflowing
1376
  * aco/ra: update register file when updating phi definition
1377
  * radv: Fix vkCmdCopyQueryResults -> vkCmdResetPool hazard
1378
1379
-------------------------------------------------------------------
1380
Fri Jul 15 13:00:57 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1381
1382
- let Mesa ignore Mesa-dri as dep to resolve a build cycle
1383
  (related to boo#1201474
1384
1385
-------------------------------------------------------------------
1386
Sun Jul  3 07:59:22 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1387
1388
- Update to 22.1.3
1389
  * a lot of zink fixes
1390
  * There's a bit of everything else here, including some
1391
    performance fixes for wsi/x11.
1392
1393
-------------------------------------------------------------------
1394
Mon Jun 20 15:28:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1395
1396
- Update to 22.1.2
1397
  " There's a lot of zink here, thanks to Mike for help with manually
1398
    backporting parts of it! We've als got a bunch of fixes for panfrost,
1399
    and some for intel, radeon, llvmpip, dzn, broadcom, nir, core gallium,
1400
    the va state tracker, and freedren."
1401
1402
-------------------------------------------------------------------
1403
Wed Jun 15 10:09:09 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1404
1405
- let Mesa-libGL-devel require libX11-devel via pkgconfig(x11)
1406
  (boo#1200559)
1407
1408
-------------------------------------------------------------------
1409
Sun Jun  5 20:19:36 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1410
1411
- removed libkms BuildRequires, since it has been dropped from
1412
  libdrm
1413
1414
-------------------------------------------------------------------
1415
Thu Jun  2 01:32:59 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1416
1417
- Update to 22.1.1
1418
  * first bugfix release
1419
- supersedes U_llvmpipe-flush-resources-for-kms-swrast-path.patch
1420
1421
-------------------------------------------------------------------
1422
Wed Jun  1 07:58:57 UTC 2022 - Fabian Vogt <fvogt@suse.com>
1423
1424
- Add patch to fix glitches with KMS (boo#1199885):
1425
  * U_llvmpipe-flush-resources-for-kms-swrast-path.patch
1426
1427
-------------------------------------------------------------------
1428
Wed May 25 12:27:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1429
1430
- buildrequire DirectX-Headers only on %{ix86} x86_64, since it's
1431
  only relevant on these platforms
1432
1433
-------------------------------------------------------------------
1434
Tue May 24 19:18:59 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1435
1436
- Calling patch with '-p1' (as the others are) so 'git show'
1437
  .patch output works.
1438
1439
-------------------------------------------------------------------
1440
Tue May 24 18:50:21 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1441
1442
- Generating 'n_stop-iris-flicker.patch' from 'git format-patch' vs.
1443
  a standard diff.
1444
1445
-------------------------------------------------------------------
1446
Tue May 24 15:48:53 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1447
1448
- Fixing up 'stop-iris-flicker.patch' patch name to follow standards.
1449
1450
-------------------------------------------------------------------
1451
Thu May 19 19:00:09 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1452
1453
- Update to 22.1.0
1454
  * lot of great featurres, including (since rc5) additional
1455
    kopper backports for zink, and support for Intel's Alchemist
1456
    DG2 platform.
1457
1458
-------------------------------------------------------------------
1459
Sat May 14 20:51:44 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1460
1461
- autoselect libvdpau_r300/libvdpau_r600/libvdpau_radeonsi packages
1462
  via hardware supplements on AMD GPUs
1463
1464
-------------------------------------------------------------------
1465
Thu May  5 08:13:13 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1466
1467
- Update to 22.0.3
1468
  * bugfix release with fixes for most of the major drivers
1469
1470
-------------------------------------------------------------------
1471
Tue May  3 08:21:55 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1472
1473
- _constraints:
1474
  * raised requirements to 9 GB disk space and added aarch64
1475
    architecture (bsc#1199040)
1476
1477
-------------------------------------------------------------------
1478
Thu Apr 28 21:22:38 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1479
1480
- Switching out 'directx-headers' for 'DirectX-Headers'.
1481
1482
-------------------------------------------------------------------
1483
Fri Apr 22 09:06:31 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1484
1485
- Update to 22.0.2
1486
  * bugfix release with almost all nominated patches
1487
1488
-------------------------------------------------------------------
1489
Thu Apr 14 19:29:21 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1490
1491
- Adding changes I need for iris to not flicker and have d3d12
1492
  available for use in WSL.
1493
1494
-------------------------------------------------------------------
1495
Wed Apr 13 12:30:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
1496
1497
- use _multibuild
1498
1499
-------------------------------------------------------------------
1500
Tue Mar 29 21:58:46 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1501
1502
- Update to 22.0.1
1503
  * fixes in lavapipe and zink, maintainer scripts and panfrost
1504
- supersedes U_meson-restore-private-requires-to-libdrm-in-dri.pc-f.patch
1505
1506
-------------------------------------------------------------------
1507
Tue Mar 22 11:13:43 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1508
1509
- get rid of Mesa-libVulkan-devel(-32bit) package, which no longer
1510
  makes sense since Mesa 21.1.0
1511
  * https://gitlab.freedesktop.org/mesa/mesa/-/commit/5e6db1916860ec217eac60903e0a9d10189d1c53
1512
1513
-------------------------------------------------------------------
1514
Mon Mar 14 10:43:10 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1515
1516
- U_meson-restore-private-requires-to-libdrm-in-dri.pc-f.patch
1517
  * Due to a typo the private requires to libdrm were lost in dri.pc.
1518
    Fixed another typo (only comment).
1519
1520
-------------------------------------------------------------------
1521
Sat Mar 12 20:04:00 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1522
1523
- enabled "i915" Gallium-based Intel Gen3 driver
1524
1525
-------------------------------------------------------------------
1526
Fri Mar 11 13:25:28 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1527
1528
- fixed llvm/clang buildrequires for sle15-sp4/Leap 15.4
1529
1530
-------------------------------------------------------------------
1531
Fri Mar 11 09:08:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1532
1533
- no longer try to build classic non-Gallium OpenGL drivers
1534
  i915, i965, nouveau, r100 and r200, which have been dropped with
1535
  Mesa 22.0.0; see also some documentation on Phoronix
1536
  https://www.phoronix.com/scan.php?page=news_item&px=Mesa-Classic-Retired
1537
1538
-------------------------------------------------------------------
1539
Thu Mar 10 18:39:34 UTC 2022 - Aaron Stern <ukbeast89@protonmail.com>
1540
1541
- update to 22.0.0
1542
  * lavapipe,radv,anv KHR_dynamic_rendering
1543
  * radv EXT_image_view_min_lod
1544
  * VK_KHR_synchronization2 on RADV.
1545
  * OpenSWR has been moved to the Amber branch
1546
  * radeonsi, zink ARB_sparse_texture
1547
  * d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params,
1548
    ARB_framebuffer_no_attachments, ARB_sample_shading, and GLSL400)
1549
  * radeonsi, zink ARB_sparse_texture2
1550
  * zink EXT_memory_object, EXT_memory_object_fd, EXT_semaphore, EXT_semaphore_fd
1551
  * anv VK_VALVE_mutable_descriptor_type
1552
  * Vulkan 1.3 on RADV,Anv.
1553
  * radeonsi, zink ARB_sparse_texture_clamp
1554
1555
-------------------------------------------------------------------
1556
Thu Mar  3 09:14:36 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1557
1558
- baselibs.conf: readded mistakenly removed packages
1559
  * Mesa-libVulkan-devel
1560
  * Mesa-vulkan-device-select
1561
  * Mesa-vulkan-overlay
1562
1563
-------------------------------------------------------------------
1564
Wed Mar  2 13:32:42 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1565
1566
- raise memory limit to 1024 in the hope of avoiding OOM on ppc64
1567
  (boo#1196640)
1568
1569
-------------------------------------------------------------------
1570
Tue Mar  1 17:20:19 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1571
1572
- autoselect libvulkan_intel package via hardware supplements on
1573
  Intel GPUs
1574
- autoselect libvulkan_radeon package via hardware supplements on
1575
  AMD GPUs
1576
- no longer install libvulkan_lvp package (lavapipe=Software
1577
  Vulkan driver), libvulkan_broadcom and libvulkan_freedreno packages
1578
  by default, i.e. no longer have libvulkan_intel/libvulkan_radeon
1579
  and libvulkan_lvp packages installed at the same time (boo#1180522)
1580
- libvulkan_intel/libvulkan_radeon/libvulkan_lvp now require
1581
  Mesa-vulkan-device-select package, not the other way round!
1582
  (baselibs.conf also adjusted)
1583
1584
-------------------------------------------------------------------
1585
Thu Feb 24 09:04:46 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1586
1587
- update to 21.3.7
1588
  * sixth bugfix release
1589
1590
-------------------------------------------------------------------
1591
Thu Feb 10 13:17:56 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1592
1593
- update to 21.3.6
1594
  * sixth bugfix release
1595
1596
-------------------------------------------------------------------
1597
Thu Jan 27 15:09:21 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1598
1599
- update to 21.3.5
1600
  * bugfix release: mostly Zink fixes
1601
1602
-------------------------------------------------------------------
1603
Mon Jan 17 10:54:32 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1604
1605
- using memory-constraints on ppc64 for trying to avoid OOM during
1606
  build (boo#1194739)
1607
1608
-------------------------------------------------------------------
1609
Fri Jan 14 15:02:55 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1610
1611
- update to 21.3.4
1612
  * bugfix release
1613
1614
-------------------------------------------------------------------
1615
Sat Jan  8 10:21:21 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1616
1617
- rename n_no-sse2-on-ix86.patch to
1618
  n_no-sse2-on-ix86-except-for-intel-drivers.patch
1619
  * no longer disable sse2 support for intel drivers, since this
1620
    breaks build, which is probably unresolvable (boo1190409)
1621
1622
-------------------------------------------------------------------
1623
Fri Jan  7 19:35:29 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
1624
1625
- Adding 'stop-iris-flicker.patch'.
1626
1627
-------------------------------------------------------------------
1628
Thu Jan  6 16:34:30 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
1629
1630
- n_no-sse2-on-ix86.patch
1631
  * disabled sse2 support on %ix86 (boo#1190409)
1632
1633
-------------------------------------------------------------------
1634
Fri Dec 31 12:42:24 UTC 2021 - Aaron Stern <ukbeast89@protonmail.com>
1635
1636
- update to 21.3.3
1637
  * Bug fixes
1638
  * Assassin’s Creed Syndicate crashes with Mesa 21.3.0+ ACO
1639
  * [21.3 regression] swr: Build failure with MSVC
1640
  * anv: dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store fails
1641
1642
-------------------------------------------------------------------
1643
Wed Dec  1 23:15:13 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1644
1645
- update to 21.3.1
1646
  * mostly AMD, Intel & Zink fixes.
1647
1648
-------------------------------------------------------------------
1649
Thu Nov 18 03:13:33 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1650
1651
- n_buildfix-21.3.0.patch
1652
  * fixes Mesa-drivers build
1653
1654
-------------------------------------------------------------------
1655
Wed Nov 17 21:33:28 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1656
1657
- update to 21.3.0
1658
  * Panfrost is now officially GLES 3.1 conformant
1659
  * RADV has (experimental) ray tracing support
1660
  * Iris gained threaded shader compilation
1661
  * Zink has seen an enormous amount of work, and now supports GLES 3.2
1662
  * Lavapipe has a bunch of new extensions, and now supports Vulkan 1.2
1663
  * LLVMpipe got 2-3 times faster for 2D workloads, and gained support for
1664
    the compatibility profile on GL 4.5
1665
  * VA-API gained support for AV1 videos
1666
  * EGL now works on Windows
1667
  * Wayland got a workaround for games making bad assumption (alpha means
1668
    transparency? who could have known)
1669
  * VK_EXT_color_write_enable on lavapipe
1670
  * GL_ARB_texture_filter_anisotropic in llvmpipe
1671
  * Anisotropic texture filtering in lavapipe
1672
  * VK_EXT_shader_atomic_float2 on Intel and RADV.
1673
  * VK_EXT_vertex_input_dynamic_state on RADV.
1674
  * VK_KHR_timeline_semaphore on lavapipe
1675
  * VK_EXT_external_memory_host on lavapipe
1676
  * GL_AMD_pinned_memory on llvmpipe
1677
  * GL 4.5 compatibility on llvmpipe
1678
  * VK_EXT_primitive_topology_list_restart on RADV and lavapipe.
1679
  * ES 3.2 on zink
1680
  * VK_KHR_depth_stencil_resolve on lavapipe
1681
  * VK_KHR_shader_integer_dot_product on RADV.
1682
  * OpenGL FP16 support on llvmpipe
1683
  * VK_KHR_shader_float16_int8 on lavapipe
1684
  * VK_KHR_shader_subgroup_extended_types on lavapipe
1685
  * VK_KHR_spirv_1_4 on lavapipe
1686
  * Experimental raytracing support on RADV
1687
  * VK_KHR_synchronization2 on Intel
1688
  * NGG shader based culling is now enabled by default on GFX10.3 on RADV.
1689
  * VK_KHR_maintenance4 on RADV
1690
  * VK_KHR_format_feature_flags2 on RADV.
1691
  * EGL_EXT_present_opaque on wayland
1692
1693
-------------------------------------------------------------------
1694
Thu Oct 28 19:07:09 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1695
1696
- update to 21.2.5
1697
  * bit of everything: general vulkan, panfrost, and zink are the
1698
    biggest changes.
1699
1700
-------------------------------------------------------------------
1701
Fri Oct 15 09:14:11 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1702
1703
- update to 21.2.4
1704
  * fourth bugfix release
1705
  * 300 fixes from the new r300 maintainer! Additionally, panfrost,
1706
    lots of crocus, some freedreno, intel, radv, core meas, gallivum,
1707
    anv, spirv, gallim, aco, i915g, lima, and llvmpipe fixes.
1708
- supersedes U_gallivm-add-new-wrapper-around-Module.patch,
1709
  U_gallivm-fix-FTBFS-on-i386-with-LLVM-13.patch
1710
1711
-------------------------------------------------------------------
1712
Thu Oct 14 10:30:57 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1713
1714
- u_fix-build-on-ppc64le.patch
1715
  * fixes build on ppc64le (boo#1191569)
1716
1717
-------------------------------------------------------------------
1718
Mon Oct  4 20:05:50 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
1719
1720
- Fix build with LLVM 13:
1721
  * U_gallivm-add-new-wrapper-around-Module.patch
1722
  * U_gallivm-fix-FTBFS-on-i386-with-LLVM-13.patch
1723
1724
-------------------------------------------------------------------
1725
Thu Sep 30 09:05:54 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1726
1727
- update to 21.2.3
1728
  * third bugfix release
1729
1730
-------------------------------------------------------------------
1731
Mon Sep 27 13:35:16 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1732
1733
 - covers jira#SLE/SLE-18743
1734
1735
-------------------------------------------------------------------
1736
Tue Sep 21 17:54:25 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1737
1738
- update to 21.2.2
1739
  * second bugfix release: a ton of work went into panfrost,
1740
    getting it closer to being conformant (it is conformant on
1741
    21.3!); fixes for ir3, croccus, nir, utils, llvmpipe, gallivm,
1742
    zink, glsl, v3d, vc4, intel, mesa, aco, iris, radv, and even
1743
    osmesa.
1744
1745
-------------------------------------------------------------------
1746
Sat Aug 28 13:36:12 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1747
1748
- update to 21.2.1
1749
  * first bugfix release
1750
1751
-------------------------------------------------------------------
1752
Sun Aug  8 08:52:15 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1753
1754
- fixed build on %ix86 by removing "-flto=auto" from optflags for
1755
  cpp
1756
1757
-------------------------------------------------------------------
1758
Thu Aug  5 15:51:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1759
1760
- enabled build of 'crocus' Gallium3D OpenGL driver for i965 "Gen4"
1761
  through Haswell "Gen7" graphics (alternative to classic "i965"
1762
  OpenGL driver); use MESA_LOADER_DRIVER_OVERRIDE=crocus to use it;
1763
  in case of issues with video hardware acceleration(vaapi driver),
1764
  set LIBVA_DRIVER_NAME=i965
1765
1766
-------------------------------------------------------------------
1767
Thu Aug  5 01:25:40 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1768
1769
- update to 21.2.0
1770
  * new release
1771
1772
-------------------------------------------------------------------
1773
Thu Jul 29 08:28:31 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1774
1775
- update to 21.1.6
1776
  * sixth bugfix release
1777
1778
-------------------------------------------------------------------
1779
Thu Jul 15 08:13:34 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1780
1781
- update to 21.1.5
1782
  * fith bugfix release
1783
1784
-------------------------------------------------------------------
1785
Thu Jul  1 09:39:29 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1786
1787
- update to 21.1.4
1788
  * fourth bugfix release
1789
1790
-------------------------------------------------------------------
1791
Tue Jun 22 09:22:30 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1792
1793
- no longer apply n_drirc-disable-rgb10-for-chromium-on-amd.patch
1794
  on TW; no longer needed with gstreamer-plugins-vaapi 1.18.4; more
1795
  details on
1796
  https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/410
1797
1798
-------------------------------------------------------------------
1799
Sat Jun 19 08:02:37 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1800
1801
- update to 21.1.3
1802
  * third bugfix
1803
  * mostly AMD fixes
1804
1805
-------------------------------------------------------------------
1806
Thu Jun  3 03:11:44 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1807
1808
- update to 21.1.2
1809
  * second bugfix
1810
  * mostly AMD and Intel changes as usual, but also a decent amount
1811
    of ARM fixes and more.
1812
1813
-------------------------------------------------------------------
1814
Wed Jun  2 09:27:33 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1815
1816
- no longer autoselect Mesa-dri-nouveau at all; autoselect
1817
  libvdpau_nouveau depending on PCI ID (boo#1186721)
1818
1819
-------------------------------------------------------------------
1820
Thu May 20 10:25:35 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1821
1822
- update to 21.1.1
1823
  * bugfix release
1824
  * mostly AMD and Intel changes as usual, but also a decent amount
1825
    of ARM fixes and more
1826
1827
-------------------------------------------------------------------
1828
Wed May 19 08:29:07 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
1829
1830
- Add swrast to vulkan
1831
- Enable vulkan on %{arm} and aarch64 with: swrast, amd,
1832
  broadcom and freedreno
1833
1834
-------------------------------------------------------------------
1835
Fri May 14 03:24:24 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1836
1837
- reenabled build of device-select and overlay vulkan layers
1838
1839
-------------------------------------------------------------------
1840
Thu May  6 19:00:36 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1841
1842
- adjusted filelist to removed vulkan files in Mesa 21.1.0
1843
  (packages Mesa-libVulkan-devel, Mesa-vulkan-device-select,
1844
   Mesa-vulkan-overlay)
1845
1846
-------------------------------------------------------------------
1847
Thu May  6 14:24:29 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1848
1849
- /usr/include/vulkan/vulkan_intel.h dropped with Mesa 21.1.0, but
1850
  let's keep the package containing an empty directory
1851
1852
-------------------------------------------------------------------
1853
Thu May  6 11:45:47 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1854
1855
- update to 21.1.0
1856
  * bunch of work here, lots of zink and softpipe, but bits and
1857
    pieces of other things: tgsi, freddreno, nir, panfrost, intel,
1858
    spirv, core gallium, radv, aco, r600, and core mesa.
1859
- supersedes patches U_clover-Fix-build-with-llvm-12.patch,
1860
  U_clover-Add-missing-include-for-llvm-12-build-fix.patch
1861
1862
-------------------------------------------------------------------
1863
Wed Apr 21 20:54:43 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1864
1865
- update to 21.0.3
1866
  * fixes in haiku, core mesa, radeonsi, lavapipe, nir, radv, anv,
1867
    freedreno and turnip, etniviv, iris, egl, lima, core gallium,
1868
    spriv, v3d, meson
1869
1870
-------------------------------------------------------------------
1871
Sat Apr 17 16:41:33 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
1872
1873
- Move osmesa build back to Mesa, which we can now do after
1874
  choosing another dummy driver there.
1875
- Use LLVM-versioned libclc runtime dependency to ensure
1876
  bitcode compatibility. We have that in Tumbleweed and soon Leap.
1877
- U_clover-Fix-build-with-llvm-12.patch
1878
  * Fixes build with LLVM 12.
1879
- U_clover-Add-missing-include-for-llvm-12-build-fix.patch
1880
  * Fixes a missing header in the previous patch.
1881
1882
-------------------------------------------------------------------
1883
Sat Apr 17 14:39:04 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1884
1885
- Mesa-devel: no longer require libOSMesa-devel, since it's now
1886
  built in Mesa-drivers; packages should require it directly now,
1887
  preferrably via pkconfig(osmesa) ...
1888
1889
-------------------------------------------------------------------
1890
Sat Apr 17 12:45:17 UTC 2021 - Tobias Klausmann <tobias.klausmann@freenet.de>
1891
1892
- Switch dummy driver for mesa package from "auto" xorg driver (i965) to
1893
  gallium swrast driver
1894
1895
-------------------------------------------------------------------
1896
Sat Apr 17 10:11:09 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1897
1898
- update to 21.0.2
1899
  * many additions especially on the Radeon Vulkan (RADV) driver
1900
    front where sparse memory support is in place, AMD Smart Access
1901
    Memory / Resizable BAR optimizations, various RDNA 2
1902
    improvements, rapid packed math for ACO, and more.
1903
    Elsewhere in Mesa 21.0 there are continued RadeonSI
1904
    optimizations, many Intel ANV and Iris improvements, OpenGL 3.3
1905
    for Freedreno, DXGI Winsys was added and initial Direct3D 12
1906
    code for WSL, OpenGL 4.1 for Zink, and more.
1907
- moved osmesa build to Mesa-drivers since swrast driver has been
1908
  removed from Mesa
1909
1910
-------------------------------------------------------------------
1911
Tue Apr  6 08:38:16 UTC 2021 - Andreas Schwab <schwab@suse.de>
1912
1913
- Enable radeon and nouveau drivers on riscv64
1914
1915
-------------------------------------------------------------------
1916
Tue Mar 30 19:00:03 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1917
1918
- update to 20.3.5
1919
  * fith bugfix release for the 20.3 branch
1920
  * This is a quite large release with a huge number of fixes in it,
1921
    and is the last planned release for the 20.3.x series. Radv and
1922
    ACO dominate the changes for this release, but there are some
1923
    other things mixed in there.
1924
1925
-------------------------------------------------------------------
1926
Mon Feb  1 10:50:16 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1927
1928
- update to 20.3.4
1929
  * fourth bugfix release for the 20.3 branch
1930
1931
-------------------------------------------------------------------
1932
Wed Jan 27 10:13:51 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1933
1934
- removed no longer needed buildfix-ppc64le.patch; build failed on
1935
  ppc64 due to this patch (bsc#1181439)
1936
1937
-------------------------------------------------------------------
1938
Thu Jan 14 15:02:07 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
1939
1940
- update to 20.3.3
1941
  * third bugfix release for the 20.3 branch
1942
1943
-------------------------------------------------------------------
1944
Thu Dec 31 13:02:52 UTC 2020 - Michał Rostecki <mrostecki@suse.com>
1945
1946
- update to 20.3.2
1947
  * second bugfix release for the 20.3 branch
1948
- drm and surfaceless are not specified as platforms anymore,
1949
  remove them from egl_platforms
1950
1951
-------------------------------------------------------------------
1952
Mon Dec  7 11:09:59 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1953
1954
- update to 20.2.4
1955
  * fourth (second to last) bugfix release for the 20.2 branch
1956
1957
-------------------------------------------------------------------
1958
Tue Dec  1 12:31:55 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1959
1960
- require llvm-devel *without* any explicit version number for
1961
  factory/TW to imply 'distro default llvm version', which we
1962
  usually bump up when a new stable llvm comes out
1963
1964
-------------------------------------------------------------------
1965
Mon Nov 30 13:56:08 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1966
1967
- use llvm11 on factory/TW and sle15-sp3/Leap 15.3
1968
1969
-------------------------------------------------------------------
1970
Sun Nov 29 12:35:33 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1971
1972
- enabled build of radeonsi DRI and VDPAU driver on aarch64
1973
  (boo#1179376)
1974
1975
-------------------------------------------------------------------
1976
Mon Nov 23 19:44:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1977
1978
- update to 20.2.3
1979
  * third bugfix release for the 20.2 branch
1980
1981
-------------------------------------------------------------------
1982
Sat Nov  7 18:10:48 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1983
1984
- update to 20.2.2
1985
  * second bugfix release for the 20.2 branch
1986
1987
-------------------------------------------------------------------
1988
Thu Oct 15 09:59:46 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1989
1990
- reenabled U_fix-mpeg1_2-decode-mesa-20.2.patch due to regression
1991
  reported in boo#1173185
1992
1993
-------------------------------------------------------------------
1994
Wed Oct 14 20:26:56 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
1995
1996
- update to 20.2.1
1997
  * first bugfix release for the 20.2 branch
1998
- supersedes U_fix-mpeg1_2-decode.patch
1999
- disabled U_fix-mpeg1_2-decode-mesa-20.2.patch; likely no longer
2000
  needed (boo#1173185)
2001
2002
-------------------------------------------------------------------
2003
Wed Sep 30 09:17:14 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2004
2005
- U_fix-mpeg1_2-decode-mesa-20.2.patch
2006
  * additional patch currently needed for Mesa 20.2 (boo#1173185)
2007
2008
-------------------------------------------------------------------
2009
Tue Sep 29 09:21:57 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2010
2011
- update to 20.2.0
2012
  * includes Intel Rocket Lake Platform Support
2013
    (jsc#SLE/SLE-12880, jsc#SLE/SLE-12882)
2014
- adjusted/refreshed patches:
2015
  * n_add-Mesa-headers-again.patch
2016
  * n_drirc-disable-rgb10-for-chromium-on-amd.patch
2017
  * u_dep_xcb.patch
2018
- docs now available in .rst format (html before)
2019
2020
-------------------------------------------------------------------
2021
Thu Sep 24 11:08:44 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
2022
2023
- Add U_fix-mpeg1_2-decode.patch (boo#1173185)
2024
  * fixes colors in kaffeine on Radeon (r600 VAAPI driver)
2025
2026
-------------------------------------------------------------------
2027
Fri Sep 18 11:11:14 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2028
2029
- buildfix-ppc64le.patch
2030
  * buildfix for ppc64le (boo#1176562)
2031
2032
-------------------------------------------------------------------
2033
Thu Sep 17 17:51:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
2034
2035
- update to 20.1.8:
2036
  * mainly bugfixes, highlights:
2037
   - Crash in ruvd_end_frame when calling vaBeginPicture/vaEndPicture without rendering anything
2038
   - khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion `c != _SIMPLE_MTX_INVALID_VALUE&#x27; failed.
2039
   - Amber test opt_peel_loop_initial_if: Assertion failed
2040
   - Dirt Rally: Flickering glitches on certain foliage since Mesa 20.1.0 caused by MSAA
2041
   - [BRW] WRC 5 asserts with gallium nine and iris.
2042
2043
-------------------------------------------------------------------
2044
Thu Sep  3 09:24:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2045
2046
- update to 20.1.7
2047
  * seventh bugfix release for the 20.1 branch
2048
2049
-------------------------------------------------------------------
2050
Wed Sep  2 10:14:00 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2051
2052
- switched to llvm9 usage for Leap/SLE15 since llvm10 is not (yet)
2053
  in Leap/SLE15
2054
2055
-------------------------------------------------------------------
2056
Mon Aug 31 19:36:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2057
2058
- version 20.1.6 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882
2059
2060
-------------------------------------------------------------------
2061
Mon Aug 31 19:12:50 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2062
2063
- use again /etc/OpenCL/vendors for openSUSE Leap, i.e. use
2064
  /usr/etc/OpenCL/vendors only for Tumbleweed
2065
2066
-------------------------------------------------------------------
2067
Wed Aug 26 10:37:17 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
2068
2069
- Add vulkan device selection layer and vulkan overlay layer to
2070
  baselibs for 32bit versions on 64bit architectures.
2071
2072
-------------------------------------------------------------------
2073
Tue Aug 25 06:32:03 UTC 2020 - Aaron Dominick <aaron.zakhrov@gmail.com>
2074
2075
- Add vulkan device selection layer and vulkan overlay layer
2076
2077
-------------------------------------------------------------------
2078
Tue Aug 25 05:30:39 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2079
2080
- specfile/baselibs.conf cleanup
2081
  * no longer support Mesa build without libglvnd
2082
  * removed empty packages Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2
2083
2084
-------------------------------------------------------------------
2085
Sun Aug 23 18:08:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2086
2087
- update to 20.1.6
2088
  * sixth bugfix release for the 20.1 branch
2089
2090
-------------------------------------------------------------------
2091
Thu Aug  6 11:51:25 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
2092
2093
- baselibs.conf:
2094
  + Require Mesa-KHR-devel instead of Mesa-KHR-devel-<targettype>:
2095
    KHR-devel consists only of header files there is thus no
2096
    -<targettype> flavor being generated.
2097
  + Do not require Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2 from
2098
    their respective -32bit devel packages: with libglvnd defined
2099
    to 0, the native packages are being generated, but are empty.
2100
    For baselibs, this trick does not work and empty packages are
2101
    being skipped. So we drop the dependency (with a note in the
2102
    .spec to enable the deps when changing the defines).
2103
2104
-------------------------------------------------------------------
2105
Thu Jul 23 12:24:37 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2106
2107
- update to 20.1.4
2108
  * fourth bugfix release for the 20.1 branch
2109
  * just a few fixes here and there, nothing major
2110
2111
-------------------------------------------------------------------
2112
Fri Jul 10 08:43:49 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2113
2114
- update to 20.1.3
2115
  * third bugfix release for the 20.1 branch
2116
  * lots of updates to our testing infrastructure
2117
2118
-------------------------------------------------------------------
2119
Wed Jul  1 12:46:33 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2120
2121
- force valgrind support only on officially supported platforms
2122
  (boo#1173355)
2123
2124
-------------------------------------------------------------------
2125
Fri Jun 26 11:43:50 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2126
2127
- update to 20.1.2
2128
  * second bugfix release for the 20.1 branch
2129
  * most of the fixes here are to the AMD drivers, and the rest
2130
    is scattered over the tree.
2131
2132
-------------------------------------------------------------------
2133
Fri Jun 26 01:20:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2134
2135
- enable valgrind support (boo#1173355)
2136
2137
-------------------------------------------------------------------
2138
Tue Jun 23 18:02:26 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2139
2140
- move mesa.icd from /usr/etc/OpenCL/vendors to
2141
  /usr/share/OpenCL/vendors (boo#1173005)
2142
2143
-------------------------------------------------------------------
2144
Thu Jun 18 11:02:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2145
2146
- switch to /usr/etc/OpenCL/vendors for mesa.icd OpenCL file
2147
  location (boo#1173005)
2148
2149
-------------------------------------------------------------------
2150
Mon Jun 15 12:31:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2151
2152
- update to 20.1.1
2153
  * first bugfix release for the 20.1 branch
2154
  * fixes issue affecting Unreal Engine 4 games on i965
2155
2156
-------------------------------------------------------------------
2157
Wed Jun  3 10:43:06 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2158
2159
- update to 20.1.0
2160
  * first release for the 20.1 branch
2161
  * One already known issue is that Unreal Engine 4 has a bug in
2162
    its usage of glDrawRangeElements() causing it to be called
2163
    with a number of vertices in place of the `end` parameter,
2164
    that was recently revealed. This is an annoying bug that we
2165
    haven't worked around yet. For more details:
2166
    https://gitlab.freedesktop.org/mesa/mesa/-/issues/2917
2167
- supersedes U_add-lifetime-dse-fix.patch
2168
2169
-------------------------------------------------------------------
2170
Tue May 19 19:22:02 UTC 2020 - Martin Liška <mliska@suse.cz>
2171
2172
- Add U_add-lifetime-dse-fix.patch as a proper fix for boo#1171855.
2173
2174
-------------------------------------------------------------------
2175
Tue May 19 05:52:31 UTC 2020 - Martin Liška <mliska@suse.cz>
2176
2177
- Disable LTO for now as there's a known upstream bug
2178
  that hasn't been resolved with GCC 10:
2179
  boo#1171855.
2180
2181
-------------------------------------------------------------------
2182
Fri May 15 09:52:07 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2183
2184
- update to Mesa 20.0.7
2185
  * most fixes in Radv, but there are fixes all over the tree
2186
2187
-------------------------------------------------------------------
2188
Mon May  4 13:47:59 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
2189
2190
- avoid build error PowerPC, using gnu++14 (not gnu++11)
2191
  https://bugzilla.opensuse.org/show_bug.cgi?id=1171045
2192
2193
-------------------------------------------------------------------
2194
Thu Apr 30 14:46:25 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2195
2196
- update to Mesa 20.0.6
2197
  * fairly small release (a little bit of everything in here)
2198
2199
-------------------------------------------------------------------
2200
Sat Apr 25 10:36:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2201
2202
- require llvm/clang 10
2203
2204
-------------------------------------------------------------------
2205
Fri Apr 24 09:21:28 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2206
2207
- update to Mesa 20.0.5
2208
  *  pretty big release with AMD and Intel drivers receiving the
2209
     majority of the work.
2210
- supersedes U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch
2211
- supersedes n_opencl_dep_libclang.patch
2212
2213
-------------------------------------------------------------------
2214
Thu Apr 23 14:23:59 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
2215
2216
- Disable LTO on armv6 to fix build
2217
2218
-------------------------------------------------------------------
2219
Sun Apr  5 12:27:35 UTC 2020 - Torsten Duwe <duwe@suse.com>
2220
2221
- U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch
2222
  * Fix Weston launch on tumbleweed by backporting commit bfb9c08e
2223
2224
-------------------------------------------------------------------
2225
Fri Apr  3 15:25:42 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2226
2227
- update to Mesa 20.0.4
2228
  * emergency release, which reverts a serious SPIR-V regression
2229
    in the 20.0.3 release.
2230
- supersedes U_Revert-spirv-Implement-OpCopyObject-and-OpCopyLogica.patch
2231
2232
-------------------------------------------------------------------
2233
Fri Apr  3 08:38:51 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2234
2235
- U_Revert-spirv-Implement-OpCopyObject-and-OpCopyLogica.patch
2236
  * revert severe spirv regression; emergency release will be
2237
    available soon ...
2238
2239
-------------------------------------------------------------------
2240
Thu Apr  2 09:27:46 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2241
2242
- update to Mesa 20.0.3
2243
  * bugfix release:  fixes all over the tree; mostly AMD (radv,
2244
    aco), NIR and Intel (isl, anv)
2245
2246
-------------------------------------------------------------------
2247
Thu Mar 19 10:08:18 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2248
2249
- update to Mesa 20.0.2
2250
  * bugfix release: fixes all over the code base
2251
2252
-------------------------------------------------------------------
2253
Mon Mar  9 15:15:52 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2254
2255
- update to Mesa 20.0.1
2256
  * bugfix release
2257
2258
-------------------------------------------------------------------
2259
Fri Mar  6 10:27:21 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2260
2261
- cleanup in specfile: get rid of is_opensuse macro, which is no
2262
  longer needed at all (jira#PM-1623)
2263
2264
-------------------------------------------------------------------
2265
Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2266
2267
- Loosen dependencies to allow building with newer versions of
2268
  clang-devel, similar to llvm-devel.
2269
2270
-------------------------------------------------------------------
2271
Fri Feb 21 13:18:18 UTC 2020 - Philipp Seiler <p.seiler@linuxmail.org>
2272
2273
- update to mesa 20.0.0
2274
 * changelog https://mesa3d.org/relnotes/20.0.0.html
2275
- supersedes U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch
2276
- supersedes U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch
2277
- supersedes U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch
2278
- supersedes U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch
2279
- supersedes U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch
2280
- update to patch n_add-Mesa-headers-again.patch to fit v20.0.0 sources
2281
- update to patch n_drirc-disable-rgb10-for-chromium-on-amd.patch to fit v20.0.0 sources
2282
2283
-------------------------------------------------------------------
2284
Fri Feb 21 05:09:10 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2285
2286
- use 7G disk constraints also for x86_64 and i586 (bsc#1164488)
2287
2288
-------------------------------------------------------------------
2289
Tue Feb 18 15:16:13 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2290
2291
- only use 'BuildRequires:llvm-devel >= 9.0.0' for TW/factory; for
2292
  older products still use 'BuildRequires: llvm9-devel'; fixed
2293
  build on openSUSE Leap 15.2
2294
2295
-------------------------------------------------------------------
2296
Sun Feb 16 12:00:17 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2297
2298
- Update to version 19.3.4
2299
  * changes all over the tree, but aco and anv are leading the
2300
    way in changes
2301
- supersedes u_Revert_gallium_Fix_big-endian_addressing_of_non-bitmask_array_formats.patch
2302
2303
-------------------------------------------------------------------
2304
Thu Feb  6 11:32:05 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2305
2306
- u_Revert_gallium_Fix_big-endian_addressing_of_non-bitmask_array_formats.patch
2307
  * replaces U_gallium-Fix-big-endian-addressing-of-non-bitmask-arr.patch
2308
    by an official merge request (bsc#1162252, gitlab issue#2472)
2309
2310
-------------------------------------------------------------------
2311
Mon Feb  3 17:17:44 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2312
2313
- U_gallium-Fix-big-endian-addressing-of-non-bitmask-arr.patch
2314
  * reverse apply since it caused a regression in rendering on
2315
    s390x (bsc#1162252)
2316
2317
-------------------------------------------------------------------
2318
Wed Jan 29 22:56:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2319
2320
- require and check for llvm-devel >= 9 instead of llvm9-devel on
2321
  openSUSE
2322
2323
-------------------------------------------------------------------
2324
Wed Jan 29 17:15:01 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2325
2326
- enabled build of gallium based llvmpipe driver for s390x
2327
  (related to jsc#IBM-369, jsc#SLE-7452)
2328
2329
-------------------------------------------------------------------
2330
Wed Jan 29 14:59:10 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2331
2332
- Update to version 19.3.3
2333
  * There's plenty of changes here, but intel, docs, radeonsi,
2334
    and aco are the biggest sets of changes.
2335
- supersedes U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
2336
2337
-------------------------------------------------------------------
2338
Wed Jan 29 13:34:34 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2339
2340
- set optflags also for g++ compiler
2341
2342
-------------------------------------------------------------------
2343
Mon Jan 27 15:31:52 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2344
2345
- require llvm9 (jsc#IBM-369, jsc#SLE-7452)
2346
2347
-------------------------------------------------------------------
2348
Wed Jan 22 13:47:07 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2349
2350
- U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch
2351
  U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch
2352
  U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch
2353
  U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch
2354
  U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
2355
  U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch
2356
  * fixes build with gcc10 using -fno-common as default now (boo#1160578)
2357
2358
-------------------------------------------------------------------
2359
Mon Jan 13 16:11:52 UTC 2020 - Andreas Schwab <schwab@suse.de>
2360
2361
- Enable LLVM support on riscv64
2362
2363
-------------------------------------------------------------------
2364
Sun Jan 12 18:09:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2365
2366
- Update to version 19.3.2
2367
  * Intel and AMD drivers make up the bulk of the changes, with
2368
    a bit of nir and glsl, plus a sprinkling of other stuff in
2369
    there.
2370
2371
-------------------------------------------------------------------
2372
Sun Jan  5 20:07:47 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
2373
2374
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
2375
  * fixes patch (boo#1145188)
2376
2377
-------------------------------------------------------------------
2378
Sun Dec 29 09:09:03 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
2379
2380
- Update to version 19.3.1
2381
  * Bugfixes for i965/iris, anv and radv
2382
2383
-------------------------------------------------------------------
2384
Mon Dec 16 15:42:01 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
2385
2386
- Update to version 19.3.0
2387
  * Mainly changes to the build system, i965, aco, radv and anv
2388
  * New features, check Phoronix:
2389
    https://www.phoronix.com/scan.php?page=article&item=mesa-193-features
2390
2391
-------------------------------------------------------------------
2392
Fri Nov 22 11:06:45 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2393
2394
- Update to version 19.2.6
2395
  * fixes build on PPC
2396
  * couple of additional stable patches
2397
2398
-------------------------------------------------------------------
2399
Thu Nov 21 11:40:59 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2400
2401
- Update to version 19.2.5
2402
  * There's a little bit over everything in here, with anv and
2403
    radeonsi standing out as the two biggest components getting
2404
    changes, but core mesa, core gallium, llvmpipe, nir, egl,
2405
    i965, tgsi, st/mesa, spirv, and the Intel compiler also
2406
    fixes in this release.
2407
- supersedes u_call-shmget-with-permission-0600-instead-of-0777.patch
2408
2409
-------------------------------------------------------------------
2410
Thu Nov 14 14:36:08 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2411
2412
- u_call-shmget-with-permission-0600-instead-of-0777.patch
2413
  * CVE-2019-5068 (bsc#1156015)
2414
2415
-------------------------------------------------------------------
2416
Thu Nov 14 10:15:13 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2417
2418
- Update to version 19.2.4
2419
  * This is an emergency release, to fix a critical bug found in
2420
    the 19.2.3 release which causes incomplete rendering on all
2421
    mesa drivers. This release contains a single patch to fix
2422
    that bug.
2423
2424
-------------------------------------------------------------------
2425
Wed Nov 13 14:01:29 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
2426
2427
- Update _contraints, Mesa-drivers needs 7GB of disk to build
2428
  safely.
2429
2430
-------------------------------------------------------------------
2431
Thu Nov  7 11:20:41 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2432
2433
- Update to version 19.2.3
2434
  In this release: iris, meson, radv, anv, turnip, 965, svga,
2435
  utils, core mesa, glsl, etanviv, and gallium/rbug
2436
- This Mesa release includes support for latest GPUs including Intel
2437
  (jsc#SLE-7962, jsc#SLE-8024, jsc#SLE-8022, jsc#SLE-10182, jsc#SLE-4983,
2438
   bsc#1137515) and fixes for boo#1127672, bsc#1117365
2439
2440
-------------------------------------------------------------------
2441
Tue Nov  5 07:45:37 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
2442
2443
- Dont conflict with vulkan-devel anymore as there is no file
2444
  conflict
2445
2446
-------------------------------------------------------------------
2447
Fri Nov  1 17:07:44 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
2448
2449
- Use %pkg_vcmp macro instead of llvm-config to detect LLVM 9.
2450
2451
-------------------------------------------------------------------
2452
Fri Oct 25 19:35:23 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2453
2454
- Update to version 19.2.2
2455
  * assortment of fixes in this release, notably a bunch of work
2456
    to get Solaris and illumos working with mesa, as well as more
2457
    work fixing issues in the migration of package-config and
2458
    headers being handled by libglvnd instead of mesa when mesa
2459
    is built with support for glvnd.
2460
    There's  bunch of other changes here, with radv and intel
2461
    leading the pack, otherwise just a few things here and there.
2462
- n_add-Mesa-headers-again.patch
2463
  * add Mesa headers again despite of building it against libglvnd;
2464
    those headers turned out not to be usable; in addition packaging
2465
    headers with libglvnd make dependancies problematic ...
2466
2467
-------------------------------------------------------------------
2468
Mon Oct 14 10:23:51 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2469
2470
- let Mesa-libEGL-devel require libX11 devel via "pkgconfig(x11)"
2471
  since EGL/eglplatform.h includes X11/Xlib.h
2472
2473
-------------------------------------------------------------------
2474
Wed Oct  9 22:16:18 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2475
2476
- Update to version 19.2.1
2477
  * fixes all over the tree: intel, amd, nine, nir, egl, gallium,
2478
    scons, meson, glsl, haiku, android, and nouveau all got fixes.
2479
2480
-------------------------------------------------------------------
2481
Mon Oct  7 21:50:32 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2482
2483
- pickup gl, egl, glesv1_cm and glesv2 pkgconfig files from
2484
  libglvnd build and add them to the appropriate devel subpackages
2485
2486
-------------------------------------------------------------------
2487
Mon Oct  7 16:20:49 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2488
2489
- reintroduce GL, EGL, GLES* devel subpackages since corresponding
2490
  header and pkgconfig files from libglvnd didn't work out ...
2491
2492
-------------------------------------------------------------------
2493
Mon Sep 30 11:42:12 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
2494
2495
- Rebase n_opencl_dep_libclang.patch after update.
2496
2497
-------------------------------------------------------------------
2498
Mon Sep 30 09:02:03 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2499
2500
- Update to version 19.2.0 including changes to
2501
  * release-infastructure
2502
  * the build
2503
  * drivers: turnip, radv, android, intel and amd common code
2504
  * new features: check Phoronix
2505
    https://www.phoronix.com/scan.php?page=news_item&px=Mesa-19.2-Released
2506
- supersedes U_llvmpipe-Don-t-use-u_ringbuffer-for-lp_scene_queue.patch
2507
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
2508
- supersedes n_glesv1_cm-glesv2.patch
2509
2510
-------------------------------------------------------------------
2511
Sat Sep 28 13:42:30 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2512
2513
- no longer build
2514
  * Mesa-libGL-devel
2515
  * Mesa-libEGL-devel
2516
  * Mesa-libGLESv1_CM-devel
2517
  * Mesa-libGLESv2-devel
2518
  * Mesa-libGLESv3-devel
2519
  Instead of requiring these let Mesa-devel package require
2520
  libglvnd-devel >= 1.2.0, which provides the contents of these
2521
  packages now (header files for OpenGL, GLES, EGL, and GLX).
2522
  Adjusted baselibs.conf accordingly.
2523
- modified check for llvm version in a way so it works also with
2524
  older llvm packages (by making use of "llvm-config -version"),
2525
  where there is %{_llvm_sonum} macro defined yet
2526
- moved manual pages to Mesa-devel package
2527
2528
-------------------------------------------------------------------
2529
Wed Sep 25 18:34:34 UTC 2019 - Aaron Puchert <aaronpuchert@alice-dsl.net>
2530
2531
- n_opencl_dep_libclang.patch
2532
  * Link OpenCL library with libclang-cpp.so instead of the
2533
    component libraries for LLVM >= 9.
2534
2535
-------------------------------------------------------------------
2536
Wed Sep 18 06:59:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2537
2538
- Update to version 19.1.7
2539
  * another bugfix release ....
2540
2541
-------------------------------------------------------------------
2542
Mon Sep  9 10:51:49 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
2543
2544
- Add ppc64 for radeonsi to avoid build error
2545
2546
-------------------------------------------------------------------
2547
Wed Sep  4 09:08:57 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2548
2549
- Update to version 19.1.6
2550
  * bugfix release
2551
2552
-------------------------------------------------------------------
2553
Mon Aug 26 08:12:29 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2554
2555
- Update to version 19.1.5
2556
  * bugfix release
2557
2558
-------------------------------------------------------------------
2559
Wed Aug 14 18:51:18 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
2560
2561
- Build radeonsi and libvdpau_radeonsi on ppc64le
2562
2563
-------------------------------------------------------------------
2564
Mon Aug 12 08:42:27 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2565
2566
- Update to version 19.1.4:
2567
  * Mostly, as usual, in fixes for different drivers (anv, radv,
2568
    radeon, nv50, nvc0) as well as in backend parts (egl, spirv,
2569
    nir, ...).
2570
  * Of those fixes, we could highlight several ones:
2571
    - Vulkan 24/48 bit formats are now not supported on Ivybridge.
2572
    - R8G8B8_UNORM_SRGB is not supported on Haswell.
2573
    - A fix for hair artifacts in Max Payne 3 on AMD/RADV.
2574
    - Vulkan transform feedback extension is disabled on Intel
2575
      gen7.
2576
2577
-------------------------------------------------------------------
2578
Tue Jul 23 19:50:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2579
2580
- Update to version 19.1.3:
2581
  * Mostly fixes for ANV and RADV drivers, as well as NIR backend
2582
    fixes.
2583
  * Several of those patches fix crashes with the drivers, and a
2584
    couple of them fix memory leaks.
2585
2586
-------------------------------------------------------------------
2587
Mon Jul 22 09:42:33 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2588
2589
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
2590
  * added totem as another affected application (boo#1142270)
2591
2592
-------------------------------------------------------------------
2593
Fri Jul 12 10:16:59 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2594
2595
- Add v3d support (VC5/V6 driver) for %arm and aarch64
2596
2597
-------------------------------------------------------------------
2598
Fri Jul 12 08:46:16 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
2599
2600
- Add kmsro for %arm and aarch64
2601
2602
-------------------------------------------------------------------
2603
Thu Jul 11 15:02:37 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2604
2605
- U_llvmpipe-Don-t-use-u_ringbuffer-for-lp_scene_queue.patch
2606
  * may fix crashes in llvmpipe on SMP systems with LTO enabled
2607
    builds (boo#1133265)
2608
2609
-------------------------------------------------------------------
2610
Tue Jul  9 16:20:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2611
2612
- Update to version 19.1.2:
2613
  * Different fixes for the Intel and AMD Vulkan drivers,
2614
    Freedreno, the Meson build system, and some other fixes for
2615
    other parts and/or drivers.
2616
  * Worth to mention a fix for a crash in Wolfenstein II with the
2617
    RADV driver, and another fix relevant for DXVK on Intel gen7
2618
    drivers.
2619
- Update Source urls from ftp to https.
2620
2621
-------------------------------------------------------------------
2622
Thu Jun 27 20:18:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2623
2624
- Update to version 19.1.1:
2625
  * Mostly in fixes for different drivers (RADV, ANV, Nouveau,
2626
    Virgl, V3D, R300g, ...).
2627
  * Also different fixes for different parts (Meson build, GLX,
2628
    etc).
2629
2630
-------------------------------------------------------------------
2631
Wed Jun 19 09:17:51 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2632
2633
- reverted latest change in specfile; it's not needed; llvm8 is
2634
  already been chosen on factory/TW by default ...
2635
2636
-------------------------------------------------------------------
2637
Tue Jun 18 09:29:26 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2638
2639
- use llvm8 on factory/TW
2640
2641
-------------------------------------------------------------------
2642
Thu Jun 13 09:34:13 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2643
2644
- n_glesv1_cm-glesv2.patch
2645
  * reenables build of GLESv1_CM and GLESv2 ...
2646
- readded pkgconfig files for GLESv1_CM and GLESv2 to filelists
2647
- removed again virtual provides for
2648
  * pkgconfig(glesv1_cm)
2649
  * pkgconfig(glesv2)
2650
2651
-------------------------------------------------------------------
2652
Wed Jun 12 03:51:43 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2653
2654
- reenable LTO with Mesa 19.1 (boo#1133265, comment#5)
2655
- enabled new gallium drivers
2656
  * iris (newer Intel GPUs)
2657
  * lima, panfrost on ARM64
2658
- virtually provide
2659
  * pkgconfig(glesv1_cm)
2660
  * pkgconfig(glesv2)
2661
  in libGLESv1_CM-devel/libGLESv2-devel packages, since these files
2662
  have been removed from Mesa via git commit #1587586
2663
2664
-------------------------------------------------------------------
2665
Tue Jun 11 20:06:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
2666
2667
- Update to 19.1.0:
2668
  * Mesa 19.1.0 implements the OpenGL 4.5 API, but the version
2669
    reported by glGetString(GL_VERSION) or
2670
    glGetIntegerv(GL_MAJOR_VERSION) /
2671
    glGetIntegerv(GL_MINOR_VERSION) depends on the particular
2672
    driver being used. Some drivers don't support all the features
2673
    required in OpenGL 4.5. OpenGL 4.5 is only available if
2674
    requested at context creation. Compatibility contexts may
2675
    report a lower version depending on each driver.
2676
  * The top highlights include:
2677
    - GL_ARB_parallel_shader_compile for all drivers.
2678
    - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
2679
    - GL_EXT_shader_image_load_formatted on radeonsi.
2680
    - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
2681
    - GL_EXT_texture_compression_s3tc_srgb on Gallium and i965
2682
      drivers (ES extension).
2683
    - GL_NV_compute_shader_derivatives on Iris and i965 drivers.
2684
    - GL_KHR_parallel_shader_compile on all drivers.
2685
    - GL_INTEL_conservative_rasterization on Iris.
2686
- Refresh patches with quilt.
2687
- Clean-up spec files for .pc and other files no longer built.
2688
2689
-------------------------------------------------------------------
2690
Wed May 22 10:21:16 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2691
2692
- Update to 19.0.5
2693
  * Things have slowed back down from the last release, which is
2694
    good for this late in the series. No one area has received too
2695
    much work, with a little bit sprinkled in here and there in
2696
    both core code and drivers.
2697
2698
-------------------------------------------------------------------
2699
Fri May 10 12:45:00 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2700
2701
- Update to 19.0.4
2702
  * It's been a pretty active release, especially for how late in
2703
    the cyle we are. Radv was the busiest component, but there
2704
    were also a few changes for intel, radeonsi, some core vulkan
2705
    work, and a little bit of other stuff here and there.
2706
2707
-------------------------------------------------------------------
2708
Fri Apr 26 10:03:02 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2709
2710
- Update to 19.0.3
2711
  * quiet release with just 19 patches (excluding release churn)
2712
    since 19.0.2
2713
  * no sub component was touched too much
2714
  * virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm
2715
    received a few patches
2716
2717
-------------------------------------------------------------------
2718
Wed Apr 24 17:24:16 UTC 2019 - Martin Liška <mliska@suse.cz>
2719
2720
- Disable LTO (boo#1133265).
2721
2722
-------------------------------------------------------------------
2723
Wed Apr 17 16:10:26 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2724
2725
- Drop patches n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
2726
  and archlinux_0001-Fix-linkage-against-shared-glapi.patch:
2727
  These patches only work when building mesa with autotools. As we use meson
2728
  instead now, these patches do nothing.
2729
2730
-------------------------------------------------------------------
2731
Wed Apr 17 16:08:20 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2732
2733
- Drop version 19.0.1 tarballs
2734
2735
-------------------------------------------------------------------
2736
Thu Apr 11 09:50:31 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2737
2738
- Update to 19.0.2
2739
  * Just a few fixes for radeon, a few for nir, a couple for radv,
2740
    a couple for v3d, and a few other patches here and there.
2741
2742
-------------------------------------------------------------------
2743
Thu Mar 28 10:24:11 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2744
2745
- Update to 19.0.1
2746
  * "This is the first bug fix release of the 19.0 branch. It's
2747
    been a pretty calm cycle, and there's not too much here. I
2748
    think things are looking pretty good overall."
2749
2750
-------------------------------------------------------------------
2751
Fri Mar 22 10:14:33 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2752
2753
- baselibs.conf: Mesa-libEGL-devel needs Mesa-KHR-devel (bsc#1117365)
2754
2755
-------------------------------------------------------------------
2756
Fri Mar 22 06:58:08 UTC 2019 - olaf@aepfle.de
2757
2758
- Mesa-libEGL-devel needs Mesa-KHR-devel (bsc#1117365)
2759
2760
-------------------------------------------------------------------
2761
Wed Mar 20 14:44:10 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
2762
2763
- Remove imx from ARM drivers (dropped upstream)
2764
2765
-------------------------------------------------------------------
2766
Thu Mar 14 15:02:46 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
2767
2768
- Update to 19.0.0
2769
  * bug fixes and performance improvements
2770
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
2771
- supersedes u_wayland_egl-Ensure-EGL-surface.patch
2772
2773
-------------------------------------------------------------------
2774
Mon Mar  4 15:48:51 UTC 2019 - Andreas Schwab <schwab@suse.de>
2775
2776
- Don't enable gallium_loader on ppc and s390x
2777
- Fix configuration on non-gallium archs
2778
- u_dep_xcb.patch: fix missing xcb dependencies
2779
2780
-------------------------------------------------------------------
2781
Mon Mar  4 10:25:40 UTC 2019 - normand@linux.vnet.ibm.com
2782
2783
- avoid Mesa-drivers build failure for ppc64le reported by
2784
  (boo#1127672)
2785
2786
-------------------------------------------------------------------
2787
Wed Feb 20 15:40:14 UTC 2019 - sndirsch@suse.com
2788
2789
- remove n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch;
2790
  keeping that one reintroduced render errors and missing screen
2791
  refreshes on GNOME3 in a qemu VM (cirrus emulation); the issue has
2792
  been fixed in a different and better way since 18.3.3; this is
2793
  related to bsc#1118149
2794
2795
-------------------------------------------------------------------
2796
Tue Feb 19 08:34:39 UTC 2019 - sndirsch@suse.com
2797
2798
- Update to 18.3.4
2799
  * A fix in the XvMC state-tracker, which was causing some video attributes to
2800
    not take affect. On the video front the VAAPI state tracker has seen
2801
    improvements with VP9 streams while the amdgpu driver advertises all available
2802
    profiles.
2803
  * On Intel side we have compiler fixes and extra PCI IDs for Coffee Lake and
2804
    Ice Lake parts. In the Broadcom drivers a couple of memory leaks were
2805
    addressed and the NEON assembly should compile properly on armhf.
2806
  * Other drivers such as radeonsi, nouveau and freedreno have also seen some
2807
    love. The RADV driver has seen addressed to compile correctly with GCC9
2808
    amongst other changes.
2809
  * The Xlib based libGL have been addressed to work with X servers, which lacks
2810
    the MIT-SHM extension such as XMing.
2811
  * To top it up we have a few fixes to the meson build system.
2812
2813
-------------------------------------------------------------------
2814
Mon Feb  4 17:49:03 UTC 2019 - sndirsch@suse.com
2815
2816
- Update to 18.3.3
2817
  * In this release we have:
2818
    A memory leak fix in the etnaviv driver, better NEON assembly code in vc4 and
2819
    couple of stability improvements to the radeonsi driver. Another memory leak
2820
    affecting all gallium drivers have also been addressed.
2821
  * The time required to compile GLSL shaders with large amount of uniforms, such
2822
    as Godot, has been improved.
2823
  * GLX and swrast have also seen some improvements.
2824
  * On the Vulkan side, the ANV driver adjusted the number of images supported
2825
    for gen8 and earlier to 8, while for newer hardware it remains the same 64.
2826
    The RADV driver has seens a collection of stability improvements and fix for
2827
    the Vulkan version advertised in some corner cases.
2828
  * To top it all up, the meson build system has seen a steady amount of fixes:
2829
    the DSO version for the VDPAU drivers is now included, ICC compatibility
2830
    patches, opencl handling and relaxed handling when building osmesa.
2831
- adjusted n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
2832
2833
-------------------------------------------------------------------
2834
Mon Jan 21 18:29:27 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2835
2836
- Build Mesa with meson instead of automake
2837
  + Build classic swrast with Mesa, as its a dependency for osmesa - delete it
2838
    while installing
2839
  + Build egl with Mesa-drivers as it demands one windowing-system -
2840
    delete it while installing
2841
2842
-------------------------------------------------------------------
2843
Fri Jan 18 18:32:13 UTC 2019 - sndirsch@suse.com
2844
2845
- Update to 18.3.2
2846
  * In this release candidate we have added more PCI IDs for AMD
2847
    Vega devices and a number of fixes for the RADV Vulkan drivers.
2848
  * On the Intel side we have a selection ranging from quad swizzles
2849
    support for ICL to compiler fixes.
2850
  * The nine state tracker has also seen some love as do the
2851
    Broadcom drivers.
2852
  * To top it all up, we have a healthy mount of build system fixes.
2853
2854
-------------------------------------------------------------------
2855
Wed Jan  9 10:49:24 UTC 2019 - sndirsch@suse.com
2856
2857
- redisabled support for tegra, since it just got disabled upstream
2858
  in git master ...
2859
2860
-------------------------------------------------------------------
2861
Sat Jan  5 23:31:00 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
2862
2863
- Enable the surfaceless platform, which is needed by KDE CI
2864
  environment for testing (https://phabricator.kde.org/T10245)
2865
2866
-------------------------------------------------------------------
2867
Wed Dec 19 15:01:41 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org>
2868
2869
- Add etnaviv, imx and tegra supports for %arm and arch64
2870
2871
-------------------------------------------------------------------
2872
Wed Dec 12 15:29:53 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
2873
2874
- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
2875
  configure when building the drivers. Helps us break a build
2876
  cycle.
2877
2878
-------------------------------------------------------------------
2879
Wed Dec 12 11:00:56 UTC 2018 - sndirsch@suse.com
2880
2881
- Update to 18.3.1
2882
  * This version disables the VK_EXT_pci_bus_info extension due to
2883
    last minute issues spotted in the specification.
2884
2885
-------------------------------------------------------------------
2886
Tue Dec 11 10:45:49 UTC 2018 - sndirsch@suse.com
2887
2888
- n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
2889
  * Xshm results in render errors and missing screen refreshes on GNOME3
2890
    in a qemu VM (cirrus emulation) [bsc#1118149]
2891
2892
-------------------------------------------------------------------
2893
Mon Dec 10 15:38:24 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
2894
2895
- Fix baselibs.conf entry for Mesa-KHR-devel (missing "-")
2896
2897
-------------------------------------------------------------------
2898
Fri Dec  7 13:57:32 UTC 2018 - sndirsch@suse.com
2899
2900
- Update to 18.3.0 final release
2901
  * The top highlights include:
2902
    + GL_AMD_depth_clamp_separate on r600, radeonsi.
2903
    + GL_AMD_framebuffer_multisample_advanced on radeonsi.
2904
    + GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.
2905
    + GL_AMD_multi_draw_indirect on all GL 4.x drivers.
2906
    + GL_AMD_query_buffer_object on i965, nvc0, r600, radeonsi.
2907
    + GL_EXT_disjoint_timer_query on radeonsi and most other Gallium drivers
2908
      (ES extension)
2909
    + GL_EXT_texture_compression_s3tc on all drivers (ES extension)
2910
    + GL_EXT_vertex_attrib_64bit on i965, nvc0, radeonsi.
2911
    + GL_EXT_window_rectangles on radeonsi.
2912
    + GL_KHR_texture_compression_astc_sliced_3d on radeonsi.
2913
    + GL_NV_fragment_shader_interlock on i965.
2914
    + EGL_EXT_device_base for all drivers.
2915
    + EGL_EXT_device_drm for all drivers.
2916
    + EGL_MESA_device_software for all drivers.
2917
  * Additional features:
2918
    ANV
2919
    + VK_EXT_calibrated_timestamps
2920
    + VK_EXT_pci_bus_info
2921
    + VK_EXT_sampler_filter_minmax
2922
    + VK_EXT_vertex_attribute_divisor v3
2923
    + VK_GOOGLE_decorate_string
2924
    + VK_GOOGLE_hlsl_functionality1
2925
    + VK_KHR_driver_properties
2926
    RADV
2927
    + VK_EXT_calibrated_timestamps
2928
    + VK_EXT_conservative_rasterization
2929
    + VK_EXT_pci_bus_info
2930
    + VK_EXT_transform_feedback
2931
    + VK_EXT_vertex_attribute_divisor v3
2932
    + VK_GOOGLE_decorate_string
2933
    + VK_GOOGLE_hlsl_functionality1
2934
    + VK_KHR_driver_properties
2935
- supersedes u_constify-struct-drisw_loader_funcs.patch,
2936
  u_drisw-use-separate-drisw_loader_funcs-for-shm.patch
2937
2938
-------------------------------------------------------------------
2939
Tue Dec  4 11:20:05 UTC 2018 - bjorn.lie@gmail.com
2940
2941
- Add u_wayland_egl-Ensure-EGL-surface.patch: wayland/egl: Ensure
2942
  EGL surface is resized on DRI update_buffers(). Patch is sent
2943
  upstream already.
2944
2945
-------------------------------------------------------------------
2946
Thu Nov 29 13:12:15 UTC 2018 - sndirsch@suse.com
2947
2948
- Update to 18.3.0-rc5
2949
  * fifth release candidate for Mesa 18.3.0
2950
2951
-------------------------------------------------------------------
2952
Tue Nov 27 10:50:17 UTC 2018 - sndirsch@suse.com
2953
2954
- added libGL-Mesa-devel split-off provides to Mesa-KHR-devel
2955
  package, since /usr/include/KHR/khrplatform.h moved between
2956
  these two packages (related to bsc#1117365)
2957
2958
-------------------------------------------------------------------
2959
Tue Nov 27 08:42:43 UTC 2018 - msrb@suse.com
2960
2961
- Place khrplatform.h into new package Mesa-KHR-devel. It is now
2962
  required by all devel packages that need it. (bsc#1117365)
2963
2964
-------------------------------------------------------------------
2965
Mon Nov 26 15:06:58 UTC 2018 - msrb@suse.com
2966
2967
- Remove n_drisw-Do-not-use-drisw_put_image_shm.patch,
2968
  add u_constify-struct-drisw_loader_funcs.patch
2969
  and u_drisw-use-separate-drisw_loader_funcs-for-shm.patch.
2970
  * Replace workaround with proper fix for crash in VLC and
2971
    possibly other applications. (boo#1113533)
2972
2973
-------------------------------------------------------------------
2974
Fri Nov 23 17:21:06 UTC 2018 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
2975
2976
- Use rpm variables for the drirc.d path
2977
2978
-------------------------------------------------------------------
2979
Thu Nov 22 14:12:45 UTC 2018 - sndirsch@suse.com
2980
2981
- Update to 18.3.0-rc4
2982
  * fourth release candidate for Mesa 18.3.0
2983
2984
-------------------------------------------------------------------
2985
Sat Nov 17 21:06:24 UTC 2018 - sndirsch@suse.com
2986
2987
- Update to 18.3.0-rc3
2988
  * third release candidate for Mesa 18.3.0
2989
2990
-------------------------------------------------------------------
2991
Thu Nov 15 16:50:48 UTC 2018 - sndirsch@suse.com
2992
2993
- moved /usr/include/KHR from libEGL-devel to libGL-devel since it's
2994
  now being referenced by glext.h
2995
2996
-------------------------------------------------------------------
2997
Thu Nov 15 15:19:27 UTC 2018 - sndirsch@suse.com
2998
2999
- Update to 18.3.0-rc2
3000
  * second release candidate for Mesa 18.3.0
3001
- supersedes the following patches:
3002
  * U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch
3003
  * U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch
3004
  * U_python-Fix-rich-comparisons.patch
3005
  * U_python-Use-key-functions-when-sorting-containers.patch
3006
  * mako_4_radv.patch
3007
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
3008
- /etc/drirc moved to /usr/share/drirc.d/00-mesa-defaults.conf
3009
3010
-------------------------------------------------------------------
3011
Tue Nov 13 08:50:56 UTC 2018 - msrb@suse.com
3012
3013
- n_drisw-Do-not-use-drisw_put_image_shm.patch
3014
  * Workaround for applications that create GL context twice with
3015
    different loaders. (boo#1113533)
3016
3017
-------------------------------------------------------------------
3018
Thu Nov  1 13:15:49 UTC 2018 - sndirsch@suse.com
3019
3020
- Update to 18.2.4
3021
  * Different fixes for different drivers: freedreno, radeonsi,
3022
    swr, anv and radv. Also there are fixes for ac, gallium,
3023
    spirv and blorp.
3024
3025
-------------------------------------------------------------------
3026
Thu Oct 25 14:29:20 UTC 2018 - msrb@suse.com
3027
3028
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
3029
  * Disallow rgb10 configs for chromium with radeonsi to prevent
3030
    broken colors in video. (boo#1113211)
3031
3032
-------------------------------------------------------------------
3033
Mon Oct 22 13:24:59 UTC 2018 - sndirsch@suse.com
3034
3035
- Update to 18.2.3
3036
  * Different patches for the DirectX9 and DRI state trackers.
3037
  * Several fixes and workarounds for different games, inlcuding
3038
    RAGE, Yakuza and The Evil Within, Wolfenstein The Old Blood
3039
    ARMA 3, or No Mans Sky.
3040
  * A bunch of fixes for different drivers, including r600,
3041
    nouveau, radeonsi, anv, radv, virgl, i965, nvc0 or nv50.
3042
    Worth to mention a fix for GPU hangs in Radeonsi.
3043
  * State Trackers also get different fixes and corrections.
3044
  * Finally, fixes for GLSL and NIR are also in this queue.
3045
3046
-------------------------------------------------------------------
3047
Fri Oct  5 19:04:01 UTC 2018 - bjorn.lie@gmail.com
3048
3049
- Update to 18.2.2
3050
  * Different patches for the DirectX9 and DRI state trackers.
3051
  * A patch to implement vkAcquireNextImage2 in the Intel and AMD
3052
    vulkan drivers, as well as a patch for adding support for
3053
    protected memory properties in GetPhysicalDeviceProperties2()
3054
    for the former driver.
3055
  * RADV also gets a patch to fix some issues with reflections in
3056
    GTA V, and a patch to fix a GPU hang in SteamVR with Vega.
3057
  * Finally, there are more fixes for Radeonsi, nvc0, vc4, and
3058
    vulkan code.
3059
- Drop usage of sha1sum, use sig and keyring verification instead.
3060
  Following this, add key from Juan A. Suarez to keyring.
3061
- Drop u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
3062
  Fixed upstream.
3063
3064
-------------------------------------------------------------------
3065
Fri Sep 21 20:38:47 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
3066
3067
- update to 18.2.1
3068
  * Lot of fixes for Vulkan drivers.
3069
3070
-------------------------------------------------------------------
3071
Tue Sep 11 13:28:26 UTC 2018 - sndirsch@suse.com
3072
3073
- get rid of libwayland-egl1/libwayland-egl-devel completely; also
3074
  for older Leap versions
3075
3076
-------------------------------------------------------------------
3077
Mon Sep 10 13:29:24 UTC 2018 - sndirsch@suse.com
3078
3079
- update to 18.2.0
3080
  * This release consists of nearly 2200 commits from approximately
3081
    130 developers.
3082
  * The top highlights include:
3083
    - OpenGL 4.3 on virgl.
3084
    - OpenGL 4.4 Compatibility profile on radeonsi.
3085
    - OpenGL ES 3.2 on radeonsi and virgl.
3086
    - GL_ARB_ES3_2_compatibility on radeonsi.
3087
    - GL_ARB_fragment_shader_interlock on i965.
3088
    - GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+).
3089
    - GL_ANDROID_extension_pack_es31a on radeonsi.
3090
    - GL_KHR_texture_compression_astc_ldr on radeonsi.
3091
    - GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on
3092
      nvc0 (GM200+).
3093
    - GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+).
3094
    - multisampled images on nvc0 (GM107+) (now supported on GF100+).
3095
  * Additional features:
3096
    - ANV Extensions:
3097
      - VK_KHR_bind_memory2.
3098
      - VK_KHR_external_fence.
3099
      - VK_KHR_external_fence_capabilities.
3100
      - VK_KHR_external_semaphore.
3101
      - VK_KHR_external_semaphore_capabilities.
3102
      - VK_KHR_maintenance2.
3103
      - VK_KHR_maintenance3.
3104
      - VK_KHR_multiview.
3105
      - VK_KHR_relaxed_block_layout.
3106
      - VK_KHR_sampler_ycbcr_conversion.
3107
      - VK_KHR_8bit_storage.
3108
      - VK_KHR_create_renderpass2.
3109
      - VK_KHR_display.
3110
      - VK_KHR_display_swapchain.
3111
      - VK_KHR_external_fence_fd.
3112
      - VK_KHR_external_semaphore_fd.
3113
      - VK_KHR_get_display_properties2.
3114
      - VK_KHR_image_format_list.
3115
    - RADV Extensions:
3116
      - VK_KHR_bind_memory2.
3117
      - VK_KHR_external_fence.
3118
      - VK_KHR_external_fence_capabilities.
3119
      - VK_KHR_maintenance2.
3120
      - VK_KHR_maintenance3.
3121
      - VK_KHR_multiview.
3122
      - VK_KHR_relaxed_block_layout.
3123
      - VK_KHR_create_renderpass2.
3124
      - VK_KHR_display.
3125
      - VK_KHR_display_swapchain.
3126
      - VK_KHR_draw_indirect_count.
3127
      - VK_KHR_external_fence_fd.
3128
      - VK_KHR_get_display_properties2.
3129
      - VK_KHR_get_surface_capabilities2.
3130
      - VK_KHR_image_format_list.
3131
    - New GL extensions supported by all drivers:
3132
      - GL_OES_EGL_image_external.
3133
      - GL_OES_EGL_image_external_essl3.
3134
    - freedreno:
3135
      - GL 3.0's multisample anti-aliasing support on a5xx.
3136
      - GL_ARB_texture_multisample support on a5xx.
3137
      - GLES3.1's GS5 Packing/bitfield/conversion functions support on a5xx.
3138
      - Dynamically uniform UBO array indices.
3139
      - Packing/bitfield/conversion functions.
3140
      - Enhanced textureGather.
3141
      - GL_OES_texture_buffer.
3142
      - GL_ARB_seamless_cubemap_per_texture.
3143
    - i965:
3144
      - GL_OES_texture_view on gen8+.
3145
      - GL_EXT_texture_norm16.
3146
    - nouveau:
3147
      - GL_ARB_post_depth_coverage.
3148
      - GL_ARB_sample_locations.
3149
      - GL_EXT_texture_norm16.
3150
    - r600:
3151
      - GL_EXT_texture_norm16.
3152
    - radeonsi:
3153
      - GL_EXT_texture_norm16.
3154
    - virgl:
3155
      - GL_ARB_seamless_cubemap_per_texture.
3156
      - GL_ARB_shader_stencil_export.
3157
- supersedes u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch,
3158
  u_intel_anv-make-scripts-python-2-3-compat.patch
3159
- U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch,
3160
  U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch,
3161
  U_python-Fix-rich-comparisons.patch,
3162
  U_python-Use-key-functions-when-sorting-containers.patch
3163
  * buildfixes ...
3164
3165
-------------------------------------------------------------------
3166
Mon Aug 27 12:07:28 UTC 2018 - sndirsch@suse.com
3167
3168
- update to 18.1.7
3169
  * Mesa 18.1.7 is now available for general consumption. This
3170
    release has been rather small compared to the last few
3171
    release, There's just a handful of fixes in total. Meson,
3172
    radv, anv, gallium winsys, intel, i965, and r600 were the
3173
    only recipients of fixs this go around.
3174
3175
-------------------------------------------------------------------
3176
Sun Aug 26 19:03:01 UTC 2018 - fabian@ritter-vogt.de
3177
3178
- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)
3179
3180
-------------------------------------------------------------------
3181
Fri Aug 17 11:53:08 UTC 2018 - sndirsch@suse.com
3182
3183
- update to 18.1.6
3184
  * autotools fixes for libglvnd, libgl naming, and pkgconfig
3185
  * meson fixed its handling of stale symlinks wrt megadrivers
3186
  * windows relaged fixes
3187
  * some bug fixes for clover
3188
  * plenty of egl, wayland, glx, and dri3 fixes
3189
  * a couple of nir fixes
3190
  * and on the driver side, radv, intel, vc4, etnaviv, swr, r600, amd, and
3191
    nouveau all had a few fixes
3192
- supersedes archlinux_glvnd-fix-gl-dot-pc.patch
3193
3194
-------------------------------------------------------------------
3195
Mon Aug 13 14:51:24 UTC 2018 - sndirsch@suse.com
3196
3197
- disabled build of libwayland-egl for factory/sle16/Leap 16 now
3198
  being provided by Wayland itself and probably be removed from
3199
  Mesa soon; see also https://build.opensuse.org/request/show/613048
3200
3201
-------------------------------------------------------------------
3202
Thu Aug  2 20:13:36 UTC 2018 - mimi.vx@gmail.com
3203
3204
- update to 18.1.5
3205
  * several fixes for radv
3206
  * A few fixes for virgil, spirv, radeonsi, nir, disk cache and build
3207
     systems
3208
3209
-------------------------------------------------------------------
3210
Thu Jul 26 10:30:26 UTC 2018 - guillaume.gardet@opensuse.org
3211
3212
- Enable virgl on ARM
3213
3214
-------------------------------------------------------------------
3215
Mon Jul 16 10:21:54 UTC 2018 - sndirsch@suse.com
3216
3217
- update to 18.1.4
3218
  * Several fixes for i965
3219
  * Several fixes for anv
3220
  * A few fixes each for radeonsi, glx, the glsl compiler, the
3221
    autotools build, nir, st/dri, and r600
3222
3223
-------------------------------------------------------------------
3224
Wed Jul 11 07:47:35 UTC 2018 - mliska@suse.cz
3225
3226
- Make build verbose as outlined in openSUSE:Specfile guidelines
3227
  https://en.opensuse.org/openSUSE:Specfile_guidelines#Verbose_mode
3228
3229
-------------------------------------------------------------------
3230
Sat Jun 30 08:46:32 UTC 2018 - mimi.vx@gmail.com
3231
3232
- update to 18.1.3
3233
 * numerous fixes for radv
3234
 * some fixes for common radeon code
3235
 * fixes for both the nir and glsl compilers
3236
 * An i965 fix for some gpu hangs on SNB
3237
3238
-------------------------------------------------------------------
3239
Sun Jun 17 17:57:44 UTC 2018 - mimi.vx@gmail.com
3240
3241
- add mako_4_radv.patch - fixes Mako detection for RADV/intel
3242
3243
-------------------------------------------------------------------
3244
Sun Jun 17 11:11:53 UTC 2018 - mimi.vx@gmail.com
3245
3246
- update to 18.1.2
3247
 * Fixes for libatomic checks on non-arm and non-x86 platforms
3248
 * porting of additional libatomic checks to meson from autotools
3249
 * numerous radv fixes
3250
 * numerous intel fixes
3251
 * A few fixes each for radeonsi, r300, ac, glx, and vulkan
3252
3253
-------------------------------------------------------------------
3254
Sat Jun  2 15:44:36 UTC 2018 - mimi.vx@gmail.com
3255
3256
- Update to 18.1.1
3257
- drop U_dri3-Stricter-SBC-wraparound-handling.patch
3258
 * Radv fixed one extension and several features on a per-generation basis.
3259
 * Vulkan got fixes for a potential free of uninitialized memory
3260
 * Tegra got modifier fixes.
3261
 * nv30 fixed displayable formats.
3262
 * i965 now works correctly for GLK 2x6 systems.
3263
3264
-------------------------------------------------------------------
3265
Tue May 22 16:08:15 UTC 2018 - tobias.johannes.klausmann@mni.thm.de
3266
3267
- Add patch U_dri3-Stricter-SBC-wraparound-handling.patch
3268
  This fixes an error with timestamps, avoiding near infinite client
3269
  hangs with the new X server 1.20 release and some clients, the most
3270
  prominent being plasmashell & steam
3271
  Bugentry: FDO#106351
3272
3273
-------------------------------------------------------------------
3274
Tue May 22 08:44:11 UTC 2018 - msrb@suse.com
3275
3276
- Fix python3-Mako dependency on <= Leap 42.3.
3277
- Temporarily replace mesa-18.1.0.tar.xz.sig with
3278
  mesa-18.1.0.tar.xz.sha1sum. The sig file uses EDDSA which is not
3279
  supported by gpg in OBS at the moment.
3280
3281
-------------------------------------------------------------------
3282
Sat May 19 17:45:35 UTC 2018 - mimi.vx@gmail.com
3283
3284
- Update to 18.1.0
3285
- refreshed archlinux_0001-Fix-linkage-against-shared-glapi.patch
3286
- add u_intel_anv-make-scripts-python-2-3-compat.patch for build ANV
3287
    with python
3288
  * Vulkan 1.1 support for the ANV and RADV drivers.
3289
  * RadeonSI and RADV have "Vega M" GPU support for Kabylake G processors
3290
  * A simple Gallium3D HUD option as an alternative to the advanced
3291
      heads-up display
3292
  * There is also now Vega 12 support too.
3293
  * For new hardware support on the Intel side are the initial
3294
      bits for Intel Icelake.
3295
  * The Intel driver stack has meanwhile landed more SPIR-V
3296
      bits towards OpenGL 4.6.
3297
  * The Intel ANV driver has received new extensions too as well as
3298
      enabling features like MSAA fast clears.
3299
  * VP9 VA-API support for VCN and HEVC Main for VCN - Raven Ridge CPUs.
3300
  * DRI3 1.1/1.2 support for going with the soon-to-be-out X.Org Server 1.20.
3301
  * Etnaviv performance counter support when paired with the latest Etnaviv
3302
      DRM in the mainline kernel.
3303
  * The last-year-GSoC'ed OpenMAX Tizonia H.264 encoder/decoder.
3304
  * UVD-based HEVC video encoding.
3305
  * OpenGL 3.1 ARB_compatibility support for the major Gallium3D drivers.
3306
  * RadeonSI 32-bit pointers support.
3307
  * The Intel GLSL shader cache is enabled by default.
3308
  * Nouveau NVC0 meanwhile finally has ARB_bindless_texture support.
3309
  * On the old hardware front, R600g is now effectively at OpenGL 4.4
3310
      for the Radeon HD 5800/6900 series.
3311
3312
-------------------------------------------------------------------
3313
Sat May 19 14:56:38 UTC 2018 - sndirsch@suse.com
3314
3315
- Update to 18.0.4
3316
  * r600 driver gets a fix for constant buffer boounds, which
3317
    fixes rendering bugs in Trine and Witcher 1.
3318
  * Several fixes for RADV driver: fixes around alpha channel
3319
    in Pre-Vega, fix in multisample image copies, and fixes
3320
    around multilayer images in compute path.
3321
  * For the case of ANV/i965 drivers, also a couple of fixes,
3322
    all of them around ISP. On top, there are a couple of fixes
3323
    relative to code emission around 16-bit integers, and a a
3324
    fix for a leak in blorp for Gen4 and Gen5.
3325
  * Speaking of leaks, there are also fixes for
3326
    winsys/radeon/amdgpu and pipe-loader.gets a couple of patches
3327
    to fix a couple of leaks.
3328
  * SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord.
3329
  * Mesa core gets a couple of patches to fix error handling in
3330
    get_framebuffer_parameteriv, and to add missing support for
3331
    glFogiv(GL_FOG_DISTANCE_MODE_NV).
3332
3333
-------------------------------------------------------------------
3334
Tue May  8 12:14:26 UTC 2018 - sndirsch@suse.com
3335
3336
- Update to 18.0.3
3337
  * The is a fairly small release consisting of patches to fix leaks
3338
    in RADV and Winsys, fix deadlock in internal queue, fix issues
3339
    with ANV allocator, fix blit setup for YUV LoadImage, and some
3340
    other patches.
3341
3342
-------------------------------------------------------------------
3343
Mon Apr 30 10:04:10 UTC 2018 - sndirsch@suse.com
3344
3345
- Update to 18.0.2
3346
  * A couple of fixes for Meson that solves some problems regarding
3347
    building tests and installation.
3348
  * A couple of fixes in state tracker / DRI that was causing crashes
3349
    in QtCreator and Firefox, among other problems.
3350
  * A couple of fixes for GFX9, that solves a hang in the driver, and
3351
    a problem with buffer views.
3352
  * SVGA gets also a patch to fix incorrect advertizing of
3353
    EGL_KHR_gl_colorspace extension.
3354
  * Etnaviv gets a fix for swizzled texture formats.
3355
  * Intel drivers get also several patches.
3356
  * RADV gets a patch to solve a problem of lot of games complaining
3357
    about not having enough memory.
3358
3359
-------------------------------------------------------------------
3360
Thu Apr 19 09:55:13 UTC 2018 - sndirsch@suse.com
3361
3362
- Update to 18.0.1
3363
  * In this release we have:
3364
  * On the build system to highlight Meson is get improved thorugh several patches
3365
    that fix issues around it.
3366
  * On the drivers part, RADV get several fixes: one for multisample regressions on
3367
   Vega, another around GFX9 buffer views, and a couple of them more to related
3368
   with avoiding emitting unneeded vertex state.
3369
  * St/Nine get fixes around face register, lighting constants, math check for
3370
    inversible matrix, implicit conversions and bad tracking of vertex textures.
3371
  * Freedreno/a5xx get fixes around missaligned heigh for PIPE_BUFFER, and around
3372
    page faults.
3373
  * Several fixes are also enqueued for Intel driver: set right channel_sizes for
3374
   MOV_INDIRECT sources, set right config registration for uploading to kernel,
3375
   return the fourcc stored in __DRIimage when possible, fix negative sign in
3376
   64-bit return values, fix null destination register in assembly instructions
3377
   with 3 source operands, a fix for failed TCS/TES shader compilation
3378
  * Queue also contains a couple of fixes around Gallium drivers, one to fix a typo
3379
    in code that was causing wrong return value, and another one to fix an
3380
    unitialized modifier for DRI2.
3381
  * Mesa core gets a couple of patches to fix issues around overriding OpenGL/ES
3382
    supported version through environment variables, and a patch to fix an issue
3383
    with texture samples found in "The Witness" through Wine.
3384
  * A couple of bugs around unrolling loops have also been fixed, these patches were
3385
    applied for NIR and GLSL.
3386
  * On top of above, NIR gets more fixes in a couple of lowering functions used:
3387
    coalesce in lower_vec_to_movs if vec had a SSA destination, and interp_var_at
3388
    intrinsic support in lower_indirect_derefs. It also gets a fix around
3389
    vars_to_ssa function.
3390
  * Finally, there are other fixes affecting Radeonsi, AC, EGL/Wayland and SPIR-V
3391
    compiler.
3392
3393
-------------------------------------------------------------------
3394
Wed Apr 18 09:07:57 UTC 2018 - sndirsch@suse.com
3395
3396
- enabled opencl and that way also Mesa-gallium on 42.3 since we
3397
  now build against llvm 6; this also fixes the requirements from
3398
  Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by
3399
  community)
3400
3401
-------------------------------------------------------------------
3402
Thu Apr  5 08:37:03 UTC 2018 - msrb@suse.com
3403
3404
- Remove n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch.
3405
  * Not needed since we build Mesa against LLVM 6. (bnc#1082298)
3406
- Remove u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch.
3407
  * It was disabled for long time and does not seem to be needed.
3408
    (bnc#1082306)
3409
3410
-------------------------------------------------------------------
3411
Tue Apr  3 08:24:39 UTC 2018 - schwab@suse.de
3412
3413
- Enable nine on arm/aarch64
3414
3415
-------------------------------------------------------------------
3416
Wed Mar 28 09:24:25 UTC 2018 - sndirsch@suse.com
3417
3418
- Update to 18.0.0 final
3419
  * one-and-only change since 18.0.0-rc5: updated release notes
3420
- Changes since 17.3
3421
  * The top highlights include:
3422
    + Cannonlake support on i965 and anv
3423
    + GL 4.3/GLES 3.1 support  on r600/evergreen with hw fp64 support
3424
    + Meson build system
3425
  * ANV Extensions:
3426
    + VK_EXT_external_memory_dma_buf
3427
  * RADV Extensions:
3428
    + VK_ANDROID_native_buffer
3429
    + VK_KHR_external_fence
3430
    + VK_KHR_external_fence_capabilities
3431
    + VK_KHR_external_fence_fd
3432
    + VK_KHR_get_surface_capabilities2
3433
    + VK_EXT_discard_rectangles
3434
    + VK_EXT_external_memory_dma_buf
3435
    + VK_AMD_shader_info
3436
  * EGL:
3437
    + Support for RGBA/RGBX 1010102 formats
3438
    + EGL_EXT_pixel_format_float
3439
    + Final planned release to ship wayland-egl. Now provided by wayland.
3440
  * GLX:
3441
    + Darwin/Apple fixes
3442
  * Mesa core
3443
    + Support 1 binary format for GL_ARB_get_program_binary on i965
3444
    + drirc workarounds:
3445
      (*) Unreal 4 Editor
3446
      (*) Observer
3447
      (*) Steamroll
3448
      (*) Refunct
3449
  * drirc mesa_glthread whitelists:
3450
    + Mount and Blade Warband
3451
- i965:
3452
  * Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "false"
3453
  * GL_EXT_disjoint_timer_query on gen6+
3454
3455
-------------------------------------------------------------------
3456
Wed Mar 21 15:06:52 UTC 2018 - sndirsch@suse.com
3457
3458
- Update to 18.0.0-rc5
3459
  * The fifth and final release candidate for Mesa 18.0.0. Modulo
3460
    serious regressions, it is anticipated that it will become
3461
    Mesa 18.0.0 this Friday (2018-03-23) around 16:00 GMT
3462
- supersedes u_glsl-linker-error.patch
3463
3464
-------------------------------------------------------------------
3465
Mon Mar 19 19:58:07 UTC 2018 - sndirsch@suse.com
3466
3467
- no longer try to use non-existing python3-mako as BuildRequires
3468
  on Leap 42.3
3469
3470
-------------------------------------------------------------------
3471
Thu Mar 15 15:49:45 UTC 2018 - msrb@suse.com
3472
3473
- u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
3474
  * Fixes laggy mouse in Wayland. (fdo#104926)
3475
3476
-------------------------------------------------------------------
3477
Thu Mar  1 15:47:35 UTC 2018 - sndirsch@suse.com
3478
3479
- replaced u_r600-egd_tables.py-added-support-for-python-3.patch
3480
  with fixed u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch
3481
  and enabled it again; removed again n_egd_tables_h.patch (boo#1082303)
3482
3483
-------------------------------------------------------------------
3484
Thu Mar  1 13:29:46 UTC 2018 - sndirsch@suse.com
3485
3486
- added n_egd_tables_h.patch and disabled u_mesa-python3-only.patch
3487
  * use pregenerated egd_tables.h (via python2) instead of trying
3488
    to generate it during buildtime with python3 using an apparently
3489
    broken patch (boo#1082303)
3490
3491
-------------------------------------------------------------------
3492
Wed Feb 28 14:57:00 UTC 2018 - sndirsch@suse.com
3493
3494
- removed more unneeded buildrequires: libudev, openssl, bison,
3495
  flex (boo#1082312)
3496
3497
-------------------------------------------------------------------
3498
Tue Feb 27 18:17:53 UTC 2018 - sndirsch@suse.com
3499
3500
- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
3501
  which is no longer needed due to changed LLVM build (boo#1082307)
3502
3503
-------------------------------------------------------------------
3504
Tue Feb 27 09:58:06 UTC 2018 - sndirsch@suse.com
3505
3506
- merge content of new rpmlintrc into existing Mesa-rpmlintrc file
3507
3508
-------------------------------------------------------------------
3509
Fri Feb 23 13:36:23 UTC 2018 - sndirsch@suse.com
3510
3511
- no longer run ldconfig for the follwing backend (ICD) drivers,
3512
  since it's considered wrong: xvmc, vdpau, va, opencl, and vulkan;
3513
  required adding a rpmlintrc file with appropriate rules
3514
  (boo#1082316)
3515
3516
-------------------------------------------------------------------
3517
Fri Feb 23 13:25:16 UTC 2018 - sndirsch@suse.com
3518
3519
- removed no longer needed ncurses-devel BuildRequires (boo#1082315)
3520
3521
-------------------------------------------------------------------
3522
Fri Feb 23 13:19:41 UTC 2018 - sndirsch@suse.com
3523
3524
- redone u_add_llvm_codegen_dependencies.patch and renamed to
3525
  u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
3526
  (boo#1082307)
3527
3528
-------------------------------------------------------------------
3529
Fri Feb 23 13:03:51 UTC 2018 - sndirsch@suse.com
3530
3531
- removed u_mesa-8.0.1-fix-16bpp.patch and
3532
  u_mesa-8.0-llvmpipe-shmget.patch, which we no longer apply since
3533
  about 5 years (boo#1082305)
3534
3535
-------------------------------------------------------------------
3536
Fri Feb 23 12:01:29 UTC 2018 - sndirsch@suse.com
3537
3538
- recreated u_mesa-python3-only.patch and renamed to
3539
  u_r600-egd_tables.py-added-support-for-python-3.patch; also
3540
  removed first hunk (boo#1082303)
3541
3542
-------------------------------------------------------------------
3543
Fri Feb 23 10:51:04 UTC 2018 - sndirsch@suse.com
3544
3545
- removed n_Define-GLAPIVAR-separate-from-GLAPI.patch
3546
  * bits moved to libGLw's n_Use-newly-introduced-GLAPIVAR-for-variables.patch
3547
    (boo#1082297)
3548
3549
-------------------------------------------------------------------
3550
Mon Feb 19 23:24:22 UTC 2018 - schwab@suse.de
3551
3552
- Mesa-gallium only exists if %{with_opencl}
3553
- Add support for riscv64
3554
3555
-------------------------------------------------------------------
3556
Fri Feb 16 14:59:04 UTC 2018 - mstaudt@suse.com
3557
3558
- Split Nouveau and VC4 from the main driver package on all systems
3559
3560
  Fixes (boo#1081210).
3561
3562
-------------------------------------------------------------------
3563
Thu Feb 15 09:25:16 UTC 2018 - mimi.vx@gmail.com
3564
3565
- remove %{release} based dependecies
3566
   Unfortuanetly Mesa and Mesa-drivers can have different release number
3567
   Release is Commit_Count.Build_Count and build count can be different
3568
   because both packages have different dependencies
3569
3570
-------------------------------------------------------------------
3571
Wed Feb 14 09:48:41 UTC 2018 - mimi.vx@gmail.com
3572
3573
- add u_glsl-linker-error.patch
3574
  * Fix attaching multiple shader objects for the same stage to a
3575
    GLSL program triggers a linker error (fdo#104777, bnc#1080492)
3576
  * Fixes issue with wine applications.
3577
3578
-------------------------------------------------------------------
3579
Mon Feb 12 12:31:05 UTC 2018 - joop.boonen@opensuse.org
3580
3581
- Added %{release} so the correct package release is used
3582
  when a package has been patched
3583
3584
-------------------------------------------------------------------
3585
Fri Feb  9 13:45:16 UTC 2018 - sndirsch@suse.com
3586
3587
- Update to 18.0.0-rc4
3588
- supersedes u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
3589
3590
-------------------------------------------------------------------
3591
Tue Feb  6 08:42:03 UTC 2018 - msrb@suse.com
3592
3593
- u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
3594
  * Fix crash when loading shader. (bnc#1079465)
3595
3596
-------------------------------------------------------------------
3597
Fri Feb  2 13:52:41 UTC 2018 - sndirsch@suse.com
3598
3599
- Update to 18.0.0-rc3
3600
  * includes significant improvements for OpenGL and Vulkan support
3601
    and performance.
3602
- supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
3603
3604
-------------------------------------------------------------------
3605
Wed Jan 31 14:58:07 UTC 2018 - msrb@suse.com
3606
3607
- Remove dependency on clang-devel-static. (bnc#1065464)
3608
  * It was removed, clang-devel now again provides everything
3609
    necessary as shared libraries.
3610
3611
-------------------------------------------------------------------
3612
Tue Jan 30 14:42:52 UTC 2018 - msrb@suse.com
3613
3614
- Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It
3615
  mirrors the requirement of the normal packages. (bnc#1078261)
3616
3617
-------------------------------------------------------------------
3618
Mon Jan 29 10:43:04 UTC 2018 - msrb@suse.com
3619
3620
- Disable AMDGPU GFX9/Vega with LLVM < 6.0.0.
3621
  * n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
3622
  * While it is supported since LLVM 5.0.0, it was not working
3623
    correctly (bnc#1075901). Since we do not have the resources to
3624
    determine which fixes should be backported and LLVM 6 will be
3625
    released relatively soon, disable the support until then. Users
3626
    with the card will have working desktop using software
3627
    rendering just like they did with LLVM 4.
3628
3629
-------------------------------------------------------------------
3630
Mon Jan 22 09:43:41 UTC 2018 - normand@linux.vnet.ibm.com
3631
3632
- in spec file move %dir %{_libdir}/dri to avoid ppc build failure
3633
3634
-------------------------------------------------------------------
3635
Fri Jan 19 13:37:00 UTC 2018 - msrb@suse.com
3636
3637
- Update to 17.3.3
3638
  * Fixes to radv, anv, etnaviv, swrast and radeonsi drivers.
3639
  * Fixes for DRI3.
3640
- Make Mesa require Mesa-dri and Mesa-gallium. This makes Mesa
3641
  usable again for users who do not install recommended packages.
3642
  It breaks the Mesa and Mesa-drivers split, which has to be fixed
3643
  by ignoring it in obs.
3644
3645
-------------------------------------------------------------------
3646
Wed Jan 17 16:52:35 UTC 2018 - normand@linux.vnet.ibm.com
3647
3648
- Add _constraints to select 6G disk for PowerPC
3649
  to avoid cpio: write error on obs-power8-05 workers boo#1076325
3650
3651
-------------------------------------------------------------------
3652
Mon Jan 15 15:08:13 UTC 2018 - msrb@suse.com
3653
3654
- U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
3655
  * Add more Coffeelake PCI IDs (request by Intel)
3656
3657
-------------------------------------------------------------------
3658
Wed Jan 10 08:28:09 UTC 2018 - msrb@suse.com
3659
3660
- Update to 17.3.2
3661
  * Multiple fixes in the RADV Vulkan driver, workaround when using
3662
    slibtool and a GLSL workaround for various titles using Unreal
3663
    Engine 4.
3664
- Drop upstreamed u_r600-Add-support-for-B5G5R5A1.patch
3665
- Modify u_mesa-python3-only.patch to not break python 2.
3666
3667
-------------------------------------------------------------------
3668
Mon Jan  8 14:44:46 UTC 2018 - msrb@suse.com
3669
3670
- Update to 17.3.1
3671
  * Multiple fixes and improvements of the GLSL shader cache. The
3672
    RADV driver no longer advertises VK_EXT_debug_report - there is
3673
    no support for it.
3674
  * The i965, radeonsi, nvc0 and freedreno drivers have received a
3675
    few small fixes each.
3676
  * A number of big endian fixes have been merged.
3677
3678
-------------------------------------------------------------------
3679
Thu Jan  8 14:26:50 UTC 2018 - tchvatal@suse.com
3680
3681
- Switch to python3 during build instead of python2
3682
  * Add patch u_mesa-python3-only.patch
3683
3684
-------------------------------------------------------------------
3685
Mon Jan  8 07:55:49 UTC 2018 - msrb@suse.com
3686
3687
- Add Mesa-dri and Mesa-gallium to baselibs.conf.
3688
- Require llvm >= 3.9.0
3689
  * The build fails otherwise because it is required for multiple
3690
    Mesa components.
3691
3692
-------------------------------------------------------------------
3693
Fri Jan  5 11:46:52 UTC 2018 - jengelh@inai.de
3694
3695
- Drop some redundant wording from descriptions.
3696
  Drop redundant %if guard around a %post section.
3697
3698
-------------------------------------------------------------------
3699
Wed Dec 13 15:13:14 UTC 2017 - msrb@suse.com
3700
3701
- Use different form of split for faster build (bnc#1071297)
3702
  * Mesa.spec does not use llvm and builds most of the *-devel
3703
    subpackages.
3704
  * Mesa-drivers.spec uses llvm and builds extra things installable
3705
    in addition to packages from Mesa.spec. These packages are
3706
    required for actual rendering.
3707
3708
-------------------------------------------------------------------
3709
Fri Dec  8 16:47:00 UTC 2017 - mimi.vx@gmail.com
3710
3711
- update to 17.3.0
3712
- drop U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
3713
  * new major release comitng with changes in RADV, intel ANV,
3714
     S3TC support, RadeonSI driver with RX Vega. On-disk shader cache
3715
3716
-------------------------------------------------------------------
3717
Wed Dec  6 12:37:01 UTC 2017 - msrb@suse.com
3718
3719
- Split Mesa into Mesa and Mesa-mini. Mesa-mini does not depend on
3720
  llvm and its purpose is to build fast and allow other packages
3721
  that BuildRequire Mesa to be build independently on llvm.
3722
  Packages built against Mesa-mini should work correctly when
3723
  installed with full Mesa package. (bsc#1071297)
3724
3725
-------------------------------------------------------------------
3726
Sun Nov 26 16:03:29 UTC 2017 - aavindraa@gmail.com
3727
3728
- update to 17.2.6
3729
  * Core: fix to keep a program alive when re-linking and prevent
3730
    an use-after-free.
3731
  * GLSL compiler: several fixes, including one to prevent a
3732
    SIGSEV when calling an undeclared subroutine in certain
3733
    conditions and another to mark the xfb buffers as active only
3734
    if a variable uses them.
3735
  * SPIR-V compiler: fixed seveal problems involving the usage of
3736
    separate images and texture/samplers.
3737
  * Intel drivers: many new fixes, specially for i965. Several are
3738
    focused on improving SIMD32 and little-core. It also includes a
3739
    fix for a GPU hang which was detected while playing HW
3740
    accelerated video with mpv.
3741
  * AMD drivers: radv has seen plugged 2 memory leaks while r600
3742
    has gotten a fix through reversing the tess factor components
3743
    for isolines.
3744
  * swr driver: fixes for two performance regressions (one for
3745
    avx512 platforms and the other for the avx/avx2 platforms).
3746
  * ddebug gallium driver: fix for an use-after-free.
3747
  * EGL: Wayland platform of the the DRI2 drivers got a fix to
3748
    prevent crashing in ancient systems.
3749
  * GLX has also received corrections to prevent a couple of errors
3750
    when creating and binding a context in DRI3 and DRISW,
3751
    respectively.
3752
  * Build and integration: allow building libglvnd when EGL is present
3753
    but not GLX. Enable building targets which don't need X11, such
3754
    as omx and va, when XCB is not present. You can now specify
3755
    the prefix installation for the OpenCL icd file.
3756
3757
-------------------------------------------------------------------
3758
Sat Nov 11 03:46:49 UTC 2017 - aavindraa@gmail.com
3759
3760
- update to 17.2.5
3761
  * In Core, a GL error related to the ARB_ES3_1_compatibility spec
3762
    noticed with the GFXBench 5 Aztec Ruins has been corrected.
3763
  * The GLSL compiler is not giving a linker error for mismatching
3764
    uniform precision with GLSL ES 1.00 any more. This enables,
3765
    specially, several Android applications which violate this rule,
3766
    e.g., Forge of Empires.
3767
  * The SPIR-V compiler has corrected an assert triggered when
3768
    support for the simple memory model was claimed.
3769
  * NIR has also received a correction related with
3770
    gl_SubGroupG{e,t}MaskARB.
3771
  * Intel drivers, specially i965, got several fixes, including a
3772
    plug for a memory leak and another one in the compiler to avoid
3773
    GPU hangs on Broxton.
3774
  * The gallium i915g driver for Intel has seen an important fix.
3775
  * AMD drivers (mostly radv) have received several fixes, including a
3776
    correction for a DCC corruption that was visible with Rust,
3777
    breaking an endless loop in r600, avoiding a GPU hang with vulkan
3778
    dota2 in VR mode and a plug for a memory leak.
3779
  * Broadcom's vc4 gotten a fix to exclude some code that shouldn't
3780
    be there in release builds.
3781
3782
-------------------------------------------------------------------
3783
Tue Oct 31 04:55:54 UTC 2017 - aavindraa@gmail.com
3784
3785
- update to 17.2.4
3786
 * Mesa Core includes a change to prevent KOTOR from breaking when
3787
   in combination with the ATI fragment shader extension.
3788
 * Additionally, NIR has also received a correction.
3789
 * Mesa's state tracker has gotten a patch to avoid leaks in
3790
   certain situations such as resizing a window.
3791
 * Intel drivers have received fixes. The compiler has
3792
   gotten a couple, while anv also received one.
3793
 * i965 got a patch to avoid VA-API, Beignet and other contexts
3794
   in the system to break when in combination with previous versions of Mesa 17.2.x.
3795
 * AMD's compiler received fixes. `radv` has also
3796
   received another couple, including one to avoid a hang due to
3797
   overflow on huge textures.
3798
 * Broadcom's vc4 has corrected a problem when compiling with
3799
   Android's clang.
3800
 * Clover compilation issue fixed (affecting a specific clang revision)
3801
 * Fixed Vulkan's WSI memory leak in X11.
3802
3803
-------------------------------------------------------------------
3804
Mon Oct 23 09:26:42 UTC 2017 - sndirsch@suse.com
3805
3806
- update to 17.2.3
3807
  * The Vulkan drivers ANV and RADV have multiple small fixes.
3808
  * The EGL code has improved handling of the new wl_dmabuf codepath.
3809
  * SWR no longer crashes when checking environment variables.
3810
  * Other gallium drivers have also seen updates - freedreno, nouveau and
3811
    radeonsi. The gallivm module, used by llvmpipe et al. has gained little
3812
    endian PPC64 fixes.
3813
  * The VA and VDPAU state-trackers have seems improvements handling
3814
    interlaced videos.
3815
  * We're using python3 compatible constructs which gives us SCons 3.0
3816
    support.
3817
3818
-------------------------------------------------------------------
3819
Tue Oct 17 13:55:17 UTC 2017 - msrb@suse.com
3820
3821
- U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
3822
  * llvm-config 3.9 and higher works properly, use its values
3823
    instead of guessing. Fixes build against llvm built as single
3824
    shared library.
3825
3826
-------------------------------------------------------------------
3827
Thu Oct 12 12:29:38 UTC 2017 - schwab@suse.de
3828
3829
- svga is x86-only
3830
- u_svga-Fix-build-on-ppc64le.patch: Remove
3831
3832
-------------------------------------------------------------------
3833
Wed Oct 11 13:26:07 UTC 2017 - msrb@suse.com
3834
3835
- Add build dependency on clang-devel-static.
3836
  * Required with new llvm4 build mode (bnc#1049703).
3837
  * Also rename dependency llvm-clang-devel to clang-devel. The
3838
    llvm-clang-devel is old name kept around for compatibility.
3839
3840
-------------------------------------------------------------------
3841
Wed Oct  4 09:51:03 UTC 2017 - sndirsch@suse.com
3842
3843
- update to 17.2.2
3844
  * several Vulkan ANV/RADV driver fixes including Wayland WSI
3845
    improvements, RadeonSI / i965 / VC4 OpenGL fixes among other
3846
    work, some fixes to common Gallium3D code, support for LLVM 5.0
3847
    in Gallium3D when using the SCons build system, and a range of
3848
    other fixes/improvements.
3849
3850
-------------------------------------------------------------------
3851
Sat Sep 30 18:54:29 UTC 2017 - stefan.bruens@rwth-aachen.de
3852
3853
- Drop gallium svga driver for arm/aarch64. The svga driver is a vmware
3854
  guest driver, thus only usable on x86(_64) platforms
3855
- Also enable OpenCL on arm (32bit), llvm4 has reached Factory
3856
3857
-------------------------------------------------------------------
3858
Mon Sep 18 08:38:41 UTC 2017 - mimi.vx@gmail.com
3859
3860
- update to 17.2.1
3861
  * drop upstreamed patches
3862
         n_force-xlocale-funcs.patch
3863
         u_gallivm-correct-channel-shift-logic-on-big-endian.patch
3864
         u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
3865
  * fdo#100613 - Regression in Mesa 17 on s390x (zSystems)
3866
  * fdo#101709 - [llvmpipe] piglit gl-1.0-scissor-offscreen regression
3867
  * fdo#102454 - glibc 2.26 doesn't provide anymore xlocale.h
3868
  * fdo#102467 - [src/mesa/state_tracker/st_cb_readpixels.c:178]: (warning)
3869
        Redundant assignment
3870
  * fdo#102502 - [bisected] Kodi crashes since commit 707d2e8b - gallium:
3871
        fold u_trim_pipe_prim call from st/mesa to drivers
3872
  * many fixes for RADV a glsl
3873
3874
-------------------------------------------------------------------
3875
Thu Sep  7 10:16:43 UTC 2017 - sndirsch@suse.com
3876
3877
- u_svga-Fix-build-on-ppc64le.patch
3878
  * This let us compile the code on ppc64le, but it no-ops the log
3879
    function.
3880
3881
-------------------------------------------------------------------
3882
Tue Sep  5 09:50:56 UTC 2017 - sndirsch@suse.com
3883
3884
- update to 17.2.0
3885
  * many RADV/ANV Vulkan driver improvements
3886
  * Vulkan and OpenGL performance improvements
3887
  * more work towards OpenGL 4.6 compliance
3888
  * a wealth of other open-source driver improvements
3889
  * initial Raven Ridge support (used on Vega-class graphics)
3890
  * Intel Cannonlake Support
3891
- adjusted archlinux_0001-Fix-linkage-against-shared-glapi.patch
3892
3893
-------------------------------------------------------------------
3894
Mon Aug 28 14:17:25 UTC 2017 - mimi.vx@gmail.com
3895
3896
- update to 17.1.8
3897
 * fdo#101334 - AMD SI cards: Some vulkan apps freeze the system
3898
 * fdo#101766 - Assertion `!&quot;invalid type&quot;' failed when constant
3899
    expression involves literal of different type<
3900
 * fdo#102024 - FORMAT_FEATURE_SAMPLED_IMAGE_BIT not supported for D16_UNORM
3901
    and D32_SFLOAT
3902
 * fdo#102148 - Crash when running qopenglwidget example on mesa llvmpipe win32
3903
 * fdo#102241 - gallium/wgl: SwapBuffers freezing regularly with swap
3904
    interval enabled
3905
 * fdo#101910 - [BYT]
3906
    ES31-CTS.functional.copy_image.non_compressed.viewclass_96_bits.rgb32f_rgb32f
3907
  * fdo#102308 - segfault in glCompressedTextureSubImage3D
3908
3909
-------------------------------------------------------------------
3910
Mon Aug 28 12:53:03 UTC 2017 - fvogt@suse.com
3911
3912
- Add patch to fix strtod on non-EN locale (boo#1055929):
3913
  * n_force-xlocale-funcs.patch
3914
3915
-------------------------------------------------------------------
3916
Wed Aug 23 09:01:46 UTC 2017 - sndirsch@suse.com
3917
3918
- u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
3919
  updated; fixes three of the four regressions observed (PPC64, S390)
3920
  [fdo#100613, comment#42]
3921
3922
-------------------------------------------------------------------
3923
Mon Aug 14 17:16:34 UTC 2017 - jberry@suse.com
3924
3925
- Replace uses of arch directive with targettype within a package
3926
  declaration to resolve incorrect dependencies placed on -32bit
3927
  packages.
3928
3929
-------------------------------------------------------------------
3930
Mon Aug 14 14:06:35 UTC 2017 - msrb@suse.com
3931
3932
- Removed n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch
3933
  * The issue was in libglvnd which is fixed now. (boo#1052776)
3934
3935
-------------------------------------------------------------------
3936
Tue Aug  8 14:12:45 UTC 2017 - sndirsch@suse.com
3937
3938
- n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch
3939
  glesv2.pc: Add "-lGL" for libglvnd builds (boo#1052776)
3940
3941
-------------------------------------------------------------------
3942
Mon Aug  7 19:13:20 UTC 2017 - mimi.vx@gmail.com
3943
3944
- update to 17.1.6
3945
 * fdo#97957 - Awful screen tearing in a separate X server with DRI3
3946
 * fdo#101683 - Some games hang while loading when compositing is shut
3947
    off or absent
3948
 * fdo#101867 - Launch options window renders black in Feral Games
3949
    in current Mesa trunk
3950
 * and some other fixes as usualy
3951
3952
-------------------------------------------------------------------
3953
Mon Jul 17 07:20:51 UTC 2017 - msrb@suse.com
3954
3955
- u_r600-Add-support-for-B5G5R5A1.patch
3956
  * Fixes rendercheck tests when X server accelerates using glamor.
3957
    (bnc#1047154)
3958
3959
-------------------------------------------------------------------
3960
Sun Jul 16 09:25:32 UTC 2017 - mimi.vx@gmail.com
3961
3962
- update to 17.1.5
3963
 * fdo#100242 - radeon buffer allocation failure during startup of Factorio
3964
 * fdo#101657 - strtod.c:32:10: fatal error: xlocale.h: No such file or directory
3965
 * fdo#101666 - bitfieldExtract is marked as a built-in function
3966
    on OpenGL ES 3.0, but was added in OpenGL ES 3.1
3967
 * fdo#101703 - No stencil buffer allocated when requested by GLUT
3968
 * and other bugfixes
3969
3970
-------------------------------------------------------------------
3971
Sat Jul  1 09:10:11 UTC 2017 - mimi.vx@gmail.com
3972
3973
- update to 17.1.4
3974
 * fdo#77240 - khrplatform.h not installed if EGL is disabled
3975
 * fdo#95530 - Stellaris - colored overlay of sectors doesn't render on i965
3976
 * fdo#96958 - [SKL] Improper rendering in Europa Universalis IV
3977
 * fdo#99467 - [radv] DOOM 2016 + wine. Green screen everywhere
3978
 * fdo#101071 - compiling glsl fails with undefined reference to `pthread_create'
3979
 * fdo#101252 - eglGetDisplay() is not thread safe
3980
 * fdo#101294 - radeonsi minecraft forge splash freeze since 17.1
3981
 * fdo#101451 - [G33] ES2-CTS.functional.clipping.polygon regression
3982
 * and some other fixes as usualy
3983
3984
-------------------------------------------------------------------
3985
Mon Jun 19 13:10:37 UTC 2017 - mimi.vx@gmail.com
3986
3987
- update to 17.1.3
3988
 * fdo#100988 - glXGetCurrentDisplay() no longer works for FakeGLX contexts?
3989
 * fixes for radv, radeonsi, i965
3990
3991
-------------------------------------------------------------------
3992
Sat Jun 17 20:27:49 UTC 2017 - mimi.vx@gmail.com
3993
3994
- Fix baselibs.conf -> boo#1044813
3995
3996
-------------------------------------------------------------------
3997
Fri Jun 16 08:14:57 UTC 2017 - sndirsch@suse.com
3998
3999
- added "Requires: libclc" to Mesa-libOpenCL packages (boo#1044646)
4000
4001
-------------------------------------------------------------------
4002
Wed Jun  7 13:53:26 UTC 2017 - sndirsch@suse.com
4003
4004
- specfile: Remove requires to vulkan libs from baselibs.conf on
4005
  platforms where vulkan build is disabled; ugly ... (bsc#1042900)
4006
4007
-------------------------------------------------------------------
4008
Tue Jun  6 10:50:56 UTC 2017 - mimi.vx@gmail.com
4009
4010
- update to 17.1.2
4011
 * fdo#98833 - [REGRESSION, bisected] Wayland revert commit breaks
4012
    non-Vsync fullscreen frame updates
4013
 * fdo#100741 - Chromium - Memory leak
4014
 * fdo#100877 - vulkan/tests/block_pool_no_free regression
4015
 * fdo#101110 - Build failure in GNOME Continuous
4016
 * many ANV, RADV, vulkan, i965 and egl fixes
4017
4018
-------------------------------------------------------------------
4019
Wed May 31 07:42:39 UTC 2017 - sndirsch@suse.com
4020
4021
- u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
4022
  * Fix loading of a 3x16 vector as a single 48-bit load on
4023
    big-endian systems (PPC64, S390). [fdo#100613]
4024
4025
-------------------------------------------------------------------
4026
Thu May 25 07:48:22 UTC 2017 - mimi.vx@gmail.com
4027
4028
- update to 17.1.1
4029
- dropped patch:
4030
    fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
4031
 * fdo#100854 - YUV to RGB Color Space Conversion result is not precise
4032
 * fdo#100925 - [HSW/BSW/BDW/SKL] Google Earth is not resolving
4033
    all the details in the map correctly
4034
 * radeonsi: add new vega10 pci ids
4035
 * gbm/dri: Fix sign-extension in modifier query
4036
 * radeon: automake: remove unneeded elf Cflags/Libs
4037
 * egl: add g_egldispatchstubs.h to the release tarball
4038
 * renderonly: Initialize fields of struct winsys_handle
4039
 * vc4: Don't allocate new BOs to avoid synchronization when they're shared
4040
 * anv: fix possible stack corruption
4041
 * anv: don't leak DRM devices
4042
 * glxglvnddispatch: Add missing dispatch for GetDriverConfig
4043
 * nvc0/ir: SHLADD's middle source must be an immediate
4044
 * nir/lower_tex: Fix minor error in YUV color conversion matrix
4045
 * amd/addrlib: import Raven support
4046
 * radeonsi/gfx9: add support for Raven
4047
 * anv/formats: Update the three-channel BC1 mappings
4048
 * 965/formats: Update the three-channel DXT1 mapping
4049
 * radeonsi: mark fast-cleared textures as compressed when dirtying
4050
 * radeonsi: fix primitive ID in fragment shader when using tessellation
4051
 * radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SI
4052
 * radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
4053
 * intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
4054
 * mesa/st: fix yuv EGLImage's
4055
 * virgl: fix virgl_bo_transfer_{put, get} box struct cop
4056
 * 965/vec4/gs: restore the uniform values which was overwritten by failed
4057
    vec4_gs_visitor execution
4058
 * i965/vec4: fix swizzle and writemask when loading an uniform with constant offset
4059
 * i965/vec4: load dvec3/4 uniforms first in the push constant buffer
4060
 * gallivm: Make sure module has the correct data layout when pass manager runs
4061
4062
-------------------------------------------------------------------
4063
Sun May 21 21:07:48 UTC 2017 - sndirsch@suse.com
4064
4065
- specfile: libglvnd0 -> libglvnd; missed the package name
4066
  change in libglvnd package (boo#1038619, comment#5)
4067
4068
-------------------------------------------------------------------
4069
Thu May 11 09:10:25 UTC 2017 - sndirsch@suse.com
4070
4071
- baselibs.conf: libglvnd0 -> libglvnd; missed the package name
4072
  change in libglvnd package (boo#1038619)
4073
4074
-------------------------------------------------------------------
4075
Wed May 10 17:44:38 UTC 2017 - mimi.vx@gmail.com
4076
4077
- update to 17.1.0
4078
- drop upstreamed patches:
4079
    archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
4080
    archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
4081
    archlinux_glapi-Link-with-glapi-when-built-shared.patch
4082
+ New major release with:
4083
  + OpenGL 4.2 support for Intel Ivy Bridge chips.
4084
  + The RADV driver passes the Khronos CTS
4085
  + Shader on-disk cache. Improving the startup and shader compilation
4086
      times in some games.
4087
  + This release includes significant performance improvements for games by
4088
     Feral Interactive.
4089
 * for full list of changes please check docs/relnotes/17.1.0.html
4090
4091
4092
-------------------------------------------------------------------
4093
Sat Apr 29 06:36:50 UTC 2017 - mimi.vx@gmail.com
4094
4095
- update to 17.0.5
4096
 * fdo#97524 - Samplers referring to the same texture unit with different
4097
    types should raise GL_INVALID_OPERATION
4098
 * nvc0/ir: Properly handle a "split form" of predicate destination
4099
 * nir: Destination component count of shader_clock intrinsic is 2
4100
 * winsys/sw/dri: don't use GNU void pointer arithmetic
4101
 * st/clover: add space between &lt; and ::
4102
 * configure.ac: check require_basic_egl only if egl enabled
4103
 * st/mesa: automake: honour the vdpau header install location
4104
 * intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy
4105
 * intel/fs: Take into account amount of data read in spilling cost heuristic.
4106
 * radv: report timestampPeriod correctly
4107
 * anv/blorp: Flush the texture cache in UpdateBuffer
4108
 * anv/cmd_buffer: Flush the VF cache at the top of all primaries
4109
 * anv/cmd_buffer: Always set up a null surface state
4110
 * anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED
4111
 * anv/blorp: Properly handle VK_ATTACHMENT_UNUSED
4112
 * i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce()
4113
 * st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
4114
 * anv/cmd_buffer: Disable CCS on BDW input attachments
4115
 * mesa: fix remaining xfb prims check for GLES with multiple instances
4116
 * mesa: validate sampler type across the whole program
4117
 * vbo: fix gl_DrawID handling in glMultiDrawArrays
4118
 * util/queue: don't hang at exit
4119
 * mesa: fix remaining xfb prims check for GLES with multiple instances
4120
 * mesa: extract need_xfb_remaining_prims_check
4121
 * mesa: move glMultiDrawArrays to vbo and fix error handling
4122
 + update Mesa.keyring to both upstream release managers
4123
4124
-------------------------------------------------------------------
4125
Fri Apr 28 12:26:02 UTC 2017 - sndirsch@suse.com
4126
4127
- u_gallivm-correct-channel-shift-logic-on-big-endian.patch:
4128
  * instead of reverse applying a change on s390x
4129
    ("U_draw-use-SoA-fetch-not-AoS-one.patch") address the
4130
    issue by a real fix (bsc#1032272, fdo#100613)
4131
4132
-------------------------------------------------------------------
4133
Thu Apr 27 09:54:43 UTC 2017 - sndirsch@suse.com
4134
4135
- baselibs.conf: added libvulkan_intel-32bit as a requirement for
4136
  Mesa-libd3d (boo#1036282)
4137
4138
-------------------------------------------------------------------
4139
Tue Apr 25 11:13:30 UTC 2017 - schwab@linux-m68k.org
4140
4141
- No OpenCL on ppc
4142
4143
-------------------------------------------------------------------
4144
Fri Apr 21 09:09:25 UTC 2017 - sndirsch@suse.com
4145
4146
- let Mesa require Mesa-libEGL1 for a libglvnd build;
4147
  xf86-video-amdgpu driver needs it for 2D support via glamor
4148
  (boo#1034832)
4149
4150
-------------------------------------------------------------------
4151
Thu Apr 20 13:16:22 UTC 2017 - idonmez@suse.com
4152
4153
- Add u_add_llvm_codegen_dependencies.patch to link to
4154
  libLLVMCodegen to fix cyclic linking problems. bsc#981975
4155
4156
-------------------------------------------------------------------
4157
Tue Apr 18 21:33:50 UTC 2017 - afaerber@suse.de
4158
4159
- Enable OpenCL for aarch64, ppc64 and ppc64le now, too.
4160
  %arm is still left out, waiting for llvm4 to build.
4161
4162
-------------------------------------------------------------------
4163
Mon Apr 17 17:17:22 UTC 2017 - mimi.vx@gmail.com
4164
4165
- update to 17.0.4
4166
 * fdo#100391 - SachaWillems deferredmultisampling asserts
4167
 * fdo#100452 - push_constants host memory leak when resetting command buffer
4168
 * fdo#100582 - piglit.spec.arb_stencil_texturing.glblitframebuffer corrupts
4169
    state.gl_texture* assertions
4170
 * radeonsi: add new polaris10 pci ids
4171
 * fixes for anv, radv, i965 and nouveau drivers
4172
4173
-------------------------------------------------------------------
4174
Wed Apr 12 13:41:30 UTC 2017 - sndirsch@suse.com
4175
4176
- only reverse-apply 'U_draw-use-SoA-fetch-not-AoS-one.patch' on
4177
  s390x (bsc#1032272)
4178
4179
-------------------------------------------------------------------
4180
Wed Apr 12 12:31:34 UTC 2017 - sndirsch@suse.com
4181
4182
- build wayland on Leap >= 42.3
4183
- separate package 'Mesa-dri-nouveau' on Leap
4184
4185
-------------------------------------------------------------------
4186
Wed Apr 12 12:15:27 UTC 2017 - sndirsch@suse.com
4187
4188
- removed broken locking patches for nouveau DRI driver
4189
  * N_01-WIP-nouveau-add-locking.patch
4190
  * N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch
4191
  * N_03-nv30-locking-fixes.patch
4192
  * N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch
4193
  * N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch
4194
4195
-------------------------------------------------------------------
4196
Wed Apr 12 09:44:35 UTC 2017 - sndirsch@suse.com
4197
4198
- let Mesa require Mesa-libGL1 for a libglvnd build (bsc#1033708)
4199
4200
-------------------------------------------------------------------
4201
Fri Apr  7 14:51:09 UTC 2017 - sndirsch@suse.com
4202
4203
- U_draw-use-SoA-fetch-not-AoS-one.patch
4204
  * reverse-apply this patch to fix OpenGL support on s390x
4205
    (bsc#1032272)
4206
4207
-------------------------------------------------------------------
4208
Wed Apr  5 11:32:26 UTC 2017 - afaerber@suse.de
4209
4210
- Prepare building OpenCL for non-x86 architectures, too
4211
* s390x can build it right away (swrast)
4212
* %arm aarch64 ppc64 ppc64le depend on LLVM amdgpu target for r600
4213
- Fix typo in specfile comment
4214
4215
-------------------------------------------------------------------
4216
Sat Apr  1 15:59:08 UTC 2017 - mimi.vx@gmail.com
4217
4218
- update to 17.0.3
4219
- change Mesa.keyring to new release manager key
4220
 * fdo#96743 [BYT, HSW, SKL, BXT, KBL] GPU hangs with GfxBench 4.0 CarChase
4221
 * fdo#99246 [d3dadapter+radeonsi] EVE-Online : hang on wormhole sight
4222
 * fdo#100061 LODQ instruction generated with invalid dst mask
4223
 * fdo#100182 Flickering in The Talos Principle on Sky Lake GT4
4224
 * radeonsi: add new polaris12 pci id
4225
 * many fixes for RADV, ANV, i915, radeonsi and freedreno drivers
4226
4227
-------------------------------------------------------------------
4228
Wed Mar 29 15:18:19 UTC 2017 - sndirsch@suse.com
4229
4230
- specfile: Remove requires to libglvnd0/libglvnd-devel from
4231
  baselibs.conf when libglvnd build has been disabled; ugly ...
4232
4233
-------------------------------------------------------------------
4234
Wed Mar 29 09:23:27 UTC 2017 - sndirsch@suse.com
4235
4236
- specfile: only require libglvnd0/libglvnd-devel, if libglvnd build
4237
  is enabled
4238
- baselibs.conf: added requires to libglvnd0/libglvnd-devel where
4239
  needed
4240
4241
-------------------------------------------------------------------
4242
Mon Mar 27 13:56:35 UTC 2017 - sndirsch@suse.com
4243
4244
- disable libglvnd for openSUSE Leap 42.x and sle12
4245
4246
-------------------------------------------------------------------
4247
Fri Mar 24 14:45:49 UTC 2017 - sndirsch@suse.com
4248
4249
- update to 17.0.2
4250
  * fdo#97988 [radeonsi] playing back videos with VDPAU exhibits
4251
    deinterlacing/anti-aliasing issues not visible with VA-API
4252
  * fdo#99484 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc.
4253
    do not render correctly
4254
  * fdo#100049 ralloc: Make sure ralloc() allocations match malloc()'s
4255
    alignment. causes seg fault in 32bit build
4256
  * many fixes for ANV, RADV, Vulkan and i965 + radeonsi drivers
4257
4258
-------------------------------------------------------------------
4259
Thu Mar 23 13:41:27 UTC 2017 - sndirsch@suse.com
4260
4261
- fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
4262
  * Fix glXGetDriverConfig not working with glvnd
4263
  (https://bugzilla.redhat.com/show_bug.cgi?id=1429894)
4264
- Fix indirect rendering, add libGLX_indirect.so.0 symlink
4265
  (https://bugzilla.redhat.com/show_bug.cgi?id=1427174)
4266
- added Requires to libglvnd0/libglvnd-devel where still needed
4267
- patches picked from fedora:
4268
  http://pkgs.fedoraproject.org/cgit/rpms/mesa.git/tree/
4269
4270
-------------------------------------------------------------------
4271
Wed Mar 22 11:21:25 UTC 2017 - sndirsch@suse.com
4272
4273
- re-enabled GLES build with libglvnd build, just not package GLES
4274
  libs and require libglvnd0/libglvnd-devel instead
4275
4276
-------------------------------------------------------------------
4277
Tue Mar 21 10:57:54 UTC 2017 - sndirsch@suse.com
4278
4279
- archlinux_0001-Fix-linkage-against-shared-glapi.patch
4280
  * fixes libglvnd support for osmesa
4281
- archlinux_glvnd-fix-gl-dot-pc.patch
4282
  * fixes libglvnd support in pkgconfig file
4283
- archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch/
4284
  archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
4285
  * adds libglvnd support for EGL
4286
- patches picked from archlinux:
4287
  https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/mesa
4288
4289
-------------------------------------------------------------------
4290
Fri Mar 17 15:06:03 UTC 2017 - sndirsch@suse.com
4291
4292
- archlinux_glapi-Link-with-glapi-when-built-shared.patch
4293
  * currently needed for libglvnd support; picked from archlinux
4294
    https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/mesa
4295
- fixed typo in Requires to libglvnd
4296
4297
-------------------------------------------------------------------
4298
Thu Mar  9 14:20:22 UTC 2017 - sndirsch@suse.com
4299
4300
- build with libglvnd support enabled (can be easily disabled via
4301
  specfile define); requires libglvnd runtime and development
4302
  packages; disabled build of GLESv1/v2 libs/packages provided now
4303
  via libglvnd
4304
4305
-------------------------------------------------------------------
4306
Sat Mar  4 16:29:46 UTC 2017 - mimi.vx@gmail.com
4307
4308
- update to 17.0.1
4309
 * radv: Never try to create more than max_sets descriptor sets.
4310
 * radv: Reset emitted compute pipeline when calling secondary cmd buffer.
4311
 * radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.
4312
 * radv: Use correct size for availability flag.
4313
 * gallivm: Reenable PPC VSX (v3)
4314
 * gallivm: Improve debug output (V2)
4315
 * gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
4316
 * egl/dri3: implement query surface hook
4317
 * etnaviv: move pctx initialisation to avoid a null dereference
4318
 * etnaviv: remove number of pixel pipes validation
4319
 * anv: fix Get*MemoryRequirements for !LLC
4320
 * egl/wayland: Don't use DRM format codes for SHM
4321
 * tgsi: fix memory leak in tgsi sanity check
4322
 * radv: change base aligmment for allocated memory.
4323
 * radv: fix cik macroModeIndex.
4324
 * radv: adopt some init config workarounds from radeonsi.
4325
 * radv: fix depth format in blit2d.
4326
 * radv: fix txs for sampler buffers
4327
 * bin/get-extra-pick-list: use git merge-base to get the branchpoint
4328
 * bin/get-extra-pick-list: rework to use already_picked list
4329
 * bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed
4330
 * bin/get-pick-list.sh: limit `git grep ...' only as needed
4331
 * bin/get-pick-list.sh: remove ancient way of nominating patches
4332
 * bin/get-fixes-pick-list.sh: add new script
4333
 * vc4: Avoid emitting small immediates for UBO indirect load address guards.
4334
 * r300g: only allow byteswapped formats on big endian
4335
 * gallium/u_queue: fix a crash with atexit handlers
4336
 * gallium/u_queue: set num_threads correctly if not all threads start
4337
 * glx/glvnd: Fix GLXdispatchIndex sorting
4338
 * gm107/ir: fix address offset bitfield for ATOMS
4339
 * nvc0: set the render condition in the compute object
4340
 * st/mesa: don't pass compare mode for stencil-sampled textures
4341
 * nvc0: disable linked tsc mode in compute launch descriptor
4342
 * i965/sampler_state: Clamp min/max LOD to 14 on gen7+
4343
 * i965/sampler_state: Pass texObj into update_sampler_state
4344
 * i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge
4345
 * intel/blorp: Swizzle clear colors on the CPU
4346
 * i965/fs: Fix the inline nir_op_pack_double optimization
4347
 * anv: Add an invalidate_range helper
4348
 * anv/query: clflush the bo map on non-LLC platforms
4349
 * genxml: Make MI_STORE_DATA_IMM more consistent
4350
 * anv/query: Perform CmdResetQueryPool on the GPU
4351
 * intel/blorp: Explicitly flush all allocated state
4352
 * glsl: non-last member unsized array on SSBO must fail
4353
 * mesa: Do (TCS && !TES) draw time validation in ES as well.
4354
 * configure.ac: check require_basic_egl only if egl enabled
4355
 * anv: wsi: report presentation error per image request
4356
 * i965/fs: fix uninitialized memory access
4357
 * radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)
4358
 * gallium/util: remove unused u_index_modify helpers
4359
 * gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED
4360
 * unconditionally
4361
 * gallium/u_queue: fix random crashes when the app calls exit()
4362
 * radeonsi: fix broken tessellation on Carrizo and Stoney
4363
 * amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12
4364
 * android: radeonsi: fix sid_table.h generated header include path
4365
 * android: glsl: build shader cache sources
4366
 * configure.ac: Drop LLVM compiler flags more radically
4367
 * winsys/amdgpu: reduce max_alloc_size based on GTT limits
4368
 * radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
4369
 * radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
4370
 * glsl: fix heap-use-after-free in ast_declarator_list::hir()
4371
 * android: fix droid_create_image_from_prime_fd_yuv for YV12
4372
4373
-------------------------------------------------------------------
4374
Tue Feb 21 21:34:23 UTC 2017 - schwab@linux-m68k.org
4375
4376
- Use --enable-gallium-llvm only if llvm is available
4377
4378
-------------------------------------------------------------------
4379
Tue Feb 21 19:56:14 UTC 2017 - dimstar@opensuse.org
4380
4381
- Provide libwayland-egl1 as -32bit compat library, required by
4382
  libgtk-3-0.
4383
4384
-------------------------------------------------------------------
4385
Tue Feb 14 17:32:13 UTC 2017 - jengelh@inai.de
4386
4387
- Some %if around %post do not match with %if around %package;
4388
  drop them altogether since they are not needed except around
4389
  %files.
4390
- Rename wrongly-named libOSMesa9 to libOSMesa8
4391
4392
-------------------------------------------------------------------
4393
Mon Feb 13 14:10:52 UTC 2017 - mimi.vx@gmail.com
4394
4395
- update to 17.0.0
4396
- removed n_Fixed-build-against-wayland-1.2.1.patch , version requirement
4397
   bumped up by upstream.
4398
* Vulkan drivers:
4399
  + Correctly return (and implement) VK_INCOMPLETE on multiple WSI queries
4400
  + Support for the VK_KHR_sampler_mirror_clamp_to_edge extension
4401
  + We now use the Khoronos vk.xml file to generate the entrypoints
4402
* ANV:
4403
  + HiZ and performance improvements
4404
  + Float64 support and tessellation shader support.
4405
* RADV:
4406
  + Support multiple devices
4407
  + Support for the VK_AMD_draw_indirect_count extension
4408
  + Support for the VK_AMD_negative_viewport_height extension
4409
* Mesa core:
4410
  + Noticeable refactoring en route to GLSL Shader Cache
4411
  + Groundwork for int64
4412
* i965:
4413
  + OpenGL 4.5 support on Haswell hardware
4414
  + Reuse the same BLORP and ISL code as the ANV driver
4415
* Gallium:
4416
  + HUD: A number of race issues and memory leaks were resolved.
4417
* freedreno
4418
  + Support for a5xx
4419
* nouveau:
4420
  + OpenGL 4.3 support on Maxwell hardware
4421
  + Improved performance due to instruction pipelining (Maxwell)
4422
* r600/radeonsi
4423
  + VCE: Handle H.264 level 5.2
4424
  + Polaris12 support
4425
  + Dozens of performance improvements
4426
* Clover:
4427
  + Implement clGetExtensionFunctionAddressForPlatform.
4428
  + Add missing clGetDeviceInfo CL1.2 queries
4429
* VDPAU:
4430
  + Use dri3 to directly send the buffer to X
4431
* Build:
4432
  + Building RADV requires --enable-gallium-llvm
4433
  + Compatibility fixes for building mesa as part of ARC
4434
  + The vulkan headers vk_platform.h and vulkan.h are no longer installed
4435
  + A couple of configure options (--with-sha1 and --disable-shader-cache) are
4436
    removed alongside their respective library requirements.
4437
4438
-------------------------------------------------------------------
4439
Sat Feb  4 14:58:43 UTC 2017 - schwab@linux-m68k.org
4440
4441
- specfile: fix build configuration for arm, ppc and s390 platforms
4442
4443
-------------------------------------------------------------------
4444
Thu Feb  2 15:28:27 UTC 2017 - sndirsch@suse.com
4445
4446
- update to 13.0.4
4447
  * Multiple fixes for the i965 and radeonsi drivers. An odd glitch
4448
    in glxgears when using the freedreno driver was also addressed.
4449
  * The ANV driver being the prime source of patches - from
4450
    compatibility improvements with newer Vulkan loaders,
4451
    smoketesting and various rendering and compliance fixes.
4452
  * A couple of longstanding issues in the VA state tracker have
4453
    also been resolved.
4454
4455
-------------------------------------------------------------------
4456
Mon Jan 30 10:01:47 UTC 2017 - sndirsch@suse.com
4457
4458
- baselibs.conf: replaced definition of packages, which default is
4459
  not set to be built in specfile to
4460
    arch aarch64 ppc64 ppc64le s390x x86_64 package <package>
4461
 in order to make "osc service localrun source_validator" happy :-(
4462
4463
-------------------------------------------------------------------
4464
Fri Jan 27 21:38:44 UTC 2017 - mimi.vx@gmail.com
4465
4466
- Update baselibs.conf to ship i386 vulkan json files on x86_64
4467
4468
-------------------------------------------------------------------
4469
Thu Jan 19 14:01:21 UTC 2017 - mimi.vx@gmail.com
4470
4471
- Updated baselibs.conf to reflect libvulkan_radeon
4472
4473
-------------------------------------------------------------------
4474
Thu Jan 19 07:56:52 UTC 2017 - mimi.vx@gmail.com
4475
4476
- Enabled RADV vulkan driver for AMD GPU cards
4477
4478
-------------------------------------------------------------------
4479
Thu Jan  5 19:11:14 UTC 2017 - mimi.vx@gmail.com
4480
4481
- update to 13.0.3
4482
+ dropped U_cso-don-t-release-sampler-states-that-are-bound.patch
4483
* fdo#77662 Fail to render to different faces of depth-stencil cube map
4484
* fdo#92234 [BDW] GPU hang in Shogun2
4485
* fdo#98329 dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer
4486
* fdo#99038 dEQP-EGL.functional.negative_api.create_pixmap_surface crashes
4487
* many radeonsi and i965 bugfixes
4488
4489
-------------------------------------------------------------------
4490
Thu Dec 15 07:39:30 UTC 2016 - dmueller@suse.com
4491
4492
- clean up configuration settings to be uniform accross all
4493
  architectures except for list of dri and gallium drivers
4494
4495
-------------------------------------------------------------------
4496
Mon Dec 12 14:22:12 UTC 2016 - mstaudt@suse.com
4497
4498
- U_cso-don-t-release-sampler-states-that-are-bound.patch:
4499
  This avoids Radeon hangs due to a use-after-free bug in Gallium.
4500
  Fixes (boo#1015012), (fdo#93649)
4501
4502
-------------------------------------------------------------------
4503
Mon Nov 28 19:36:00 UTC 2016 - mimi.vx@gmail.com
4504
4505
- update to 13.0.2
4506
* fdo#97321 Query INFO_LOG_LENGTH for empty info log should return 0
4507
* fdo#97420  &quot;#version 0&quot; crashes glsl_compiler
4508
* i965: Add some APL and KBL SKU strings
4509
* i965: Reorder PCI ID list to match release order
4510
* i965/glk: Add basic Geminilake support
4511
* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
4512
* ac/nir/llvm: fix channel in texture gather lowering code.
4513
* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)
4514
* vulkan/wsi: store present mode in swapchain base class
4515
* vulkan/wsi/x11: add support for IMMEDIATE present mode
4516
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR
4517
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR
4518
* cherry-ignore: add reverted LLVM_LIBDIR patch
4519
* anv: fix enumeration of properties
4520
* vc4: Don't abort when a shader compile fails.
4521
* vc4: Clamp the shadow comparison value.
4522
* vc4: Fix register class handling of DDX/DDY arguments.
4523
* util/disk_cache: close a previously opened handle in disk_cache_put (v2)
4524
* anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL
4525
* anv/format: handle unsupported formats properly
4526
* glcpp: Handle '#version 0' and other invalid values
4527
* glsl: Parse 0 as a preprocessor INTCONSTANT
4528
* anv/gen8: Stall when needed in Cmd(Set|Reset)Event
4529
* anv/wsi: Set the fence to signaled in AcquireNextImageKHR
4530
* anv: Rework fences
4531
* vulkan/wsi/wayland: Include pthread.h
4532
* vulkan/wsi/wayland: Clean up some error handling paths
4533
* vulkan/wsi: Report the correct min/maxImageCount
4534
* i965/gs: Allow primitive id to be a system value
4535
* anv: Handle null in all destructors
4536
* anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT
4537
* nir/spirv: Fix handling of gl_PrimitiveId
4538
* anv/blorp: Ignore clears for attachments first used as resolve destinations
4539
* anv: Implement a depth stall restriction on gen7
4540
* anv/cmd_buffer: Handle running out of binding tables in compute shaders
4541
* anv/cmd_buffer: Emit a CS stall before setting a CS pipeline
4542
* vulkan/wsi/x11: Implement FIFO mode.
4543
* isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa
4544
* i965/hsw: Set integer mode in sampling state for stencil texturing
4545
* intel: Set min_ds_entries on Broxton.
4546
* i965: Fix compute shader crash.
4547
* mesa: Drop PATH_MAX usage.
4548
* i965: Fix GS push inputs with enhanced layouts.
4549
* vulkan/wsi: Add a thread-safe queue implementation
4550
* anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
4551
* gbm: request correct version of the DRI2_FENCE extension
4552
* radeonsi: store group_size_variable in struct si_compute
4553
* glsl/lower_output_reads: fix geometry shader output handling with conditional emit
4554
* Fix races during _mesa_HashWalk().
4555
* mesa: fix empty program log length
4556
4557
-------------------------------------------------------------------
4558
Mon Nov 21 11:53:40 UTC 2016 - sndirsch@suse.com
4559
4560
- baselibs.conf: enabled build of 32bit Mesa-dri-nouveau package,
4561
  e.g. required for Steam (bnc#1011156)
4562
4563
-------------------------------------------------------------------
4564
Mon Nov 14 19:12:26 UTC 2016 - mimi.vx@gmail.com
4565
4566
- update to 13.0.1
4567
* fdo#97715 [ILK,G45,G965] piglit.spec.arb_separate_shader_objects.misc
4568
    api error checks
4569
* fdo#98012 [IVB] Segfault when running Dolphin twice with Vulkan
4570
* fdo#98512 radeon r600 vdpau: Invalid command stream: texture bo too small
4571
* i965: Fix GPU hang related to multiple render targets and alpha testing
4572
* Revert "st/vdpau: use linear layout for output surfaces"
4573
* ac/nir: add support for discard_if intrinsic (v2)
4574
* nir: add conditional discard optimisation (v4)
4575
* amd/addrlib: limit fastcall/regparm to GCC i386
4576
* anv: use correct .specVersion for extensions
4577
* vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.
4578
* ir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
4579
* anv/device: Return DEVICE_LOST if execbuf2 fails
4580
* vulkan/wsi/x11: Better handle wsi_x11_connection_create failure
4581
* vulkan/wsi/x11: Clean up connections in finish_wsi
4582
* anv: Better handle return codes from anv_physical_device_init
4583
* intel/blorp: Use wm_prog_data instead of hand-rolling our own
4584
* intel/blorp: Pass a brw_stage_prog_data to upload_shader
4585
* anv/pipeline: Put actual pointers in anv_shader_bin
4586
* anv/pipeline: Properly cache prog_data::param
4587
* intel/blorp: Emit all the binding tables
4588
* anv/device: Add an execbuf wrapper
4589
* anv: Add a cmd_buffer_execbuf helper
4590
* anv: Don't presume to know what address is in a surface relocation
4591
* anv: Add a new bo_pool_init helper
4592
* anv/allocator: Simplify anv_scratch_pool
4593
* anv: Initialize anv_bo::offset to -1
4594
* anv/batch_chain: Improve write_reloc
4595
* anv: Add an anv_execbuf helper struct
4596
* anv/batch: Move last_ss_pool_bo_offset to the command buffer
4597
* anv: Move relocation handling from EndCommandBuffer to QueueSubmit
4598
* anv/cmd_buffer: Take a command buffer instead of a batch in two helpers
4599
* anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4
4600
* glsl: Update deref types when resizing implicitly sized arrays.
4601
* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.
4602
* anv: Do relocations in userspace before execbuf ioctl
4603
* egl: use util/macros.h
4604
* egl: make interop ABI visible again
4605
* glx: make interop ABI visible again
4606
* radeonsi: fix an assertion failure in si_decompress_sampler_color_textures
4607
* radeonsi: fix BFE/BFI lowering for GLSL semantics
4608
* glsl: fix lowering of UBO references of named blocks
4609
* st/glsl_to_tgsi: fix dvec[34] loads from SSBO
4610
* st/mesa: fix the layer of VDPAU surface samplers
4611
* gallium/hud: fix a problem where objects are free'd while in use.
4612
* gallium/hud: close a previously opened handle
4613
* gallium/hud: protect against and initialization race
4614
* mesa/glsl: delete previously linked shaders earlier when linking
4615
4616
-------------------------------------------------------------------
4617
Mon Nov  7 15:09:08 UTC 2016 - schwab@suse.de
4618
4619
- Build Mesa-dri-nouveau only where available
4620
4621
-------------------------------------------------------------------
4622
Wed Nov  2 11:44:47 UTC 2016 - zaitor@opensuse.org
4623
4624
- Drop u_Mesa_i965-import-prime-buffers.patch: Upstream fixed the
4625
  bug in a different way, and we should not keep the now obsolete
4626
  patch (boo#991638, fdo#71759).
4627
4628
-------------------------------------------------------------------
4629
Tue Nov  1 18:14:28 UTC 2016 - mimi.vx@gmail.com
4630
4631
- update to 13.0.0
4632
- openGL 4.5 with i965 driver on intel bbroadwell and newer hw
4633
- openGL ES for haswell supports 3.1, skylake 3.2
4634
- fixes for intel vulkan driver
4635
- early support fot GP100
4636
- better radeonSI performace
4637
- dropped U_r300g-Set-R300_VAP_CNTL-on-RSxxx-to-avoid-triangle-flickering.patch
4638
- refreshed u_Mesa_i965-import-prime-buffers.patch
4639
4640
-------------------------------------------------------------------
4641
Tue Oct 25 10:05:26 UTC 2016 - sndirsch@suse.com
4642
4643
- let Mesa-dri-nouveau supplement xf86-video-nouveau, so it  gets
4644
  preselected as well once hardware supplements for Mesa-dri-nouveau
4645
  match (bnc#1005323)
4646
4647
-------------------------------------------------------------------
4648
Mon Oct 17 14:35:07 UTC 2016 - mstaudt@suse.com
4649
4650
- Mesa.spec: %ifdef'd out patches by mistake
4651
4652
-------------------------------------------------------------------
4653
Mon Oct 17 13:45:06 UTC 2016 - mstaudt@suse.com
4654
4655
- Split off nouveau*_dri.so into Mesa-dri-nouveau.
4656
  Nouveau's 3D support is too unstable to enable by default.
4657
4658
-------------------------------------------------------------------
4659
Mon Oct 17 12:34:12 UTC 2016 - mstaudt@suse.com
4660
4661
- Mesa.spec: Disable Nouveau locking patches by default
4662
4663
-------------------------------------------------------------------
4664
Fri Oct 14 10:17:17 UTC 2016 - mstaudt@suse.com
4665
4666
- U_r300g-Set-R300_VAP_CNTL-on-RSxxx-to-avoid-triangle-flickering.patch:
4667
  Initialize RSxxx chipsets correctly (bsc#985650)
4668
4669
-------------------------------------------------------------------
4670
Fri Oct 14 09:10:46 UTC 2016 - mstaudt@suse.com
4671
4672
- N_01-WIP-nouveau-add-locking.patch
4673
  N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch
4674
  N_03-nv30-locking-fixes.patch
4675
  N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch
4676
  N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch
4677
4678
  Backport nouveau locking workaround to enable multithreading.
4679
4680
  Source: https://github.com/imirkin/mesa/commits/locking
4681
4682
  According to the author, crashes may still happen, but much more rarely.
4683
4684
  Tested on GK107.
4685
4686
  N_04-* and N_05-* include untested fixes for nv50.
4687
4688
  Fixes (boo#997171) as suggested in (fdo#91632).
4689
4690
-------------------------------------------------------------------
4691
Mon Sep 19 10:00:05 UTC 2016 - zaitor@opensuse.org
4692
4693
- Add u_Mesa_i965-import-prime-buffers.patch: i965: import prime
4694
  buffers in the current context, not screen (fdo#71759,
4695
  boo#991638).
4696
4697
-------------------------------------------------------------------
4698
Sat Sep 17 16:40:56 UTC 2016 - mimi.vx@gmail.com
4699
4700
- update to 12.0.3
4701
* fdo#97781 - [HSW, BYT, IVB] es2-cts.gtf.gl2extensiontests.depth_texture_cube_map.depth_texture_cube_map
4702
* Revert "i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations"
4703
4704
-------------------------------------------------------------------
4705
Mon Sep  5 17:05:57 UTC 2016 - mimi.vx@gmail.com
4706
4707
- update to 12.0.2
4708
* fdo#69622 - eglTerminate then eglMakeCurrent crahes
4709
* fdo#89599 - symbol 'x86_64_entry_start' is already defined when building
4710
    with LLVM/clang
4711
* fdo#91342 - Very dark textures on some objects in indoors environments in
4712
    Postal 2
4713
* fdo#92306 - GL Excess demo renders incorrectly on nv43
4714
* fdo#94148 - Framebuffer considered invalid when a draw call is done
4715
    before glCheckFramebufferStatus
4716
* fdo#96274 - [NVC0] Failure when compiling compute shader: Assertion
4717
    `bb-<getFirst()-<serial >= bb-<getExit()-<serial' failed
4718
* fdo#96358 - SSO: wrong interface validation between GS and VS (regresion
4719
    due to latest gles 3.1)
4720
* fdo#96381 - Texture artifacts with immutable texture storage and mipmaps
4721
* fdo#96762 - [radeonsi,apitrace] Firewatch: nothing rendered
4722
    in scrollable (text) areas
4723
* fdo#96835 - "gallium: Force blend color to 16-byte alignment" crash with
4724
    "-march=native -O3" causes some 32bit games to crash
4725
* fdo#96850 - Crucible tests fail for 32bit mesa
4726
* fdo#96908 - [radeonsi] MSAA causes graphical artifacts
4727
* fdo#96911 - webgl2 conformance2/textures/misc/tex-mipmap-levels.html
4728
    crashes 12.1 Intel driver
4729
* fdo#96971 - invariant qualifier is not valid for shader inputs
4730
* fdo#97039 - The Talos Principle and Serious Sam 3 GPU faults
4731
* fdo#97207 - [IVY BRIDGE] Fragment shader discard writing to depth
4732
* fdo#97214 - X not running with error &quot;Failed to make EGL context current
4733
* fdo#97225 - [i965 on HD4600 Haswell] xcom switch to ingame cinematics cause
4734
    segmentation fault
4735
* fdo#97231 - GL_DEPTH_CLAMP doesn't clamp to the far plane
4736
* fdo#97307 - glsl/glcpp/tests/glcpp-test regression
4737
* fdo#97331 - glDrawElementsBaseVertex doesn't work in display list on i915
4738
* fdo#97351 - DrawElementsBaseVertex with VBO ignores base vertex on
4739
    Intel GMA 9xx in some cases
4740
* fdo#97426 - glScissor gives vertically inverted result
4741
* fdo#97476 - Shader binaries should not be stored in the PipelineCache
4742
* fdo#97567 - [SNB, ILK] ctl, piglit regressions in mesa 12.0.2rc1
4743
+ many other fixes from 12.0.1
4744
4745
4746
-------------------------------------------------------------------
4747
Sat Jul  9 07:11:14 UTC 2016 - mimi.vx@gmail.com
4748
4749
- update to 12.0.1
4750
* Vulkan driver for Intel hardware from Ivy Bridge onward.
4751
* OpenGL 4.3 for nvc0, radeonsi and i965 (Gen8+)
4752
* OpenGL ES 3.1 on nvc0 and radeonsi
4753
* DRI3 enablement for VDPAU, OMX and VAAPI
4754
4755
-------------------------------------------------------------------
4756
Tue Jul  5 20:08:21 UTC 2016 - toddrme2178@gmail.com
4757
4758
- Fix Group tag.
4759
4760
-------------------------------------------------------------------
4761
Tue Jun 21 19:57:26 UTC 2016 - mimi.vx@gmail.com
4762
4763
- update to 12.0.0-rc4 final RC
4764
4765
-------------------------------------------------------------------
4766
Fri Jun 17 14:57:47 UTC 2016 - sndirsch@suse.com
4767
4768
- moved libxatracker package definition to the end to get rid of
4769
  issues related to the special version of this package
4770
4771
-------------------------------------------------------------------
4772
Fri Jun 17 14:12:52 UTC 2016 - sndirsch@suse.com
4773
4774
- let Mesa-libVulkan-devel conflict with vulkan-devel due to file
4775
  conflics in both packages
4776
4777
-------------------------------------------------------------------
4778
Wed Jun 15 14:39:32 UTC 2016 - sndirsch@suse.com
4779
4780
- Update to version 12.0.0-rc2
4781
  * Bug fixes and performance improvements
4782
- supersedes patches:
4783
  u_st-va-hardlink-driver-instances-to-gallium_drv_video.patch,
4784
  U_anv-add-the-X-related-and-Wayland-CFLAGS-to-VULKAN.patch
4785
- removed option for build in verbose log mode
4786
- improved Group tag for libVulkan-devel
4787
4788
-------------------------------------------------------------------
4789
Sun Jun 12 09:22:10 UTC 2016 - sndirsch@suse.com
4790
4791
- fixed 'osc service localrun download_files' run by removing
4792
  rc release from version define
4793
4794
-------------------------------------------------------------------
4795
Thu Jun  9 20:29:29 UTC 2016 - mimi.vx@gmail.com
4796
4797
- fix vulkan naming scheme, add supplement for xf86-video-intel
4798
4799
-------------------------------------------------------------------
4800
Wed Jun  8 20:10:11 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
4801
4802
- Fix Requirement for Mesa-libVulkan-devel, not Mesa-libvulkan, but
4803
  Mesa-libVulkan
4804
4805
-------------------------------------------------------------------
4806
Wed Jun  8 07:33:35 UTC 2016 - jslaby@suse.com
4807
4808
- x86: enable virgl gallium driver
4809
4810
-------------------------------------------------------------------
4811
Tue Jun  7 23:25:31 UTC 2016 - tobias.johannes.klausmann@mni.thm.de
4812
4813
- Update to version 12.0.0-rc2:
4814
- New features:
4815
  + OpenGL 4.3 on nvc0, radeonsi, i965 (Gen8+)
4816
  + OpenGL ES 3.1 on nvc0, radeonsi
4817
  + GL_ARB_ES3_1_compatibility on nvc0, radeonsi
4818
  + GL_ARB_compute_shader on nvc0, radeonsi, softpipe
4819
  + GL_ARB_cull_distance on i965/gen6+, nv50, nvc0, llvmpipe, softpipe
4820
  + GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe
4821
  + GL_ARB_internalformat_query2 on all drivers
4822
  + GL_ARB_query_buffer_object on i965/hsw+
4823
  + GL_ARB_robust_buffer_access_behavior on i965, nvc0, radeonsi
4824
  + GL_ARB_shader_atomic_counters on radeonsi, softpipe
4825
  + GL_ARB_shader_atomic_counter_ops on nvc0, radeonsi, softpipe
4826
  + GL_ARB_shader_image_load_store on nvc0, radeonsi, softpipe
4827
  + GL_ARB_shader_image_size on nvc0, radeonsi, softpipe
4828
  + GL_ARB_shader_storage_buffer_objects on radeonsi, softpipe
4829
  + GL_ATI_fragment_shader on all Gallium drivers
4830
  + GL_EXT_base_instance on all drivers that support GL_ARB_base_instance
4831
  + GL_EXT_clip_cull_distance on all drivers that support GL_ARB_cull_distance
4832
  + GL_KHR_robustness on i965
4833
  + GL_OES_copy_image on i965 (Baytrail and Gen8+)
4834
  + GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers
4835
    that support GL_ARB_draw_buffers_blend
4836
  +GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 on all drivers that support
4837
   GL_ARB_gpu_shader5
4838
  +GL_OES_sample_shading on i965, nvc0, r600, radeonsi
4839
  +GL_OES_sample_variables on i965, nvc0, r600, radeonsi
4840
  +GL_OES_shader_image_atomic on all drivers that support
4841
   GL_ARB_shader_image_load_store
4842
  +GL_OES_shader_io_blocks on i965, nvc0, radeonsi
4843
  +GL_OES_shader_multisample_interpolation on i965, nvc0, r600, radeonsi
4844
  + GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers
4845
    that support +GL_ARB_texture_border_clamp
4846
  + GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, nvc0, radeonsi
4847
  + EGL_KHR_reusable_sync on all drivers
4848
  + GL_ARB_stencil_texture8 and GL_OES_stencil_texture8 on i965/gen8+
4849
- Enable build of the Intel Vulkan driver (anv):
4850
  + Introduce new packages: libVulkan and libVulkan-devel
4851
- Remove upstreamed patches:
4852
  + u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch
4853
  + U_gallivm-disable-avx512-features.patch
4854
- Upstream Patches:
4855
  + U_anv-add-the-X-related-and-Wayland-CFLAGS-to-VULKAN.patch
4856
    * Otherwise we might fail to find the headers in some scenarios.
4857
- drop docs/COPYING: No GPL licensed code in Mesa resident (upstream change)
4858
4859
-------------------------------------------------------------------
4860
Wed Jun  1 14:48:38 UTC 2016 - eich@suse.com
4861
4862
- U_gallivm-disable-avx512-features.patch:
4863
  Fix crashes on some Skykake CPUs by disabling avx512 features
4864
  (bsc#980557, bsc#981532).
4865
4866
-------------------------------------------------------------------
4867
Wed May 25 11:39:12 UTC 2016 - dmueller@suse.com
4868
4869
- enable vc4 and freedreno on aarch64 as well
4870
4871
-------------------------------------------------------------------
4872
Wed May 18 17:01:35 UTC 2016 - eich@suse.com
4873
4874
- u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch:
4875
  Fix crash due to oud of founds screen (boo#980382).
4876
4877
-------------------------------------------------------------------
4878
Mon May  9 15:24:00 UTC 2016 - mimi.vx@gmail.com
4879
4880
- update to 11.2.2
4881
- removed upstreamed patches:
4882
    + u_dri2-Check-for-dummyContext-to-see-if-the-glx_context-is-valid.patch
4883
    + u_dri3-Check-for-dummyContext-to-see-if-the-glx_contex.patch
4884
* fdo#92850 - Segfault loading War Thunder
4885
* fdo#93767 - Glitches with soft shadows and MSAA in Knights of the Old Republic 2
4886
* fdo#94955 - Uninitialized variables leads to random segfaults (valgrind log,
4887
    apitrace attached)
4888
* fdo#94994 -  OSMesaGetProcAdress always fails on mangled OSMesa
4889
* fdo#95026 - Alien Isolation segfault after initial loading screen/video
4890
* fdo#95133 - X-COM Enemy Within crashes when entering tactical mission with Bonaire
4891
* fdo#95164 - GLSL compiler (linker I think) emits assertion upon call to
4892
     glAttachShader
4893
* fdo#95251 - vdpau decoder capabilities: not supported
4894
* radeon/uvd: alignment fix for decode message buffer
4895
* st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()
4896
* gallium/util: initialize pipe_framebuffer_state to zeros
4897
* dri: Fix robust context creation via EGL attribute
4898
* dri2: Check for dummyContext to see if the glx_context is valid
4899
* cherry-ignore: remove duplicate commit
4900
* cherry-ignore: ignore the GetSamplerParameterIuiv{EXT,OES} fixups
4901
* vc4: Fix subimage accesses to LT textures.
4902
* vc4: Add support for rendering to cube map surfaces.
4903
* vc4: Fix tests for format supported with nr_samples == 1.
4904
* vc4: Make sure we recompile when sample_mask changes.
4905
* glapi: fix _glapi_get_proc_address() for mangled function names
4906
* nvc0: fix retrieving query results into buffer for timestamps
4907
* nouveau/video: properly detect the decoder class for availability checks
4908
* i965/fs: Properly report regs_written from SAMPLEINFO
4909
* egl/x11: authenticate before doing chipset id ioctls
4910
* winsys/sw/xlib: use correct free function for xlib_dt-&gt;data
4911
* i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.
4912
* glsl: Convert lower_vec_index_to_swizzle to a rvalue visitor.
4913
* glsl: Lower vector_extracts to swizzles after lower_vector_derefs.
4914
* radeon/uvd: fix tonga feedback buffer size
4915
* st/mesa: fix blit-based GetTexImage for non-finalized textures
4916
* gallium/radeon: handle failure when mapping staging buffer
4917
* st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor
4918
* gallium/radeon: fix crash in r600_set_streamout_targets
4919
* radeonsi: correct NULL-pointer check in si_upload_const_buffer
4920
* radeonsi: work around an MSAA fast stencil clear problem
4921
* r600g/radeonsi: send endian info to format translation functions
4922
* r600g: set endianess of 16/32-bit buffers according to do_endian_swap
4923
* r600g: use do_endian_swap in color swapping functions
4924
* r600g: use do_endian_swap in texture swapping function
4925
* r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier
4926
* llvmpipe: (trivial) initialize src1_alpha var to NULL
4927
* gallivm: fix bogus argument order to lp_build_sample_mipmap function
4928
* gallivm: make sampling more robust against bogus coordinates
4929
* gk110/ir: do not overwrite def value with zero for EXCH ops
4930
* gk110/ir: make use of IMUL32I for all immediates
4931
* nvc0/ir: fix wrong emission of (a OP b) OP c
4932
* gk110/ir: add emission for (a OP b) OP c
4933
* nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+
4934
* st/glsl_to_tgsi: fix potential crash when allocating temporaries
4935
* dri3: Check for dummyContext to see if the glx_context is valid
4936
* i965/blorp/gen7: Prepare re-using for gen8
4937
* i965/blorp: Use 8k chunk size for urb allocation
4938
* tgsi: initialize stack allocated struct
4939
* winsys/sw/dri: use correct free function for dri_sw_dt-&gt;data
4940
* android: enable dlopen() on all architectures
4941
4942
-------------------------------------------------------------------
4943
Thu Apr 21 09:36:08 UTC 2016 - sndirsch@suse.com
4944
4945
- u_dri3-Check-for-dummyContext-to-see-if-the-glx_contex.patch
4946
  * dri3: Check for dummyContext to see if the glx_context is valid
4947
    According to the comments in src/glx/glxcurrent.c
4948
    __glXGetCurrentContext() always returns a valid pointer. If no
4949
    context is made current, it will contain dummyContext. Thus a
4950
    test for NULL will always fail.
4951
4952
-------------------------------------------------------------------
4953
Sun Apr 17 19:13:12 UTC 2016 - mimi.vx@gmail.com
4954
4955
- update to 11.2.1
4956
* It fixes crashes in VAAPI, some build problems in Nine has been addressed,
4957
    adds a drirc workaround for Warsow and resolves issues in the nouveau,
4958
    radeonsi and i965 drivers.
4959
* fdo#93962 ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts
4960
4961
-------------------------------------------------------------------
4962
Mon Apr  4 19:57:06 UTC 2016 - mimi.vx@gmail.com
4963
4964
- update to 11.2.0
4965
- dropped U_clover-Fix-build-against-LLVM-3.8.patch
4966
- dropped U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
4967
- New Features:
4968
    * GL_ARB_arrays_of_arrays on all gallium drivers that provide GLSL 1.30
4969
    * GL_ARB_base_instance on freedreno/a4xx
4970
    * GL_ARB_compute_shader on i965
4971
    * GL_ARB_copy_image on r600
4972
    * GL_ARB_indirect_parameters on nvc0
4973
    * GL_ARB_query_buffer_object on nvc0
4974
    * GL_ARB_shader_atomic_counters on nvc0
4975
    * GL_ARB_shader_draw_parameters on i965, nvc0
4976
    * GL_ARB_shader_storage_buffer_object on nvc0
4977
    * GL_ARB_tessellation_shader on i965 and r600 (evergreen/cayman only)
4978
    * GL_ARB_texture_buffer_object_rgb32 on freedreno/a4xx
4979
    * GL_ARB_texture_buffer_range on freedreno/a4xx
4980
    * GL_ARB_texture_query_lod on freedreno/a4xx
4981
    * GL_ARB_texture_rgb10_a2ui on freedreno/a4xx
4982
    * GL_ARB_texture_view on freedreno/a4xx
4983
    * GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx
4984
    * GL_KHR_texture_compression_astc_ldr on freedreno/a4xx
4985
    * GL_AMD_performance_monitor on radeonsi (CIK+ only)
4986
    * GL_ATI_meminfo on r600, radeonsi
4987
    * GL_NVX_gpu_memory_info on r600, radeonsi
4988
    * New OSMesaCreateContextAttribs() function (for creating core profile contexts)
4989
+ Many bugfixes, for more info see relnotes/11.2.0.html
4990
4991
-------------------------------------------------------------------
4992
Wed Mar 16 18:12:00 UTC 2016 - eich@suse.com
4993
4994
- n_Define-GLAPIVAR-separate-from-GLAPI.patch:
4995
  Add separate definition GLAPIVAR as GLAPI
4996
  doesn't have the an 'extern' for some compiler
4997
  versions. This is needed for GLw (bsc#970725).
4998
4999
-------------------------------------------------------------------
5000
Wed Mar 16 11:31:20 UTC 2016 - sndirsch@suse.com
5001
5002
- U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
5003
  * llvmpipe: Do not use barriers if not using threads; triggers
5004
    on single cpu machines (like KVM in openQA) with gcc6 and
5005
    latest glibc(bnc#971350)
5006
5007
-------------------------------------------------------------------
5008
Mon Mar 14 12:02:29 UTC 2016 - dmueller@suse.com
5009
5010
- enable llvmpipe for aarch64 (fate#320649)
5011
5012
-------------------------------------------------------------------
5013
Thu Feb 11 13:18:31 UTC 2016 - mimi.vx@gmail.com
5014
5015
-  update to 11.1.2
5016
* Bugfix release:
5017
+ fdo#93648 - Random lines being rendered when playing Dolphin (geometry shaders
5018
    elated, w/ apitrace)
5019
+ fdo#93650 - GL_ARB_separate_shader_objects is buggy (PCSX2)
5020
+ fdo#93717 - Meta mipmap generation can corrupt texture state
5021
+ fdo#93722 - Segfault when compiling shader with a subroutine that takes a parameter
5022
+ fdo#93731 - glUniformSubroutinesuiv segfaults when subroutine uniform is bound
5023
    to a specific location
5024
+ fdo#93761 - A conditional discard in a fragment shader causes no depth
5025
    writing at all
5026
+ Some bugfixes in i965,nv50,radeonsi,r600g,vc4 drivers
5027
5028
-------------------------------------------------------------------
5029
Thu Jan 28 09:37:21 UTC 2016 - idonmez@suse.com
5030
5031
- Add U_clover-Fix-build-against-LLVM-3.8.patch to fix build
5032
  against llvm 3.8
5033
5034
-------------------------------------------------------------------
5035
Wed Jan 20 16:40:10 UTC 2016 - eich@suse.com
5036
5037
- u_dri2-Check-for-dummyContext-to-see-if-the-glx_context-is-valid.patch
5038
  Check for dummyContext to see if the glx_context is valid (boo#962609).
5039
5040
-------------------------------------------------------------------
5041
Wed Jan 20 15:16:11 UTC 2016 - sndirsch@suse.com
5042
5043
- n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
5044
  * Since these are packaged separately in (open)SUSE anyway, one
5045
    can use copies as well. This makes debug packages possible
5046
    again. (bnc #962609)
5047
5048
-------------------------------------------------------------------
5049
Wed Jan 13 23:14:33 UTC 2016 - mimi.vx@gmail.com
5050
5051
- update to 11.1.1
5052
* Bugfix release and adding KB Lake PCI id's
5053
+ fdo#91806 - configure does not test whether assembler supports sse4.1
5054
+ fdo#92229 - [APITRACE] SOMA have serious graphical errors
5055
+ fdo#92233 - Unigine Heaven 4.0 silhuette run
5056
+ fdo#93004 - Guild Wars 2 crash on nouveau DX11 cards
5057
+ fdo#93215 - [Regression bisected] Ogles1conform Automatic mipmap
5058
    generation test is fail
5059
+ fdo#93257 - [SKL, bisected] ASTC dEQP tests segfault
5060
+ fixes for r600,nv*,glx,glsl,radeonsi and i965
5061
5062
-------------------------------------------------------------------
5063
Wed Jan  6 14:00:51 UTC 2016 - schwab@suse.de
5064
5065
- Enable swrast gallium driver on s390/aarch64
5066
- Exclude Mesa-libva on s390/s390x/aarch64
5067
5068
-------------------------------------------------------------------
5069
Sun Dec 20 05:03:08 UTC 2015 - jimmy@boombatower.com
5070
5071
- Apply patch: st/va: hardlink driver instances to
5072
  gallium_drv_video.so
5073
  + u_st-va-hardlink-driver-instances-to-gallium_drv_video.patch
5074
5075
-------------------------------------------------------------------
5076
Thu Dec 17 07:06:21 UTC 2015 - jimmy@boombatower.com
5077
5078
- Add Mesa-libva.
5079
5080
-------------------------------------------------------------------
5081
Tue Dec 15 16:17:22 UTC 2015 - mimi.vx@gmail.com
5082
5083
- update to 11.1.0, new stable release
5084
* New features:
5085
    + Note: some of the new features are only available with certain drivers.
5086
    + OpenGL 3.1 support on freedreno (a3xx, a4xx)
5087
    + OpenGL 3.3 support for VMware guest VM driver (supported by Workstation 12
5088
       and Fusion 8).
5089
    + GL_AMD_performance_monitor on nv50
5090
    + GL_ARB_arrays_of_arrays on i965
5091
    + GL_ARB_blend_func_extended on freedreno (a3xx)
5092
    + GL_ARB_clear_texture on nv50, nvc0
5093
    + GL_ARB_clip_control on freedreno/a4xx
5094
    + GL_ARB_copy_image on nv50, nvc0, radeonsi
5095
    + GL_ARB_depth_clamp on freedreno/a4xx
5096
    + GL_ARB_fragment_layer_viewport on i965 (gen6+)
5097
    + GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips
5098
    + GL_ARB_gpu_shader5 on r600 for Evergreen and later chips
5099
    + GL_ARB_seamless_cubemap_per_texture on freedreno/a4xx
5100
    + GL_ARB_shader_clock on i965 (gen7+)
5101
    + GL_ARB_shader_stencil_export on i965 (gen9+)
5102
    + GL_ARB_shader_storage_buffer_object on i965
5103
    + GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi
5104
    + GL_ARB_texture_barrier / GL_NV_texture_barrier on i965
5105
    + GL_ARB_texture_buffer_range on freedreno/a3xx
5106
    + GL_ARB_texture_compression_bptc on freedreno/a4xx
5107
    + GL_ARB_texture_query_lod on softpipe
5108
    + GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer)
5109
    + GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx, a4xx)
5110
    + GL_EXT_blend_func_extended on all drivers that support the ARB version
5111
    + GL_EXT_buffer_storage implemented for when ES 3.1 support is gained
5112
    + GL_EXT_draw_elements_base_vertex on all drivers
5113
    + GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)
5114
    + GL_KHR_debug (GLES)
5115
    + GL_NV_conditional_render on freedreno
5116
    + GL_OES_draw_elements_base_vertex on all drivers
5117
    + EGL_KHR_create_context on softpipe, llvmpipe
5118
    + EGL_KHR_gl_colorspace on softpipe, llvmpipe
5119
    + new virgl gallium driver for qemu virtio-gpu
5120
    + 16x multisampling on i965 (gen9+)
5121
    + GL_EXT_shader_samples_identical on i965.
5122
* +many bugfixes, please see relnotes
5123
5124
-------------------------------------------------------------------
5125
Wed Dec  9 19:15:39 UTC 2015 - mimi.vx@gmail.com
5126
5127
- Update to version 11.0.7
5128
    + bugfixes release for bugs found since 11.0.6
5129
      fdo#90348 - Spilling failure of b96 merged value
5130
      fdo#92363 - [BSW/BDW] ogles1conform Gets test fails
5131
      fdo#92438 - Segfault in pushbuf_kref when running the android
5132
          emulator (qemu) on nv50
5133
      fdo#93110 - [NVE4] textureSize() and textureQueryLevels() uses a texture
5134
          bound during the previous draw call
5135
      fdo#93126> - wrongly claim supporting GL_EXT_texture_rg
5136
    + plus fixes for r600g,llvmpipe,i955,egl,gles2
5137
5138
-------------------------------------------------------------------
5139
Tue Dec  1 07:57:16 UTC 2015 - jimmy@boombatower.com
5140
5141
- Add Mesa-libOpenCL.
5142
5143
-------------------------------------------------------------------
5144
Sun Nov 22 11:05:34 UTC 2015 - zaitor@opensuse.org
5145
5146
- Update to version 11.0.6:
5147
  + This release brings driver fixes for i965, r600, radeonsi,
5148
    nouveau, vc4, and llvmpipe including a serious regression for
5149
    r100/r200 era hardware.
5150
  + Additional patches cover glsl, nir, mesa/meta and VC-1
5151
    decoding.
5152
5153
-------------------------------------------------------------------
5154
Wed Nov 11 18:08:32 UTC 2015 - mimi.vx@gmail.com
5155
5156
- update to 11.0.5
5157
* With this release we have some driver patches for i965 and nouveau, a couple
5158
    of llvm 3.7 related fixes and a some bugfixes in the VA state-tracker.
5159
* Additionally we have a few new PCI ids for i965 and radeonsi.
5160
5161
-------------------------------------------------------------------
5162
Sun Oct 25 18:08:04 UTC 2015 - mimi.vx@gmail.com
5163
5164
- update to 11.0.4
5165
  * bug fix release which fixes bugs found since the 11.0.3 release
5166
  * droped patches - merged by upstream:
5167
    U_gallium-add-PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HI.patch
5168
    U_i965-Remove-early-release-of-DRI2-miptree.patch
5169
5170
-------------------------------------------------------------------
5171
Thu Oct 22 13:08:47 UTC 2015 - sndirsch@suse.com
5172
5173
- U_gallium-add-PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HI.patch
5174
  * This avoids a serious r600g bug leading to a GPU hang (bnc#951298)
5175
5176
-------------------------------------------------------------------
5177
Tue Oct 20 12:27:16 UTC 2015 - sndirsch@suse.com
5178
5179
- Update to 11.0.3
5180
  * bug fix release which fixes bugs found since the 11.0.2 release
5181
5182
-------------------------------------------------------------------
5183
Thu Oct  1 12:47:05 UTC 2015 - sndirsch@suse.com
5184
5185
- Update to 11.0.2
5186
  * This is a emergency release which covers the final dEQP
5187
    regressions introduced in the 11.0 development cycle.
5188
5189
-------------------------------------------------------------------
5190
Wed Sep 30 09:29:30 UTC 2015 - jslaby@suse.com
5191
5192
- update upstream status:
5193
  * remove n_i965-Remove-early-release-of-DRI2-miptree.patch
5194
  * add U_i965-Remove-early-release-of-DRI2-miptree.patch
5195
5196
-------------------------------------------------------------------
5197
Sat Sep 26 20:06:50 UTC 2015 - mpluskal@suse.com
5198
5199
- Update to 11.0.1
5200
  * i965/vec4: Fix saturation errors when coalescing registers
5201
  * i965/vec4_nir: Load constants as integers
5202
  * meta: Abort meta pbo path if TexSubImage need signed unsigned
5203
    conversion
5204
  * docs: add sha256 checksums for 11.0.0
5205
  * Update version to 11.0.1
5206
  * docs: add release notes for 11.0.1
5207
  * mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default
5208
    framebuffer.
5209
  * t_dd_dmatmp: Make "count" actually be the count
5210
  * t_dd_dmatmp: Clean up improper code formatting from previous
5211
    patch
5212
  * t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
5213
  * t_dd_dmatmp: Pull out common 'count -= count & 3' code
5214
  * t_dd_dmatmp: Use addition instead of subtraction in loop
5215
    bounds
5216
  * st/mesa: avoid integer overflows with buffers >= 512MB
5217
  * nv50, nvc0: fix max texture buffer size to 128M elements
5218
  * freedreno/a3xx: fix blending of L8 format
5219
  * nv50,nvc0: detect underlying resource changes and update tic
5220
  * nv50,nvc0: flush texture cache in presence of coherent bufs
5221
  * radeonsi: load fmask ptr relative to the resources array
5222
  * nir: Fix a bunch of ralloc parenting errors
5223
  * i965/vec4: Don't reswizzle hardware registers
5224
  * configure.ac: Add support to enable read-only text segment on
5225
    x86.
5226
  * gbm: convert gbm bo format to fourcc format on dma-buf import
5227
  * mesa: fix errors when reading depth with glReadPixels
5228
  * i965: fix textureGrad for cubemaps
5229
  * mesa: Fix texture compression on big-endian systems
5230
5231
-------------------------------------------------------------------
5232
Mon Sep 14 15:40:22 UTC 2015 - jslaby@suse.com
5233
5234
- add n_i965-Remove-early-release-of-DRI2-miptree.patch (bnc#945444)
5235
5236
-------------------------------------------------------------------
5237
Mon Sep 14 07:49:02 UTC 2015 - sndirsch@suse.com
5238
5239
- marked Mesa.keyring and mesa-11.0.0.tar.xz.sig as source in
5240
  specfile in order to make factory checkin policy happy
5241
5242
-------------------------------------------------------------------
5243
Sat Sep 12 15:36:35 UTC 2015 - mimi.vx@gmail.com
5244
5245
- Update to version 11.0.0
5246
*  Mesa 11.0 brings core Mesa support for OpenGL 4.2, RadeonSI and Nouveau NVC0
5247
  OpenGL 4.1 support (the other hardware drivers remain at OpenGL 3.3), AMDGPU
5248
  kernel driver support along with initial R9 Fury/Fiji support, EGL 1.5 support,
5249
  ongoing OpenGL ES 3.1 work, OpenCL compute image support, HEVC video decode
5250
  support for RadeonSI via VDPAU, OpenGL ES 3.0 for Freedreno, and many fixes.
5251
+ drop U_mesa-llvm37-rename-r600-to-amdgpu.patch and U_mesa-llvm37.patch
5252
5253
-------------------------------------------------------------------
5254
Fri Sep 11 18:00:38 UTC 2015 - mimi.vx@gmail.com
5255
5256
- Update to version 10.6.7
5257
+ add gpg verification of source package
5258
* fdo#90751 Revert "i965: Momentarily pretend to support
5259
  ARB_texture_stencil8 for blits."
5260
* mesa/teximage: use correct extension for accept stencil texture.
5261
5262
-------------------------------------------------------------------
5263
Mon Sep  7 08:33:46 UTC 2015 - zaitor@opensuse.org
5264
5265
- Update to version 10.6.6:
5266
  * This release includes patches for mesa core, i965 (regression
5267
    fixes), r600 (assertions and crash fixes in the sb backend),
5268
    radeonsi (workaround for GPU hang in Unigine Heaven) and
5269
    nouveau (piglit tests).
5270
- Replace libXvMC-devel and libexpat-devel for pkgconfig(xvmc) and
5271
  pkgconfig(expat) BuildRequires.
5272
5273
-------------------------------------------------------------------
5274
Mon Sep  7 03:45:34 UTC 2015 - alarrosa@suse.com
5275
5276
- Add U_mesa-llvm37-rename-r600-to-amdgpu.patch to fix build with llvm 3.7
5277
  due to rename of llvm target R600 to AMDGPU
5278
5279
-------------------------------------------------------------------
5280
Sat Sep  5 11:45:32 UTC 2015 - idonmez@suse.com
5281
5282
- Add U_mesa-llvm37.patch to fix build with llvm 3.7
5283
5284
-------------------------------------------------------------------
5285
Sat Aug 22 14:17:01 UTC 2015 - zaitor@opensuse.org
5286
5287
- Update to version 10.6.5:
5288
  * Apart from the usual nouveau, i965 and radeon driver fixes,
5289
    this time around we have a nouveau_vieux fix for a regression
5290
    introduced with mesa 10.6.0 and a few even older big endian
5291
    related bug-fixes.
5292
- Replace libvdpau-devel for pkgconfig(vdpau) BuildRequires.
5293
5294
-------------------------------------------------------------------
5295
Wed Aug 12 09:38:10 UTC 2015 - sndirsch@suse.com
5296
5297
- update to 10.6.4
5298
  * In this release we have a few GL specific fixes (in both dri
5299
    drivers and the EGL loader), an updated mesa.icd file and a
5300
    crashfix for the standalone glcpp tool.
5301
5302
-------------------------------------------------------------------
5303
Wed Jul 29 19:55:48 UTC 2015 - mimi.vx@gmail.com
5304
5305
- update to 10.6.3
5306
* fdo#90728 - dvd playback with vlc and vdpau causes segmentation fault
5307
* fdo#91337 - OSMesaGetProcAdress(&quot;OSMesaPixelStore&quot;) returns nil
5308
* osmesa: fix OSMesaPixelsStore typo
5309
* vl: cleanup video buffer private when the decoder is destroyed
5310
* st/vdpau: fix mixer size checks
5311
* auxiliary/vl: use the correct screen index
5312
*i965/gen9: Use custom MOCS entries set up by the kernel.
5313
*  nv50, nvc0: enable at least one color RT if alphatest is enabled
5314
*  nvc0/ir: fix txq on indirect samplers
5315
*  nvc0/ir: don't worry about sampler in txq handling
5316
*  gm107/ir: fix indirect txq emission
5317
*  nv50: fix max level clamping on G80
5318
*  program: Allow redundant OPTION ARB_fog_* directives.
5319
*  xa: don't leak fences
5320
5321
-------------------------------------------------------------------
5322
Sun Jul 12 08:32:38 UTC 2015 - mimi.vx@gmail.com
5323
5324
- update to 10.6.2
5325
* fdo#73528 - Deferred lighting in Second Life causes system hiccups and screen flickering
5326
* fdo#80500 - Flickering shadows in unreleased title trace
5327
* fdo#82186 - [r600g] BARTS GPU lockup with minecraft shaders
5328
* fdo#84225 - Allow constant-index-expression sampler array indexing with GLSL-ES < 300
5329
* fdo#90537 - radeonsi bo/va conflict on RADEON_GEM_VA (rscreen->ws->buffer_from_handle returns NULL)
5330
* fdo#90873 - Kernel hang, TearFree On, Mate desktop environment
5331
* fdo#91022 - [g45 g965 bisected] assertions generated from textureGrad cube samplers fix
5332
* fdo#91047 - [SNB Bisected] Messed up Fog in Super Smash Bros. Melee in Dolphin
5333
* fdo#91056 - The Bard's Tale (2005, native) has rendering issues
5334
* fdo#91117 - Nimbus (running in wine) has rendering issues, objects are semi-transparent
5335
* fdo#91124 - Civilization V (in Wine) has rendering issues: text missing, menu bar corrupted
5336
* fdo#91173 - Oddworld: Stranger's Wrath HD: disfigured models in wrong colors
5337
* fdo#91226 - Crash in glLinkProgram (NEW)
5338
* fdo#91231 - [NV92] Psychonauts (native) segfaults on start when DRI3 enabled
5339
* loader: Look for any version of currently linked libudev.so
5340
* nv50/ir: propagate modifier to right arg when const-folding mad
5341
* nv50/ir: fix emission of address reg in 3rd source
5342
* nv50/ir: copy joinAt when splitting both before and after
5343
* mesa: reset the source packing when creating temp transfer image
5344
* nv50/ir: don't emit src2 in immediate form
5345
* mesa/prog: relative offsets into constbufs are not constant
5346
* nv50/ir: UCMP arguments are float, so make sure modifiers are applied
5347
* nvc0: turn sample counts off during blit
5348
* i965/fs: Fix ir_txs in emit_texture_gen4_simd16().
5349
* i965: Reserve more batch space to accomodate Gen6 perfmonitors.
5350
* i965/vs: Fix matNxM vertex attributes where M != 4.
5351
* Revert "glsl: clone inputs and outputs during linking"
5352
* Revert "i965: Delete linked GLSL IR when using NIR."
5353
* r600g: disable single-sample fast color clear due to hangs
5354
* radeonsi: fix a hang with DrawTransformFeedback on 4 SE chips
5355
* st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfaces
5356
* nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
5357
* winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
5358
* i965/fs: Don't mess up stride for uniform integer multiplication.
5359
* winsys/radeon: Unmap GPU VM address range when destroying BO
5360
* meta: Only change and restore viewport 0 in mesa meta mode
5361
* i965: allocate at least 1 BLEND_STATE element
5362
* i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
5363
* glsl: Add missing check for whether an expression is an add operation
5364
* glsl: Make sure not to dereference NULL
5365
* i965: Don't try to print the GLSL IR if it has been freed
5366
* glsl: clone inputs and outputs during linking
5367
* i965: Delete linked GLSL IR when using NIR.
5368
* glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
5369
* mesa/glsl: new compiler option EmitNoIndirectSampler
5370
* i965: use EmitNoIndirectSampler for gen < 7
5371
* i915: use EmitNoIndirectSampler
5372
* mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
5373
* glsl: validate sampler array indexing for 'constant-index-expression'
5374
5375
-------------------------------------------------------------------
5376
Mon Jun 29 14:13:43 UTC 2015 - mimi.vx@gmail.com
5377
5378
- adjust libdrm dependencies
5379
5380
-------------------------------------------------------------------
5381
Mon Jun 29 10:09:24 UTC 2015 - sndirsch@suse.com
5382
5383
- Update to version 10.6.1
5384
  * This release includes core mesa and glsl patches (amonst which
5385
    a Dota2 Reborn bugfix) affecting all dri drivers, nouveau specific
5386
    fixes and a selection of shared-glapi commits - from build fixes, to
5387
    ones ensuring that the dri modules can be loaded.
5388
5389
-------------------------------------------------------------------
5390
Tue Jun 23 14:26:17 UTC 2015 - sndirsch@suse.com
5391
5392
- n_Fixed-build-against-wayland-1.2.1.patch
5393
  * required to fix build with wayland on openSUSE 13.1
5394
5395
-------------------------------------------------------------------
5396
Mon Jun 15 14:19:06 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
5397
5398
- Update to version 10.6.0:
5399
- New GL/EGL Features:
5400
  + GL_AMD_pinned_memory on r600, radeonsi
5401
  + GL_ARB_clip_control on i965
5402
  + GL_ARB_depth_buffer_float on freedreno
5403
  + GL_ARB_depth_clamp on freedreno
5404
  + GL_ARB_direct_state_access on all drivers for Core GL contexts.
5405
  + GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600
5406
  + GL_ARB_draw_instanced on freedreno
5407
  + GL_ARB_gpu_shader_fp64 on nvc0, softpipe
5408
  + GL_ARB_gpu_shader5 on i965/gen8+
5409
  + GL_ARB_instanced_arrays on freedreno
5410
  + GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe
5411
  + GL_ARB_program_interface_query (all drivers)
5412
  + GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe
5413
  + GL_ARB_texture_view on llvmpipe, softpipe
5414
  + GL_ARB_uniform_buffer_object on freedreno
5415
  + GL_ARB_vertex_attrib_64bit on nvc0, softpipe
5416
  + GL_ARB_viewport_array, GL_AMD_vertex_shader_viewport_index on i965/gen6
5417
  + GL_EXT_draw_buffers2 on freedreno
5418
  + GL_OES_EGL_sync on all drivers
5419
  + EGL_KHR_fence_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
5420
  + EGL_KHR_wait_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
5421
  + EGL_KHR_cl_event2 on freedreno, nv50, nvc0, r600, radeonsi
5422
  + GL_AMD_performance_monitor on nvc0
5423
- Changes to package:
5424
  + add --enable-shader-cache to configure options
5425
  + remove Patch100: U_0001_gallium_include_util_macros.patch
5426
  + remove Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch
5427
  + remove Patch102: U_0003_fix_build_after_macro_include.patch
5428
5429
-------------------------------------------------------------------
5430
Mon Jun  8 23:10:43 UTC 2015 - zaitor@opensuse.org
5431
5432
- Update to version 10.5.7:
5433
  + i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
5434
  + docs: Add sha256sums for the 10.5.6 release
5435
  + get-pick-list.sh: Require explicit "10.5" for nominating stable patches
5436
  + cherry-ignore: add clover build fix not applicable for 10.5
5437
  + Add release notes for the 10.5.7 release
5438
  + nvc0/ir: set ftz when sources are floats, not just destinations
5439
  + nv50/ir: guess that the constant offset is the starting slot of array
5440
  + nvc0/ir: LOAD's can't be used for shader inputs
5441
  + nvc0: a geometry shader can have up to 1024 vertices output
5442
  + nv50/ir: avoid messing up arg1 of PFETCH
5443
  + nv30: don't leak fragprog consts
5444
  + nv30: avoid leaking render state and draw shaders
5445
  + nv30: fix clip plane uploads and enable changes
5446
  + nv30/draw: avoid leaving stale pointers in draw state
5447
  + nv30/draw: draw expects constbuf size in bytes, not vec4 units
5448
  + st/mesa: don't leak glsl_to_tgsi object on link failure
5449
  + glsl: avoid leaking linked gl_shader when there's a late linker error
5450
  + nv30/draw: fix indexed draws with swtnl path and a resource index buffer
5451
  + nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
5452
  + nv30/draw: allocate vertex buffers in gart
5453
  + nv30/draw: switch varying hookup logic to know about texcoords
5454
  + nv30: falling back to draw path for edgeflag does no good
5455
  + nv30: avoid doing extra work on clear and hitting unexpected states
5456
  + i965/fs: Fix implied_mrf_writes for scratch writes
5457
  + st/dri: fix postprocessing crash when there's no depth buffer
5458
5459
-------------------------------------------------------------------
5460
Mon May 25 06:29:26 UTC 2015 - mimi.vx@gmail.com
5461
5462
- update to 10.5.6
5463
* fdo#86792 - [NVC0] Portal 2 Crashes in Wi* ne
5464
* fdo#90350 - [G96] Portal's portal are incorrectly rendered
5465
* fdo#90363 - [nv50] HW state is not reset correctly when using a new GL context
5466
* radeonsi: add new bonaire pci id
5467
* egl/wayland: properly destroy wayland objects
5468
* glx/dri3: Add additional check for gpu offloading case
5469
* egl/main: fix EGL_KHR_get_all_proc_addresses
5470
* targets/osmesa: drop the -module tag from LDFLAGS
5471
* clover: Refactor event::trigger and ::abort to prevent deadlock and reentrancy issues.
5472
* clover: Wrap event::_status in a method to prevent unlocked access.<
5473
* clover: Implement locking of the wait_count, _chain and _status members of event.
5474
* i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
5475
* main: Require that the texture exists in framebuffer_texture
5476
* mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer <0
5477
* nv50/ir: only propagate saturate up if some actual folding took place
5478
* nv50: keep track of PGRAPH state in nv50_screen
5479
* nvc0: keep track of PGRAPH state in nvc0_screen
5480
* nvc0: reset the instanced elements state when doing blit using 3d engine
5481
* nv50/ir: only enable mul saturate on G200+
5482
* st/mesa: make sure to create a "clean" bool when doing i2b
5483
* nvc0: switch mechanism for shader eviction to be a while loop
5484
* swrast: Build fix for darwin
5485
* main: Fix an error generated by FramebufferTexture</li>
5486
* main: Complete error conditions for glInvalidate*Framebuffer.
5487
* main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
5488
* freedreno: enable a306
5489
* freedreno: fix bug in tile/slot calculation
5490
* draw: (trivial) fix out-of-bounds vector initialization
5491
* mesa: fix shininess check for ffvertex_prog v2
5492
* clover: Add a mutex to guard queue::queued_events
5493
* clover: Fix a bug with multi-threaded events v2
5494
5495
-------------------------------------------------------------------
5496
Sat May 16 19:56:36 UTC 2015 - mimi.vx@gmail.com
5497
5498
- Update to 10.5.5
5499
* fdo#88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA
5500
* fdo#89455 - [NVC0/Gallium] Unigine Heaven black and white boxes
5501
* fdo#89689 - [Regression] Weston on DRM backend won't start with new version of mesa
5502
* fdo#90130 - gl_PrimitiveId seems to reset at 340
5503
* i965: Add XRGB8888 format to intel_screen_make_configs
5504
* r300: do not link against libdrm_intel
5505
* nvc0/ir: flush denorms to zero in non-compute shaders
5506
* gk110/ir: fix set with a register dest to not auto-set the abs flag
5507
* nvc0/ir: fix predicated PFETCH emission
5508
* nv50/ir: fix asFlow() const helper for OP_JOIN
5509
* i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
5510
* i965: Disallow linear blits that are not cacheline aligned.
5511
* draw: fix prim ids when there's no gs
5512
5513
-------------------------------------------------------------------
5514
Mon May 11 15:15:57 UTC 2015 - fstrba@suse.com
5515
5516
- BuildIgnore python so that it is not sucked in by coincidence
5517
  * The python-base provides enough python functionalities
5518
    necessary for build.
5519
5520
-------------------------------------------------------------------
5521
Mon Apr 27 09:55:36 UTC 2015 - sndirsch@suse.com
5522
5523
- Update to 10.5.4
5524
  * This release includes fixes for the mesa state-tracker used by
5525
    all the gallium drivers, a drirc workaround for Second Life,
5526
    plus i965 fixes. For the Android users out there, this release
5527
    includes many compilation fixes with more to come shortly.
5528
5529
-------------------------------------------------------------------
5530
Thu Apr 16 19:50:30 UTC 2015 - mimi.vx@gmail.com
5531
5532
- Update to 10.5.3
5533
 + fdo#83962 - [HSW/BYT]Piglit spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails
5534
 + fdo#89679 - [NV50] Portal/Half-Life 2 will not start (native Steam)
5535
 + fdo#89746 - Mesa and LLVM 3.6+ break opengl for genymotion
5536
 + fdo#89754 - vertexAttrib fails WebGL Conformance test with mesa drivers
5537
 + fdo#89758 - pow WebGL Conformance test with mesa drivers
5538
 + fdo#89759 - WebGL OGL ES GLSL conformance test with mesa drivers fails
5539
 + fdo#89905 - scons build broken on 10.5.2 due to activated vega st
5540
 + st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
5541
 + xmlpool: don't forget to ship the MOS
5542
 + configure.ac: error out if python/mako is not found when required
5543
 + dist: add the VG depedencies into the tarball
5544
 + i965: Do not render primitives in non-zero streams then TF is disabled
5545
 + st/mesa: update arrays when the current attrib has been updated
5546
 + nv50/ir: take postFactor into account when doing peephole optimizations
5547
 + nv50/ir/gk110: fix offset flag position for TXD opcode
5548
 + freedreno/a3xx: fix 3d texture layout
5549
 + freedreno/a3xx: point size should not be divided by 2
5550
 + nv50: allocate more offset space for occlusion queries
5551
 + nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling
5552
 + i965: Fix instanced geometry shaders on Gen8+.
5553
 + i965: Add forgotten multi-stream code to Gen8 SOL state.
5554
 + nouveau: synchronize "scratch runout" destruction with the command stream
5555
 + radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
5556
 + clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fails v2
5557
 + i965: Fix URB size for CHV
5558
5559
-------------------------------------------------------------------
5560
Sun Mar 29 13:55:46 UTC 2015 - mimi.vx@gmail.com
5561
5562
- Update to  10.5.2
5563
 + fdo#88534 - include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not defined
5564
 + fdo#89328 - python required to build Mesa release tarballs
5565
 + fdo#89530 - FTBFS in loader: missing fstat
5566
 + fdo#89590 - Crash in glLinkProgram with shaders with multiple constant arrays
5567
 + fdo#89680 - Hard link exist in Mesa 10.5.1 sources
5568
 + glsl: Generate link error for non-matching gl_FragCoord redeclarations
5569
 + docs: Add sha256 sums for the 10.5.1 release
5570
 + automake: add missing egl files to the tarball
5571
 + st/egl: don't ship the dri2.c link at the tarball
5572
 + loader: include <sys/stat.h> for non-sysfs builds
5573
 + auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
5574
 + cherry-ignore: add commit non applicable for 10.5
5575
 + c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default
5576
 + i965: Set nr_params to the number of uniform components in the VS/GS path.
5577
 + freedreno/a3xx: use the same layer size for all slices
5578
 + freedreno: fix slice pitch calculations
5579
 + radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords
5580
 + glx: Handle out-of-sequence swap completion events correctly. (v2)
5581
 + mapi: Make private copies of name strings provided by client.
5582
 + freedreno: update generated headers
5583
 + glsl: optimize (0 cmp x + y) into (-x cmp y).
5584
 + glsl: fix names in lower_constant_arrays_to_uniforms
5585
 + clover: Return 0 as storage size for local kernel args that are not set v2
5586
5587
-------------------------------------------------------------------
5588
Sat Mar 14 18:31:08 UTC 2015 - mimi.vx@gmail.com
5589
5590
- Update  to 10.5.1
5591
 + fdo#79202 - valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test; random code generation
5592
 + fdo#84613 - [G965, bisected] piglit regressions : glslparsertest.glsl2
5593
 + fdo#86747 - Noise in Football Manager 2014 textures
5594
 + fdo#86974 - INTEL_DEBUG=shader_time always asserts in fs_generator::generate_code() when Mesa is built with --enable-debug (= with asserts)
5595
 + fdo#88246 - Commit 2881b12 causes 43 DrawElements test regressions
5596
 + fdo#88793 - [BDW/BSW Bisected]Piglit/shaders_glsl-max-varyings fails
5597
 + fdo#88883 - ir-a2xx.c: variable changed in assert statement
5598
 + fdo#88885 - Transform feedback uses incorrect interleaving if a previous draw did not write gl_Position
5599
 + fdo#89095 - [SNB/IVB/BYT Bisected]Webglc conformance/glsl/functions/glsl-function-mix-float.html fails
5600
 + fdo#89156 - r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken
5601
 + fdo#89224 - Incorrect rendering of Unigine Valley running in VM on VMware Workstation
5602
 + fdo#89292 - [regression,bisected] incomplete screenshots in some cases
5603
 + fdo#89311 - [regression, bisected] dEQP: Added entry points for glCompressedTextureSubImage*D.
5604
 + fdo#89312 - [regression, bisected] main: Added entry points for CopyTextureSubImage*D. (d6b7c40cecfe01)
5605
 + fdo#89315 - [HSW, regression, bisected] i965/fs: Emit MAD instructions when possible.
5606
 + fdo#89317 - [HSW, regression, bisected] i965: Add LINTERP/CINTERP to can_do_cmod() (d91390634)
5607
 + fdo#89416 - UE4Editor crash after load project
5608
 + fdo#89430 - [g965][bisected] arb_copy_image-targets gl_texture* tests fail
5609
 + i965/vec4: Don't lose the saturate modifier in copy propagation.
5610
 + i965/gs: Check newly-generated GS-out VUE map against correct stage
5611
 + egl: Take alpha bits into account when selecting GBM formats
5612
 + docs: Add sha256 sums for the 10.5.0 release
5613
 + egl/main: no longer export internal function
5614
 + cherry-ignore: ignore a few more commits picked without -x
5615
 + mapi: fix commit 90411b56f6bc817e229d8801ac0adad6d4e3fb7a
5616
 + intel: fix EGLImage renderbuffer _BaseFormat
5617
 + i965: Fix out-of-bounds accesses into pull_constant_loc array
5618
 + i965/fs/nir: Use emit_math for nir_op_fpow
5619
 + freedreno: move fb state copy after checking for size change
5620
 + freedreno/ir3: fix array count returned by TXQ
5621
 + freedreno/ir3: get the # of miplevels from getinfo
5622
 + meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin
5623
 + main/base_tex_format: Properly handle STENCIL_INDEX1/4/16
5624
 + i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
5625
 + glsl: Mark array access when copying to a temporary for the ?: operator.
5626
 + i965/fs: Set force_writemask_all on shader_time instructions.
5627
 + i965/fs: Set smear on shader_time diff register.
5628
 + i965/fs: Make emit_shader_time_write return rather than emit.
5629
 + i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.
5630
 + i965/fs: Make emit_shader_time_end() insert before EOT.
5631
 + i965/fs: Don't issue FB writes for bound but unwritten color targets.
5632
 + main: Fix target checking for CompressedTexSubImage*D.
5633
 + main: Fix target checking for CopyTexSubImage*D.
5634
 + gallium/auxiliary/indices: fix start param
5635
 + r300g: fix RGTC1 and LATC1 SNORM formats
5636
 + r300g: fix a crash when resolving into an sRGB texture
5637
 + r300g: fix sRGB->sRGB blits
5638
 + i965/vec4: Fix implementation of i2b.
5639
 + mesa: Indent break statements and add a missing one.
5640
 + mesa: Free memory allocated for luminance in readpixels.
5641
 + mesa: Correct backwards NULL check.
5642
 + i965: Consider scratch writes to have side effects.
5643
 + i965/fs: Don't use backend_visitor::instructions after creating the CFG.
5644
 + r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.
5645
 + r300g: Check return value of snprintf().
5646
 + i965/fs: Don't propagate cmod to inst with different type.
5647
 + i965: Tell intel_get_memcpy() which direction the memcpy() is going.
5648
 + Revert SHA1 additions.
5649
 + i965: Avoid applying negate to wrong MAD source.
5650
 + meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
5651
 + Revert "common: Fix PBOs for 1D_ARRAY."
5652
 + meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage
5653
 + meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage
5654
 + freedreno/ir3: fix silly typo for binning pass shaders
5655
 + freedreno/a2xx: fix increment in assert
5656
 + freedreno/a4xx: bit of cleanup
5657
 + freedreno: update generated headers
5658
 + freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
5659
 + freedreno: update generated headers
5660
 + freedreno/a4xx: aniso filtering
5661
 + freedreno/ir3: fix up cat6 instruction encodings
5662
 + freedreno/ir3: add support for memory (cat6) instructions
5663
 + freedreno/ir3: handle flat bypass for a4xx
5664
 + freedreno/ir3: fix failed assert in grouping
5665
 + r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
5666
5667
-------------------------------------------------------------------
5668
Sat Mar  7 02:13:12 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
5669
5670
- Update to version 10.5.0:
5671
  + Initial support for the new Intel Skylake GPUs and Adreno 4xx
5672
    GPUs.
5673
  + Experimental EGL support for Haiku.
5674
  + The new IR - NIR. A flat, typeless IR, supporting SSA.
5675
  + GLX/DRI3 fixes and improvements.
5676
  + A lot of preparation work for GL_ARB_direct_state_access.
5677
  + The usual amount of piglit and drawElements Quality Program
5678
    (dEQP) fixes.
5679
  + Building mesa with GCC 4.1 or earlier is no longer supported.
5680
  + The distribution tarball has been renamed and now contains all
5681
    the generated sources.
5682
- New GL features:
5683
  + GL_ARB_framebuffer_sRGB on freedreno
5684
  + GL_ARB_texture_rg on freedreno
5685
  + GL_EXT_packed_float on freedreno
5686
  + GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi,
5687
    llvmpipe
5688
  + GL_EXT_texture_shared_exponent on freedreno
5689
  + GL_EXT_texture_snorm on freedreno
5690
- Changes to Package:
5691
  + switch to xz compressed sources
5692
  + remove Patch16: u_gallivm_Update_for_RTDyldMemoryManager_unique_ptr.patch
5693
  + add Patch100: U_0001_gallium_include_util_macros.patch
5694
  + add Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch
5695
  + add Patch102: U_0003_fix_build_after_macro_include.patch
5696
5697
-------------------------------------------------------------------
5698
Mon Mar  2 19:27:19 UTC 2015 - idonmez@suse.com
5699
5700
- Add u_gallivm_Update_for_RTDyldMemoryManager_unique_ptr.patch to
5701
  fix build with llvm 3.6 (fdo#86958)
5702
5703
-------------------------------------------------------------------
5704
Tue Feb 24 16:08:49 UTC 2015 - tobias.johannes.klausmann@mni.thm.de
5705
5706
- Fix file permissions for the Gallium Nine files
5707
5708
-------------------------------------------------------------------
5709
Mon Feb 23 15:28:29 UTC 2015 - sndirsch@suse.com
5710
5711
- specfile/baselibs.conf: Manually provide d3d library (bnc#918294)
5712
5713
-------------------------------------------------------------------
5714
Tue Feb 10 12:30:49 UTC 2015 - zaitor@opensuse.org
5715
5716
- Drop pkgconfig(libva) BuildRequires for now, as it introduces a
5717
  build-cycle.
5718
5719
-------------------------------------------------------------------
5720
Sun Feb  8 21:45:01 UTC 2015 - zaitor@opensuse.org
5721
5722
- Update to version 10.4.4:
5723
  + mesa: fix display list 8-byte alignment issue.
5724
  + docs: Add sha256 sums for the 10.4.3 release.
5725
  + egl: Pass the correct X visual depth to xcb_put_image().
5726
  + glx/dri3: Request non-vsynced Present for swapinterval zero.
5727
  + gallium/util: Don't use __builtin_clrsb in util_last_bit().
5728
  + configure: Link against all LLVM targets when building clover.
5729
  + st/osmesa: Fix osbuffer->textures indexing.
5730
  + i965: Fix max_wm_threads for CHV.
5731
  + Bugs fixed: fdo#88662, fdo#88930.
5732
- Add pkgconfig(libva) BuildRequires: Build VA API support.
5733
5734
-------------------------------------------------------------------
5735
Mon Feb  2 08:59:10 UTC 2015 - sndirsch@suse.com
5736
5737
- baselibs.conf: enabled build of 32bit Mesa-libd3d package
5738
  (bnc#910109)
5739
5740
-------------------------------------------------------------------
5741
Thu Jan 29 09:39:48 UTC 2015 - sndirsch@suse.com
5742
5743
- moved definition of Mesa-libd3d package above definition of
5744
  libxatracker packages in order to fix version requires
5745
5746
-------------------------------------------------------------------
5747
Wed Jan 28 16:30:06 UTC 2015 - sndirsch@suse.com
5748
5749
- fixed Requires for libd3d-devel
5750
5751
-------------------------------------------------------------------
5752
Tue Jan 27 11:05:40 UTC 2015 - sndirsch@suse.com
5753
5754
- enabled build of Direct3D 9 (Gallium3D Nine) state tracker (bnc#910109)
5755
- removed obsolete patch u_be_assert_include.patch, addressed by
5756
  upstream commit 2a13ff9 "gallium/util: add missing u_debug include"
5757
  (bnc#910109)
5758
5759
-------------------------------------------------------------------
5760
Tue Jan 27 10:02:46 UTC 2015 - schwab@suse.de
5761
5762
- Set xvmc_support also on ppc
5763
5764
-------------------------------------------------------------------
5765
Sun Jan 25 12:13:06 UTC 2015 - mimi.vx@gmail.com
5766
5767
- Version bump to 10.4.3 (bugfix release):
5768
  * Bug 80568 - [gen4] GPU Crash During Google Chrome Operation
5769
  * Bug 85367 - [gen4] GPU hang in glmark-es2
5770
  * Bug 85696 - r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3c61a6b43ff
5771
  * Bug 88219 - include/c11/threads_posix.h:197: undefined reference to `pthread_mutex_lock'
5772
  * mesa: Fix clamping to -1.0 in snorm_to_float
5773
  * glsl: Link glsl_test with pthreads library.
5774
  * i965: Respect the no_8 flag on Gen6, not just Gen7+.
5775
  * i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
5776
5777
-------------------------------------------------------------------
5778
Fri Jan 16 12:08:42 UTC 2015 - tchvatal@suse.com
5779
5780
- Clean up with the spec-cleaner
5781
- Drop obsolete obsoletes comming from fix for sle10
5782
- Reduce llvm_r600 conditional as it is equal to ifarch x86 x86_64
5783
- Put vdpau_radeon and vdpau_nouveau under same case as they have
5784
  same requisites
5785
- Fix empty post/postun warning
5786
- Various other rpmlint issues silenced.
5787
5788
-------------------------------------------------------------------
5789
Fri Jan 16 11:54:23 UTC 2015 - tchvatal@suse.com
5790
5791
- Version bump to 10.4.2 (bugfix release):
5792
  * Bug 85529 - Surfaces not drawn in Unvanquished
5793
  * Bug 87619 - Changes to state such as render targets change fragment shader without marking it dirty.
5794
  * Bug 87658 - [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M
5795
  * Bug 87913 - CPU cacheline size of 0 can be returned by CPUID leaf 0x80000006 in some virtual machines
5796
  * i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
5797
  * i965: Use safer pointer arithmetic in gather_oa_results()
5798
  * Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"
5799
  * r600g: fix regression since UCMP change
5800
  * r600g/sb: implement r600 gpr index workaround. (v3.1)
5801
  * docs: Add sha256 sums for the 10.4.1 release
5802
  * Update version to 10.4.2
5803
  * nv50,nvc0: set vertex id base to index_bias
5804
  * nv50/ir: fix texture offsets in release builds
5805
  * i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.
5806
  * i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
5807
  * gallium/util: make sure cache line size is not zero
5808
  * glsl_to_tgsi: fix a bug in copy propagation
5809
  * vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
5810
  * st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
5811
  * radeonsi: fix VertexID for OpenGL
5812
  * radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0
5813
  * gallium/util: fix crash with daz detection on x86
5814
  * nv50,nvc0: implement half_pixel_center
5815
  * r600g/sb: fix issues with loops created for switch
5816
- Use download url fully in Source line
5817
5818
-------------------------------------------------------------------
5819
Sun Dec 14 15:41:33 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
5820
5821
- Update to version 10.4.0 (10.4 Final):
5822
- New features:
5823
  + GL_ARB_conditional_render_inverted on nv50
5824
  + GL_ARB_sample_shading on r600
5825
  + GL_ARB_texture_view on nv50, nvc0
5826
  + GL_ARB_clip_control on nv50, nvc0, r300, r600, radeonsi, llvmpipe, softpipe
5827
  + GL_KHR_context_flush_control on all drivers
5828
- Changes:
5829
  + Removed patch17: u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch
5830
    This patch was upstreamed
5831
  + Build without "--enable-gallium-egl"
5832
    This buildoption was removed upstream
5833
  + Add subpackage libvdpau_r300
5834
5835
-------------------------------------------------------------------
5836
Sun Nov 16 11:24:04 UTC 2014 - afaerber@suse.de
5837
5838
- Enable VideoCore IV (vc4) support for ARM
5839
5840
-------------------------------------------------------------------
5841
Fri Nov 14 18:26:31 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
5842
5843
- Cleanup Spec:
5844
  + smaller cleanups
5845
  + Remove all traces of talloc, Mesa uses ralloc
5846
5847
-------------------------------------------------------------------
5848
Fri Nov 14 13:15:52 UTC 2014 - seanpwatson@live.com
5849
5850
- Update to 10.3.3
5851
    + fdo#82921 layout(location=0) emits error
5852
    >= MAX_UNIFORM_LOCATIONS due to integer underflow
5853
  + fdo#83574 [llvmpipe] [softpipe] piglit
5854
    arb_explicit_uniform_location-use-of-unused-loc regression
5855
  + fdo#85454 Unigine Sanctuary with Wine crashes on Mesa Git
5856
  + fdo#70410 egl-static/Makefile: linking fails with llvm >= 3.4
5857
5858
-------------------------------------------------------------------
5859
Tue Nov  4 10:08:35 UTC 2014 - seanpwatson@live.com
5860
5861
- Update to 10.3.2
5862
    + (fdo#54372) GLX_INTEL_swap_event crashes driver when swapping
5863
    window buffers
5864
  + (fdo#81680) [r600g] Firefox crashes with hardware acceleration
5865
    turned on
5866
  + (fdo#84140) mplayer crashes playing some files using vdpau
5867
    output
5868
  + (fdo#84662) Long pauses with Unreal demo Elemental on R9270X
5869
    since : Always flush the HDP cache before submitting a
5870
    CS to the GPU
5871
  + (fdo#85267) vlc crashes with vdpau (Radeon 3850HD) [r600]
5872
5873
-------------------------------------------------------------------
5874
Thu Oct 30 09:37:08 UTC 2014 - jengelh@inai.de
5875
5876
- Update descriptions and Requires for GLES3
5877
5878
-------------------------------------------------------------------
5879
Sat Oct 25 10:24:33 UTC 2014 - josua.mayer97@gmail.com
5880
5881
- add Mesa-devel-dri package:
5882
  This way dri.pc will no longer pull in all of Mesa, just as
5883
  packages requiring dri do not have to require Mesa-devel anymore
5884
5885
-------------------------------------------------------------------
5886
Mon Oct 13 19:48:42 UTC 2014 - seanpwatson@live.com
5887
5888
- Update to 10.3.1
5889
  + [NVC0/Codegen] Shader compilation falis in spill logic
5890
  + [SNB+ Bisected]Ogles3conform ES3-CTS.shaders.
5891
    indexing.vector_subscript.vec3_static_loop_subscript_write_
5892
    direct_read_vertex fails
5893
  + [UBO] row_major layout ignored inside structures
5894
  + [UBO] nested structures don't get appropriate padding
5895
  + Glyphy demo throws unhandled Integer division by zero exception
5896
  + [UBO] row_major layout partially ignored for arrays of structures
5897
  + Big glamor regression in Xorg server 1.6.99.1 GIT: x11perf 1.5
5898
    Test: PutImage XY 500x500 Square
5899
5900
-------------------------------------------------------------------
5901
Thu Sep 25 13:00:23 UTC 2014 - dvaleev@suse.com
5902
5903
- Fix ppc64 build (bnc#893275 bnc#871128)
5904
  u_be_assert_include.patch
5905
  Add ncurses-devel as build dependency to build with -ltinfo
5906
- Enable llvm on ppc64le (llvm3.5 got ppc64le support)
5907
- Enable shared on ppc64 and ppc64le
5908
5909
-------------------------------------------------------------------
5910
Sat Sep 20 23:31:03 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
5911
5912
- Update to version 10.3.0 (10.3 Final):
5913
- New features:
5914
  + GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
5915
  + GL_ARB_clear_texture on i965
5916
  + GL_ARB_compressed_texture_pixel_storage on all drivers
5917
  + GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
5918
  + GL_ARB_derivative_control on i965, nv50, nvc0, r600
5919
  + GL_ARB_draw_indirect on nvc0, radeonsi
5920
  + GL_ARB_explicit_uniform_location (all drivers that support GLSL)
5921
  + GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
5922
  + GL_ARB_gpu_shader5 on i965/gen7, nvc0
5923
  + GL_ARB_multi_draw_indirect on nvc0, radeonsi
5924
  + GL_ARB_sample_shading on radeonsi
5925
  + GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe
5926
  + GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
5927
  + GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
5928
  + GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, radeonsi
5929
  + GL_ARB_texture_cube_map_array on radeonsi
5930
  + GL_ARB_texture_gather on r600, radeonsi
5931
  + GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, softpipe
5932
  + GL_ARB_texture_query_lod on r600, radeonsi
5933
  + GL_ARB_viewport_array on nvc0
5934
  + GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
5935
  + GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe
5936
  + GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe
5937
  + 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)
5938
- Changes:
5939
  Building of gallium-pipe disabled for now by upstream, see:
5940
  http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.3&id=07426ad1029c3505b809dc9eec104007fb623983
5941
  Nevertheless keep it around as it may get enabled again.
5942
5943
-------------------------------------------------------------------
5944
Mon Aug 25 10:34:26 UTC 2014 - sndirsch@suse.com
5945
5946
- Update to version 10.3.0-RC1
5947
  * Mesa 10.3 brings many performance improvements, more
5948
    OpenGL 4.x functionality, the VC4 Gallium3D driver,
5949
    and much more.
5950
  * supersedes U_mesa-glx-Reduce-error-log-level.patch
5951
5952
-------------------------------------------------------------------
5953
Sun Aug 24 12:59:50 UTC 2014 - dvlaeev@suse.com
5954
5955
- Package vdpau_r600 for ppc64le as well (bnc#893275)
5956
5957
-------------------------------------------------------------------
5958
Fri Aug 22 13:46:54 UTC 2014 - sndirsch@suse.com
5959
5960
- u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch
5961
  Suppress any "libGL:..." warnings when LIBGL_DEBUG == "quiet"
5962
  (bnc#892896)
5963
5964
-------------------------------------------------------------------
5965
Fri Aug 15 12:31:54 UTC 2014 - sndirsch@suse.com
5966
5967
- no longer add /usr/%{_lib}/dri/updates to DRI driver search path
5968
  (FATE#317822)
5969
5970
-------------------------------------------------------------------
5971
Thu Aug  7 12:29:38 UTC 2014 - sndirsch@suse.com
5972
5973
- Update to version 10.2.5
5974
  * Mesa 10.2.5 is a bug fix release which fixes bugs fixed since
5975
    the 10.2.4 release
5976
5977
-------------------------------------------------------------------
5978
Tue Jul 29 16:58:23 CEST 2014 - tiwai@suse.de
5979
5980
- Reduce error log level for annoying dlopen messages (bnc#889391)
5981
  U_mesa-glx-Reduce-error-log-level.patch
5982
5983
-------------------------------------------------------------------
5984
Mon Jul 21 14:10:26 UTC 2014 - sndirsch@suse.com
5985
5986
- Update to version 10.2.4
5987
  * Mesa 10.2.4 is a bug fix release which fixes bugs fixed since
5988
    the 10.2.3 release
5989
5990
-------------------------------------------------------------------
5991
Wed Jul  9 09:04:35 UTC 2014 - sndirsch@suse.com
5992
5993
- Update to version 10.2.3
5994
  * Mesa 10.2.3 is a bug fix release which fixes bugs fixed since
5995
    the 10.2.2 release
5996
- obsoletes u_mesa-gallium-llvmpipe-fix-SIGFPE.patch
5997
5998
-------------------------------------------------------------------
5999
Sun Jun  8 01:22:36 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6000
6001
- Update to version 10.2.1
6002
- Mesa 10.2.1 is an emergency release to fix a build failure added
6003
  to 10.2 between 10.2-rc5 and the final release.
6004
6005
- Mesa 10.2 is a feature release that includes many updates and
6006
  enhancements. The full list is available in the release notes
6007
  file in docs/relnotes/10.2.html.
6008
6009
-------------------------------------------------------------------
6010
Wed Jun  4 10:12:49 UTC 2014 - sndirsch@suse.com
6011
6012
- Update to version 10.2-rc5
6013
  Another round of bugfixes towards the final 10.2
6014
6015
-------------------------------------------------------------------
6016
Tue May 27 13:39:00 CEST 2014 - tiwai@suse.de
6017
6018
- Fix zero-division with empty height (bnc#879462)
6019
  u_mesa-gallium-llvmpipe-fix-SIGFPE.patch
6020
6021
-------------------------------------------------------------------
6022
Mon May 26 23:36:44 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6023
6024
- Update to version 10.2-rc4:
6025
  Another round of bugfixes towards the final 10.2
6026
6027
-------------------------------------------------------------------
6028
Mon May 19 16:10:36 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6029
6030
- Update to 10.2-rc3
6031
  Even more bugfixes
6032
6033
-------------------------------------------------------------------
6034
Mon May 12 09:32:19 UTC 2014 - schwab@suse.de
6035
6036
- no shared llvm libs on ppc64
6037
- vdpau no longer enabled by default
6038
- xa or gallium-gbm implies gallium-loader
6039
6040
-------------------------------------------------------------------
6041
Sat May 10 14:00:50 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6042
6043
- Update to 10.2-rc2:
6044
  More bugfixes
6045
6046
-------------------------------------------------------------------
6047
Sat May  3 22:15:22 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6048
6049
- Update to 10.2-rc1:
6050
- Remove U_gallium_util_add_missing_u_math_include.patch (patch27)
6051
- Remove U_nouveau_create_only_one_shared_screen.patch (patch28)
6052
- Remove U_nouveau_add_valid_range_tracking.patch (patch29)
6053
- Remove U_nouveau_fix_fence_waiting_logic.patch (patch30)
6054
6055
-------------------------------------------------------------------
6056
Fri Apr 25 00:19:50 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6057
6058
- Add missing BuildRequires, remove old xorg-x11-*-devel packages
6059
6060
-------------------------------------------------------------------
6061
Mon Apr  7 14:15:39 UTC 2014 - schwab@suse.de
6062
6063
- Include XA tracker sub packages on s390x
6064
6065
-------------------------------------------------------------------
6066
Mon Mar 31 09:57:12 UTC 2014 - schwab@suse.de
6067
6068
- Clean up specfile
6069
- Turn negative arch checks into positive ones for non-default configure
6070
  settings
6071
- libxsmfence is also available on ppc64le
6072
- Don't enable gallium-egl on ppc64 for now to work around llvm bug
6073
6074
-------------------------------------------------------------------
6075
Thu Mar 13 15:20:17 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6076
6077
- Add U_gallium_util_add_missing_u_math_include.patch (patch27)
6078
- Add U_nouveau_create_only_one_shared_screen.patch (patch28)
6079
- Add U_nouveau_add_valid_range_tracking.patch (patch29)
6080
- Add U_nouveau_fix_fence_waiting_logic.patch (patch30)
6081
  + https://bugzilla.novell.com/show_bug.cgi?id=866445
6082
  + https://bugs.freedesktop.org/show_bug.cgi?id=75279
6083
6084
-------------------------------------------------------------------
6085
Wed Mar  5 16:17:42 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
6086
6087
- Update to version 10.1:
6088
- New features:
6089
  + GL_ARB_draw_indirect on i965.
6090
  + GL_ARB_clear_buffer_object
6091
  + GL_ARB_viewport_array on i965.
6092
  + GL_ARB_map_buffer_alignment on all drivers that did not previously
6093
    support it.
6094
  + GL_AMD_shader_trinary_minmax.
6095
  + GL_EXT_framebuffer_blit on r200 and radeon.
6096
  + Reduced memory usage for display lists.
6097
  + OpenGL 3.3 support on nv50, nvc0, r600 and radeonsi
6098
- Changes:
6099
  + Removed support for the GL_MESA_texture_array extension.
6100
6101
-------------------------------------------------------------------
6102
Tue Feb  4 16:26:20 UTC 2014 - sndirsch@suse.com
6103
6104
- Update to version 10.0.3
6105
  * Mesa 10.0.3 is a bug fix release which fixes bugs fixed since
6106
    the 10.0.2 release
6107
6108
-------------------------------------------------------------------
6109
Wed Jan 15 04:49:48 UTC 2014 - afaerber@suse.de
6110
6111
- Enable freedreno gallium driver (Qualcomm Adreno)
6112
6113
-------------------------------------------------------------------
6114
Mon Jan 13 11:35:46 UTC 2014 - sndirsch@suse.com
6115
6116
- Update to version 10.0.2
6117
 * Mesa 10.0.2 is a bug fix release which fixes bugs fixed since
6118
   the 10.0.1 release.
6119
6120
-------------------------------------------------------------------
6121
Tue Dec 17 11:38:52 UTC 2013 - schwab@suse.de
6122
6123
- Make proper use of %build and %install
6124
- Use verbose make rules
6125
6126
-------------------------------------------------------------------
6127
Mon Dec 16 15:17:23 UTC 2013 - schwab@suse.de
6128
6129
- Fix filelist: /etc/drirc is now always installed
6130
6131
-------------------------------------------------------------------
6132
Sat Dec 14 00:09:45 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6133
6134
- Update to version 10.0.1:
6135
  This version of Mesa fixes the regression that Mesa 10.0 could not
6136
  be loaded by any released version of the X server.
6137
6138
-------------------------------------------------------------------
6139
Fri Dec  6 07:02:50 UTC 2013 - adrian@suse.de
6140
6141
- disable llvm support for ppc64le, llvm does not support ppc64le
6142
6143
-------------------------------------------------------------------
6144
Mon Dec  2 10:54:26 UTC 2013 - sndirsch@suse.com
6145
6146
- disable the build of egl-wayland support on openSUSE 12.3, since
6147
  Mesa 10.0 requires a higher wayland version than we have on
6148
  openSUSE 12.3
6149
6150
-------------------------------------------------------------------
6151
Wed Nov 27 14:54:04 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6152
6153
- Update to version 10.0.0:
6154
  Mesa 10.0 has been released! Mesa 10.0 is a feature release that
6155
  includes many updates and enhancements. The full list is available in
6156
  the release notes file in docs/relnotes/10.0.html.
6157
- Remove libXvMC_{r300,softpipe} packages
6158
- Remove libvdpau_{r300,softpipe} packages
6159
- Bump libxatracker package version
6160
6161
-------------------------------------------------------------------
6162
Sat Nov 16 18:51:58 UTC 2013 - hrvoje.senjan@gmail.com
6163
6164
- Update to version 9.2.3
6165
 * st/mesa: move out of memory check in st_draw_vbo()
6166
 * osmesa: fix broken triangle/line drawing when using float
6167
   color buffer
6168
 * Remove error when calling glGenQueries/glDeleteQueries while
6169
   a query is active
6170
 * Bump version to 9.2.3
6171
 * i965: CS writes/reads should use I915_GEM_INSTRUCTION
6172
 * i965: Fix texture buffer rendering after a whole buffer
6173
   replacement.
6174
 * i965: Emit post-sync non-zero flush before
6175
   3DSTATE_GS_SVB_INDEX.
6176
 * i965: Emit post-sync non-zero flush before
6177
   3DSTATE_DRAWING_RECTANGLE.
6178
 * i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a
6179
   flush in blorp.
6180
 * i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
6181
 * i965: Also emit HIER_DEPTH and STENCIL packets when
6182
   disabling depth.
6183
 * i965: Also emit HiZ and Stencil packets when
6184
   disabling depth on Gen6.
6185
 * wayland: Don't rely on static variable for
6186
   identifying wl_drm buffers
6187
 * radeonsi: fix blitting the last 2 mipmap levels of
6188
   compressed textures
6189
 * meta: enable vertex attributes in the context of the
6190
   newly created array object
6191
 * mesa: fixes for MSVC 2013
6192
6193
-------------------------------------------------------------------
6194
Tue Nov 12 13:56:37 UTC 2013 - schwab@suse.de
6195
6196
- Add support for m68k
6197
6198
-------------------------------------------------------------------
6199
Fri Oct 25 10:37:04 UTC 2013 - sndirsch@suse.com
6200
6201
- no longer install install libvdpau_r300 subpackage by default and
6202
  update descriptions of libvdpau_{nouveau,r600,radeonsi,softpipe}
6203
  subpackages (bnc#847269)
6204
6205
-------------------------------------------------------------------
6206
Thu Oct 24 13:14:05 UTC 2013 - sndirsch@suse.com
6207
6208
- install libvdpau_{nouveau,r300,r600,radeonsi} package on
6209
  appropriate hardware by default (bnc#847269)
6210
6211
-------------------------------------------------------------------
6212
Sat Oct 19 15:26:10 UTC 2013 - hrvoje.senjan@gmail.com
6213
6214
- Update to version 9.2.2
6215
 * Valgrind error in program_resource_visitor::recursion, (fdo#69449)
6216
 * glInvalidateFramebuffer fails with GL_INVALID_ENUM (fdo#70411)
6217
 * svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
6218
 * mesa: consolidate cube width=height error checking
6219
 * mesa: Add missing switch break in invalidate_framebuffer_storage()
6220
 * i965: Don't forget the cube map padding on gen5+.
6221
 * mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".
6222
 * i965: Fix 3D texture layout by more literally copying from the spec.
6223
 * glsl: Fix usage of the wrong union member in
6224
   program_resource_visitor::recursion.
6225
 * radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
6226
6227
-------------------------------------------------------------------
6228
Sat Oct  5 15:12:19 UTC 2013 - hrvoje.senjan@gmail.com
6229
6230
- Update to version 9.2.1
6231
 * Use of uninitialized stack variable with brw_search_cache()
6232
   (fdo#66779)
6233
 * Valgrind errors in mesa (fdo#68233)
6234
 * Automatic mipmap generation with texture compression produces
6235
   borders that fade to black (fdo#68250)
6236
 * Unigine demo crash (fdo#68637)
6237
 * GLSL ES: structs members can't have precision qualifiers
6238
   anymore in 9.2 (fdo#68753)
6239
 * Piglit tex-shadow2drect fails (fdo#69525)
6240
- Dropped U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch,
6241
  U_wayland-egl-pc-require-wayland.patch and
6242
  u_gallium-egl-gbm-use-wayland-cflags.patch they are included in
6243
  this release
6244
6245
-------------------------------------------------------------------
6246
Mon Sep 23 08:53:00 UTC 2013 - idonmez@suse.com
6247
6248
- Enable llvmpipe on PPC64
6249
6250
-------------------------------------------------------------------
6251
Fri Sep 20 10:42:36 UTC 2013 - sndirsch@suse.com
6252
6253
- Disable u_mesa-8.0-llvmpipe-shmget.patch,
6254
  u_mesa-8.0.1-fix-16bpp.patch since these are considered wrong by
6255
  the author
6256
- remove libIndirectGL (packages), since it is most likely no
6257
  longer used by anyone ...
6258
- use --enable-osmesa, since we no longer have this extra build
6259
  for libIndirectGL
6260
6261
-------------------------------------------------------------------
6262
Tue Sep 17 17:50:56 UTC 2013 - hrvoje.senjan@gmail.com
6263
6264
- Added U_radeon-winsys-pad-IBs-to-a-multiple-of-8-DWs.patch from
6265
  upstream -- aligns the gfx, compute, and dma IBs to 8 DW boundries.
6266
  Additionally, r6xx hardware requires at least 4
6267
  DW alignment to avoid a hw bug.  This also aligns the DMA
6268
  IBs to 8 DW which is required for the DMA engine.
6269
6270
-------------------------------------------------------------------
6271
Mon Sep 16 12:44:53 UTC 2013 - sndirsch@suse.com
6272
6273
- updated to latest available version of
6274
  * u_mesa-8.0-llvmpipe-shmget.patch
6275
  * u_mesa-8.0.1-fix-16bpp.patch
6276
  and applying it now in the opposite order.
6277
6278
-------------------------------------------------------------------
6279
Fri Sep 13 12:53:33 UTC 2013 - duwe@suse.com
6280
6281
- wayland-egl-pc-require-wayland is now mainline
6282
6283
-------------------------------------------------------------------
6284
Thu Sep 12 12:13:11 UTC 2013 - schwab@suse.de
6285
6286
- drirc is only installed if there are hardware DRI drivers
6287
6288
-------------------------------------------------------------------
6289
Tue Sep 10 14:31:07 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6290
6291
- Remove custom drirc, ship the upstream drirc
6292
6293
-------------------------------------------------------------------
6294
Tue Sep 10 13:02:29 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6295
6296
- Drop upstreamed patches as proposed by Johannes Obermayr:
6297
  + Patch14: u_mesa-glapi_dispatch.patch
6298
    Upstream: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ea43e6
6299
  + Patch17: u_mesa-9.0-i965-Make-sure-we-do-render-between-two-hiz-flushes.patch
6300
    Upstream: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1dfea55
6301
6302
-------------------------------------------------------------------
6303
Mon Sep  9 09:59:50 UTC 2013 - duwe@suse.com
6304
6305
- u_wayland-egl-pc-require-wayland.patch: after finding wayland
6306
  for egl, make sure its pkconfig is used as well.
6307
6308
-------------------------------------------------------------------
6309
Fri Aug 30 09:10:22 UTC 2013 - idonmez@suse.com
6310
6311
- Enable llvmpipe and xa on s390x
6312
6313
-------------------------------------------------------------------
6314
Tue Aug 27 23:56:19 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6315
6316
- Update to final version 9.2:
6317
  Mesa 9.2 has been released! Mesa 9.2 is a feature release that includes
6318
  many updates and enhancements.
6319
- New features:
6320
  + GL_ARB_shading_language_420pack in all drivers that support GLSL 1.30.
6321
  + GL_ARB_texture_buffer_range
6322
  + GL_ARB_texture_multisample
6323
  + GL_ARB_texture_storage_multisample
6324
  + GL_ARB_texture_query_lod
6325
  + Enable GL_ARB_texture_storage on radeon, r200, and nouveau
6326
  + GL_EXT_discard_framebuffer in all OpenGL ES (all versions) drivers
6327
  + GL_EXT_framebuffer_multisample_blit_scaled on i965
6328
  + Added new freedreno gallium driver
6329
  + OSMesa interface for gallium llvmpipe/softpipe drivers
6330
  + Gallium Heads-Up Display (HUD) feature for performance monitoring
6331
  + Added support for UVD (2.2 and 3.0) video decoding on r600g and radeonsi
6332
    through VDPAU (requires Kernel 3.10 or later)
6333
- Changes:
6334
  + Removed d3d1x state tracker (unused, unmaintained and broken)
6335
  + Removed GL_EXT_clip_volume_hint because no driver had enabled it since 2007.
6336
  + Removed GL_MESA_resize_buffers because it was only really implemented by the
6337
    (unsupported) GDI driver.
6338
  + GL_EXT_separate_shader_objects has been removed from all Gallium drivers,
6339
    because it disallows a critical GLSL shader optimization.
6340
    GL_ARB_separate_shader_objects doesn't have this issue.
6341
  + i965 Gen6+ requires Kernel 3.6 or later. (92d2f5a)
6342
6343
-------------------------------------------------------------------
6344
Fri Aug 23 15:03:44 UTC 2013 - hrvoje.senjan@gmail.com
6345
6346
- Stop versioning libgbm1/devel and libwayland-egl/devel by itself,
6347
  they now follow general Mesa version
6348
6349
-------------------------------------------------------------------
6350
Fri Aug 23 12:23:15 UTC 2013 - hrvoje.senjan@gmail.com
6351
6352
- Fix baselibs from previous change (there is no Mesa-libEGL1-devel),
6353
  but Mesa-libEGL-devel
6354
6355
-------------------------------------------------------------------
6356
Fri Aug 23 10:54:18 UTC 2013 - hrvoje.senjan@gmail.com
6357
6358
- Update to 9.2 rc2
6359
 * Documentation, glsl and buildsystem fixes since rc1
6360
- baselibs.conf cleanup: adjusted to current spec
6361
6362
-------------------------------------------------------------------
6363
Tue Aug 20 13:12:17 UTC 2013 - hrvoje.senjan@gmail.com
6364
6365
- Update to 9.2 rc1
6366
 * bugfixes over previous snapshot
6367
6368
-------------------------------------------------------------------
6369
Tue Aug 13 14:30:06 UTC 2013 - dmueller@suse.com
6370
6371
- fix build on armv7
6372
6373
-------------------------------------------------------------------
6374
Mon Aug 12 19:16:12 UTC 2013 - hrvoje.senjan@gmail.com
6375
6376
- Update to new snapshot from 9.2 branch:
6377
 * various bugfixes since the previous snapshot
6378
 * i965 Gen6+ requires Kernel 3.6 or later
6379
 * Added support for UVD (2.2 and 3.0) video decoding on r600g and
6380
   radeonsi through VDPAU (requires Kernel 3.10 or later)
6381
6382
-------------------------------------------------------------------
6383
Thu Aug  8 13:40:55 UTC 2013 - schwab@suse.de
6384
6385
- Don't enable gallium-egl without Gallium
6386
- Enable llvm_r600 only on %ix86 x86_64
6387
6388
-------------------------------------------------------------------
6389
Mon Jul 29 12:55:23 UTC 2013 - sndirsch@suse.com
6390
6391
- Make a symlink to libGL.so.1.2 for compatibility (bnc#809359,
6392
  bnc#831306)
6393
- u_mesa-9.0-i965-Make-sure-we-do-render-between-two-hiz-flushes.patch
6394
  * Prevent hangs with rc6. (bnc#804910, bnc#831306)
6395
6396
-------------------------------------------------------------------
6397
Thu Jul 25 15:41:25 UTC 2013 - dvaleev@suse.com
6398
6399
- adjust filelist so powerpc build could succeed
6400
- disable llvm_r600 for powerpc for now.
6401
6402
-------------------------------------------------------------------
6403
Wed Jul 17 02:38:03 UTC 2013 - sndirsch@suse.com
6404
6405
- The llvm with the R600 backend is finally in Factory, lets use it :)
6406
6407
-------------------------------------------------------------------
6408
Fri Jul  5 12:07:10 UTC 2013 - hrvoje.senjan@gmail.com
6409
6410
- Update to 9.2 snapshot:
6411
* New features:
6412
 * Mesa 9.2 implements the OpenGL 3.1 API - OpenGL 3.1 is only
6413
   available if requested at context creation because
6414
   GL_ARB_compatibility is not supported
6415
 * GL_ARB_texture_buffer_range
6416
 * GL_ARB_texture_multisample
6417
 * GL_ARB_texture_storage_multisample
6418
 * GL_ARB_texture_query_lod
6419
 * Enable GL_ARB_texture_storage on radeon, r200, and nouveau
6420
 * Added new freedreno gallium driver
6421
 * OSMesa interface for gallium llvmpipe/softpipe drivers
6422
 * Gallium Heads-Up Display (HUD) feature for performance monitoring
6423
* Changes:
6424
 * Removed d3d1x state tracker (unused, unmaintained and broken)
6425
 * Removed GL_EXT_clip_volume_hint because no driver had enabled
6426
   it since 2007.
6427
 * Removed GL_MESA_resize_buffers because it was only really
6428
   implemented by the (unsupported) GDI driver.
6429
 * GL_EXT_separate_shader_objects has been removed from all Gallium
6430
   drivers, because it disallows a critical GLSL shader optimization.
6431
   GL_ARB_separate_shader_objects doesn't have this issue.
6432
- Unlock radeonsi libvdpau
6433
- Enable gallium egl
6434
- added U_gallium-egl-gbm-use-wayland-cflags.patch, needed so gbm
6435
  uses pkgconfig flags, instead of relying on "common" wayland dir
6436
- Added llvm_r600 define, for enableing llvm shared-libs and
6437
  r600-llvm-compiler. Off for now, until we have fixed llvm
6438
6439
-------------------------------------------------------------------
6440
Tue Jul  2 13:00:05 UTC 2013 - hrvoje.senjan@gmail.com
6441
6442
- Update to Mesa 9.1.4:
6443
 * [bisected i965] Bus error (core dumped) on oglc texdecaltile
6444
   (fdo#37871)
6445
 * egl/opengles1/tri_x11 renders wrong (fdo#42182)
6446
 * [SNB IVB HSW] mesa demo test texleak bus error (fdo#44958)
6447
 * [snb] crash in texsubimage to a large atlas in clutter
6448
   (fdo#53494)
6449
 * glDrawElements segfault when compiled into display list
6450
   (fdo#60518)
6451
 * src/mesa/drivers/dri/common/xmlpool.h:96:29: fatal error:
6452
   xmlpool/options.h (fdo#61821)
6453
 * r300g regression (RV380): Strange rendering of light sources in
6454
   Penumbra (bisected) (fdo#63520)
6455
 * [HSW] support new haswell graphics [8086:0a2e] (fdo#63701)
6456
 * [gm45, bisected] some piglit glsl 1.10 built-in-functions tests
6457
   crash (fdo#64727)
6458
 * [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1374
6459
   (fdo#64745)
6460
 * [llvmpipe] SIGSEGV src/gallium/state_trackers/glx/xlib/glx_api.c:1363
6461
   (fdo#64934)
6462
 * segfault in _mesa_get_format_datatype and _mesa_get_color_read_type
6463
   when state dumping with glretrace (fdo#65173)
6464
- Droped llvm-3.3.patch, it's included in this release
6465
6466
-------------------------------------------------------------------
6467
Tue May 28 14:57:52 UTC 2013 - mhrusecky@suse.com
6468
6469
- fixed compilation against latest lvm: llvm-3.3.patch
6470
6471
-------------------------------------------------------------------
6472
Tue May 21 23:50:51 UTC 2013 - hrvoje.senjan@gmail.com
6473
6474
- update to Mesa 9.1.3:
6475
 * Second Life viewers from release 2.7.4.235167 to the last
6476
   3.4.0.264911 crash on start. (fdo#39251)
6477
 * [wine] GLX_DONT_CARE does not work for GLX_DRAWABLE_TYPE or
6478
   GLX_RENDER_TYPE (fdo#47478)
6479
 * [SNB bisected] SNB hang with rc6 and hiz on glxgears
6480
   (and other GL apps) immediately after xinit. (fdo#56416)
6481
 * [GLSL1.40 IVB/HSW]Piglit spec/glsl-1.40/compiler_built-in-functions/inverse-mat2.frag
6482
   fails (fdo#57436)
6483
 * [ivb] Mesa 9.1 performance regression on KWin's Lanczos
6484
   shader (fdo#61554)
6485
 * abort is an incredibly not-smart way to handle IR validation
6486
   (fdo#61773)
6487
 * solaris build broken with missing ffsll (fdo#62868)
6488
 * glXChooseFBConfig with GLX_DRAWABLE_TYPE, GLX_DONT_CARE fails
6489
   (fdo#62999)
6490
 * EGL X11 Regression: Maximum swap interval is 0 (worked with 9.0)
6491
   (fdo#63078)
6492
 * [i965 Bisected]Ogles1conform/Ogles2conform/Ogles3conform cases
6493
   segfault (fdo#63447)
6494
 * [SNB 9.1 Bisected]Ogles2conform GL2ExtensionTests/depth_texture_cube_map/depth_texture_cube_map.test
6495
   fail (fdo#64662)
6496
6497
-------------------------------------------------------------------
6498
Thu May  2 12:03:55 UTC 2013 - hrvoje.senjan@gmail.com
6499
6500
- update to Mesa 9.1.2:
6501
 * [965gm] green artifacts when using GLSL in XBMC (fdo#44567)
6502
 * many new symbols in libxatracker after recent automake work
6503
   (fdo#59238)
6504
 * [SNB/IVB/HSW Bisected]Oglc draw-buffers2(advanced.blending.none)
6505
   segfault (fdo#59445)
6506
 * [i965 Bisected]Oglc fbblit(advanced.blitFb-3d-cube.mirror.both)
6507
   fails (fdo#59495)
6508
 * [r300g] Unigine Heaven 3.0: all objects are black (fdo#60503)
6509
 * Firefox 18.0.2 Crash On Nvidia GeForce2 (fdo#60510)
6510
 * [SNB Bisected] kwin_gles screen corruption (fdo#61197)
6511
 * [IVB] corrupt rendering with UBOs (fdo#61317)
6512
 * glEdgeFlag can't be set to false (fdo#61395)
6513
 * nullpointer dereference causes xorg-server segfault when nouveau
6514
   DRI driver is loaded (fdo#61947)
6515
 * llvmpipe: Fragment Shader with "return" in main causes back
6516
   output (fdo#62357)
6517
 * other bugfixes
6518
- Drop u_remove-os-abi-tag.patch, fdo#26663 is fixed with this release
6519
6520
-------------------------------------------------------------------
6521
Wed Apr  3 17:30:11 UTC 2013 - dmueller@suse.com
6522
6523
- do not build x86* specific drivers on ARM, only enable
6524
  nouveau,swrast,svga for ARM platforms
6525
6526
-------------------------------------------------------------------
6527
Wed Apr  3 07:46:47 UTC 2013 - coolo@suse.com
6528
6529
- fix baselibs.conf
6530
6531
-------------------------------------------------------------------
6532
Thu Mar 21 12:19:56 UTC 2013 - dvaleev@suse.com
6533
6534
- Don't enable xa on ppc and ppc64
6535
- Fix glapi_dispatch #bfo56710 (u_mesa-glapi_dispatch.patch)
6536
6537
-------------------------------------------------------------------
6538
Wed Mar 20 11:10:38 UTC 2013 - hrvoje.senjan@gmail.com
6539
6540
- update to Mesa 9.1.1: a bugfix release
6541
 * [GM45] mesa demos spriteblast render incorrectly (fdo#30232)
6542
 * [gles2] Ironlake: gl_PointCoord takes no effect for point sprites
6543
   (fdo#32429)
6544
 * Mesa 7.11-devel implementation error: Unexpected program target
6545
   in destroy_program_variants_cb() (fdo#38086)
6546
 * [snb] corrupted GLSL built-in function results when using Uniform
6547
   Buffer contents as arguments (fdo#57121)
6548
 * Garbled UI in Team Fortress 2 and Counter-Strike: Source
6549
   (fdo#58042)
6550
 * Texture flicker with fragment shader (fdo#58960)
6551
 * [i965]Oglc fbblit(advanced.blitFb-3d-cube.mirror.both) fails
6552
   (fdo#59495)
6553
 * [IVB] 3DMMES2.0 Taiji performance reduced by ~13% with
6554
   gnome-session enable compositing (fdo#59783)
6555
 * build - libvdpau_softpipe fails at runtime. (fdo#60121)
6556
 * gbm_dri_bo_create fails to initialize bo->base.base.format
6557
   (fdo#60143)
6558
 * Corruption with DMA ring on cayman (fdo#60802)
6559
 * r600g: add htile support cause gpu lockup in Dishonored wine.
6560
   (fdo#60848)
6561
 * [softpipe] piglit interpolation-noperspective-gl_BackColor-flat-fixed
6562
   regression (fdo#60938)
6563
 * alloc_layout_array tx * ty assertion failure when making pbuffer
6564
   current (fdo#61012)
6565
 * Segfault in glBitmap when called with PBO source (fdo#61026)
6566
6567
-------------------------------------------------------------------
6568
Mon Mar 18 11:00:12 UTC 2013 - mmeister@suse.com
6569
6570
- Added Download Link to Source section in spec file
6571
6572
-------------------------------------------------------------------
6573
Sat Mar  2 02:51:10 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
6574
6575
- Update to Mesa 9.1:
6576
  Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by
6577
  glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
6578
  glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver
6579
  being used. Some drivers don't support all the features required
6580
  in OpenGL 3.1. OpenGL 3.1 is only available if requested at context
6581
  creation because GL_ARB_compatibility is not supported.
6582
- New features:
6583
  + GL_ARB_map_buffer_alignment
6584
  + GL_ARB_texture_cube_map_array
6585
- Changes:
6586
  + Removed VAAPI state tracker (unmaintained and broken)
6587
  + Removed i965's broken hardware implementation of GL_NV_vertex_program
6588
  + Removed swrast support for GL_NV_vertex_program
6589
  + Removed swrast support for GL_NV_fragment_program
6590
  + Removed OpenVMS support (unmaintained and broken)
6591
- Changes to package(s):
6592
  + Rename libwayland-egl1-devel -> libwayland-egl-devel
6593
  + Add a GLES3 Development package
6594
  + Removed patches:
6595
  Mesa-nodate.diff (patch1)
6596
    No dates are put into the build anymore
6597
  U_glx-fix-glGetTexLevelParameteriv-for-indirect-render.patch (patch18)
6598
    Included in this release
6599
  + Remove BuildRequires we dont need:
6600
    http://cgit.freedesktop.org/mesa/mesa/commit/?id=
6601
    af6aeae4e1286a8858e040602db338de6a1367dc
6602
  + Update Required package versions
6603
6604
-------------------------------------------------------------------
6605
Thu Feb 28 18:07:05 UTC 2013 - dmueller@suse.com
6606
6607
- only enable swrast for aarch64 for now
6608
6609
-------------------------------------------------------------------
6610
Tue Feb 26 23:23:46 UTC 2013 - stefan.bruens@rwth-aachen.de
6611
6612
- fix_glx_indirect_reply_bfo#59876.diff
6613
  * GLX replies are parsed incorrectly when using libxcb and AIGLX,
6614
    happens for most replies where data is embedded in the header.
6615
    (bfo#59876, bnc#802718)
6616
6617
-------------------------------------------------------------------
6618
Thu Feb 21 23:23:22 UTC 2013 - hrvoje.senjan@gmail.com
6619
6620
- update to Mesa 9.0.3: a bugfix release
6621
 * Pink artifacts on objects in the distance in ETQW/Quake 4
6622
   (fdo#25201)
6623
 * configure: Doesn't check for python libxml2 (fdo#31598)
6624
 * [softpipe] piglit glsl-max-varyings regression (fdo#40404)
6625
 * [bisected] Oglc pxconv-gettex(basic.allCases) regressed (fdo#47220)
6626
 * [bisected i965]Oglc shad-compiler(advanced.TestLessThani)
6627
   regressed(fdo#48629)
6628
 * [swrast] piglit fbo-generatemipmap-filtering regression
6629
   (fdo#54240)
6630
 * [sandybridge][uxa] graphics very glitchy and always flickering
6631
   (fdo#56920)
6632
 * [GM45] Chrome experiment "Stars" crash: brw_fs_emit.cpp:708:
6633
   brw_reg brw_reg_from_fs_reg(fs_reg*): Assertion „!"not reached"“
6634
   failed. (fdo#57166)
6635
 * build test failure: nouveau_fbo.c:198:3: error: too few arguments to
6636
   function 'nouveau_renderbuffer_del' (fdo#57746)
6637
 * [swrast] Mesa 9.1-devel implementation error: Unable to
6638
   delete renderbuffer, no context (fdo#57754)
6639
 * [IVB] Graphical glitches in 0 A.D (fdo#58680)
6640
 * [softpipe] util/u_tile.c:795:pipe_put_tile_z: Assertion `0' failed.
6641
   (fdo#58972)
6642
 * [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h:
6643
   No such file or directory (fdo#59364)
6644
 * [ILK/SNB/IVB Bisected]Oglc vertexshader(advanced.TestLightsTwoSided)
6645
   causes GPU hung (fdo#59700)
6646
 * [swrast] piglit ext_framebuffer_multisample-interpolation 0
6647
   centroid-edges regression (fdo#59873)
6648
 * [Bisected]Piglit glx_extension_string_sanity fail (fdo#60052)
6649
 * Planeshift: triangles where grass would be (fdo#60172)
6650
6651
-------------------------------------------------------------------
6652
Mon Feb  4 13:37:01 UTC 2013 - duwe@suse.com
6653
6654
- enable build of subpackage libwayland-egl1
6655
6656
-------------------------------------------------------------------
6657
Thu Jan 24 14:48:18 UTC 2013 - sndirsch@suse.com
6658
6659
- update to Mesa 9.0.2: a bugfix release
6660
 * [KMS] mesa demo spectex broken on rv280 (fdo#22576)
6661
 * KMS/R200: Bad shading in NWN since Mesa rewrite (fdo#26809)
6662
 * [bisected regression] Oglc fbo(negative.invalidParams3)
6663
   Segmentation fault (fdo#45877)
6664
 * st_glsl_to_tgsi.cpp:4006:dst_register: Assertion
6665
   `index < VERT_RESULT_MAX' failed (fdo#54402)
6666
 * Memoryleak with glPopAttrib only on Intel GM45 (fdo#55175)
6667
 * glcpp accepts junk after #else/#elif/#endif tokens (fdo#56442)
6668
 * EGL sets error to EGL_SUCCESS when DRI driver fails to create
6669
   context (fdo#56706)
6670
 * Webgl conformance shader-with-non-reserved-words crash. (fdo#57622)
6671
 * r200: Culling is broken when rendering to an FBO (fdo#57842)
6672
 * r300g: blend sfactor=GL_DST_COLOR fails with FBOs (fdo#57984)
6673
 * [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)
6674
 * src/glsl/tests/Makefile.am missing $(top_srcdir)/include (fdo#59383)
6675
6676
-------------------------------------------------------------------
6677
Wed Jan 23 11:55:36 UTC 2013 - sndirsch@suse.com
6678
6679
- reverted removing Libs.private/Requires.private in pkgconfig
6680
  files
6681
6682
-------------------------------------------------------------------
6683
Sat Jan 19 14:32:46 UTC 2013 - dmueller@suse.com
6684
6685
- enable llvm backend also for ARM
6686
6687
-------------------------------------------------------------------
6688
Fri Jan 18 17:04:12 UTC 2013 - rbrownccb@opensuse.org
6689
- Add requires for Mesa to Mesa-libGL1 in baselibs.conf
6690
 * Mesa required for many applications in wine
6691
 * wine-32bit pulls through Mesa-libGL1-32bit without Mesa-32bit
6692
6693
-------------------------------------------------------------------
6694
Sat Jan  5 15:28:51 UTC 2013 - crrodriguez@opensuse.org
6695
6696
- Remove Requires.private and Libs.private from *.pc files
6697
 * Both are needed only for static linking
6698
 * This package provides only shared libraries
6699
 * the rpm pkgconfig dependency generator considers "Requires.private"
6700
   a valid dependency even though there are no static libraries in the
6701
   packages
6702
 * This cause bloat and hides broken "buildRequires" in other packages.
6703
6704
-------------------------------------------------------------------
6705
Fri Dec 14 11:00:21 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6706
6707
- Remove unrecognized configure option "--disable-glu"
6708
6709
-------------------------------------------------------------------
6710
Mon Dec 10 13:22:01 UTC 2012 - sndirsch@suse.com
6711
6712
- Update to Version 9.0.1
6713
  * bug fix release
6714
6715
-------------------------------------------------------------------
6716
Tue Oct 16 18:09:16 UTC 2012 - sndirsch@suse.com
6717
6718
- improved packages descriptions
6719
6720
-------------------------------------------------------------------
6721
Mon Oct  8 23:36:24 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6722
6723
- Update to version 9.0:
6724
  Mesa 9.0 has been released.  Mesa 9.0 is a feature release.
6725
  "The" big feature is the availability of OpenGL 3.1 on some
6726
  supported hardware.
6727
  + Remove the Git Commit ID
6728
6729
-------------------------------------------------------------------
6730
Tue Sep 25 15:28:52 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6731
6732
- Update the Mesa 9.0 Git Snapshot
6733
  + Add the Git CommitID to the buildscript
6734
  + Minor cleanup of the buildscript
6735
6736
-------------------------------------------------------------------
6737
Mon Sep 24 17:04:35 UTC 2012 - sndirsch@suse.com
6738
6739
- removed any .la file
6740
- moved libglapi.so from Mesa-devel to Mesa-libglapi-devel package;
6741
  Mesa-devel requires Mesa-libglapi-devel package anyway
6742
6743
-------------------------------------------------------------------
6744
Fri Sep 21 08:28:28 UTC 2012 - sndirsch@suse.com
6745
6746
- fixed libOSMesa packaging (only a dangling symlink has been
6747
  packaged)
6748
6749
-------------------------------------------------------------------
6750
Fri Sep 21 07:08:05 UTC 2012 - coolo@suse.com
6751
6752
- fix baselibs.conf after package split
6753
6754
-------------------------------------------------------------------
6755
Thu Sep 20 13:05:15 UTC 2012 - sndirsch@suse.com
6756
6757
- instead of using "make install" for installing libIndirectGL/
6758
  libOSMesa, do install these libs manually, so we no longer end
6759
  up with linking *everything* against libIndirectGL (instead of
6760
  having it correctly linked against GL!)
6761
6762
-------------------------------------------------------------------
6763
Fri Aug 24 22:22:28 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6764
6765
- Update to 8.1 prerelease:
6766
  + Added radeonsi to the dri drivers for x86/x86_64
6767
  + Rewrite the configuration parts of the spec file
6768
  + Changed u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
6769
    to apply!
6770
  + Changed u_remove-os-abi-tag.patch to apply! (Removed parts of it)
6771
  + Changed u_mesa-8.0.1-fix-16bpp.patch to apply! (Removed parts of it)
6772
  + Remove upstreamed patches: (double checked)
6773
    - upstream-llvm-patch.diff
6774
    - U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch
6775
6776
-------------------------------------------------------------------
6777
Thu Aug 23 15:29:34 UTC 2012 - fcrozat@suse.com
6778
6779
- Add u_mesa-8.0-llvmpipe-shmget.patch (Fedora): use shmget under
6780
  llvmpipe, if available (bnc#766498).
6781
- Update u_mesa-8.0.1-fix-16bpp.patch to work with shmget patch.
6782
6783
-------------------------------------------------------------------
6784
Wed Aug  8 15:43:20 CEST 2012 - tiwai@suse.de
6785
6786
- U_i965-gen7-Reduce-GT1-WM-thread-count-according-to-up.patch
6787
  * Fix GPU hang with IVB GT1 desktop (bnc#775048)
6788
6789
-------------------------------------------------------------------
6790
Tue Jul 10 23:42:04 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
6791
6792
- Update to Version 8.0.4 (minor bugfix release)
6793
- Back to bz2 tarballs
6794
6795
-------------------------------------------------------------------
6796
Sat Jun 16 09:58:59 UTC 2012 - coolo@suse.com
6797
6798
- remove buildrequire on vim, it creates a pretty big cycle for
6799
  no (obvious) benefit
6800
6801
-------------------------------------------------------------------
6802
Tue Jun 12 15:53:50 UTC 2012 - sndirsch@suse.com
6803
6804
- enabled build of XvMC/VDPAU state trackers for Nouveau, R300,
6805
  R600, Softpipe (Software implementation)
6806
6807
-------------------------------------------------------------------
6808
Tue Jun 12 10:19:01 UTC 2012 - sndirsch@suse.com
6809
6810
- u_remove-os-abi-tag.patch
6811
  * Remove OS ABI tag from libGL, so it is no longer preferred over
6812
    libGLs without OS ABI tag (bnc#765294, fdo#26663)
6813
6814
-------------------------------------------------------------------
6815
Fri Jun  8 14:05:30 UTC 2012 - sndirsch@suse.com
6816
6817
- let libGL1-Mesa require Mesa, since that package includes the DRI
6818
  drivers (including the "swrast" DRI driver for software rendering)
6819
  (bnc#765241)
6820
6821
-------------------------------------------------------------------
6822
Wed May 30 16:56:11 UTC 2012 - fcrozat@suse.com
6823
6824
- Add u_mesa-8.0.1-fix-16bpp.patch (Fedora): fix 16bpp mode under
6825
  llvmpipe.
6826
6827
-------------------------------------------------------------------
6828
Sat May 26 22:29:41 UTC 2012 - sndirsch@suse.com
6829
6830
- added configure options "--enable-gbm --enable-glx-tls" (required
6831
  for glamor support)
6832
6833
-------------------------------------------------------------------
6834
Fri May 25 15:57:25 UTC 2012 - meissner@suse.com
6835
6836
- libxatracker is also not built on ppc*.
6837
6838
-------------------------------------------------------------------
6839
Mon May 21 12:32:23 UTC 2012 - sndirsch@suse.com
6840
6841
- Trivial change to Version 8.0.3; tarball from here:
6842
  http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-8.0.3.tar.gz
6843
6844
-------------------------------------------------------------------
6845
Wed May 16 10:28:30 UTC 2012 - adrian@suse.de
6846
6847
- fix build on platforms without gallium (s390 & arm)
6848
6849
-------------------------------------------------------------------
6850
Wed Apr 25 14:14:35 UTC 2012 - tittiatcoke@gmail.com
6851
6852
- Added patches from upstream Master to enable building with
6853
  llvm 3.1
6854
6855
-------------------------------------------------------------------
6856
Wed Apr 25 13:17:59 UTC 2012 - sndirsch@suse.com
6857
6858
- For full OpenGL 3.0 compliance, it is necessary to
6859
  have floating-point textures, so Mesa is now compiled with
6860
  "--enable-texture-float" parameter to have OpenGL 3.0 support.
6861
- disabling glut/glw no longer required since it's no longer
6862
  shipped with Mesa
6863
6864
-------------------------------------------------------------------
6865
Mon Apr 23 15:09:29 UTC 2012 - vljn@ovi.com
6866
6867
- Enable xa state tracker and svga gallium drivers (vmwgfx stack)
6868
6869
-------------------------------------------------------------------
6870
Sun Apr 15 18:10:39 CEST 2012 - ro@suse.de
6871
6872
- use same dri drivers on ia64 as on ppc (no drm_intel)
6873
6874
-------------------------------------------------------------------
6875
Wed Mar 21 23:21:24 UTC 2012 - ryanbach@adelphia.net
6876
6877
-- Updated software rasterizer to use llvmpipe the advanced,
6878
-  multithreaded,software rasterizer if availaible for that
6879
-  archetecture (ie. X86/X86-64).
6880
6881
-------------------------------------------------------------------
6882
Wed Mar 21 18:06:27 UTC 2012 - jengelh@medozas.de
6883
6884
- Adjust baselibs.conf for OSMesa soname change
6885
6886
-------------------------------------------------------------------
6887
Wed Mar 21 14:55:19 UTC 2012 - sndirsch@suse.com
6888
6889
- U_gallium-rtasm-properly-detect-SSE-and-SSE2.patch
6890
  * gallium/rtasm: properly detect SSE and SSE2;  this should fix
6891
    crashes on ancient processors. (bnc#728737)
6892
6893
-------------------------------------------------------------------
6894
Thu Mar  1 08:22:41 UTC 2012 - coolo@suse.com
6895
6896
- fix baselibs.conf after update of libOSMesa
6897
- do not put the date in generated code, this breaks build-compare
6898
  for little to no gain as we know the build date from rpm header
6899
6900
-------------------------------------------------------------------
6901
Fri Feb 24 15:12:22 UTC 2012 - sndirsch@suse.com
6902
6903
- Switch software rasterizer to llvmpipe (gallium driver now)
6904
  * Performance improvement especially on multicore system.
6905
- minimal specfile cleanup
6906
6907
-------------------------------------------------------------------
6908
Fri Feb 24 13:51:15 CET 2012 - meissner@suse.de
6909
6910
- only require drm_intel on intel.
6911
6912
-------------------------------------------------------------------
6913
Thu Feb 23 10:57:09 UTC 2012 - sndirsch@suse.com
6914
6915
- Update to Mesa 8.0.1
6916
  * Removed all DRI drivers that did not support DRI2.
6917
    Specifically, i810, mach64, mga, r128, savage, sis, tdfx, and
6918
    unichrome were removed.
6919
  * Removed all remnants of paletted texture support. As required
6920
    by desktop OpenGL, GL_COLOR_INDEX data can still be uploaded
6921
    to a color (e.g., RGBA) texture. However, the data cannot be
6922
    stored internally as color-index.
6923
  * Removed support for GL_APPLE_client_storage extension.
6924
  * Removed the classic Mesa r300 and r600 drivers, which are
6925
    superseded by the gallium drivers for this hardware.
6926
  * Removed the dead Gallium i965, cell and failover drivers,
6927
    which were either broken and with nobody in sight to fix
6928
    the situation or deprecated.
6929
- obsoletes u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch
6930
  (git commit #63a6fd6603574c1c01324fbeb0863e39d3864c16)
6931
- obsoletes U_Mesa-7.11-llvm3.patch
6932
- obsoletes Mesa-llvm-3.0.patch
6933
- disabled u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
6934
  for now (obsolete as well?)
6935
6936
-------------------------------------------------------------------
6937
Wed Feb 22 14:27:44 UTC 2012 - jengelh@medozas.de
6938
6939
- use --enable-shared-dricore, saves ~33 MB
6940
6941
-------------------------------------------------------------------
6942
Wed Feb 22 14:14:56 UTC 2012 - sndirsch@suse.com
6943
6944
- readded build of non-gallium nouveau driver ("nouveau_vieux") to
6945
  support again older NVIDIA GPUs
6946
6947
-------------------------------------------------------------------
6948
Tue Feb 21 19:53:03 UTC 2012 - coolo@suse.com
6949
6950
- fix requires of devel package in moving the %package before the
6951
  other packages that have custom versions.
6952
  %version in rpm is tricky - it's the _last_ version before the
6953
  macro, not the main one.
6954
6955
-------------------------------------------------------------------
6956
Tue Feb 21 03:57:14 UTC 2012 - jengelh@medozas.de
6957
6958
- Split shared libraries per shlib pol.
6959
6960
-------------------------------------------------------------------
6961
Sun Feb 12 19:24:03 UTC 2012 - jengelh@medozas.de
6962
6963
- Update dependencies according to configure.ac,
6964
  use pkgconfig symbols
6965
- Parallel build with %_smp_mflags
6966
- Remove redundant tags/sections
6967
6968
-------------------------------------------------------------------
6969
Thu Feb  9 20:01:37 UTC 2012 - sndirsch@suse.com
6970
6971
- fixed buildreqs due to splitted xorg-x11-libs
6972
6973
-------------------------------------------------------------------
6974
Thu Dec  1 11:15:48 UTC 2011 - coolo@suse.com
6975
6976
- add automake as buildrequire to avoid implicit dependency
6977
6978
-------------------------------------------------------------------
6979
Thu Nov 17 20:34:36 UTC 2011 - vljn@ovi.com
6980
6981
- Update to Mesa 7.11.1
6982
  * U_glx-ignore-BadRequest-errors-from-DRI2Connect.diff included
6983
6984
-------------------------------------------------------------------
6985
Wed Oct 06 21:58:00 UTC 2011 - idonmez@suse.com
6986
6987
- Update Mesa-llvm-3.0.patch again to fix compilation
6988
6989
-------------------------------------------------------------------
6990
Thu Sep 29 20:53:53 UTC 2011 - idonmez@suse.com
6991
6992
- Update Mesa-llvm-3.0.patch for new llvm snapshot
6993
6994
-------------------------------------------------------------------
6995
Thu Sep 15 06:15:04 UTC 2011 - idonmez@suse.com
6996
6997
- Fix build with newest llvm, fdo#40754
6998
6999
-------------------------------------------------------------------
7000
Tue Sep 13 12:03:25 UTC 2011 - idonmez@suse.com
7001
7002
- Fix build with Factory
7003
7004
-------------------------------------------------------------------
7005
Mon Sep 12 23:48:34 UTC 2011 - sndirsch@suse.com
7006
7007
- revert previous change since it actually *broke* the build with
7008
  Factory
7009
7010
-------------------------------------------------------------------
7011
Mon Sep 12 10:47:17 UTC 2011 - idonmez@suse.com
7012
7013
- Fix build with Factory too
7014
7015
-------------------------------------------------------------------
7016
Fri Sep  9 15:08:02 UTC 2011 - vljn@ovi.com
7017
7018
- Fix openSUSE 11.3 11.4 build
7019
7020
-------------------------------------------------------------------
7021
Sun Sep  4 21:00:43 UTC 2011 - vljn@ovi.com
7022
7023
- Update to Mesa 7.11 final
7024
7025
-------------------------------------------------------------------
7026
Sun Sep  4 12:34:37 CEST 2011 - meissner@suse.de
7027
7028
- llvm is only available for *x86* currently
7029
7030
-------------------------------------------------------------------
7031
Tue Aug  9 00:51:28 UTC 2011 - stefan.bruens@rwth-aachen.de
7032
7033
- add fix for bfo #28125 (DRI2 prevents indirect glx)
7034
7035
-------------------------------------------------------------------
7036
Tue Aug  2 13:05:58 UTC 2011 - mhopf@novell.com
7037
7038
- Obsolete Mesa-nouveau3d (included in standard Mesa package now)
7039
- Also nuke from baselibs.conf
7040
7041
-------------------------------------------------------------------
7042
Fri Jul 29 10:10:31 UTC 2011 - mhopf@novell.com
7043
7044
- Update to Mesa 7.11-rc3
7045
- U_Mesa-7.11-llvm3.patch: fix compatibility with llvm 3.0 (and pre-releases)
7046
- gallium is now required for r300, r600
7047
- nouveau is now built by default (except on < OS11.3)
7048
7049
-------------------------------------------------------------------
7050
Thu Jul 28 09:16:23 CEST 2011 - meissner@suse.de
7051
7052
- Also let ppc64 build the noveau driver, fixing build on ppc64.
7053
7054
-------------------------------------------------------------------
7055
Sun Jul  3 13:21:31 UTC 2011 - vljn@ovi.com
7056
7057
- Update Mesa 7.10.3
7058
  * Few crashes and rendering fixes.
7059
7060
-------------------------------------------------------------------
7061
Mon Jun 20 15:05:42 UTC 2011 - sndirsch@novell.com
7062
7063
- libdrm-2.4.26-nouveau.diff
7064
  * Fixes build of Mesa 7.10.2 nouveau driver with libdrm 2.4.26
7065
   (fdo #35562)
7066
7067
-------------------------------------------------------------------
7068
Thu Jun 16 15:55:44 UTC 2011 - mhopf@novell.com
7069
7070
- Don't unpack MesaDemos during build; it's not needed any more.
7071
7072
-------------------------------------------------------------------
7073
Fri Jun 10 06:10:16 UTC 2011 - eich@suse.de
7074
7075
- u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch:
7076
  Update this patch closing a giant memory leak.
7077
7078
-------------------------------------------------------------------
7079
Thu Jun  9 11:01:49 UTC 2011 - eich@suse.de
7080
7081
- Replace patches:
7082
  * add: u_GLX-SWrast-Make-GLX-with-SWrast-enabled-work-on-olde.patch
7083
    This patch falls back to indirect rendering if SWrast doesn't work
7084
    with older Xservers as no common configs/visuals can be found.
7085
  * remove: Mesa_indirect_old_xserver_compatibility.diff
7086
    this patch is superseded.
7087
  * rename: 0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
7088
    to u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
7089
7090
-------------------------------------------------------------------
7091
Sat Jun  4 11:20:47 UTC 2011 - eich@suse.de
7092
7093
- Remove: intel-add-gem-string.patch
7094
  This patch was barking up the wrong tree anyway.
7095
  As discussed with Martin Grässlin from the Kwin project
7096
  a patch from the upstream git master has been cherry-picked
7097
  and added to kdebase4-workspace which makes this patch unneciessary.
7098
  The patch to Kwin will become obsolete once Kwin is updated,
7099
  this will be noticed easily in kdebase4-workspace.
7100
7101
-------------------------------------------------------------------
7102
Tue May 24 19:49:12 UTC 2011 - eich@suse.de
7103
7104
- Fix the driver directory search path in the spec file.
7105
  This makes dri_driver_dir.diff obsolete.
7106
7107
-------------------------------------------------------------------
7108
Wed May 19 18:10:53 UTC 2011 - idoenmez@novell.com
7109
7110
- Add intel-add-gem-string.patch: Add back "GEM" string to Intel
7111
  driver's version output to fix OpenGL effects in kwin.
7112
7113
-------------------------------------------------------------------
7114
Tue May 17 07:31:21 UTC 2011 - eich@suse.de
7115
7116
- Add packaging information for GLES2 devel files.
7117
7118
-------------------------------------------------------------------
7119
Mon May 16 18:23:39 UTC 2011 - eich@suse.de
7120
7121
- Add GLES2 support.
7122
7123
-------------------------------------------------------------------
7124
Fri May  6 16:46:21 UTC 2011 - mhopf@novell.com
7125
7126
- Update to 7.10.2
7127
  * Many crash and rendering fixes
7128
  * Fixes bug 678264 (Xserver crash with radeon/radeonhd UMS)
7129
7130
-------------------------------------------------------------------
7131
Wed Mar 30 08:15:37 UTC 2011 - fcrozat@novell.com
7132
7133
- Enable gallium driver for radeon and r600
7134
7135
-------------------------------------------------------------------
7136
Sat Jan  8 20:46:35 UTC 2011 - sndirsch@novell.com
7137
7138
- update to 7.10 final
7139
7140
-------------------------------------------------------------------
7141
Mon Jan  3 13:48:35 UTC 2011 - sndirsch@novell.com
7142
7143
- Update pre-7.10 state (git 96685a6)
7144
  Fixes two screensaver GPU crashes on SandyBridge (xorg #32683)
7145
7146
-------------------------------------------------------------------
7147
Mon Dec 20 14:34:44 UTC 2010 - sndirsch@novell.com
7148
7149
- Update full mesa stack to pre-7.10 (git 32218e4).
7150
  Fixes most of intel SandyBridge rendering issues.
7151
- Set Mesa version to 7.9.801
7152
- obsoletes commit-d316391.diff
7153
- adjusted 0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
7154
7155
-------------------------------------------------------------------
7156
Sat Nov  6 08:36:11 UTC 2010 - sndirsch@novell.com
7157
7158
- 0001-Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
7159
  * Fix crash in swrast when setting a texture for a pixmap
7160
    (bnc #641297)
7161
- readd swrastg DRI driver
7162
7163
-------------------------------------------------------------------
7164
Wed Nov  3 20:45:02 UTC 2010 - sndirsch@novell.com
7165
7166
- exclude swrastg DRI driver (bnc #641297)
7167
7168
-------------------------------------------------------------------
7169
Fri Oct  8 21:35:56 CEST 2010 - meissner@suse.de
7170
7171
- --enable-gallium-nouveau also for PowerPC.
7172
7173
-------------------------------------------------------------------
7174
Thu Oct  7 07:35:31 UTC 2010 - sndirsch@novell.com
7175
7176
- commit-d316391.diff
7177
  * i965: Fix gen6 pointsize handling to match pre-gen6. Fixes
7178
    point-line-no-cull (bfo #30532)
7179
7180
-------------------------------------------------------------------
7181
Tue Oct  5 06:57:26 UTC 2010 - sndirsch@novell.com
7182
7183
- MesaLib 7.9
7184
- obsoletes commit-73dab75.diff
7185
7186
-------------------------------------------------------------------
7187
Thu Sep 30 09:49:13 UTC 2010 - sndirsch@novell.com
7188
7189
- commit-73dab75.diff
7190
  * i965: fallback lineloop on sandybridge for now (bfo #30420,
7191
    comment #8)
7192
7193
-------------------------------------------------------------------
7194
Wed Sep 29 12:01:23 UTC 2010 - sndirsch@novell.com
7195
7196
- updated to MesaLib 7.9-RC2
7197
7198
-------------------------------------------------------------------
7199
Mon Sep 27 18:28:46 UTC 2010 - sndirsch@novell.com
7200
7201
- updated to MesaLib 7.9-RC1
7202
7203
-------------------------------------------------------------------
7204
Wed Sep 15 12:29:11 UTC 2010 - sndirsch@novell.com
7205
7206
- Mesa git master #83f5f50 (2010-09-14)
7207
- obsoletes commit-4ebf07a.diff
7208
7209
-------------------------------------------------------------------
7210
Wed Sep 15 03:54:37 UTC 2010 - sndirsch@novell.com
7211
7212
- Mesa git master #fd328a (2010-09-11)
7213
- commit-4ebf07a.diff
7214
  * glx: Don't destroy DRI2 drawables for legacy glx drawables
7215
    (bfo #30109)
7216
7217
-------------------------------------------------------------------
7218
Thu Sep  9 12:45:55 UTC 2010 - sndirsch@novell.com
7219
7220
- use TALLOC_LIBS/TALLOC_CFLAGS env. variables which obsolete the
7221
  requirement for a patched libtalloc-devel package, i.e.
7222
  talloc.pc is no longer required.
7223
7224
-------------------------------------------------------------------
7225
Sun Aug 29 05:05:58 CEST 2010 - sndirsch@suse.de
7226
7227
- Mesa git master #2dfd348 (2010-08-28)
7228
- obsoletes libdrm_nouveau.diff.bz2, mesa-commit-06c72da.diff
7229
- adjusted Mesa_indirect_old_xserver_compatibility.diff,
7230
  dri_driver_dir.diff
7231
- added libtalloc-devel bison flex libxml2-python to BuildRequires
7232
- pkgconfig file for egl
7233
7234
-------------------------------------------------------------------
7235
Fri Jul 23 22:52:14 CEST 2010 - sndirsch@suse.de
7236
7237
- reenable build of mga DRI driver (bnc #466635)
7238
7239
-------------------------------------------------------------------
7240
Wed Jul  7 00:00:00 CEST 2010 - johannesobermayr@gmx.de
7241
7242
- bnc #620037
7243
  * create nouveau_vieux_dri.so
7244
  * add libdrm_nouveau.diff
7245
  * separate Mesa-nouveau3d package
7246
- fix some RPMLINT warnings
7247
7248
-------------------------------------------------------------------
7249
Fri Jun 25 11:15:20 CEST 2010 - sndirsch@suse.de
7250
7251
- Mesa 7.8.2
7252
  * Various i965 and i915 driver fixes.
7253
- adjusted Mesa_indirect_old_xserver_compatibility.diff,
7254
  egl-buildfix.diff
7255
7256
-------------------------------------------------------------------
7257
Wed Jun  9 08:52:41 UTC 2010 - bg@novell.com
7258
7259
- sis does not work on hppa as well
7260
7261
-------------------------------------------------------------------
7262
Mon Jun  7 19:27:30 CEST 2010 - sndirsch@suse.de
7263
7264
- mesa-commit-06c72da.diff
7265
  * intel: Update renderbuffers unconditionally in
7266
    intelSetTexBuffer2() (bnc #610323)
7267
7268
-------------------------------------------------------------------
7269
Sat May 22 16:00:55 CEST 2010 - sndirsch@suse.de
7270
7271
- Mesa_indirect_old_xserver_compatibility.diff (revival)
7272
  Workaround for enabling indirect rendering to older Xservers
7273
  (bnc #469280, bnc #600672).
7274
7275
-------------------------------------------------------------------
7276
Sat Apr 10 22:03:00 CEST 2010 - sndirsch@suse.de
7277
7278
- removed legal check since affected source files no longer exist
7279
- removed obsolete missing_Makefile.diff
7280
- specfile cleanup
7281
7282
-------------------------------------------------------------------
7283
Tue Apr  6 02:09:57 CEST 2010 - sndirsch@suse.de
7284
7285
- Mesa 7.8.1
7286
  * The primary purpose of this release is to fix a significant
7287
    error in Mesa's copy of glxext.h and the libGL code that uses
7288
    it. The release also contains some other bug fixes.
7289
7290
-------------------------------------------------------------------
7291
Mon Mar 29 14:42:48 CEST 2010 - sndirsch@suse.de
7292
7293
- update to 7.8 final release
7294
7295
-------------------------------------------------------------------
7296
Thu Mar 18 01:23:56 CET 2010 - ro@suse.de
7297
7298
- use 7.8-rc1 tarballs
7299
7300
-------------------------------------------------------------------
7301
Wed Mar 17 21:56:33 CET 2010 - ro@suse.de
7302
7303
- update to 7.8
7304
  - dos, ggi and classic svga drivers removed along with
7305
    their header files
7306
- re-enable nouveau driver
7307
7308
-------------------------------------------------------------------
7309
Sun Feb 28 22:10:09 CET 2010 - sndirsch@suse.de
7310
7311
- due to libdrm update disable build of nouveau driver for now
7312
  (needs newer Mesa sources from git master)
7313
7314
-------------------------------------------------------------------
7315
Fri Jan 22 14:19:15 CET 2010 - ro@suse.de
7316
7317
- fix build for ppc
7318
7319
-------------------------------------------------------------------
7320
Tue Dec 22 04:55:36 CET 2009 - sndirsch@suse.de
7321
7322
- Mesa 7.7 final release
7323
7324
-------------------------------------------------------------------
7325
Fri Dec 18 21:29:08 CET 2009 - sndirsch@suse.de
7326
7327
- Mesa 7.7 RC3
7328
  * more bug fixes
7329
7330
-------------------------------------------------------------------
7331
Tue Dec 15 21:21:51 CET 2009 - jengelh@medozas.de
7332
7333
- add baselibs.conf as a source
7334
- enable parallel building
7335
- build drivers for SPARC
7336
7337
-------------------------------------------------------------------
7338
Tue Dec  8 03:53:06 CET 2009 - sndirsch@suse.de
7339
7340
- Mesa 7.7 RC2
7341
  * more bug fixes
7342
7343
-------------------------------------------------------------------
7344
Wed Dec  2 00:46:37 CET 2009 - sndirsch@suse.de
7345
7346
- Mesa 7.7 RC1
7347
  * New features
7348
    - VMware "SVGA" Gallium driver. This is a Gallium3D driver
7349
      which targets the VMware virtual graphics device. It allows
7350
      Linux OpenGL guest applications to utilize the 3D graphics
7351
      hardware of the host operating system.
7352
    - GL_ARB_draw_elements_base_vertex (supported in Intel i965
7353
      and software drivers)
7354
    - GL_ARB_depth_clamp (supported in Intel i965 DRI and software
7355
      drivers)
7356
    - GL_NV_depth_clamp (supported in Intel i965 DRI and software
7357
      drivers)
7358
    - GL_ARB_provoking_vertex (same as GL_EXT_provoking_vertex)
7359
    - Wavefront .obj file loader/viewer demo (progs/demos/
7360
      objviewer)
7361
  * Bug fixes
7362
    - Many assorted i965 driver fixes.
7363
    - Many r300-gallium driver fixes; this driver is now
7364
      considered unstable-quality instead of experimental-quality.
7365
  * Changes
7366
    - New Mesa texture/surface format infrastructure
7367
    - Removed some unused Mesa device driver hooks
7368
7369
-------------------------------------------------------------------
7370
Wed Oct  7 16:32:46 UTC 2009 - mhopf@novell.com
7371
7372
- Add -DNDEBUG to CFLAGS.
7373
  It's unfortunate, but a few newly added assert()s for testing memory leaks
7374
  trigger in this release. But having memory leaks is less problematic than
7375
  crashing compiz.
7376
7377
-------------------------------------------------------------------
7378
Tue Sep 29 21:33:56 CEST 2009 - sndirsch@suse.de
7379
7380
- Mesa 7.6
7381
  * OpenVG front-end (state tracker for Gallium). This was written
7382
    by Zack Rusin at Tungsten Graphics.
7383
  * GL_ARB_vertex_array_object and GL_APPLE_vertex_array_object
7384
    extensions (supported in Gallium drivers, Intel DRI drivers,
7385
    and software drivers)
7386
  * GL_ARB_copy_buffer extension (supported in Gallium drivers,
7387
    Intel DRI drivers, and software drivers)
7388
  * GL_ARB_map_buffer_range extension (supported in Gallium drivers,
7389
    Intel DRI drivers, and software drivers)
7390
  * GL_ARB_seamless_cube_map extension (supported in software drivers
7391
    and i965 drivers)
7392
  * GL_ARB_vertex_array_bgra (ARB synonym for GL_EXT_vertex_array_bgra)
7393
  * GL_ARB_sync (supported in software drivers and Intel DRI drivers)
7394
  * GL_EXT_provoking_vertex extension (supported in Gallium, i915, i965,
7395
    and software drivers)
7396
  * Rewritten radeon/r200/r300 driver using a buffer manager
7397
  * radeon/r200/r300 GL_EXT_framebuffer_object support when used with
7398
    kernel memory manager
7399
  * radeon/r200/r300 support for GL_ARB_occlusion_query
7400
  * r300 driver supports OpenGL 1.5
7401
  * r300 driver support for GL_EXT_vertex_array_bgra, GL_EXT_texture_sRGB
7402
  * i915/945 driver support for GL_ARB_point_sprite, GL_EXT_stencil_two_side
7403
    and GL_ATI_separate_stencil extensions
7404
  * Rewritten assembler for GL_ARB_vertex_program / GL_ARB_fragment_program.
7405
  * Added configure --with-max-width=W, --with-max-height=H options to
7406
    specify max framebuffer, viewport size.
7407
  * Initial version of Gallium llvmpipe driver. This is a new driver based
7408
    on LLVM which makes exensive use of run-time code generation. This is
7409
    an "alpha" stage driver. See the src/gallium/drivers/llvmpipe/README
7410
    file for more information.
7411
  * i965 DRI driver fixes, including support for "unlimited" size constant
7412
    buffers (GLSL uniforms)
7413
7414
-------------------------------------------------------------------
7415
Mon Sep 28 22:08:52 CEST 2009 - sndirsch@suse.de
7416
7417
- Mesa 7.5.1
7418
  * bug-fix release fixing issues found since the 7.5.1 release.
7419
    - Detect B43 chipset in Intel driver
7420
    - Assorted bug fixes for i965/i945 drivers
7421
    - Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
7422
    - Fixed GLSL linker/preprocessor version directive issue seen
7423
      in Wine (such as bug 23946)
7424
    - glUseProgram() is now compiled into display lists (bug 23746).
7425
    - glUniform functions are now compiled into display lists
7426
    - Auto mipmap generation didn't work reliably with Gallium.
7427
    - Fixed random number usage in GLX code.
7428
    - Fixed invalid GL_OUT_OF_MEMORY error sometimes raised by
7429
      glTexSubImage2D when using Gallium.
7430
7431
-------------------------------------------------------------------
7432
Fri Sep 11 15:21:56 CEST 2009 - sndirsch@suse.de
7433
7434
- no longer package glew headers in Mesa-devel, which caused file
7435
  conflicts with glew-devel (bnc #538344)
7436
7437
-------------------------------------------------------------------
7438
Fri Sep  4 00:02:13 CEST 2009 - sndirsch@suse.de
7439
7440
- Mesa 7.5.1
7441
  * bug-fix release fixing issues found since the 7.5 release.
7442
7443
-------------------------------------------------------------------
7444
Sun Aug  2 21:48:08 UTC 2009 - jansimon.moeller@opensuse.org
7445
7446
- add ARM variant to configure
7447
7448
-------------------------------------------------------------------
7449
Fri Jul 31 12:39:02 CEST 2009 - sndirsch@suse.de
7450
7451
- Mesa-devel should require libdrm-devel (bnc #527097)
7452
7453
-------------------------------------------------------------------
7454
Sat Jul 18 04:16:04 CEST 2009 - sndirsch@suse.de
7455
7456
- Mesa 7.5
7457
  * new features like e.g. Gallium3D
7458
  * various bug fixes
7459
  * removed some GL_SGIX_* extensions, which have been superseded
7460
    by ARB versions
7461
- obsoletes mesa-commit-88b702e.diff, mesa-commit-954dfba.diff,
7462
  intel_release_static_region.patch
7463
7464
-------------------------------------------------------------------
7465
Wed Jun 24 04:43:35 CEST 2009 - sndirsch@suse.de
7466
7467
- Mesa 7.4.4
7468
  * Fixed i965/i915 segfault in screen destruction (bfo #22408)
7469
- adjusted intel_release_static_region.patch
7470
- obsoletes Mesa-intel_unref_fb.patch
7471
7472
-------------------------------------------------------------------
7473
Tue Jun 23 13:53:06 CEST 2009 - sndirsch@suse.de
7474
7475
- Mesa-intel_unref_fb.patch
7476
  * intel: call _mesa_unreference_framebuffer() in
7477
    intelDestroyBuffer(). This was a call to
7478
    _mesa_reference_framebuffer(ptr, NULL) but the NULL pointer is
7479
    incorrect in Mesa 7.4.x. Fixes a failed assertion during screen
7480
    tear-down.
7481
7482
-------------------------------------------------------------------
7483
Sat Jun 20 03:35:17 CEST 2009 - sndirsch@suse.de
7484
7485
- Mesa 7.4.3
7486
  * Fixed texture object reference counting bug (bug 21756)
7487
  * Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT point
7488
    (SF bug 2793846)
7489
  * Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
7490
  * Fixed some OSMesa build issues
7491
  * Fixed a vertex buffer object crash
7492
  * Fixed broken glTexImage3D() when image type = GL_BITMAP
7493
  * Fixed some GLSL preprocessor bugs
7494
  * Fixed framebuffer mem leak in i945/i965 DRI drivers
7495
  * Fixed texture coordinate repeat bug in swrast (bug 21872)
7496
  * Fixed incorrect viewport clamping (lower bound is zero, not one)
7497
  * GLX fix for glean's makeCurrent test case
7498
- obsoletes reverted applied mesa_7_4_branch-commit-63cde0e.diff
7499
7500
-------------------------------------------------------------------
7501
Tue May 19 22:23:57 CEST 2009 - sndirsch@suse.de
7502
7503
- mesa_7_4_branch-commit-63cde0e.diff
7504
  * commit, which introduced a regression; revert it (bnc #504578)
7505
7506
-------------------------------------------------------------------
7507
Fri May 15 18:25:09 CEST 2009 - sndirsch@suse.de
7508
7509
- Mesa 7.4.2
7510
  * Fixed segfault when rendering to front buffer with DRI 1.
7511
  * Fixed swrast texture rectangle bug when wrap mode =
7512
    GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug 21461)
7513
  * Fixed texture object mem leak during context destruction.
7514
  * Fixed a state validation bug in glCopyTex[Sub]Image()
7515
  * Fixed some i965 GLSL bugs.
7516
  * Fixed an R300 driver texture object bad memory reference.
7517
7518
-------------------------------------------------------------------
7519
Wed Apr 22 14:12:35 CEST 2009 - sndirsch@suse.de
7520
7521
- no longer package static libGL/libGLU; can't work any longer
7522
  due to static X libraries having been removed
7523
7524
-------------------------------------------------------------------
7525
Sat Apr 18 20:25:22 CEST 2009 - sndirsch@suse.de
7526
7527
- Mesa 7.4.1
7528
  * Fixed a two-sided lighting bug in fixed-function-to-GPU code
7529
    generation
7530
  * Fixed some Darwin issues (Jeremy Huddleston)
7531
  * Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays
7532
    with a variable was broken, bug 20986
7533
  * Fixed incorrect texture unit bias in TXB instruction
7534
  * glTexParameter settings weren't always propogated to drivers
7535
  * Assorted vertex/fragment program bug fixes
7536
  * Fixed point rendering in software rasterizer
7537
  * Fixed potential deadlock in object hash functions
7538
  * Fix a couple bugs surrounding front-buffer rendering with
7539
    DRI2, but this is not quite complete.
7540
  * Fixed glPopAttrib() bug when restoring user clip planes
7541
7542
-------------------------------------------------------------------
7543
Sat Mar 28 04:58:00 CET 2009 - sndirsch@suse.de
7544
7545
- Mesa 7.4 (final)
7546
  * This is a stable release that just fixes bugs since the 7.3
7547
    release.
7548
7549
-------------------------------------------------------------------
7550
Thu Mar 26 08:22:52 CET 2009 - sndirsch@suse.de
7551
7552
- Mesa 7.4-rc2
7553
  * more patches cherry-picked from the master branch
7554
7555
-------------------------------------------------------------------
7556
Sat Mar 21 04:34:04 CET 2009 - sndirsch@suse.de
7557
7558
- Mesa 7.4-rc1
7559
7560
-------------------------------------------------------------------
7561
Sat Mar  7 04:17:18 CET 2009 - sndirsch@suse.de
7562
7563
- mesa-commit-954dfba.diff
7564
  * i965: bump texture limit to 4kx4k (bfo #18100)
7565
  * obsoletes i965-GL_MAX_TEXTURE_SIZE-4096.diff
7566
- mesa-commit-88b702e.diff
7567
  * i965: Eric Anholt's patch for bumping up texture sizes
7568
    (bfo #18100)
7569
7570
-------------------------------------------------------------------
7571
Fri Feb 27 16:58:13 CET 2009 - mhopf@suse.de
7572
7573
- Mesa_indirect_old_xserver_compatibility.diff
7574
  Workaround for enabling indirect rendering to older Xservers
7575
  (bnc #469280).
7576
7577
-------------------------------------------------------------------
7578
Wed Feb 25 15:51:31 CET 2009 - sndirsch@suse.de
7579
7580
- update to Mesa 7.3
7581
- obsoletes MesaLib-7.2_intel-2008-q3_793c3b9-46921a5.diff,
7582
  commit-7d99ddc.diff, commit-b4bf9ac.diff,
7583
  i965_aperture_call_for_Q3.patch, mesa-7.1-fix-i8xx-vbos.patch
7584
7585
-------------------------------------------------------------------
7586
Tue Feb 10 01:12:37 CET 2009 - sndirsch@suse.de
7587
7588
- commit-7d99ddc.diff
7589
  * intel: Fix a number of memory leaks on context destroy.
7590
    (bnc #457879,bfo #19665)
7591
- intel_release_static_region.patch
7592
  * detach static region from intel_renderbuffer on contex destroy
7593
    (bnc #457879,bfo #19665)
7594
7595
-------------------------------------------------------------------
7596
Fri Jan 23 15:09:50 CET 2009 - sndirsch@suse.de
7597
7598
- added intel-i810-Mesa, Mesa7 to Provides/Obsoletes, i.e. get rid
7599
  of SLE10 packages (bnc #468796)
7600
7601
-------------------------------------------------------------------
7602
Wed Jan 14 17:59:57 CET 2009 - sndirsch@suse.de
7603
7604
- i965_aperture_call_for_Q3.patch (Quanxian Wang)
7605
  * addresses bfo #19242; based on Q3 release; the patch is
7606
    coming from commit id 59b2c2adbbece27ccf54e58b598ea29cb3a5aa85,
7607
    2fc9d671e0be77676818da51cd3b35b52af79421,
7608
    c30eb2c104c19c758c0b2a2461ad7f38cfa747d0
7609
7610
-------------------------------------------------------------------
7611
Tue Jan 13 12:34:56 CET 2009 - olh@suse.de
7612
7613
- obsolete old XFree86-Mesa{,-devel}-XXbit packages (bnc#437293)
7614
7615
-------------------------------------------------------------------
7616
Fri Jan  9 19:00:00 CET 2009 - sndirsch@suse.de
7617
7618
- /etc/drirc
7619
  * disable vblank_mode/force_s3tc_enable and enable
7620
    disable_lowimpact_fallback for r300 driver to fix performance
7621
    issues with GoogleEarth and OpenOffice.Org (bnc #438666)
7622
7623
-------------------------------------------------------------------
7624
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
7625
7626
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
7627
  (bnc#437293)
7628
7629
-------------------------------------------------------------------
7630
Fri Nov 28 03:37:26 CET 2008 - sndirsch@suse.de
7631
7632
- mesa-7.1-fix-i8xx-vbos.patch
7633
  * For some reason the Intel 865 seem to claim VBO support in the
7634
    docs, but doesn't seem to practice it in the hardware, or
7635
    there is some missing errata. This restores the old pre-vbo
7636
    code and uses it on all 8xx hw. (bfo #17963)
7637
    This patch fixes OpenGL support on 845/855GM/865.
7638
7639
-------------------------------------------------------------------
7640
Sat Nov 22 11:45:33 CET 2008 - sndirsch@suse.de
7641
7642
- disabled VBlank also for i965 DRI driver (bfo #17967)
7643
7644
-------------------------------------------------------------------
7645
Mon Nov 17 18:35:37 CET 2008 - sndirsch@suse.de
7646
7647
- added global /etc/drirc to disable VBlank for i915 DRI driver
7648
  (bnc #432980)
7649
7650
-------------------------------------------------------------------
7651
Thu Nov 13 15:29:43 CET 2008 - sndirsch@suse.de
7652
7653
- disabled i965-GL_MAX_TEXTURE_SIZE-4096.diff; apparently it
7654
  doesn't work for compiz/Desktop effects and is not required at
7655
  all for 3D support in general (bnc #441572)
7656
7657
-------------------------------------------------------------------
7658
Fri Oct 31 12:17:40 CET 2008 - sndirsch@suse.de
7659
7660
- commit-b4bf9ac.diff
7661
  * i915: fix crash in i830_emit_state (bfo #17766)
7662
7663
-------------------------------------------------------------------
7664
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
7665
7666
- obsolete old -XXbit packages (bnc#437293)
7667
7668
-------------------------------------------------------------------
7669
Tue Oct 21 06:01:30 CEST 2008 - sndirsch@suse.de
7670
7671
- MesaLib-7.2_intel-2008-q3_793c3b9-46921a5.diff
7672
  * i965: Fix a potential assertion failure.
7673
  * intel: GLSL 1.20 is broken in Mesa, so disable it in the i965
7674
    driver
7675
7676
-------------------------------------------------------------------
7677
Thu Oct  9 09:56:11 CEST 2008 - sndirsch@suse.de
7678
7679
- Mesa 7.2_intel-2008-q3_793c3b9
7680
  * Intel-2008-Q3-RC3 release (Mesa 7.2 + GEM code)
7681
7682
-------------------------------------------------------------------
7683
Sat Sep 27 05:48:56 CEST 2008 - sndirsch@suse.de
7684
7685
- Mesa 7.2_intel-2008-q3_e636f5b
7686
  * Intel-2008-Q3-RC2 release (Mesa 7.2 + GEM code)
7687
- replaced disable_ttm_warning.diff with disable_gem_warning.diff
7688
- adjusted i965-GL_MAX_TEXTURE_SIZE-4096.diff
7689
7690
-------------------------------------------------------------------
7691
Sat Sep 20 18:18:40 CEST 2008 - sndirsch@suse.de
7692
7693
- Mesa 7.2:
7694
  Mesa 7.2 is a stable release fixing bugs found in 7.1, which was
7695
  a new development release. Mesa 7.2 implements the OpenGL 2.1
7696
  API, but the version reported by glGetString(GL_VERSION) depends
7697
  on the particular driver being used. Some drivers don't support
7698
  all the features required in OpenGL 2.1. Note that this version
7699
  of Mesa does not use the GEM memory manager. The master branch
7700
  of git uses GEM. The prototype DRI2 code that was in 7.1 has
7701
  also been removed. DRM version 2.3.1 should be used with Mesa 7.2
7702
7703
-------------------------------------------------------------------
7704
Fri Aug 29 16:08:15 CEST 2008 - sndirsch@suse.de
7705
7706
- added libexpat-devel to Buildrequires to fix build
7707
7708
-------------------------------------------------------------------
7709
Thu Aug 28 12:51:22 CEST 2008 - sndirsch@suse.de
7710
7711
- revert of commit-1724334.diff obsolete after adding the patches
7712
  commit-5930aeb.diff/commit-78f50cd.diff (commits 5930aeb/78f50cd)
7713
  to xorg-x11-server package (bfo #17069)
7714
7715
-------------------------------------------------------------------
7716
Wed Aug 27 16:38:12 CEST 2008 - sndirsch@suse.de
7717
7718
- updated to Mesa 7.1 final release
7719
7720
-------------------------------------------------------------------
7721
Mon Aug 18 03:18:55 CEST 2008 - sndirsch@suse.de
7722
7723
- reverted commit 1724334 to get RGB, Double-buffered visuals back;
7724
  otherwise even GL applications like glxgears no longer start
7725
  (bfo #17069)
7726
7727
-------------------------------------------------------------------
7728
Sun Aug 17 11:46:40 CEST 2008 - sndirsch@suse.de
7729
7730
- udpated to Mesa 7.1 RC4
7731
  "This includes the latest GLSL fixes/features plus other assorted
7732
   fixes from the past 2-3 weeks."
7733
- obsoletes MesaLib-6befdca.diff
7734
- adjusted disable_ttm_warning.diff (TTM --> GEM)
7735
- adjusted i965-GL_MAX_TEXTURE_SIZE-4096.diff
7736
7737
-------------------------------------------------------------------
7738
Mon Aug 11 13:49:19 CEST 2008 - sndirsch@suse.de
7739
7740
- udpated to Mesa 7.1 RC3
7741
  * bugfixes
7742
7743
-------------------------------------------------------------------
7744
Mon Aug  4 14:52:07 CEST 2008 - sndirsch@suse.de
7745
7746
- i965-GL_MAX_TEXTURE_SIZE-4096.diff
7747
  * sets GL_MAX_TEXTURE_SIZE to 4096 for Intel 965 series
7748
7749
-------------------------------------------------------------------
7750
Fri Aug  1 23:28:45 CEST 2008 - sndirsch@suse.de
7751
7752
- commit-c71fa34.diff
7753
  * added null texObj ptr check (bfo #15567, bnc #402687)
7754
7755
-------------------------------------------------------------------
7756
Thu Jul 10 23:10:25 CEST 2008 - sndirsch@suse.de
7757
7758
- even s390(x) needs swrast DRI driver now
7759
- specfile cleanup
7760
7761
-------------------------------------------------------------------
7762
Wed Jul  9 09:50:25 CEST 2008 - sndirsch@suse.de
7763
7764
- no dri.pc for s390/s390x
7765
7766
-------------------------------------------------------------------
7767
Tue Jul  8 22:51:32 CEST 2008 - sndirsch@suse.de
7768
7769
- disable_ttm_warning.diff
7770
  * disables confusing warning, that TTM cannot be initialized
7771
7772
-------------------------------------------------------------------
7773
Fri Jul  4 22:15:48 CEST 2008 - sndirsch@suse.de
7774
7775
- udpated to Mesa 7.1-pre
7776
7777
-------------------------------------------------------------------
7778
Mon Apr 14 23:56:57 CEST 2008 - sndirsch@suse.de
7779
7780
- unichrome-context.diff
7781
  * Do not clear the current context before attempting to use it.
7782
    (bnc #285496)
7783
- no longer need to use LIBGL_ALWAYS_INDIRECT=1 on via hardware
7784
  (bnc #285496)
7785
7786
-------------------------------------------------------------------
7787
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
7788
7789
- added baselibs.conf file to build xxbit packages
7790
  for multilib support
7791
7792
-------------------------------------------------------------------
7793
Sat Apr  5 03:42:11 CEST 2008 - sndirsch@suse.de
7794
7795
- update to Mesa bugfix release 7.0.3 (final)
7796
7797
-------------------------------------------------------------------
7798
Wed Apr  2 09:33:27 CEST 2008 - sndirsch@suse.de
7799
7800
- update to Mesa bugfix release 7.0.3 RC3
7801
  * obsoletes commit-185320a.diff
7802
7803
-------------------------------------------------------------------
7804
Thu Mar 13 12:43:53 CET 2008 - sndirsch@suse.de
7805
7806
- commit-185320a.diff
7807
  Only call ProgramStringNotify if program parsing succeeded.
7808
  Wine intentionally tries some out-of-spec programs to test
7809
  strictness, and calling ProgramStringNotify on the results
7810
  of a failed program parse resulted in crashes in the 965
7811
  driver. (bfo #13492)
7812
7813
-------------------------------------------------------------------
7814
Fri Feb 22 04:02:54 CET 2008 - sndirsch@suse.de
7815
7816
- update to Mesa bugfix release 7.0.3 RC2
7817
  * Fixed GLX indirect vertex array rendering bug (14197)
7818
  * Fixed crash when deleting framebuffer objects (bugs 13507,
7819
    14293)
7820
  * User-defined clip planes enabled for R300 (bug 9871)
7821
  * Fixed glBindTexture() crash upon bad target (bug 14514)
7822
  * Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug
7823
    13915)
7824
  * Bad strings given to glProgramStringARB() didn't generate
7825
    GL_INVALID_OPERATION
7826
  * Fixed minor point rasterization regression (bug 11016)
7827
7828
-------------------------------------------------------------------
7829
Wed Jan 23 12:23:16 CET 2008 - sndirsch@suse.de
7830
7831
- update to Mesa bugfix release 7.0.3 RC1
7832
  * Added missing glw.pc.in file to release tarball
7833
  * Fix GLUT/Fortran issues
7834
  * GLSL gl_FrontLightModelProduct.sceneColor variable wasn't
7835
    defined
7836
  * Fix crash upon GLSL variable array indexes (not yet supported)
7837
  * Two-sided stencil test didn't work in software rendering
7838
  * Fix two-sided lighting bugs/crashes (bug 13368)
7839
  * GLSL gl_FrontFacing didn't work properly
7840
  * glGetActiveUniform returned incorrect sizes (bug 13751)
7841
  * Fix several bugs relating to uniforms and attributes in GLSL
7842
    API (Bruce Merry, bug 13753)
7843
  * glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field
7844
7845
-------------------------------------------------------------------
7846
Sat Nov 10 19:13:45 CET 2007 - sndirsch@suse.de
7847
7848
- updated to Mesa 7.0.2
7849
  * New features:
7850
    - Updated Windows VC7 project files
7851
    - Added DESTDIR variable for 'make install'
7852
    - Added pkg-config files for gl, glu, glut and glw libraries
7853
    - Added bluegene-xlc-osmesa and catamount-osmesa-pgi configs
7854
    - Support for Intel G33/Q33/Q35 graphics chipsets
7855
  * Bug fixes:
7856
    - Fixed a vertex buffer wrapping issue (bug 9962)
7857
    - Added mutex protection around texture object reference
7858
      counters
7859
    - Added checking/support for additional chips in the i915/i945
7860
      family (see 11978)
7861
    - Fixed a blending/banding issue (bug 11931)
7862
    - Fixed a GLU matrix inversion bug (#6748)
7863
    - Fixed problem with large glDrawArrays calls and indirect
7864
      rendering (bug 12141)
7865
    - Fixed an assortment of i965 driver bugs
7866
    - Fixed x86-64 vertex transformation bug (12216)
7867
    - Fixed X server crash caused by multiple indirect rendering
7868
      clients
7869
    - Parsing of state.texgen in ARB vertex/fragment programs
7870
      didn't work (bug 12313)
7871
    - Fixed a glCopyPixels/glPixelZoom bug (12417)
7872
    - Fixed a bug when using glMaterial in display lists (10604)
7873
    - Fixed a few GLUT/Fortran issues (Bill Mitchell)
7874
    - Fixed Blender crash bug (12164)
7875
    - Fixed some issues preventing cross-compiling
7876
    - Fixed up broken GL_ATI_separate_stencil extension
7877
    - glDrawArrays(count=0) led to a crash
7878
    - Fix SSE code gen memory leak, possible crash
7879
    - Fixed MMX 565 rgb conversion problem (bug 12614)
7880
    - Added -fno-strict-aliasing and -fPIC flags for gcc
7881
    - Fixed Blender crash in Unichrome driver (bug 13142)
7882
7883
-------------------------------------------------------------------
7884
Wed Nov  7 16:38:11 CET 2007 - sndirsch@suse.de
7885
7886
- updated to Mesa 7.0.2 RC2
7887
  * added -fPIC and -fno-strict-aliasing flags for gcc
7888
  * applied a few patches (mmx code, edgeflag ptr check)
7889
  * r200 texture from pixmap fixes
7890
- obsoletes pic.diff
7891
7892
-------------------------------------------------------------------
7893
Sun Nov  4 22:46:31 CET 2007 - sndirsch@suse.de
7894
7895
- pic.diff
7896
  * fixes shared lib on i386 (X.Org Bug #1809)
7897
7898
-------------------------------------------------------------------
7899
Wed Oct 31 08:53:24 CET 2007 - sndirsch@suse.de
7900
7901
- updated to Mesa 7.0.2 RC1
7902
- obsoletes disable-libGL-warning.diff, i915-g33.diff and
7903
  i915tex-g33.diff
7904
- adjusted link-shared.diff and static.diff
7905
7906
-------------------------------------------------------------------
7907
Mon Aug 13 03:06:02 CEST 2007 - sndirsch@suse.de
7908
7909
- disable-libGL-warning.diff:
7910
  * Just filters warnings about unsupported non-conformant visuals
7911
    instead of relying on the visual id. (X.Org Bug #6689)
7912
7913
-------------------------------------------------------------------
7914
Sun Aug 12 10:59:23 CEST 2007 - sndirsch@suse.de
7915
7916
- disable-libGL-warning.diff:
7917
  * ignore unsupported visual 0x4b (Bug #247471, X.Org Bug #6689)
7918
7919
-------------------------------------------------------------------
7920
Sat Aug  4 05:54:46 CEST 2007 - sndirsch@suse.de
7921
7922
- updated to bugfix relelase 7.0.1
7923
7924
-------------------------------------------------------------------
7925
Wed Jul  4 05:08:57 CEST 2007 - sndirsch@suse.de
7926
7927
- i915-g33.diff/i915tex-g33.diff
7928
  * support for G33/Q33/Q35
7929
7930
-------------------------------------------------------------------
7931
Sat Jun 23 04:51:48 CEST 2007 - sndirsch@suse.de
7932
7933
- updated to final release 7.0
7934
7935
-------------------------------------------------------------------
7936
Thu Jun 21 15:23:36 CEST 2007 - sndirsch@suse.de
7937
7938
- updated Mesa to release 7.0 RC1
7939
  * Mesa 7.0 is a stable, follow-on release to Mesa 6.5.3. The only
7940
    difference is bug fixes. The major version number bump is due
7941
    to OpenGL 2.1 API support.
7942
7943
-------------------------------------------------------------------
7944
Mon May 28 21:49:36 CEST 2007 - sndirsch@suse.de
7945
7946
- move GL headers, which conflict with GL headers of NVIDIA driver,
7947
  from Mesa-devel back to Mesa; this still make rpmlint happy
7948
7949
-------------------------------------------------------------------
7950
Sat May 26 15:29:40 CEST 2007 - dmueller@suse.de
7951
7952
- add missing ldconfig call to %post
7953
- move include files to -devel package
7954
7955
-------------------------------------------------------------------
7956
Fri May 25 16:54:40 CEST 2007 - dmueller@suse.de
7957
7958
- fix undefined symbols for i915 (#277744)
7959
7960
-------------------------------------------------------------------
7961
Tue May 22 15:56:20 CEST 2007 - dmueller@suse.de
7962
7963
- fix various undefined symbols in dri drivers (#272875)
7964
- build parallel
7965
7966
-------------------------------------------------------------------
7967
Mon May 14 20:45:34 CEST 2007 - sndirsch@suse.de
7968
7969
- link-shared.diff:
7970
  * use shared lib for DRI drivers to save a lot of space (Bug
7971
    #272875)
7972
7973
-------------------------------------------------------------------
7974
Mon Apr 30 22:26:51 CEST 2007 - sndirsch@suse.de
7975
7976
- updated to Mesa 6.5.3
7977
- obsoletes the following patches:
7978
  * bug-211314_mesa-destroy_buffers.diff
7979
  * bug-211314_mesa-framebuffer-counting.diff
7980
  * bug-211314-patch-1.diff
7981
  * bug-211314-patch-2.diff
7982
  * bug-211314-patch-3.diff
7983
  * bug-211314-patch-4.diff
7984
  * bug-211314-patch-5.diff
7985
  * bug-211314-patch-6.diff
7986
  * bug-211314-patch-7.diff
7987
  * bug-211314-patch-8.diff
7988
  * bug-211314-patch-9.diff
7989
  * bug-211314-patch-10.diff
7990
  * bug-211314-patch-11.diff
7991
  * bug-211314_mesa-refcount-memleak-fixes.diff
7992
  * Mesa-6.5.2-fix_radeon_cliprect.diff
7993
7994
-------------------------------------------------------------------
7995
Fri Apr 27 16:57:47 CEST 2007 - sndirsch@suse.de
7996
7997
- back to Mesa 6.5.2 (Bug #269155/269042)
7998
7999
-------------------------------------------------------------------
8000
Wed Apr 25 19:31:11 CEST 2007 - sndirsch@suse.de
8001
8002
- 4th RC ready
8003
  * This fixes some breakage in RC3.
8004
8005
-------------------------------------------------------------------
8006
Tue Apr 24 18:50:51 CEST 2007 - sndirsch@suse.de
8007
8008
- 3rd release candidate
8009
  * updated Windows/VC8 project files.
8010
8011
-------------------------------------------------------------------
8012
Sun Apr 22 11:24:21 CEST 2007 - sndirsch@suse.de
8013
8014
- updated to Mesa 6.5.3rc2
8015
  * a number of bug fixes since the first RC
8016
8017
-------------------------------------------------------------------
8018
Sat Apr 21 17:18:32 CEST 2007 - sndirsch@suse.de
8019
8020
- updated to Mesa 6.5.3rc1
8021
- obsoletes the following patches:
8022
  * bug-211314_mesa-destroy_buffers.diff
8023
  * bug-211314_mesa-framebuffer-counting.diff
8024
  * bug-211314-patch-1.diff
8025
  * bug-211314-patch-2.diff
8026
  * bug-211314-patch-3.diff
8027
  * bug-211314-patch-4.diff
8028
  * bug-211314-patch-5.diff
8029
  * bug-211314-patch-6.diff
8030
  * bug-211314-patch-7.diff
8031
  * bug-211314-patch-8.diff
8032
  * bug-211314-patch-9.diff
8033
  * bug-211314-patch-10.diff
8034
  * bug-211314-patch-11.diff
8035
  * bug-211314_mesa-refcount-memleak-fixes.diff
8036
  * Mesa-6.5.2-fix_radeon_cliprect.diff
8037
8038
-------------------------------------------------------------------
8039
Tue Apr 10 15:29:53 CEST 2007 - sndirsch@suse.de
8040
8041
- Mesa-6.5.2-fix_radeon_cliprect.diff:
8042
  * fixes X.Org Bug #9876
8043
8044
-------------------------------------------------------------------
8045
Wed Apr  4 22:03:24 CEST 2007 - sndirsch@suse.de
8046
8047
- bug-211314_mesa-refcount-memleak-fixes.diff:
8048
  * Fix for memleaks and refount bugs (Bug #211314)
8049
8050
-------------------------------------------------------------------
8051
Mon Mar 19 21:42:44 CET 2007 - sndirsch@suse.de
8052
8053
- no longer apply bug-211314_mesa-context.diff (Bug #211314,
8054
  commment #114)
8055
- added different Mesa patches (Bug #211314, comments #114/#115)
8056
8057
-------------------------------------------------------------------
8058
Wed Mar 14 08:12:52 CET 2007 - sndirsch@suse.de
8059
8060
- removed libIndirectGL.so (Bug #254317)
8061
- README.updates: new location of DRI drivers (Bug #254318)
8062
8063
-------------------------------------------------------------------
8064
Thu Jan 25 00:19:11 CET 2007 - sndirsch@suse.de
8065
8066
- fixed build on ppc64/s390/s390x
8067
8068
-------------------------------------------------------------------
8069
Thu Jan 18 21:56:37 CET 2007 - sndirsch@suse.de
8070
8071
- added libIndirectGL for indirect rendering only (Bug #234154)
8072
8073
-------------------------------------------------------------------
8074
Wed Jan 17 21:39:41 CET 2007 - sndirsch@suse.de
8075
8076
- bug-211314_mesa-context.diff:
8077
  * fixes Xserver crash in software rendering fallback (Bug #211314)
8078
8079
-------------------------------------------------------------------
8080
Tue Jan  9 23:02:26 CET 2007 - sndirsch@suse.de
8081
8082
- disabled build of sis DRI driver on i64 to fix build
8083
8084
-------------------------------------------------------------------
8085
Sat Dec  2 22:13:17 CET 2006 - sndirsch@suse.de
8086
8087
- updated to Mesa 6.5.2
8088
  * New features
8089
    - New DRI memory manager system. Currently used by the i915tex
8090
      driver. Other DRI drivers will be updated to use the new memory
8091
      manager in coming months. To use the new driver you'll need the
8092
      most recent DRM library and drivers (version 2.2 or later) and a
8093
      recent xf86-video-intel driver module from X.org. New features
8094
      resulting from this work include:
8095
      * EXT_framebuffer_objects, render to texture
8096
      * ARB_pixel_buffer_objects
8097
      * Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
8098
      * Accelerated texture uploads from pixel buffer objects
8099
      * Potentially texturing directly from the pixel buffer object
8100
        (zero copy texturing).
8101
    - New Intel i965 DRI driver
8102
    - New minstall script to replace normal install program
8103
    - Faster fragment program execution in software
8104
    - Added (or fixed) support for GLX_SGI_make_current_read to the
8105
      following drivers:
8106
      * radeon
8107
      * savage
8108
      * mga
8109
      * tdfx
8110
    - Added support for ARB_occlusion_query to the tdfx driver
8111
      (Ian Romanick).
8112
  * Bug fixes
8113
    - fixed invalid memory read while rendering textured points (bug 8320)
8114
    - fixed problems with freebsd-dri configuration (bug 8344)
8115
    - Mesa's fake glxGetCurrentContext() wasn't thread-aware
8116
    - OPTION NV_position_invariant didn't work in NV vertex programs
8117
    - glDrawPixels into a user-created framebuffer object could crash Xlib driver
8118
    - Line clipping was broken in some circumstances
8119
    - fragment.fogcoord register didn't always contain the correct value
8120
    - RGBA logicops didn't work reliably in some DRI drivers
8121
    - Fixed broken RGBA LogicOps in Intel DRI drivers
8122
    - Fixed some fragment program bugs in Intel i915 DRI driver
8123
    - Fixed glGetVertexAttribfvARB bug 8883
8124
    - Implemented glGetUniform[fi]vARB() functions
8125
    - Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044)
8126
    - Fixed some gluBuild2DMipmaps() bugs (Greg McGarragh)
8127
    - Fixed broken "mgl" name mangling
8128
    - Indirect rending was broken for glMap* functions (bug 8899)
8129
  * Internal code changes
8130
    - The device driver functions ResizeBuffers and GetBufferSize have
8131
      been decprecated.
8132
    - OpenGL 2.0 and 2.1 support is nearly done. We need to do quite a
8133
      bit more testing of the shading language functions.
8134
8135
-------------------------------------------------------------------
8136
Thu Nov 23 23:40:15 CET 2006 - sndirsch@suse.de
8137
8138
- enabled build of i965 DRI driver on x86_64
8139
8140
-------------------------------------------------------------------
8141
Fri Nov 10 15:04:00 CET 2006 - sndirsch@suse.de
8142
8143
- fixed typos (Bug #219732)
8144
8145
-------------------------------------------------------------------
8146
Wed Oct 18 14:00:35 CEST 2006 - sndirsch@suse.de
8147
8148
- added static libGLU to Mesa-devel-static package (Bug #212532)
8149
8150
-------------------------------------------------------------------
8151
Tue Oct 10 10:06:09 CEST 2006 - sndirsch@suse.de
8152
8153
- fixed build on s390x
8154
8155
-------------------------------------------------------------------
8156
Mon Oct  9 20:16:59 CEST 2006 - sndirsch@suse.de
8157
8158
- i915-crossbar.diff:
8159
  * fixes ARB_texture_env_crossbar extension (X.Org Bug #8292)
8160
8161
-------------------------------------------------------------------
8162
Mon Sep 18 15:47:21 CEST 2006 - sndirsch@suse.de
8163
8164
- updated to Mesa 6.5.1:
8165
  New:
8166
     * Intel i965 DRI driver
8167
     * GL_APPLE_vertex_array_object extension (Ian Romanick)
8168
     * GL_EXT_texture_sRGB extension
8169
     * GL_EXT_gpu_program_parameters (Ian Romanick)
8170
     * "engine" demo
8171
     * updated fbdev driver and GLUT for fbdev (Sean D'Epagnier)
8172
     * many updates to the DRI drivers
8173
  Changes:
8174
     * The glVertexAttribARB functions no longer alias the
8175
       conventional vertex attributes.
8176
     * glxinfo program prints more info with -l option
8177
     * GL_FRAGMENT_PROGRAM_NV and GL_FRAGMENT_PROGRAM_ARB are now
8178
       compatible, in terms of glBindProgramARB()
8179
     * The GL_ARB_vertex_program attribute vertex.weight is now
8180
       accepted by the parser, even though the GL_ARB_vertex_blend and
8181
       GL_EXT_vertex_weighting extensions aren't supported. Allows Warcraft
8182
       to run.
8183
  Bug fixes:
8184
     * fixed broken texture border handling for depth textures (bug 6498)
8185
     * removed the test for duplicated framebuffer attachments, per
8186
       version 117 of the GL_EXT_framebuffer_object specification
8187
     * fixed a few render-to-texture bugs, including render to depth
8188
       texture
8189
     * clipping of lines against user-defined clip planes was broken
8190
       (6512)
8191
     * assembly language dispatch for SPARC was broken (bug 6484)
8192
     * assorted compilation fixes on various Unix platforms (Dan Schikore)
8193
     * glPopAttrib could restore an invalid value for GL_DRAW_BUFFER
8194
     * assorted minor fixes for 16 and 32 bit/channel modes
8195
     * fixed assorted bugs in texture compression paths
8196
     * fixed indirect rendering vertex array crashes (bug 6863)
8197
     * glDrawPixels GL_INDEX_OFFSET didn't always work
8198
     * fixed convolution memory leak (bug 7077)
8199
     * rectangular depth textures didn't work
8200
     * invalid mode to glBegin didn't generate an error (bug 7142)
8201
     * 'normalized' parameter to glVertexAttribPointerARB didn't work
8202
     * disable bogus GLX_SGI_video_sync extension in xlib driver
8203
     * fixed R128 driver locking bug (Martijn van Oosterhout)
8204
     * using evaluators with vertex programs caused crashes (bug 7564)
8205
     * fragment.position wasn't set correctly for point/line primitives
8206
     * fixed parser bug for scalar sources for GL_NV_fragment_program
8207
     * max fragment program length was incorrectly 128, now 1024
8208
     * writes to result.depth in fragment programs weren't clamped to
8209
       [0,1]
8210
     * fixed potential dangling pointer bug in glBindProgram()
8211
     * fixed some memory leaks (and potential crashes) in Xlib driver
8212
8213
-------------------------------------------------------------------
8214
Sat Sep  9 10:28:30 CEST 2006 - sndirsch@suse.de
8215
8216
- removed two source files with imcompatible license from Mesa
8217
  tarball (Bug #204110)
8218
- added a check to specfile to make sure that these will not be
8219
  reintroduced with the next Mesa update again (Bug #204110)
8220
8221
-------------------------------------------------------------------
8222
Mon Aug 21 14:33:25 CEST 2006 - sndirsch@suse.de
8223
8224
- moved via profile.d scripts from x11-tools to this package
8225
8226
-------------------------------------------------------------------
8227
Thu Aug 17 15:04:18 CEST 2006 - sndirsch@suse.de
8228
8229
- dri_driver_dir.diff:
8230
  * DEFAULT_DRIVER_DIR is set during make call in specfile
8231
    (Bug #199958)
8232
- disabled build of GLw (extra package MesaGLw)
8233
8234
-------------------------------------------------------------------
8235
Mon Jul 31 16:07:25 CEST 2006 - sndirsch@suse.de
8236
8237
- updated to Mesa 6.5_20060712; required by xorg-server 1.1.99.3
8238
- cleanup
8239
8240
-------------------------------------------------------------------
8241
Wed Jul 19 17:04:39 CEST 2006 - ro@suse.de
8242
8243
- adapt to /usr/lib move
8244
8245
-------------------------------------------------------------------
8246
Sun Jun 25 19:10:51 CEST 2006 - sndirsch@suse.de
8247
8248
- fixed build for X.Org 7.1
8249
8250
-------------------------------------------------------------------
8251
Wed Jun 21 21:41:05 CEST 2006 - sndirsch@suse.de
8252
8253
- udpated to Mesa 6.5
8254
  * obsoletes
8255
    - Mesa-glx-x11-render-texture-2.diff
8256
    - Mesa-radeon-large-textures-1.diff
8257
    - Mesa_945GM.patch
8258
    - mesa-6.4.2-dri-copy-sub-buffer-2.patch
8259
    - mesa-6.4.2-scissor-fix-1.patch
8260
- cleanup: removed no longer used sources/patches
8261
  * missing-headers.diff
8262
  * missing-headers.tar.bz2
8263
  * glidelibs-i386.tar.gz
8264
8265
-------------------------------------------------------------------
8266
Mon Jun 19 10:47:49 CEST 2006 - sndirsch@suse.de
8267
8268
- added missing manual pages (Bug #185707)
8269
8270
-------------------------------------------------------------------
8271
Fri Jun 16 15:00:25 CEST 2006 - dreveman@suse.de
8272
8273
- Fix issue in copy-sub-buffer patch. Extension was not
8274
  enabled on all radeon cards. (bnc 174839)
8275
- Add radeon large texture patch (back port from latest stable
8276
  release of Mesa). (bnc 174839)
8277
8278
-------------------------------------------------------------------
8279
Tue May 23 09:34:12 CEST 2006 - sndirsch@suse.de
8280
8281
- no longer remove NVIDIA installer in %pre
8282
8283
-------------------------------------------------------------------
8284
Mon May 22 22:30:52 CEST 2006 - sndirsch@suse.de
8285
8286
- reverted Mesa/MesaGLU split
8287
- fixed libGLcore.so.1 (e.g. soname); required to create a
8288
  non-conflicting package for the NVIDIA driver (Bug #175683)
8289
8290
-------------------------------------------------------------------
8291
Tue May 16 16:31:53 CEST 2006 - sndirsch@suse.de
8292
8293
- splitted off MesaGLU/MesaGLU-devel
8294
- added ldconfig to %postun
8295
8296
-------------------------------------------------------------------
8297
Sat Apr 22 09:23:18 CEST 2006 - sndirsch@suse.de
8298
8299
- licensefix.patch:
8300
  * fixed incompatible GPL license (Bug #133238, Mesa Bug #6490)
8301
8302
-------------------------------------------------------------------
8303
Thu Apr 13 11:18:55 CEST 2006 - sndirsch@suse.de
8304
8305
- added /usr/X11R6/%{_lib}/modules/dri/updates/README.updates to
8306
  document DRI driver update mechanism
8307
8308
-------------------------------------------------------------------
8309
Wed Apr 12 17:54:52 CEST 2006 - sndirsch@suse.de
8310
8311
- enhanced search path for DRI driver updates (FATE #300553)
8312
8313
-------------------------------------------------------------------
8314
Mon Apr  3 22:53:04 CEST 2006 - sndirsch@suse.de
8315
8316
- mesa-6.4.2-dri-copy-sub-buffer-1.patch:
8317
  * needed for open source drivers to work with Xgl (David Reveman)
8318
8319
-------------------------------------------------------------------
8320
Wed Mar 15 18:15:23 CET 2006 - mhopf@suse.de
8321
8322
- Fix for bug #157051, issue 1:
8323
  On intel the graphics is only displayed correctly after a scissor region
8324
  other than full screen is specified.
8325
8326
-------------------------------------------------------------------
8327
Mon Feb  6 15:33:41 CET 2006 - sndirsch@suse.de
8328
8329
- update to Mesa 6.4.2 (obsoletes tnl_init.diff)
8330
  * New items:
8331
    - added OSMesaColorClamp() function/feature
8332
    - added wglGetExtensionStringARB() function
8333
  * Bug fixes:
8334
    - fixed some problems when building on Windows
8335
    - GLw header files weren't installed by installmesa script (bug 5396)
8336
    - GL/glfbdev.h file was missing from tarballs
8337
    - fixed TNL initialization bug which could lead to crash (bug 5791)
8338
8339
-------------------------------------------------------------------
8340
Mon Feb  6 10:19:14 CET 2006 - sndirsch@suse.de
8341
8342
- tnl_init.diff (Mesa Bug #5791):
8343
  * fixes TNL initialization bug which could lead to crash
8344
    (CVS changelog: use calloc instead of malloc so try_codegen
8345
     field is initialized to zero)
8346
8347
-------------------------------------------------------------------
8348
Mon Jan 30 20:18:50 CET 2006 - sndirsch@suse.de
8349
8350
- glxext-sgi-hyperpipe.patch:
8351
  * GLX_SGIX_hyperpipe_group -> GLX_SGIX_hyperpipe (Bug #146646)
8352
8353
-------------------------------------------------------------------
8354
Wed Jan 25 21:33:43 CET 2006 - mls@suse.de
8355
8356
- converted neededforbuild to BuildRequires
8357
8358
-------------------------------------------------------------------
8359
Fri Jan 20 13:11:32 CET 2006 - sndirsch@suse.de
8360
8361
- Mesa_945GM.patch:
8362
  * 945GM support by Charles Johnson (FATE #151391)
8363
8364
-------------------------------------------------------------------
8365
Wed Dec 28 16:02:35 CET 2005 - sndirsch@suse.de
8366
8367
- moved header files and libGL.so from Mesa-devel to Mesa to make
8368
  uninstallation of nvidia driver in %pre of Mesa-devel obsolete
8369
8370
-------------------------------------------------------------------
8371
Wed Nov 30 23:25:44 CET 2005 - sndirsch@suse.de
8372
8373
- update to Mesa 6.4.1
8374
8375
-------------------------------------------------------------------
8376
Fri Nov 18 11:37:30 CET 2005 - sndirsch@suse.de
8377
8378
- updated to Mesa 6.4 branch (2005-11-18)
8379
- added static libGL (new Mesa-devel-static package)
8380
- removed glut headers from installation (we use freeglut!)
8381
8382
-------------------------------------------------------------------
8383
Tue Nov 15 16:18:27 CET 2005 - sndirsch@suse.de
8384
8385
- updated to Mesa 6.4 branch (2005-11-12)
8386
8387
-------------------------------------------------------------------
8388
Wed Nov  9 18:21:49 CET 2005 - sndirsch@suse.de
8389
8390
- fixed libOSMesa build
8391
8392
-------------------------------------------------------------------
8393
Tue Nov  8 18:03:24 CET 2005 - sndirsch@suse.de
8394
8395
- added build of libOSMesa, e.g. required by tulip package
8396
8397
-------------------------------------------------------------------
8398
Tue Nov  8 08:16:52 CET 2005 - sndirsch@suse.de
8399
8400
- added include files for SGI's OpenGL Xt/Motif widgets, e.g.
8401
  required by z88 package
8402
  * GLwMDrawA.h
8403
  * GLwDrawAP.h
8404
  * GLwMDrawAP.h
8405
  * GLwDrawA.h
8406
- enabled Motif support in libGLw, also required by z88 package
8407
8408
-------------------------------------------------------------------
8409
Mon Nov  7 10:56:52 CET 2005 - sndirsch@suse.de
8410
8411
- use glx headers from xorg-x11-devel package
8412
8413
-------------------------------------------------------------------
8414
Fri Oct 28 16:13:41 CEST 2005 - sndirsch@suse.de
8415
8416
- Mesa-glx-x11-render-texture-2.diff/missing-headers.diff:
8417
  * new MESA_render_texture extension for Xgl (dreveman/mhopf)
8418
8419
-------------------------------------------------------------------
8420
Tue Oct 25 19:38:16 CEST 2005 - sndirsch@suse.de
8421
8422
- fixed DRI driver path for 64bit platforms
8423
8424
-------------------------------------------------------------------
8425
Tue Oct 25 04:40:34 CEST 2005 - sndirsch@suse.de
8426
8427
- update to Mesa 6.4
8428
8429
-------------------------------------------------------------------
8430
Mon Oct 24 22:43:24 CEST 2005 - sndirsch@suse.de
8431
8432
- build DRI compatible libGL
8433
8434
-------------------------------------------------------------------
8435
Fri Oct 21 06:09:53 CEST 2005 - sndirsch@suse.de
8436
8437
- added dummy nvidia libGLcore.so.1 for applications, which are
8438
  still linked against libGL.so.1 of older nvidia driver releases
8439
- duplicate libGL (located in /usr/lib/GL) to make workarounds
8440
  like LD_PRELOAD possible if nvidia driver is installed and its
8441
  libGl does not work
8442
8443
-------------------------------------------------------------------
8444
Wed Oct 19 12:53:49 CEST 2005 - sndirsch@suse.de
8445
8446
- no longer install libglide (disables 3Dfx DRI support)
8447
8448
-------------------------------------------------------------------
8449
Sun Oct  2 22:15:48 CEST 2005 - sndirsch@suse.de
8450
8451
- created package
8452